@charset "utf-8";
/*
*base.css需在所有页面引入,并在其他css之前引入
*/

/*初始化样式*/
/*::-webkit-scrollbar {width:0px;border:solid 0px rgba(0,0,0,0);}*/
::-webkit-input-placeholder { color: #465d75;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
* {-webkit-tap-highlight-color:rgba(255,255,255,0);outline:0;margin:0;padding:0;-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,textarea,th,td{
	margin:0;
	padding:0;	
	border: 0 none;
	-webkit-appearance: none;
	-webkit-user-select:none;
	-webkit-touch-callout: none;
}
img {border: 0 none;}
ul,li {list-style-type:none;}
a:link,a:hover,a:active,a:visited {text-decoration: none;}
.disabled,[disabled] {opacity:1;}
input:not([type="button"]),textarea {-webkit-user-select:auto;}

input[type="button"],
input[type="text"],
input[type="serch"],
input[type="password"],
select
{
	-webkit-appearance: none;
	-webkit-touch-callout: none;}
input[type="text"]{color: #999;}
::-webkit-input-placeholder { /* WebKit browsers */
color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #999;
} 

a{color:#333;}

.touxiang{border-radius:50%;}	
	
#dibu{height: 25px}

/*页面基础样式*/
html {min-height: 100%;}
body {overflow-x: hidden;width: 100%;color: #333;font-size: 1.3rem;font-family: 'Microsoft Yahei light','Microsoft Yahei regular','Microsoft Yahei light regular','Microsoft Yahei','sans-serif';}
button,textarea,input,select,h1,h2,h3,h4,h5,h6 {font-family: 'Microsoft Yahei light','Microsoft Yahei regular','Microsoft Yahei light regular','Microsoft Yahei','sans-serif';font-size: 1.1rem;}
table{border-collapse:collapse}

.clear {clear:both;height:0;line-height:0;font-size:0;}
.clear10{clear:both;height:10px;}
.clear20{clear:both;height:20px;}
.clear25{clear:both;height:25px;}
.clear40{clear:both;height:40px;}
.clear45{clear:both;height:45px;}

/*屏幕适配**rem基准值*/
@media only screen and (max-width: 320px){html{font-size: 9px;} }
@media only screen and (min-width: 320px) and (max-width: 352px){html{font-size: 10px;} }
@media only screen and (min-width: 352px) and (max-width: 384px){html{font-size: 11px;} }
@media only screen and (min-width: 384px) and (max-width: 416px){html{font-size: 12px;} }
@media only screen and (min-width: 416px) and (max-width: 448px){html{font-size: 13px;} }
@media only screen and (min-width: 448px) and (max-width: 480px){html{font-size: 14px;} }
@media only screen and (min-width: 480px) and (max-width: 512px){html{font-size: 15px;} }
@media only screen and (min-width: 512px) and (max-width: 544px){html{font-size: 16px;} }
@media only screen and (min-width: 544px) and (max-width: 576px){html{font-size: 17px;} }
@media only screen and (min-width: 576px) and (max-width: 608px){html{font-size: 18px;} }
@media only screen and (min-width: 608px) and (max-width: 640px){html{font-size: 19px;} }
@media only screen and (min-width: 640px){html{font-size: 20px;} }


