@charset 'utf-8';
html{background:#fafafa ;-webkit-text-size-adjust: 100%;text-size-adjust: 100%;}
body{font-size:13px;font-family:"MR",arial,"Microsoft Yahei",sans-serif;color:#000;background:none;width: 100%;float: left;overflow-x: hidden;}

*{margin:0;padding:0;text-decoration:none;}
ol,ul{list-style:none;margin-bottom: 0;}
a{color:#000;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
img{border:none;}
p{margin-bottom: 0;}
label{font-weight: normal;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
input{outline: none;}
.h70{float: left;width: 100%;height: 70px;display: none;}
@media (max-width: 1500px) {
.h70{display: block;}
}

.pc_display_none{display: none;}
@media (max-width: 768px) {
.m_display_none{display: none;}
.pc_display_none{display: block;}
}

/* 禁用think页面Trace */
#think_page_trace_open{opacity: 0;}

/* 滚动条样式 */
html::-webkit-scrollbar {width: 10px;height: 10px;border-radius: 10px;}
html::-webkit-scrollbar-thumb {background-color: rgba(0, 194, 130, 1);border-radius: 10px;}
html::-webkit-scrollbar-track {background-color: rgba(0, 194, 130, 0);}
div::-webkit-scrollbar {width: 5px;height: 5px;border-radius: 5px;}
div::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, .1);border-radius: 5px;}
div::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, 0);}
@media (max-width: 768px) {
html::-webkit-scrollbar {width: 5px;height: 5px;}
}

/*去除iphone的样式*/
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"],input[type="password"] {
-webkit-appearance: none;border-radius: 0;}
textarea {-webkit-appearance: none;border-radius: 0;} 

/* 公共 */
.fl{float:left;}
.fr{float:right;}
.fl,#fl{float:left;}
.fr,#fr{float:right;}
.mr20{margin-right: 20px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}
.mt20{margin-top: 20px;}
.mt0,#mt0{margin-top: 0;}
.mr0,#mr0,.mR0,#mR0{margin-right: 0px;}
.mr20,#mr20,.mR20,#mR20{margin-right: 20px;}
.mt20,#mt20,.mT20,#mT20{margin-top: 20px;}
.mt10,#mt10,.mT10,#mT10{margin-top: 10px;}
.mb10,#mb10,.mB10,#mB10{margin-bottom: 10px;}
.w100{width: 100%;}
.bw{background: #fff;}
.alldiv{float: left;width: 100%;float: left;}
.dn{display: none;}
#show_pc{display: block;}
#show_wap{display: none;}
@media (max-width: 768px) {
.container{padding-right: 0;padding-left: 0;}
#show_pc{display: none;}
#show_wap{display: block;}
}
.container{padding: 0;}
