锘緻charset "utf-8";
:root { 
--gray-0:#0c0d0e;
--gray-1:#17223a;
--gray-2:#222;
--gray-3:#343538;
--gray-5:#56565c;
--gray-6:#696969;
--gray-8:#83868f;
--gray-8-2:#83868f;
--gray-8-3:#83868f;
--gray-9:#999999;
--gray-9-2:#969ba6;
--gray-a:#a4a7a9;
--gray-b:#b3b6be;
--gray-b-2:#b3b6be;
--gray-c:#c5c5c5;
--gray-c-2:#c0c0c0;
--gray-c-3:#cccfd8;
--green:#21c31b;
--red-white:#f84440;
--white:#fff;
--bg-white:#fff;
--bg-gray:#f8f8f8;
--bg-gray-00:#f5f5f5;
--bg-gray-e:#eee;
--box-white:#fff;
--box-white-0:#fff;
--box-white-95:rgba(255,255,255,.95);
--box-black-30:rgba(0,0,0,.3);
--box-gray-000:#f5f5f5;
--box-gray-100:#ebebeb;
--box-gray-200:#e3e7ed;
--box-gray-201:#e3e7ed;
--box-gray-300:#f8f8f8;
--box-gray-301:#f8f8f8;
--box-gray-302:#f8f8f8;
--box-gray-303:#f8f8f8;
--box-gray-304:#f8f8f8;
--box-gray-400:#f6f6f6;
--box-gray-500:#f0f0f0;
--box-gray-600:#fafafa;
--box-gray-601:#fafafa;
--box-gray-602:#fafafa;
--box-gray-700:#f2f2f2;
--box-gray-800:#f7f7f7;
--box-red:#f45549;
--box-red-000:#fff1f1;
--box-red-001:#fff1f1;
--box-blue-000:#f8fcfe;
--border-gray-000:#eeeeee;
--border-gray-001:#eeeeee;
--border-gray-002:#eeeeee;
--border-gray-100:#b3b6be;
--border-gray-200:#f5f5f5;
--border-gray-300:#e5e5e5;
--border-gray-400:#d8d8d8;
--border-gray-500:#ebebeb;
--border-gray-600:#e1e1e1;
--border-gray-700:#e3e7ed;
--border-gray-800:#f3f3f6;
--border-gray-900:#e7e7eb;
--border-gray-1000:#a4a7a9;
--light-30:brightness(100%);
--light-50:brightness(100%);
--light-80:brightness(100%);
--light-90:brightness(100%);
--light-100:brightness(100%);
--light-130:brightness(100%);
--light-200:brightness(100%);
--light-400:brightness(100%);
--light-600:brightness(100%);
--opacity-50:100%;
--invert-90:invert(0%);
--invert-91:invert(0%);
--tag-brown-bg:#fbf5ee;
--tag-brown-border:#f2dbc1;
--tag-blue-bg:#f4f6f9;
--tag-blue-bg-2:#eef5fe;
--tag-blue:#536d8c;
--tag-red-bg:#fffafa;
--tag-red-bg-2:#fef7f7;
--tag-red-border:#ffe3df;
--tag-red-border-b:#ffe3df;
--tag-yellow-bg:#fff4ea;
--btn-red-bg:transparent;
--btn-red:#f84440;
--gradient-white-90deg:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,1));
--gradient-white-180deg-w:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
--gradient-white-180deg:linear-gradient(180deg, #f7f8fa,#ffffff);
--gradient-white-more:linear-gradient(90deg, rgba(255,255,255,0),rgba(255,255,255,.9) 28%, #fff 49.1%, #fff);
--shadow-white:0px 0px 6px 0px rgba(228,231,240,0.9);
--shadow-white-100:0px 2px 8px 0px rgba(228,231,240,0.75);
--stat-bg:#e5e9ee;
}
* {margin:0; padding:0;}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust:none;}
body {font-family:pingfang-sc-regular,helvetica,"sans-serif";background: #f8f8f8;background-color:var(--bg-gray);}
body.choose{height: 100%;overflow: hidden;}
form, img, table, td { border:0;}
ul, ol, li { list-style-type:none; display: block;}
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;}
input, textarea, img { vertical-align:middle; font-family:arial, "microsoft yahei";}
@media screen and (max-device-width: 320px) {body {-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px) {body {-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {body {-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {body {-webkit-text-size-adjust:none}}
a {color:#3c3f46;text-decoration:none;color:var(--gray-3);}
html,body{ height: 100%;}
em,i{font-style:normal;}
html>img{display: none;}
/* font */
.f9 { font-size:9px;}
.f10 { font-size:10px;}
.f11 { font-size:11px;}
.f12 { font-size:12px;}
.f13 { font-size:13px;}
.f14 { font-size:14px;}
.f15 { font-size:15px;}
.f16 { font-size:16px;}
.f17 { font-size:17px;}
.f18 { font-size:18px;}
.f19 { font-size:19px;}
.f20 { font-size:20px;}
.f21 { font-size:21px;}
.f22 { font-size:22px;}
.f23 { font-size:23px;}
.ti2 { text-indent:2em;}

/* box */
.pd8{ padding: 8px;}
.pdx8{ padding-left:8px;padding-right:8px;}
.pdy8{ padding-top:8px;padding-bottom:8px;}
.mgx8{ margin-left:8px;margin-right:8px;}
.mgy8{ margin-top:8px;margin-bottom:8px;}
.pd10{ padding: 10px;}
.pdx10{ padding-left:10px;padding-right:10px;}
.pdy10{ padding-top:10px;padding-bottom:10px;}
.mgx10{ margin-left:10px;margin-right:10px;}
.mgy10{ margin-top:10px;margin-bottom:10px;}
.pd14{ padding: 14px;}
.pdx14{ padding-left:14px;padding-right:14px;}
.pdx16{ padding-left:16px;padding-right:16px;}
.pdy14{ padding-top:14px;padding-bottom:14px;}
.pdt14{padding-top:14px;}
.mgx14{ margin-left:14px;margin-right:14px;}
.mgy14{ margin-top:14px;margin-bottom:14px;}
.mgx16{ margin-left:16px;margin-right:16px;}
.pd20{ padding: 20px;}
.pdx20{ padding-left:20px !important;padding-right:20px !important;}
.pdy20{ padding-top:20px;padding-bottom:20px;}
.pdt20{padding-top:20px;}
.mgx20{ margin-left:20px;margin-right:20px;}
.mgy20{ margin-top:20px;margin-bottom:20px;}
.mt5{ margin-top: 5px !important;}
.mt8{ margin-top: 8px !important;}
.mt9{ margin-top: 9px !important;}
.mt10{ margin-top: 10px !important;}
.mt14{ margin-top: 14px !important;}
.mt18{ margin-top: 18px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}
.mb8{ margin-bottom: 8px !important;}
.mb9{ margin-bottom: 9px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb14{ margin-bottom:14px !important;}
.mb20{ margin-bottom:20px !important;}
.lh20{ line-height: 20px;}
.lh23{ line-height: 23px;}
.lh24{ line-height: 24px;}
.lh26{ line-height: 26px;}
/* color */
.gray-0{color:#0c0d0e;color:var(--gray-0);}
.gray-3{color:#343538;color:var(--gray-3);}
.gray-5{color:#56565c;color:var(--gray-5);}
.gray-8{color:#83868f;color:var(--gray-8);}
.gray-b{color:#b3b6be;color:var(--gray-b-2);}
.gray-c{color:#cccfd8}
.gray-b2{color:#b2b2ba}
.red-df{color:#df3031;}
.red-d7{color:#d7494a}
.red-d6{color:#d64242}
.red-f6{color:#ff6666;}
.red-f0{color:#ff0000;}
.red-f5{color:#ff5350;}
.red-f6{color:#ff6666;}
.red-f02{color:#f02b2b;}
.green-6{color:#669934;}
.yellow-f9{color:#ff9933;}
.blue-4{color:#4080d1;}
.blue-3{color:#3d74ba;}
.blue-5{color:#819bbb}
/* fn */
.clear { clear: both; height: 0px; font-size: 0px; visibility: hidden; line-height: 0;}
.clearfix:after{ clear: both; content: "\200b"; display: block; height: 0;}
.clearfix{ *zoom: 1;}
.center { text-align: center;}
.none { display: none;}
.flol { float: left;}
.flor { float: right;}
.radius1{-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;}
.radius2{-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.radius3{-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.radius4{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}

.main{ position: relative; margin: 0 auto; max-width: 640px; min-height: 100%; overflow: hidden;}
.mbox{margin-bottom: 8px;}
table{ border-collapse:collapse;}
section,.whitebg{ background-color: #fff;background-color:var(--bg-white);}
.bb{ border-bottom: 1px solid #f5f5f5;border-color:var(--border-gray-200);}
.bt{ border-top: 1px solid #f5f5f5;border-color:var(--border-gray-200);}

input,textarea,button{ -webkit-appearance:none;}
input[type="radio"]{ -webkit-appearance:radio;}
input[type="checkbox"]{ -webkit-appearance:checkbox;}

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

/* flex */
.flexbox{ display: box; display: -webkit-box; display: -moz-box; display: -ms-box; -webkit-box-orient:horizontal; box-orient:horizontal;}
.flexbox > *{ display: block; box-flex:1; -webkit-box-flex:1; -moz-box-flex:1; -ms-box-flex:1;}
body:not(:-moz-handler-blocked) .flexbox { width: 100%;} /*for ff*/
.flexbox-v{ display: box; display: -webkit-box; display: -moz-box; display: -ms-box; -webkit-box-orient:vertical; box-orient:vertical;}
.flexbox-v > *{ display: block; box-flex:1; -webkit-box-flex:1; -moz-box-flex:1; -ms-box-flex:1;}

/*浜岀骇瀵艰埅*/
.sectab{
	background:#fafafa;
	height:36px;
	background-color:var(--box-gray-602);
	margin-top: 0px;
}
.sectab a{color: #83868f; width: 50px; text-align: center; font-size: 15px;}
.sectab a span{display:inline-block; line-height: 35px;}
.sectab a.active span{
	color: #f60;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f60;
}
.sectab.h40{height:40px;}
.sectab .overbox{position:relative;width:100%;height:36px;overflow:hidden;}
.sectab .overbox::-webkit-scrollbar{width:0;height:0;}
.sectab .overboxin{white-space:nowrap;}
.sectab .overbox a{padding: 0 12px;}
.sectab .overbox a.active{color:#f84440;}
.sectab .overbox span{padding:0;line-height:39px;}
.sectab .overbox em{font-size:12px;vertical-align:1px;}

.main1{ position: relative; margin: 0 auto; max-width: 640px;z-index:9}
.main{min-height:0;}
.space8{height:8px;line-height:8px;background:#f8f8f8;background-color:var(--bg-gray);}
.mbox{margin-bottom:9px;}

/*杈撳叆鍒楄〃*/
.jsqbox{padding-bottom:20px;padding-top:5px;}
.jsq-list li{
	position:relative;
	width: 100%;
	font-size: 16px;
	overflow:hidden;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;

}
.jsq-list li:before{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:#eee;-webkit-transform:scaley(.5);transform:scaley(.5);background-color:var(--border-gray-000)}
.jsq-list li > div{display:table-cell;width:100%;}
.jsq-list li > div.jsjg{ padding-right:14px;}
.jsq-list li > div:first-child{width:150px;min-width:150px;max-width:150px;line-height:37px;padding:0 0 0 20px;color:#83868f;}
.jsq-list li > div.w110{min-width:120px;max-width:120px;}/*娴峰2016-5-19*/
.jsq-list li > div.w150{min-width:160px;max-width:160px;}/*娴峰2016-5-19*/
.jsq-list li > div.w170{min-width:180px;max-width:180px;}/*娴峰2016-5-19*/
.jsq-list li > div:first-child i{margin:0 1em;}
.jsq-list li > div:first-child em{margin-right:.5em;}
.jsq-list li > div.width2{idth:116px;min-width:116px;max-width:116px;}
.jsq-list li > div:last-child{color:#0c0d0e;padding-left:10px;color:var(--gray-0);}
.jsq-list li > div:last-child span{-moz-box-flex: 0; -webkit-box-flex: 0; box-flex: 0; line-height: 37px; }
.jsq-btn{margin:0 20px;margin-top:20px;text-align:center;}
.jsq-list li > div.jstxt{width:100%;min-width:100%;max-width:100%;line-height:37px;padding:0 0 0 20px;}
.jsq-btn input{display:block;width:100%;height:45px;line-height:45px;background:#f60;color:#ffffff;font-size:17px;border:none;border-radius:4px;outline:none;}
select {
	font-size: 16px;
	height: auto;
	margin-top: 1px;
	border: 0!important;
	background-color: #fff;
	float: right;
	margin-right: 15px;
}
select:focus {
	-webkit-user-modify: read-only
}

.jsq-list .ipt-text{width:100%;height:37px;font-size: 15px; border:none;background:none;overflow:hidden;color:#0c0d0e!important;outline:none;color:var(--gray-0)!important;}
.jsq-list ::-webkit-input-placeholder {color:#b3b6be;line-height:16px;color:var(--gray-b);}
.jsq-list .ipt-text:disabled{color:#0c0d0e!important;color:var(--gray-0)!important;}

.rust{
	width: 96%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(/uploads/image/2016/bg_jisuanqi.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 0;
	line-height: 24px;
	color: #fff;
}
.total {width: 100%;
}
.list{
	width: 96%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 0;
	color: #666;
	font-size: 14px;
}
.list_bg{
	background-image: url(/uploads/image/2016/list_bg.png);
	background-repeat: repeat-y;
	text-indent: 10px;
}
.titx{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 20px;
	line-height: 30px;
}
.titx1{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.sjq-t{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.listtab1{}
.sjq-t .mtab{width:70%;margin:0 auto;}
/*tab鏍囩*/
.mtab{margin: 0 auto;font-size:13px;}
.mtab .flexbox{ width:100%; padding:1px; border:1px solid #f66; border-radius:15px; }
.mtab a{text-align:center;width: 50px; height:25px; line-height:25px; color:#f66;}
.mtab a.active{ background-color:#f66; color: #fff;color:var(--white);}
.mtab a:first-child{border-radius:15px 0 0 15px;}
.mtab a:last-child{border-radius:0 15px 15px 0;}

.mtab2{margin:-20px auto 0;font-size:16px;padding:0 15%;}
.mtab2 .flexbox{ width:100%;}
.mtab2 a{position:relative;text-align:center;width: 50px;line-height:26px;font-size:16px; color:#222222;padding:12px 0;}
.mtab2 a.active{font-size:18px;font-weight:bold; }
.mtab2 a.active::before{content:'';position:absolute;left:50%;bottom:0;margin-left:-10px;width:20px;height:3px;background:#f60;}

.ipt-rd{margin-right:10px; width:20px; height:20px; background:url(/uploads/image/2016/icon-ipt.png) 0 -20px no-repeat; background-size: 40px auto;-webkit-appearance:none!important; appearance:none!important;border:0px; outline:none;vertical-align:-5px;}
.ipt-rd:checked{ background-position:-20px -20px; }
.radiobox label{display:inline-block;margin-right:10px;line-height:20px;}
.radiobox label:last-child{margin-right:0;}