@charset "utf-8";
html {
	font-size:14px;
	width:100%;
	height:100%;
	overflow:auto;
	line-height:1.4285rem;
	transition:all 0 ease 0s;
	-webkit-text-size-adjust:100%;
}
body {
	color:#343430;
	height:100%;
	margin:0px;
	padding:0px;
	background:#fff;
	overflow:hidden;
	transition:all 0 ease 0s;
	-webkit-font-smoothing: antialiased;
}
* {
    padding: 0px;
    margin: 0px;
	border: none;
	font-family:"微软雅黑", "Microsoft Yahei", "Lantinghei", "Helvetica", "Verdana", "Tahoma", "Arial", "宋体", "sans-serif";
    transition:all 0 ease 0s;
	list-style: none;
	list-style-type: none;
	font-weight: normal;
	font-style:normal;
	outline:none;
}
*:focus,*:hover{
	outline:none !important;
	text-decoration:none !important;
	-moz-outline-style: none !important;
	blr: expression(this.onFocus=this.blur());
}
a {
	color: #555;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration:none;
}
a:focus { color: #666; }
a:hover {
	filter:alpha(opacity=70);	/*ie 6,7,8,9*/
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
ul { list-style: none; }
ul li { display: inline; }
ul li.divider{ display: block; }
hr {
	margin:15px auto 15px auto;
	border-top: 1px solid #eee;
	width:86%;
}
.cursor { cursor: pointer }
[readonly]{cursor:text !important; background:#fff !important}
.ucase {text-transform:uppercase;}
.lcase {text-transform:lowercase;}
i.fa { text-align:center; width:20px; }
i.fa-1x { height:20px; }
i.fa-2x { width:40px; height:40px; }
i.fa-3x { width:60px; height:60px; }
i.fa-4x { width:80px; height:80px; }
i.fa-5x { width:100px; height:100px; }
.bold { font-weight:bold }
.italic { font-style:italic }
.block { display:block }
.inline { display:inline }
.relative { position: relative; }
.absolute { position: absolute; }
.inline-block { display:inline-block }
.hide { display: none }
.null { font-size: 0; -webkit-text-size-adjust:none; }
.clear { clear: both }
.clear:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.blue { color: #00a5dd; }
.black { color: #2e3a4b; }
.white { color: #f5f7f9; }
.red{ color:#FF462B; }
.green{ color:#5CB85C; }
.orange{ color:#F0AD4E; }
.yellow{ color:#F4BD00; }
.grey,.gray { color: #A2A3A3; }

.bg-blue { background: #00a5dd; }
.bg-white { background: #F5F7F9; }
.bg-pure { background: #ffffff; }
.bg-red { background-color: #FC5944; }
.bg-green { background-color: #7AAF36; }

.fleft { float: left; overflow: hidden; }
.fright { float: right; overflow: hidden; }
.tcenter { text-align: center !important }
.tleft { text-align: left !important}
.tright { text-align: right !important }
.vtop {vertical-align:top !important}
.vmiddle {vertical-align:middle !important}
.vbottom {vertical-align:bottom !important}
.tindent { text-indent: 15px !important }
.tspace { letter-spacing: 15px !important }

.f45 {font-size:45px;}
.f38 {font-size:38px;}
.f34 {font-size:34px;}
.f30 {font-size:30px;}
.f28 {font-size:28px;}
.f26 {font-size:26px;}
.f24 {font-size:24px;}
.f22 {font-size:22px;}
.f20 {font-size:20px;}
.f18 {font-size:18px;}
.f16 {font-size:16px;}
.f14 {font-size:14px;}
.f12 {font-size:12px;}
.f10 {font-size:10px;}
.f8 {font-size:8px;}
.r3{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.r6{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.r9{
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.r12{
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.r15{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.r18{
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.ma { margin: auto; }

.mt0{ margin-top: 0px;}
.mt3{ margin-top: 3px;}
.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt25{ margin-top: 25px;}
.mt30{ margin-top: 30px;}
.mt35{ margin-top: 35px;}
.mt40{ margin-top: 40px;}
.mt45{ margin-top: 45px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
.mt70{ margin-top: 70px;}
.mt80{ margin-top: 80px;}
.mt90{ margin-top: 90px;}
.mt100{ margin-top: 100px;}
.mt110{ margin-top: 110px;}
.mt115{ margin-top: 115px;}
.mt120{ margin-top: 120px;}
.mt150{ margin-top: 150px;}
.mt200{ margin-top: 200px;}
.mtp3 { margin-top: 3%;}
.mtp6 { margin-top: 5%;}
.mtp9 { margin-top: 9%;}
.mtp12 { margin-top: 12%;}
.mtp15 { margin-top: 15%;}
.mtp18 { margin-top: 18%;}
.mtp21 { margin-top: 21%;}
.mtp24 { margin-top: 24%;}
.mtp27 { margin-top: 27%;}
.mtp30 { margin-top: 30%;}

.mr0{ margin-right: 0px;}
.mr3{ margin-right: 3px;}
.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr15{ margin-right: 15px;}
.mr20{ margin-right: 20px;}
.mr25{ margin-right: 25px;}
.mr30{ margin-right: 30px;}
.mr35{ margin-right: 35px;}
.mr40{ margin-right: 40px;}
.mr45{ margin-right: 45px;}
.mr50{ margin-right: 50px;}
.mr60{ margin-right: 60px;}
.mr70{ margin-right: 70px;}
.mr80{ margin-right: 80px;}
.mr90{ margin-right: 90px;}
.mr100{ margin-right: 100px;}
.mr110{ margin-right: 110px;}
.mr115{ margin-right: 115px;}
.mr120{ margin-right: 120px;}
.mr150{ margin-right: 150px;}
.mr200{ margin-right: 200px;}
.mrp3 { margin-right: 3%;}
.mrp6 { margin-right: 5%;}
.mrp9 { margin-right: 9%;}
.mrp12 { margin-right: 12%;}
.mrp15 { margin-right: 15%;}
.mrp18 { margin-right: 18%;}
.mrp21 { margin-right: 21%;}
.mrp24 { margin-right: 24%;}
.mrp27 { margin-right: 27%;}
.mrp30 { margin-right: 30%;}

.mb0{ margin-bottom: 0px;}
.mb3{ margin-bottom: 3px;}
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb25{ margin-bottom: 25px;}
.mb30{ margin-bottom: 30px;}
.mb35{ margin-bottom: 35px;}
.mb40{ margin-bottom: 40px;}
.mb45{ margin-bottom: 45px;}
.mb50{ margin-bottom: 50px;}
.mb60{ margin-bottom: 60px;}
.mb70{ margin-bottom: 70px;}
.mb80{ margin-bottom: 80px;}
.mb90{ margin-bottom: 90px;}
.mb100{ margin-bottom: 100px;}
.mb110{ margin-bottom: 110px;}
.mb115{ margin-bottom: 115px;}
.mb120{ margin-bottom: 120px;}
.mb150{ margin-bottom: 150px;}
.mb200{ margin-bottom: 200px;}
.mbp3 { margin-bottom: 3%;}
.mbp6 { margin-bottom: 5%;}
.mbp9 { margin-bottom: 9%;}
.mbp12 { margin-bottom: 12%;}
.mbp15 { margin-bottom: 15%;}
.mbp18 { margin-bottom: 18%;}
.mbp21 { margin-bottom: 21%;}
.mbp24 { margin-bottom: 24%;}
.mbp27 { margin-bottom: 27%;}
.mbp30 { margin-bottom: 30%;}

.ml0{ margin-left: 0px;}
.ml3{ margin-left: 3px;}
.ml5{ margin-left: 5px;}
.ml10{ margin-left: 10px;}
.ml15{ margin-left: 15px;}
.ml20{ margin-left: 20px;}
.ml25{ margin-left: 25px;}
.ml30{ margin-left: 30px;}
.ml35{ margin-left: 35px;}
.ml40{ margin-left: 40px;}
.ml45{ margin-left: 45px;}
.ml50{ margin-left: 50px;}
.ml60{ margin-left: 60px;}
.ml70{ margin-left: 70px;}
.ml80{ margin-left: 80px;}
.ml90{ margin-left: 90px;}
.ml100{ margin-left: 100px;}
.ml110{ margin-left: 110px;}
.ml115{ margin-left: 115px;}
.ml120{ margin-left: 120px;}
.ml150{ margin-left: 150px;}
.ml200{ margin-left: 200px;}
.mlp3 { margin-left: 3%;}
.mlp6 { margin-left: 5%;}
.mlp9 { margin-left: 9%;}
.mlp12 { margin-left: 12%;}
.mlp15 { margin-left: 15%;}
.mlp18 { margin-left: 18%;}
.mlp21 { margin-left: 21%;}
.mlp24 { margin-left: 24%;}
.mlp27 { margin-left: 27%;}
.mlp30 { margin-left: 30%;}

.pa { padding: auto; }

.pt0{ padding-top: 0px;}
.pt5{ padding-top: 5px;}
.pt10{ padding-top: 10px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
.pt25{ padding-top: 25px;}
.pt30{ padding-top: 30px;}
.pt35{ padding-top: 35px;}
.pt40{ padding-top: 40px;}
.pt45{ padding-top: 45px;}
.pt50{ padding-top: 50px;}
.pt60{ padding-top: 60px;}
.pt70{ padding-top: 70px;}
.pt80{ padding-top: 80px;}
.pt90{ padding-top: 90px;}
.pt100{ padding-top: 100px;}
.pt150{ padding-top: 150px;}
.pt200{ padding-top: 200px;}
.ptp3 { padding-top: 3%;}
.ptp6 { padding-top: 5%;}
.ptp9 { padding-top: 9%;}
.ptp12 { padding-top: 12%;}
.ptp15 { padding-top: 15%;}
.ptp18 { padding-top: 18%;}
.ptp21 { padding-top: 21%;}
.ptp24 { padding-top: 24%;}
.ptp27 { padding-top: 27%;}
.ptp30 { padding-top: 30%;}

.pr0{ padding-right: 0px;}
.pr5{ padding-right: 5px;}
.pr10{ padding-right: 10px;}
.pr15{ padding-right: 15px;}
.pr20{ padding-right: 20px;}
.pr25{ padding-right: 25px;}
.pr30{ padding-right: 30px;}
.pr35{ padding-right: 35px;}
.pr40{ padding-right: 40px;}
.pr45{ padding-right: 45px;}
.pr50{ padding-right: 50px;}
.pr60{ padding-right: 60px;}
.pr70{ padding-right: 70px;}
.pr80{ padding-right: 80px;}
.pr90{ padding-right: 90px;}
.pr100{ padding-right: 100px;}
.pr150{ padding-right: 150px;}
.pr200{ padding-right: 200px;}
.prp3 { padding-right: 3%;}
.prp6 { padding-right: 5%;}
.prp9 { padding-right: 9%;}
.prp12 { padding-right: 12%;}
.prp15 { padding-right: 15%;}
.prp18 { padding-right: 18%;}
.prp21 { padding-right: 21%;}
.prp24 { padding-right: 24%;}
.prp27 { padding-right: 27%;}
.prp30 { padding-right: 30%;}

.pb0{ padding-bottom: 0px;}
.pb5{ padding-bottom: 5px;}
.pb10{ padding-bottom: 10px;}
.pb15{ padding-bottom: 15px;}
.pb20{ padding-bottom: 20px;}
.pb25{ padding-bottom: 25px;}
.pb30{ padding-bottom: 30px;}
.pb35{ padding-bottom: 35px;}
.pb40{ padding-bottom: 40px;}
.pb45{ padding-bottom: 45px;}
.pb50{ padding-bottom: 50px;}
.pb60{ padding-bottom: 60px;}
.pb70{ padding-bottom: 70px;}
.pb80{ padding-bottom: 80px;}
.pb90{ padding-bottom: 90px;}
.pb100{ padding-bottom: 100px;}
.pb150{ padding-bottom: 150px;}
.pb200{ padding-bottom: 200px;}
.pbp3 { padding-bottom: 3%;}
.pbp6 { padding-bottom: 5%;}
.pbp9 { padding-bottom: 9%;}
.pbp12 { padding-bottom: 12%;}
.pbp15 { padding-bottom: 15%;}
.pbp18 { padding-bottom: 18%;}
.pbp21 { padding-bottom: 21%;}
.pbp24 { padding-bottom: 24%;}
.pbp27 { padding-bottom: 27%;}
.pbp30 { padding-bottom: 30%;}

.pl0{ padding-left: 0px;}
.pl5{ padding-left: 5px;}
.pl10{ padding-left: 10px;}
.pl15{ padding-left: 15px;}
.pl20{ padding-left: 20px;}
.pl25{ padding-left: 25px;}
.pl30{ padding-left: 30px;}
.pl35{ padding-left: 35px;}
.pl40{ padding-left: 40px;}
.pl45{ padding-left: 45px;}
.pl50{ padding-left: 50px;}
.pl60{ padding-left: 60px;}
.pl70{ padding-left: 70px;}
.pl80{ padding-left: 80px;}
.pl90{ padding-left: 90px;}
.pl100{ padding-left: 100px;}
.pl150{ padding-left: 150px;}
.pl200{ padding-left: 200px;}
.plp3 { padding-left: 3%;}
.plp6 { padding-left: 5%;}
.plp9 { padding-left: 9%;}
.plp12 { padding-left: 12%;}
.plp15 { padding-left: 15%;}
.plp18 { padding-left: 18%;}
.plp21 { padding-left: 21%;}
.plp24 { padding-left: 24%;}
.plp27 { padding-left: 27%;}
.plp30 { padding-left: 30%;}

.w10 { width:10px !important; }
.w20 { width:20px !important; }
.w30 { width:30px !important; }
.w40 { width:40px !important; }
.w50 { width:50px !important; }
.w60 { width:60px !important; }
.w70 { width:70px !important; }
.w80 { width:80px !important; }
.w90 { width:90px !important; }
.w100 { width:100px !important; }
.w110 { width:110px !important; }
.w120 { width:120px !important; }
.w130 { width:130px !important; }
.w140 { width:140px !important; }
.w150 { width:150px !important; }
.w160 { width:160px !important; }
.w170 { width:170px !important; }
.w180 { width:180px !important; }
.w190 { width:190px !important; }
.w200 { width:200px !important; }
.w210 { width:210px !important; }
.w220 { width:220px !important; }
.w230 { width:230px !important; }
.w240 { width:240px !important; }
.w250 { width:250px !important; }
.w260 { width:260px !important; }
.w270 { width:270px !important; }
.w280 { width:280px !important; }
.w290 { width:290px !important; }
.w300 { width:300px !important; }
.w310 { width:310px !important; }
.w320 { width:320px !important; }
.w330 { width:330px !important; }
.w340 { width:340px !important; }
.w350 { width:350px !important; }
.w360 { width:360px !important; }
.w370 { width:370px !important; }
.w380 { width:380px !important; }
.w390 { width:390px !important; }
.w400 { width:400px !important; }
.w410 { width:410px !important; }
.w420 { width:420px !important; }
.w430 { width:430px !important; }
.w440 { width:440px !important; }
.w450 { width:450px !important; }
.w460 { width:460px !important; }
.w470 { width:470px !important; }
.w480 { width:480px !important; }
.w490 { width:490px !important; }
.w500 { width:500px !important; }
.h10 { height:10px !important; }
.h20 { height:20px !important; }
.h30 { height:30px !important; }
.h40 { height:40px !important; }
.h50 { height:50px !important; }
.h60 { height:60px !important; }
.h70 { height:70px !important; }
.h80 { height:80px !important; }
.h90 { height:90px !important; }
.h100 { height:100px !important; }
.h110 { height:110px !important; }
.h120 { height:120px !important; }
.h130 { height:130px !important; }
.h140 { height:140px !important; }
.h150 { height:150px !important; }
.h160 { height:160px !important; }
.h170 { height:170px !important; }
.h180 { height:180px !important; }
.h190 { height:190px !important; }
.h200 { height:200px !important; }
.h210 { height:210px !important; }
.h220 { height:220px !important; }
.h230 { height:230px !important; }
.h240 { height:240px !important; }
.h250 { height:250px !important; }
.h260 { height:260px !important; }
.h270 { height:270px !important; }
.h280 { height:280px !important; }
.h290 { height:290px !important; }
.h300 { height:300px !important; }
.h310 { height:310px !important; }
.h320 { height:320px !important; }
.h330 { height:330px !important; }
.h340 { height:340px !important; }
.h350 { height:350px !important; }
.h360 { height:360px !important; }
.h370 { height:370px !important; }
.h380 { height:380px !important; }
.h390 { height:390px !important; }
.h400 { height:400px !important; }
.h410 { height:410px !important; }
.h420 { height:420px !important; }
.h430 { height:430px !important; }
.h440 { height:440px !important; }
.h450 { height:450px !important; }
.h460 { height:460px !important; }
.h470 { height:470px !important; }
.h480 { height:480px !important; }
.h490 { height:490px !important; }
.h500 { height:500px !important; }

html::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

html::-webkit-scrollbar-track {
	-webkit-box-shadow: none 0 0 6px rgba(0,165,221,.4);
}

html::-webkit-scrollbar-thumb {
	background: rgba(0,165,221,.8);
	-webkit-box-shadow: none 0 0 6px rgba(0,165,221,.5);
}

body::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: none 0 0 6px rgba(0,165,221,.4);
}

body::-webkit-scrollbar-thumb {
	background: rgba(0,165,221,.8);
	-webkit-box-shadow: none 0 0 6px rgba(0,165,221,.5);
}

input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill {
	background-color: #fff;
	background-image: none;
	color: #000;
}

.scorll::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.scorll::-webkit-scrollbar-track {
	-webkit-box-shadow: none 0 0 6px rgba(0,165,221,.4);
}

.scorll::-webkit-scrollbar-thumb {
	background: rgba(0,165,221,.8);
	-webkit-box-shadow: none 0 0 6px rgba(0,165,221,.5);
}

.scorll-white::-webkit-scrollbar-thumb {
	border: 1px solid #00a5dd;
	border-radius: 5px;
	background: #fff;
}

.scroll-y-auto {
	overflow-y: auto;
}

.web-placeholder{ color:#999 !important };

::-webkit-input-placeholder { /* WebKit browsers */
	color:#999 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#999 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#999 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#999 !important;
}

.white::-webkit-input-placeholder { /* WebKit browsers */
	color:#f5f7f9 !important;
}
.white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#f5f7f9 !important;
}

.white::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#f5f7f9 !important;
}

.white:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#f5f7f9 !important;
}