/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html {
font-size : 100px;
}
@media only screen and (min-width: 320px){
html {
font-size: 42.6667px !important;
}
}
@media only screen and (min-width: 375px){
html {
font-size: 50px !important;
}
}
@media only screen and (min-width: 412px){
html {
font-size: 55.2px !important;
}
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
tbody,tfoot,thead,tr,th,td{
	 margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
}
img{
	display: inline-block;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: #f1f0f5;
    font-family: "微软雅黑";
    font-size: 0.31rem;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
p{
	color: #333;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    color: #333333;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
    position: relative;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.contents {
    padding-top:0!important;
}
.ulCon ul li{
	display: inline-block;
	vertical-align: middle;
}

.titles{
	font-size: 0.35rem;
}
.red{
	color: #ff4c4c !important;
}
.green{
	color: green !important;
}
.yellow{
	color: #ffb54c !important;
}
.blue{
	color:#3377ff !important;
}
.hide{
	display: none;
}
.hides{
    display: none !important;
}
.show{
	display: block;
}
.name{
	color: #666666;
}
input[type='text'],input[type='number']{
	height: 0.7rem;
	line-height: 0.7rem;
}
input[type='button']{
	font-size: 0.3rem;
	padding: 0.1rem 0rem;
	border: none;
	background: #3377ff;
	color: #fff;
}

.buttons input{
	width: 85%;
	height: 0.8rem;
	margin-left:7.5%;
	margin-top: 1.5rem;
	border-radius: 0.5rem;
}
.blueHeader{
	background: #3377fe !important;
	
}
.blueHeader h1 ,.blueHeader a{
	color: #fff !important;
}
#header{
	height: 1rem;
	background: #fff;
	box-shadow: none;
	
}
#header h1{
	line-height: 1rem;
	font-size: 0.35rem;
}
#header a{
	/*padding: 0.15rem 0.2rem;*/
	line-height: 1rem;
	padding: 0;
	padding-left: 0.3rem;
}
#header .mui-pull-left{
	font-size: 0.5rem;
}
#header .Home {
    font-size: 0.5rem !important;
    margin-left: 0.1rem;
}
.contents{
	margin-top: 1rem;
}

.ulCon li{
	display: inline-block;
	vertical-align: middle;
	float: left;
	
}
.fontSize{
	font-size: 0.35rem;
}

span{
	display: inline-block;
	vertical-align: middle;
}
.line{
	position: relative;
}
.line:before,.lineTop:before{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #ededed;
}
.line:after,.lineBottom:after{
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #ededed;
}

.content{
	margin-top: 1rem;
    padding-top:0 !important;
}

.dls dd{
	display: inline-block;
	vertical-align: middle;
	float: left;
}
.dls .right{
	float: right;
}

.buttonBlue{
	background: #3377ff !important;
}
.buttonYellow{
	background: #ffb54c !important;
}
.buttonRed{
	background: #ff4c4c !important;
}
.buttonGreen{
	background: #23be47 !important;
}
.buttonLightBlue{
	background: #7faaff !important;
}
.dls .infos{
   width:94%;
   float:left;
}
.dls .nextArrow{
    width:6%;
    float:left;
}
.dls .nextArrow img{
    width:0.28rem;
    float:right;
    margin-top:0.46rem;
}

.mui-popup-input input[type="number"]{
    font-size:0.4rem;
    height:0.8rem;
    line-height:0.8rem;
}

/*改变placeholder的颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:#d1d1d1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#d1d1d1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#d1d1d1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#d1d1d1;
}
