/*页面样式重置定*/
html,body{overflow: auto;font-size:62.5%;height:100%;}
/* html,body{overflow: auto;font-size:62.5%;height:auto;-webkit-overflow-scrolling: touch;} */
body,button, input, select, textarea{font-size:14px;font-family: SourceHanSansCN-Regular;
    color: #000; background-color: white;word-break:break-all;word-wrap:break-word;text-align:justify;text-justify:inter-ideograph;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,button,textarea,
p,blockquote,th,td{margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
a{text-decoration:none;blr:expression(this.onFocus=this.blur());color: #343434;}
a,button{cursor: pointer;}
a:hover{text-decoration:none;outline:0}
q:before, q:after{content:'';}
abbr, acronym{border:0; font-variant:normal;}
address,cite,dfn,optgroup,em,var{font-style:normal;}
abbr[title], acronym[title] {border-bottom: 1px dotted; cursor: help;}
code, kbd, pre, samp, tt{font-family:"Courier New", Courier, monospace;}
img{vertical-align: middle;color:#c6c6c6;text-align:center;}
ol,ul,li {list-style:none;padding: 0;margin: 0;}
table{border-collapse:collapse; border-spacing:0;width: 100%;}
:focus{outline:none;}
img{vertical-align: middle;color:#c6c6c6;text-align:center;}
ol,ul,li {list-style:none;padding: 0;margin: 0;}
:focus{outline:none;}
.hover_unl:hover,.unl{text-decoration: underline;}
.clearfix:after{display: block;visibility: hidden;font-size: 0;content:" ";clear: both;height: 0;}
.clearfix{zoom:1;}
.display_n{display: none;}
.display_b{display:block;}
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
div,p{
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */  
}
/*去掉iOS阴影*/
input[type="text"],input[type="number"],input[type="password"],textarea{
    outline: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="radio"]{margin:0 5px 0 0;}
/*自定义placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:#d6d6d6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#d6d6d6;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#d6d6d6;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#d6d6d6;
}
/*重写select样式*/
select {
  border: solid 1px #65A4DE;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:#fff url(../images/opt.png) no-repeat 98% center;
  padding-right: 14px;
}
/*radio/checkbox*/
input[type="radio"],input[type="checkbox"]{
	display:inline-block;width:15px;height:15px;cursor:pointer;position:relative;border-radius: 50%;
	overflow:visible;border:0;background:0 0;-webkit-appearance:none;outline:0;margin: 0;margin-right:5px;vertical-align:middle;margin-top: 0px;}
input[type="radio"]:before,input[type="radio"]:checked:before{
	cursor: pointer;display:block;position:absolute;left:0px;top:0px;border-radius: 50%;
	width:15px;height:15px;background-color:#fff;margin-top: 0px;}
input[type="checkbox"]:before,input[type="checkbox"]:checked:before{cursor: pointer;display:block;position:absolute;left:0px;top:0px;border-radius: 2px;
		width:15px;height:15px;background-color:#fff;margin-top: 0px;}
input[type="radio"]:before{background: url(../img/unselected.png) no-repeat;content: " ";background-size: cover;}
input[type="radio"]:checked:before{background: url(../img/local/selected.png) no-repeat;content: " ";background-size: cover;}
input[type="checkbox"]:before{background: url(../img/duoxuan.png) no-repeat;content: " ";background-size: cover;}
input[type="checkbox"]:checked:before{background: url(../img/duoxuaned.png) no-repeat;content: " ";background-size: cover;}
input[type="radio"].check:before{background: url(../img/unselected.png) no-repeat;content: " ";background-size: cover;}
input[type="radio"].check:checked:before{background: url(../img/selected.png) no-repeat;content: " ";background-size: cover;}
input[type="checkbox"].check:before{background: url(../img/duoxuan.png) no-repeat;content: " ";background-size: cover;}
input[type="checkbox"].check:checked:before{background: url(../img/duoxuaned.png) no-repeat;content: " ";background-size: cover;}

/*文字排版*/
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size: 26px;}
.f30{font-size:30px;}
.f45{font-size:45px;}
.f50{font-size:50px;}
.fb{font-weight:bold}
.fn{font-weight:normal;}
.t2{text-indent:2em;}
.lineh150{line-height:150px}
.lh150{line-height:150%;}
.lh180{line-height:180%;}
.lh200{line-height:200%;}

.lh210{line-height:210%;}
.lh250{line-height:250%;}
.lh300{line-height:300%;}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}
.no_unl:hover{text-decoration:underline;}
.hover-no-unl:hover{text-decoration:none;}
/*定位*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.vm{vertical-align:middle;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-right{position:absolute;right:0}
.hidden{visibility:hidden;}
:focus{ outline:none;}
.clearfix:after{ height:0; content:" "; display:block; visibility:hidden; font-size:0; clear:both;}
*html .clearfix{ zoom:1;}
*:first-child+html .clearfix{ zoom:1;}
/*长度高度*/
.w10{width:10px;}
.w20{width:20px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w60{width:60px;}
.w70{width:70px;}
.w80{width:80px;}
.w90{width:90px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w270{width:270px;}
.w300{width:300px;}
.w350{width:350px;}
.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w600{width:600px;}
.w700{width:700px;}
.w800{width:800px;}
.w960{width:1000px;margin: 0 auto;}
.w{width:100%}
.width33{width: 33.3%;}
.width50{width: 50%;}
.width66{width: 66.6%;}
.h50{height:50px;}
.h80{height:80px;}
.h100{height:100px;}
.h200{height:200px;}
.h250{height:250px;}
.h{height:100%}

/*边距*/
.m10{margin:10px;}
.m15{margin:15px;}
.m30{margin:30px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}
.mt120{margin-top:120px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml43{margin-left: 43px;}
.ml50{margin-left:50px;}
.ml70{margin-left:70px;}
.ml100{margin-left:100px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr50{margin-right:50px;}
.mr100{margin-right:100px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p30{padding:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pt100{padding-top:100px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr50{padding-right:50px;}
.pr100{padding-right:100px;}

.cs0{cellspacing:0px;}
.cp0{cellpadding:0px;}
.cp{cursor:pointer;}
/*圆角*/
.border_r0{-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;}
.border_r2{-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;}
.border_r4{-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.border_r6{-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;}

/*字间距*/
.letter_s0{letter-spacing: 0px;}
.letter_s1{letter-spacing: 1px;}
.letter_s3{letter-spacing: 3px;}
.letter_s5{letter-spacing: 5px;}
/*按钮*/
.btn{-webkit-border-radius: 2px;-moz-border-radius: 2px;border: none;cursor: pointer;text-align: center;}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline:none;outline-offset:none;}
.btn.focus,.btn:focus,.btn:hover {
	color:transparent;text-decoration:none;
	-moz-transition: all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.active,.btn:active {background-image:none;outline:0;box-shadow:none;}
/*自定义滚动条*/
.overauto::-webkit-scrollbar {
	width: 7px;     
  height: 7px;
}
.overauto::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #dfdfdf;
}
.overauto::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #f5f5f5;
}

/*隐藏多余文字*/
.text_h{overflow : hidden ;white-space: nowrap; text-overflow: ellipsis;}

/*去除IE中单选框、复选框外面灰框*/
input[type="checkbox"], input[type="radio"]{
    background: transparent;
    border: 0;
}
/*去除IE中点击单选框后的焦点虚线问题 */
input[type="radio"] {star:expression(this.onFocus=this.blur()); /* for Ie*/ } 
/*IE中placeholder字体颜色设置*/
input:-ms-input-placeholder {color:#c6c6c6 !important; / Internet Explorer 10+ */}
/*消除IE中单选框、复选框外面灰框*/
input[type="checkbox"], input[type="radio"]{
    background: transparent;
    border: 0;
}
/*消除IE中点击单选框后的焦点虚线问题 */
input[type="radio"] {star:expression(this.onFocus=this.blur()); /* for Ie*/ } 



