@charset "UTF-8";
.btn { display: inline-block; font-weight: normal; color: #666; text-align: center; text-decoration: none; white-space: nowrap; vertical-align: middle; cursor: pointer; background-image: none; background-color: white; border-style: solid; border-color: #ddd; height: 36px; padding: 0 12px; font-size: 14px; line-height: 34px; border-width: 1px; border-radius: 4px; user-select: none; box-sizing: border-box; transition: 0.3s; touch-action: manipulation; }

.btn:hover { color: #222; text-decoration: none; border-color: #bbb; }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.4; filter: alpha(opacity=40); pointer-events: none; }

.btn-solid-primary, .btn-solid-primary:hover { color: white; border-color: transparent; }

.btn-solid-primary, .btn-solid-primary.disabled:hover, .btn-solid-primary[disabled]:hover { background-color: #0e90ec; }

.btn-solid-primary:hover { background-color: #3d98ff; }
body, h1, h2, h3, h4, h5, h6, p, ul, ol, form { margin: 0; }

body { color: #666; background: #fff; font-size: 14px; line-height: 1; }

body, input, textarea, select { font-family: "Microsoft YaHei", Helvetica, "Helvetica Neue", "SimSun", Tahoma, Arial, sans-serif; }

ul, ol, li { padding-left: 0; list-style-type: none; }

img { border: 0; vertical-align: bottom; }

i { font-style: normal; }

input, textarea, select { font-size: 14px; outline: none; border: none; margin: 0; padding: 0; }

input::-ms-clear { display: none; }

/* 去除IE下input自带的叉 */
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

/* 去除chrome下输入框默认背景色 */
input:focus, textarea:focus { outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-modify: read-write-plaintext-only; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a { text-decoration: none; color: #666; }

address { font-style: normal; }

input, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }

textarea { -webkit-appearance: none; }

.img-responsive { width: 100%; height: auto; display: block; }

.tl { text-align: left; }

.tc { text-align: center; }

.tr { text-align: right; }

.ell { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

/* 单行文字溢出省略号显示 */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right { float: right !important; right: 40px;}

.pull-left { float: left !important; }

.hidden { display: none; }

.show { display: block; }

.trans { -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; }

.container { width: 1200px; display: block; margin-left: auto; margin-right: auto; }

body { min-width: 1200px; _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1200?'1200px':''); }

.box-white { background: #fff; }

.boxlr40 { margin-left: 40px; margin-right: 40px; }

.box { -webkit-box-shadow: 0 0 5px rgba(11, 11, 11, 0.1); -moz-box-shadow: 0 0 5px rgba(11, 11, 11, 0.1); -ms-box-shadow: 0 0 5px rgba(11, 11, 11, 0.1); -o-box-shadow: 0 0 5px rgba(11, 11, 11, 0.1); box-shadow: 0 0 5px rgba(11, 11, 11, 0.1); background-color: #fff; }

/* .row { margin: 0 -15px; } */

[class*=col-], .col-w1 { float: left; }

.col-2 { width: 50%; }

.col-3 { width: 33.3333333333%; }

.col-4 { width: 25%; }

.col-5 { width: 20%; }

.mr5 { margin-right: 5px; }

.mt10 { margin-top: 10px; }

.mlr-12 { margin-left: -12px; margin-right: -12px; }

.mlr12 { margin-left: 12px; margin-right: 12px; }
.ml22 { margin-left: 22px; }
.ml24 { margin-left: 24px; }
.pb12 { padding-bottom: 12px; }

.mr15 { margin-right: 15px; }

.ml10 { margin-left: 10px; }

.ml20 { margin-left: 20px; }

.ml-25 { margin-left: -25px; }

.ml25 { margin-left: 25px; }

.mlr20 { margin-left: 20px; margin-right: 20px; }

.mt24 { margin-top: 24px; }

.mt30 { margin-top: 30px; }

.ml30 { margin-left: 30px; }

.mlr30 { margin-left: 30px; margin-right: 30px; }

.mr30 { margin-right: 30px; }

.ml40 { margin-left: 40px; }

.mt40 { margin-top: 40px; }

.mlr48 { margin-left: 48px; margin-right: 48px; }

.plr20 { padding-left: 20px; padding-right: 20px; }

.plr30 { padding-left: 30px; padding-right: 30px; }

.mt20 { margin-top: 20px; }

.pb30 { padding-bottom: 30px; }

.pb40 { padding-bottom: 40px; }

.pb48 { padding-bottom: 48px; }

.mt50 { margin-top: 50px; }

.gwz { font-size: initial; }

.bg-gry { background: #f8f8f8; }

.link-theme { color: #3d98ff; }
.link-theme:hover { color: #3d98ff; text-decoration: underline; }

.btn-gry { background: #b3b3b3; color: #fff; }
.btn-gry:hover { background: #c7c4c4; color: #fff; }

.btn-theme { background: #3d98ff; color: #fff; }
.btn-theme:hover { background: #157ed9; color: #fff; }

.btn-red { background: #fc0551; color: #fff; }
.btn-red:hover { background: #cb0643; color: #fff; }

.bt-blue { background: #4384ba; color: #fff; }
.bt-blue:hover { background: #2686d6; color: #fff; }

.bt-orange { background: #d88416; color: #fff; }
.bt-orange:hover { background: #ed8d0f; color: #fff; }

.btn-theme-line { border: 1px solid #3d98ff; color: #3d98ff; }
.btn-theme-line:hover { background: #3d98ff; color: #fff; }

.bodybg { background: #f5f5f5; }

.color-h1 { color: #cbcbcb; }

.color-8 { color: #888; }

.color-theme { color: #3d98ff; }

.color-red { color: #ff0000; }

.pagin { display: block; }
.pagin > a { display: inline-block; padding: 9px 15px; margin: 0px 4px 0; border-radius: 3px; border: 1px #DDD solid; background: #FFF; color: #666; -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; font-size: 12px; line-height: 18px; }
.pagin > a i { font-size: 10px; }
.pagin > a:hover { border-color: #3d98ff; box-shadow: 0 0 3px #eee; color: #3d98ff; }
.pagin .pagin-cur, .pagin .pagin-cur:hover { border-color: #3d98ff; background: #3d98ff; color: #FFF; }

.pagin-ell { font-size: 14px; line-height: 18px; color: #666; padding: 0 10px; }

.pagin-txt { display: inline-block; padding: 5px 8px; font-size: 14px; line-height: 18px; color: #666; }

.pagin-jump, .pagin-jump-focus { display: inline-block; *vertical-align: -5px; border: 1px #ddd solid; -webkit-transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; }

.pagin-input { *float: left; width: 36px; height: 36px; border: none; outline: none; background: #fff; line-height: 36px\9; *line-height: 36px; text-align: center; font-size: 12px; color: #3d98ff; }

.pagin-btn { *float: left; display: none; padding: 0 10px; font-size: 12px; line-height: 26px; color: #fff; text-decoration: none; }
.pagin-btn:hover { color: #FFFFFF; }

.pagin-jump-focus { border-color: #3d98ff; background: #3d98ff; *vertical-align: -1px; }
.pagin-jump-focus .pagin-btn { display: inline-block; }

.pop-close { width: 48px; height: 48px; position: absolute; right: 0; top: 0; text-align: center; cursor: pointer; }
.pop-close i { font-size: 28px; line-height: 48px; color: #b4b4b4; }

.popbg { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; background: rgba(0, 0, 0, 0.6); }
.pop-login { width: 450px; height: 400px; background: #fff; position: absolute; top: 50%; left: 50%; margin: -236px 0 0 -265px; padding: 0 40px; }
.pop-login h3 { font-size: 30px; line-height: 108px; text-align: center; }

.pop-TabM { padding-top: 40px; padding-bottom: 20px; }
.pop-TabM ul { margin-left: -20px; }
.pop-TabM ul li { font-size: 24px; line-height: 48px; display: inline-block; margin-left: 20px; }
.pop-TabM ul li a { color: #8f8f8f; }
.pop-TabM ul li a:hover, .pop-TabM ul li a.listTab-cur { color: #3d98ff; }
.pop-TabM > a { font-size: 14px; line-height: 48px; color: #999; }
.pop-TabM > a i { font-size: 18px; margin-left: 10px; color: #666; }
.pop-TabM > a p { display: inline-block; vertical-align: 1px; font-size: 14px; line-height: 24px; background: #3d98ff; color: #fff; padding: 0 10px; position: relative; }
.pop-TabM > a p:after { position: absolute; content: ''; content: ""; height: 0; width: 0; border-left: 6px solid #3d98ff; border-top: 6px dashed transparent; border-bottom: 6px dashed transparent; right: -6px; top: 50%; margin-top: -6px; }

.pop-form .btn-theme { font-size: 24px; line-height: 60px; text-align: center; display: block; }
.pop-form h6 { font-size: 14px; color: #999; line-height: 24px; margin-top: 0px; }

.pop-void { width: 654px; height: 480px; background: #fff; position: absolute; padding: 0 20px 20px; top: 50%; left: 50%; margin: -250px 0 0 -347px; }
.pop-void h3 { font-size: 24px; line-height: 80px; color: #3d98ff; }

.pop-voids { width: 654px; height: 400px; }

.pop-code { position: absolute; height: 400px; top: 40px; left: 0; right: 0; bottom: 0; z-index: 99; padding: 0 40px; background: #fff; }
.pop-code .pop-TabM { padding-top: 0; }

.pop-codes { text-align: center; padding-top: 15px; }
.pop-codes h2 { font-size: 18px; color: #222; font-weight: bold; margin-top: 10px; }
.pop-codes img { width: 200px; height: 200px; margin-top: 10px; }
.pop-codes p { font-size: 16px; line-height: 28px; margin-top: 10px; }

.pop-app { width: 320px; height: 330px; background: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; text-align: center; position: absolute; left: 50%; top: 50%; padding: 20px; margin: -165px 0 0 -160px; }
.pop-app h3 { font-size: 22px; line-height: 42px; padding: 10px 0 5px; }
.pop-app img { width: 190px; height: 190px; margin-bottom: 16px; }
.pop-app p { font-size: 16px; line-height: 26px; color: #424242; }
.pop-app i { width: 36px; font-size: 24px; position: absolute; line-height: 36px; text-align: center; right: 5px; top: 5px; cursor: pointer; color: #cecece; }

.pop-fp-ok { width: 320px; height: 240px; background: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; text-align: center; position: absolute; left: 50%; top: 50%; padding: 40px 20px 20px; margin: -140px 0 0 -160px; }
.pop-fp-ok h3 { font-size: 22px; line-height: 42px; padding: 5px 0 5px; color: #3d98ff; font-weight: bold; }
.pop-fp-ok p { font-size: 16px; line-height: 26px; color: #424242; }
.pop-fp-ok .gwz-guanbi1 { width: 36px; font-size: 24px; position: absolute; line-height: 36px; text-align: center; right: 5px; top: 5px; cursor: pointer; color: #cecece; }
.pop-fp-ok .gwz-tianjiachenggong { font-size: 120px; color: #3d98ff; font-weight: bold; }

.pop-sign { width: 554px; height: 578px; position: absolute; left: 50%; top: 50%; margin: -314px 0 0 -289px; z-index: 9; }
.pop-sign-close { width: 34px; height: 34px; position: absolute; background: url(../images/sign-close.png) no-repeat; right: -25px; cursor: pointer; top: 10px; border: 3px solid #fff; }

.pop-sign1 { width: 554px; height: 216px; background: url(../images/pop-sign1.png) no-repeat; position: relative; }
.pop-sign1 p { width: 152px; height: 30px; background: #0254b1; background: rgba(2, 84, 177, 0.57); position: absolute; text-align: center; font-size: 14px; line-height: 30px; color: #fff; -webkit-border-radius: 20px 0 20px 0; -moz-border-radius: 20px 0 20px 0; -ms-border-radius: 20px 0 20px 0; -o-border-radius: 20px 0 20px 0; border-radius: 20px 0 20px 0; top: 135px; left: 260px; }

.pop-sign2 { width: 554px; height: 362px; background: #fff; -webkit-border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -ms-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px; }
.pop-sign2 ul { padding: 5px 29px 0; }
.pop-sign2 ul li { height: 104px; padding-bottom: 4px; float: left; line-height: 104px; margin-top: 12px; position: relative; }
.pop-sign2 > a { width: 246px; height: 48px; text-align: center; margin: 0 auto; border: 2px solid #3d98ff; display: block; font-size: 22px; line-height: 48px; -webkit-border-radius: 27px; -moz-border-radius: 27px; -ms-border-radius: 27px; -o-border-radius: 27px; border-radius: 27px; color: #3d98ff; margin-top: 20px; }
.pop-sign2 > a:hover { background: #3d98ff; color: #fff; }
.pop-sign2 > p { font-size: 14px; color: #767676; line-height: 32px; margin-top: 5px; }

.pop-sign2Li1, .pop-sign2Li3 { -webkit-border-radius: 14px; -moz-border-radius: 14px; -ms-border-radius: 14px; -o-border-radius: 14px; border-radius: 14px; overflow: hidden; }
.pop-sign2Li1 mark, .pop-sign2Li3 mark { height: 26px; position: absolute; left: 1px; top: 0; font-size: 14px; line-height: 26px; color: #999; padding: 0 12px 0 6px; -webkit-border-radius: 0 0 22px 0; -moz-border-radius: 0 0 22px 0; -o-border-radius: 0 0 22px 0; -ms-border-radius: 0 0 22px 0; border-radius: 0 0 22px 0; -webkit-border-radius: 0 0 22px 0; -moz-border-radius: 0 0 22px 0; -ms-border-radius: 0 0 22px 0; -o-border-radius: 0 0 22px 0; border-radius: 0 0 22px 0; background: #ebecee; }
.pop-sign2Li1 h2, .pop-sign2Li3 h2 { font-size: 34px; text-align: center; color: #b1b1b2; }
.pop-sign2Li1.pop-sign-active mark, .pop-sign2Li3.pop-sign-active mark { background: #3d98ff; color: #fff; }
.pop-sign2Li1.pop-sign-active h2, .pop-sign2Li3.pop-sign-active h2 { color: #fff; -webkit-text-shadow: 0 2px 2px rgba(255, 144, 0, 0.3); -moz-text-shadow: 0 2px 2px rgba(255, 144, 0, 0.3); -ms-text-shadow: 0 2px 2px rgba(255, 144, 0, 0.3); -o-text-shadow: 0 2px 2px rgba(255, 144, 0, 0.3); text-shadow: 0 2px 2px rgba(255, 144, 0, 0.3); }

.pop-sign2Li1 { width: 100px; background: url(../images/sign2-bg1.png) no-repeat; }
.pop-sign2Li1.pop-sign-active { background: url(../images/sign2-bg1-active.png) no-repeat; }

.pop-sign2Li2 { width: 32px; text-align: center; color: #6f6f6f; }
.pop-sign2Li2 i { font-size: 10px; }

.pop-sign2Li3 { width: 232px; background: url(../images/sign2-bg3.png) no-repeat; }
.pop-sign2Li3 p { font-size: 12px; line-height: 24px; color: #fd8f01; position: absolute; top: inherit; bottom: 4px; z-index: 9; text-align: center; left: 0; right: 0; }
.pop-sign2Li3 p i { width: 6px; height: 6px; background: #dd1d19; border: 2px solid #f3d4d5; display: inline-block; margin-right: 5px; }
.pop-sign2Li3.pop-sign-active { background: url(../images/sign2-bg3-active.png) no-repeat; }
.pop-sign2Li3.pop-sign-active p { color: #fff; }
.pop-sign2Li3.pop-sign-active p i { background: #fff; }

.pop-tx { width: 914px; height: 584px; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; overflow: hidden; position: absolute; left: 50%; top: 50%; margin: -282px 0 0 -457px; }
.pop-tx-head { font-size: 22px; line-height: 70px; position: relative; padding: 0 42px; }

.pop-tx-head h3 { font-size: 22px; color: #3d98ff; display: block; text-align: center; }
.pop-tx-head a { color: #bfbfbf; }
.pop-tx-head a i { font-size: 24px; }
.pop-tx-head a:hover { color: #3d98ff; }

.pop-tx-con { height: 440px; padding: 0 100px 0 60px; }

.pop-txL { text-align: center; width: 400px; }
.pop-txL p { font-size: 12px; line-height: 18px; color: #999; padding: 15px 0; }

.pop-txLupload { width: 300px; height: 300px; display: block; border: 1px solid #d8d8d8; background: url(../images/tx-upload.png) center no-repeat #fafafa; margin: 0 auto; }

.pop-txL-btn { width: 100px; font-size: 14px; line-height: 30px; background: #feb560; display: inline-block; margin-top: 20px; color: #fff; }
.pop-txL-btn:hover { background: #e68411; color: #fff; }

.pop-txR { width: 240px; text-align: center; margin-top: 98px; }
.pop-txR img { width: 200px; height: 200px; display: inline-block; }
.pop-txR h2 { font-size: 14px; color: #343434; line-height: 28px; margin-top: 15px; }

.pop-tx-foot { height: 40px; background: #f0f0f0; padding: 17px 0; }
.pop-tx-foot a { width: 104px; height: 40px; display: inline-block; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; font-size: 20px; line-height: 40px; text-align: center; margin-right: 20px; }

.pop-bz { width: 640px; height: 500px; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; overflow: hidden; position: absolute; left: 50%; top: 50%; margin: -282px 0 0 -320px; }
.pop-bz-con { height: 356px; margin: 0 30px; }
.pop-bz-con textarea { width: 98%; height: 310px; color: #888; font-size: 14px; line-height: 22px; padding: 6px 1%; border: 1px solid #eee; }

.pop-jfgz { width: 800px; height: 460px; background: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; text-align: center; position: absolute; left: 50%; top: 50%; padding: 20px; margin: -230px 0 0 -400px; }
.pop-jfgz h3 { font-size: 22px; line-height: 42px; padding: 10px 0 5px; }
.pop-jfgz i { width: 36px; font-size: 24px; position: absolute; line-height: 36px; text-align: center; right: 5px; top: 5px; cursor: pointer; color: #cecece; }

.pop-fp { width: 500px; min-height: 590px; background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; overflow: hidden; position: absolute; left: 50%; top: 50%; margin: -295px 0 0 -250px; }
.pop-fp .btn-theme { width: 160px; font-size: 18px; line-height: 42px; margin: 30px auto; display: block; text-align: center; }
.pop-fp-TabM { font-size: 14px; line-height: 28px; }
.pop-fp-TabM span { width: 90px; display: inline-block; text-align: right; }
.pop-fp-TabM a { margin-right: 20px; position: relative; padding-left: 22px; }
.pop-fp-TabM a i { width: 16px; height: 16px; position: absolute; left: 0; top: 50%; margin-top: -8px; background-size: cover; background-image: url(../images/login-check.png); background-position: 0 0; }
.pop-fp-TabM a:hover i { background-position: 0 -16px; }
.pop-fp-TabM a.fpTab-cur { color: #3d98ff; }
.pop-fp-TabM a.fpTab-cur i { background-position: 0 -32px; }

.pop-fpLi { min-height: 34px; position: relative; padding-left: 90px; margin-top: 10px; }
.pop-fpLi span { width: 90px; position: absolute; left: 0; line-height: 34px; top: 0; text-align: right; }



.form-box1, .form-focusH { position: relative; height: 44px; padding-left: 44px; border: 1px #cecece solid; background: #fff; }
.form-box1 input, .form-focusH input { width: 100%; height: 42px; font-size: 16px; line-height: 42px; background: none; color: #afafaf; /* 使用webkit内核的浏览器 */ /* Firefox版本4-18 */ /* Firefox版本19+ */ /* IE浏览器 */ }
.form-box1 input::-webkit-input-placeholder, .form-focusH input::-webkit-input-placeholder { font-size: 16px; color: #bbb; }
.form-box1 input:-moz-placeholder, .form-focusH input:-moz-placeholder { font-size: 16px; color: #bbb; }
.form-box1 input::-moz-placeholder, .form-focusH input::-moz-placeholder { font-size: 16px; color: #bbb; }
.form-box1 input:-ms-input-placeholder, .form-focusH input:-ms-input-placeholder { font-size: 16px; color: #bbb; }
.form-box1 .form-ico-name, .form-focusH .form-ico-name { color: #bdbdbd; }
.form-box1 .gwz-yanjing, .form-focusH .gwz-yanjing { position: absolute; right: 12px; top: 0; font-size: 28px; line-height: 48px; cursor: pointer; color: #e7e7e7; }
.form-ico-name { position: absolute; top: 0; left: 0; width: 46px; height: 46px; font-size: 24px; line-height: 46px; text-align: center; }

.form-code-pic { position: absolute; top: 50%; margin-top: -20px; right: 4px; z-index: 99; cursor: pointer; }
.form-code-pic img { width: 96px; height: 40px; }

.form-code-txt { position: absolute; font-size: 14px; line-height: 48px; color: #3d98ff; top: 0; right: 0; padding: 0 12px; cursor: pointer; }
.form-code-txt:hover { text-decoration: underline; color: #3d98ff; }

.form-verify { height: 48px; background: #eef0f5; text-align: center; font-size: 16px; line-height: 48px; position: relative; }
.form-verify span { width: 56px; height: 46px; border: 1px solid #cecece; background: #fff; font-size: 18px; line-height: 46px; text-align: center; color: #bbb; position: absolute; left: 0; top: 0; }

.form-focusH { border-color: #3d98ff; }
.form-focusH .form-ico-name { color: #3d98ff; }
.form-focusH input { color: #3d98ff; }

.form-reg { font-size: 16px; line-height: 22px; }
.form-reg p { color: #888; }
.form-reg p a { color: #888; }
.form-reg p a:hover { color: #3d98ff; }
.form-reg p span { margin: 0 10px; }

.form-login-checks label { display: inline-block; cursor: pointer; padding-left: 28px; color: #888; }
.form-login-checks label.c_on, .form-login-checks label.c_on:hover { background: url(../images/login-check.png) 0 -44px no-repeat; color: #3d98ff; }
.form-login-checks .label-check { background: url(../images/login-check.png) 0 0px no-repeat; line-height: 22px; }
.form-login-checks .label-check:hover { background: url(../images/login-check.png) 0 -22px no-repeat; color: #3d98ff; }
.form-login-checks .label-check input { position: absolute; left: -99999px; }

.form-reg-checks label { display: inline-block; cursor: pointer; padding-left: 30px; color: #999; }
.form-reg-checks label.c_on, .form-reg-checks label.c_on:hover { background: url(../images/reg-check.png) 0 -40px no-repeat; }
.form-reg-checks .label-check { background: url(../images/reg-check.png) 0 0px no-repeat; font-size: 16px; line-height: 20px; }
.form-reg-checks .label-check:hover { background: url(../images/reg-check.png) 0 -20px no-repeat; }
.form-reg-checks .label-check input { position: absolute; left: -99999px; }

.inputBox { margin-right: 2px; }
.inputBox input { width: 100%; height: 32px; border: 1px solid #e2e2e2; background: #fff; text-indent: 10px; font-size: 14px; line-height: 32px; color: #afafaf; /* 使用webkit内核的浏览器 */ /* Firefox版本4-18 */ /* Firefox版本19+ */ /* IE浏览器 */ }
.inputBox input:focus { border-color: #3d98ff; }
.inputBox input::-webkit-input-placeholder { font-size: 14px; color: #afafaf; }
.inputBox input:-moz-placeholder { font-size: 14px; color: #afafaf; }
.inputBox input::-moz-placeholder { font-size: 14px; color: #afafaf; }
.inputBox input:-ms-input-placeholder { font-size: 14px; color: #afafaf; }

.selectBox .select-main { background: #FFF; border: 1px solid #e2e2e2; border-radius: 3px; height: 32px; position: relative; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.selectBox .select-main.z-index { z-index: 10; }
.selectBox .select-main.disabled { cursor: default; filter: alpha(opacity=50); opacity: .5; zoom: 1; }
.selectBox .select-main.disabled .select-set, .selectBox .select-main.disabled .select-arrow { cursor: default; }
.selectBox .select-set { height: 32px; background: #FFF; line-height: 32px; border-radius: 3px; color: #afafaf; cursor: pointer; position: relative; padding: 0 35px 0 10px; z-index: 5; overflow: hidden; }
.selectBox .select-arrow { border-top: 6px solid #aaa; border-left: 6px solid transparent; border-right: 6px solid transparent; cursor: pointer; height: 0; position: absolute; top: 11px; right: 10px; width: 0; z-index: 7; }
.selectBox .select-arrow.reverse { border-top: 6px solid transparent; border-bottom: 6px solid #aaa; top: 6px; }
.selectBox .select-block { background: #FFF; border: 1px solid #e2e2e2; border-top: none; left: -1px; line-height: 28px; position: absolute; top: 32px; right: -1px; }
.selectBox .select-block ul.select-list { cursor: pointer; scrollbar-face-color: #AEB1B1; scrollbar-shadow-color: #C7CACA; scrollbar-highlight-color: #CED1D1; scrollbar-3dlight-color: #CED1D1; scrollbar-darkshadow-color: #C7CACA; scrollbar-track-color: #CED1D1; scrollbar-arrow-color: #333; }
.selectBox .select-block ul.select-list::-webkit-scrollbar { width: 12px; }
.selectBox .select-block ul.select-list::-webkit-scrollbar-track { border-radius: 10px; }
.selectBox .select-block ul.select-list::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
.selectBox .select-block ul.select-list li.select-items { color: #afafaf; padding: 2px 10px; }
.selectBox .select-block ul.select-list li.select-items:hover, .selectBox .select-block ul.select-list li.select-items.active { color: #3d98ff; }

.form-radio label { display: inline-block; cursor: pointer; padding-left: 22px; color: #888; margin-right: 20px; }
.form-radio label.r_on, .form-radio label.r_on:hover { background: url(../images/radio.png) 0 -32px no-repeat; color: #3d98ff; }
.form-radio .label_radio { background: url(../images/radio.png) 0 0 no-repeat; font-size: 16px; line-height: 16px; }
.form-radio .label_radio:hover { background: url(../images/radio.png) 0 -16px no-repeat; color: #3d98ff; }
.form-radio .label_radio input { position: absolute; left: -99999px; }


.my-zw { text-align: center; min-height: 465px; }
.my-zw img { display: block; margin: 50px auto 0; }
.my-zw h2 { font-size: 20px; color: #666; line-height: 42px; font-weight: bold; margin-bottom: 10px; }
.my-zw .btn-theme { min-width: 90px; font-size: 16px; line-height: 36px; text-align: center; display: inline-block; padding: 0 15px; }

.my-zw2 { text-align: center; }
.my-zw2 img { display: block; margin: 50px auto 0; width: 206px; height: 200px; }
.my-zw2 h2 { font-size: 16px; color: #666; line-height: 42px; margin-bottom: 10px; font-weight: bold; }

.pop-foot a { min-width: 80px; font-size: 14px; line-height: 32px; display: inline-block; text-align: center; margin-left: 10px; }

.pop-wxjb { width: 420px; min-height: 220px; background: #fff; border-radius: 3px; overflow: hidden; position: absolute; left: 50%; top: 50%; margin: -110px 0 0 -210px; }

.pop-wxjbc { font-size: 16px; line-height: 24px; }

.pop-xscz { width: 772px; min-height: 400px; overflow: hidden; position: absolute; left: 50%; top: 50%; margin: -200px 0 0 -386px; }

.pop-xscz .pop-xscz-inner { clear: both; }

.pop-xscz .pop-xscz-inner .pop-left-txt { width: 380px; height: 400px; background-image: url("../images/tips-bg.png"); background-repeat: no-repeat; background-size: cover; border-radius: 15px; border-top-right-radius: 0; border-bottom-right-radius: 0; box-sizing: border-box; }

.pop-xscz .pop-xscz-inner .pop-left-txt .tips { font-size: 14px; color: #fff; padding: 70px 20px 60px; }

.pop-xscz .pop-xscz-inner .pop-left-txt .tips h6, .pop-xscz .pop-xscz-inner .pop-left-txt .tips span { clear: both; display: block; }

.pop-xscz .pop-xscz-inner .pop-left-txt .tips h6 { font-size: 16px; margin-bottom: 20px; font-weight: 600; margin-left: 20px; }

.pop-xscz .pop-xscz-inner .pop-left-txt .tips .tips-col { clear: both; position: relative; margin-left: 18px; }

.pop-xscz .pop-xscz-inner .pop-left-txt .tips .tips-col i { margin-right: 6px; float: left; display: block; position: absolute; left: 0; top: 15px; }

.pop-xscz .pop-xscz-inner .pop-left-txt .tips .tips-col span { line-height: 24px; display: block; float: left; margin-left: 24px; padding: 12px 0; }

.pop-xscz .pop-xscz-inner .pop-tips-right { width: 392px; height: 400px; background: #fff; border-radius: 15px; border-top-left-radius: 0; border-bottom-left-radius: 0; position: relative; }

.pop-xscz .pop-xscz-inner .pop-tips-right .pop-xscz-m h4 { text-align: center; font-size: 24px; margin-bottom: 70px; color: #222; }

.pop-xscz .pop-xscz-inner .pop-tips-right .pop-xscz-m .pop-xscz-in { padding: 0 40px 0; }

.pop-xscz .pop-xscz-inner .pop-tips-right .pop-xscz-m .pop-xscz-in .inputBox input { text-align: center; }

.pop-xscz .pop-xscz-inner .pop-tips-right .pop-xscz-m .pop-xscz-in .recharge-btn { display: block; width: 120px; height: 34px; margin: 40px auto 0; }

.pop-xscz .pop-xscz-inner .pop-tips-right .tips-op-t { position: absolute; bottom: 0; left: 0; width: 372px; height: 50px; line-height: 50px; padding-left: 20px; background: #f8fafb; font-size: 12px; border-bottom-right-radius: 15px; }

.pop-xscz .pop-xscz-inner .pop-tips-right .tips-op-t p { color: #999; }

.pop-czcg { width: 200px; height: 60px; line-height: 60px; background: #fff; border-radius: 4px; overflow: hidden; position: absolute; left: 50%; top: 50%; margin: -300px 0 0 -100px; }

.pop-czcg .pop-tx-head { line-height: 60px; }

.pop-czcg .pop-tx-head h3 { color: #78787b; font-size: 16px; }

.pop-czcg .pop-tx-head i { color: #00be49; font-size: 24px; vertical-align: -4px; margin-right: 12px; }

.pop-act-succeed { margin: -260px 0 0 -100px; }

.pop-cz-fail { width: 400px; background: #fff; border-radius: 4px; overflow: hidden; position: absolute; left: 50%; top: 50%; margin: -330px 0 0 -200px; padding-bottom: 10px; }

.pop-cz-fail .pop-fail-txt { padding: 25px 10px 0 25px; }

.pop-balance h3 { line-height: 26px; font-size: 16px; color: #78787b; }
.pop-zf-way { width: 600px; min-height: 320px; background: #fff; border-radius: 3px; overflow: hidden; position: absolute; left: 50%; top: 50%; margin: -160px 0 0 -300px; }

.pop-zf-way .pop-tx-head { height: 60px; background: #3d98ff; line-height: normal; padding-top: 20px; background-image: url("../images/win-hd.png"); }

.pop-zf-way .pop-tx-head i { color: #fff; font-size: 24px; vertical-align: -4px; }

.pop-zf-way .pop-tx-head .pop-pay-way .pop-way-tips { font-size: 13px; color: #fff; }

.pop-zf-way .pop-tx-head .pop-pay-way .pop-way-tips b { float: left; margin-right: 10px; }

.pop-zf-way .pop-tx-head .pop-pay-way .pop-way-tips ul { float: left; }

.pop-zf-way .pop-tx-head .pop-pay-way .pop-way-tips ul li { margin-bottom: 6px; }

.pop-zf-way .pop-pay-inner { padding: 10px 20px; }

.pop-zf-way .pop-pay-inner .pop-way-cont .stu-period .inputBox input { text-align: center; }

.toast-win { width: 320px; min-height: 90px; background: #fff; border-radius: 5px; box-shadow: 0 0 25px rgba(61, 152, 255, 0.6); overflow: hidden; position: absolute; left: 50%; top: 50%; margin: -10px 0 0 -160px; }

.toast-win .toast-inner { padding: 15px 15px 15px; position: relative; }

.toast-win .toast-inner .tips-ico { font-size: 16px; color: #f9a30d; position: absolute; left: 20px; top: 28px; }

.toast-win .toast-inner p { padding: 10px 0 0 30px; font-size: 14px; color: #999; line-height: 22px; }

.toast-win .toast-inner .lacking { padding: 0; padding-left: 5px; }

.toast-win .toast-btn { width: 66px; height: 28x; float: right; margin: 20px 15px 20px; }

.toast-win .toast-btn a { width: 66px; font-size: 14px; line-height: 28px; display: inline-block; text-align: center; margin-left: 10px; }

.toast-win-exchange { width: 198px; min-height: 60px; background: #fff; border-radius: 5px; box-shadow: 0 0 25px rgba(61, 152, 255, 0.6); overflow: hidden; position: absolute; left: 50%; top: 50%; margin: 30px 0 0 -84px; }

.toast-win-exchange .toast-sm-inner { padding: 20px; }

.toast-win-exchange .toast-sm-inner h3 { display: block; margin-left: 10px; }

.toast-win-exchange .toast-sm-inner i { color: #00be49; font-size: 30px; vertical-align: -4px; margin-right: 28px; }

.empty { text-align: center; }
.empty h2 { font-size: 16px; color: #222; font-weight: bold; }
.empty p { margin-top: 10px; font-size: 14px; color: #888; }

/*# sourceMappingURL=reset.css.map */


/*更换页面登录注册样式 start*/
.pop-login-new { position: absolute; }
.pop-login-new .pop-close { width: 36px; height: 36px; position: absolute; right: 5px; top: 5px; text-align: center; line-height: 36px; color: #888; cursor: pointer; }
.pop-login-new .pop-close i { font-weight: bold; }

.pop-login-close { position: absolute; left: 50%; bottom: -64px; width: 40px; height: 40px; margin-left: -20px; line-height: 40px; text-align: center; cursor: pointer; }
.pop-login-close i { font-size: 40px; color: rgba(255, 255, 255, 0.9); }

.login-box { position: relative; width: 320px; min-height: 280px; padding-bottom: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background: #fff; }

.login-tab-menu { position: relative; padding: 10px 40px 2px; height: 36px; font-size: 16px; line-height: 36px; text-align: center; }
.login-tab-menu ul li { width: 50%; float: left; }
.login-tab-menu ul li a { position: relative; display: inline-block; }
.login-tab-menu ul li a span { position: absolute; left: 50%; bottom: -2px; width: 0; height: 2px; margin-left: 0; }
.login-tab-menu ul li a.active { color: #3d98ff; }
.login-tab-menu ul li a.active span { width: 12px; margin-left: -6px; background: #3d98ff; }

.login-tab-con { margin: 0 25px; padding-top: 2px; }
.login-tab-con .loginForm-box { margin-top: 15px; }
.login-tab-con .btn-theme { margin-top: 14px; display: block; font-size: 16px; line-height: 40px; text-align: center; }
.login-tab-con .loginForm-txt { margin-top: 14px; }
.login-tab-con .loginForm-txt a { margin-left: 20px; }
.login-tab-con .loginForm-txt a:hover { color: #3d98ff; }

.Form-opBox, .input-pwd { position: relative; }


.loginForm-box.loginForm-box-error { border: 1px solid #FF0000; }
.loginForm-box.loginForm-box-error .loginForm-ico { color: #ff0000; }

.loginForm-box { position: relative;  padding-left: 38px; border: 1px #ebeced solid; background: #fff; }
.loginForm-box input { font-size: 12px; height: 38px; line-height: 38px; }
.loginForm-box .loginForm-ico { color: #bdbdbd; }

.login-agmt { margin-top: 32px; font-size: 12px; line-height: 16px; color: #999; text-align: center; }
.login-agmt .loginForm-checks { display: inline-block; vertical-align: top; }
.login-agmt .loginForm-checks label.c_on, .login-agmt .loginForm-checks label.c_on:hover { background: url(../images/newlogin/check1-selected.png) left center no-repeat; }
.login-agmt .loginForm-checks .label-check { background: url(../images/newlogin/check1-default.png) left center no-repeat; }


.loginForm-checks label { display: inline-block; cursor: pointer; }
.loginForm-checks .label-check input, .loginForm-checks .label_radio input, .loginForm-checks .label_check input { position: absolute; left: -99999px; }

.loginForm-checks label { height: 16px; padding-left: 22px; color: #999; line-height: 16px; }
.loginForm-checks label.c_on, .loginForm-checks label.c_on:hover { background: url(../images/newlogin/check-selected.png) left center no-repeat; color: #3d98ff; }
.loginForm-checks .label-check { font-size: 12px; line-height: 16px; background: url(../images/newlogin/check-default.png) left center no-repeat; }


.form-login-checks label { display: inline-block; cursor: pointer; padding-left: 28px; color: #888; }
.form-login-checks label.c_on, .form-login-checks label.c_on:hover { background: url(../images/login-check.png) 0 -44px no-repeat; color: #3d98ff; }
.form-login-checks .label-check { background: url(../images/login-check.png) 0 0px no-repeat; line-height: 22px; }
.form-login-checks .label-check:hover { background: url(../images/login-check.png) 0 -22px no-repeat; color: #3d98ff; }
.form-login-checks .label-check input { position: absolute; left: -99999px; }


.input-pwd .Form-op { width: 32px; }
.input-pwd .Form-op .icon-mtmimaxianshi { font-size: 18px; }
.input-pwd .pwd-visible i { color: #2795f4; }
.input-pwd .pwd-visible i:before { content: '\e632'; }


.Form-op { position: absolute; height: 32px; top: 50%; right: 0; font-size: 14px; line-height: 32px; z-index: 2; margin-top: -16px; }
.Form-op a { width: 30px; display: block; text-align: center; color: #afafaf; }

.login-type { position: absolute; right: 8px; top: 8px; z-index: 999; width: 44px; height: 44px; line-height: 44px; text-align: center; color: #3d98ff; cursor: pointer; }
.login-type i { font-size: 44px; }
.login-type:before { position: absolute; z-index: 5; width: 0; height: 0; content: ''; border-bottom: 44px solid #fff; border-right: 44px solid transparent; }


.loginForm-ico { position: absolute; top: 0; left: 0; width: 38px; height: 38px; font-size: 20px; line-height: 38px; text-align: center; color: #bebebe; }

.loginForm-code-txt { position: relative; width: 92px; font-size: 12px; height: 38px; line-height: 38px; position: absolute; top: 0; right: 0; text-align: center; cursor: pointer; }
.loginForm-code-txt:before { position: absolute; left: 0; top: 50%; width: 1px; height: 20px; content: ''; margin-top: -10px; background: #ebeced; }
.loginForm-code-txt img { width: 86px; height: 38px; }

.login-error { position: absolute; top: 50%; left: 50%; z-index: 8; padding: 0 14px; height: 36px; margin-top: -18px; font-size: 14px; line-height: 36px; text-align: center; color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; transform: translateX(-50%); background: rgba(0, 0, 0, 0.8); }


.login-code { position: absolute; top: 0; right: 0; bottom: 44px; left: 0; z-index: 99; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background: #fff; }

.login-code-con { position: absolute; top: 48px; left: 0; right: 0; bottom: 0; }

.login-code-box { position: absolute; left: 0; right: 0; top: 50%; text-align: center; margin-top: -86px; }
.login-code-box img { width: 140px; height: 140px; }
.login-code-box h2 { margin-top: 20px; font-size: 12px; color: #666; }
/*更换页面登录注册样式 end*/