@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; }

a:hover { color: #3d98ff; }

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; }

.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; }

@media screen and (min-width: 480px) { 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-1 { width: 100%; }

.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; }

.mr15 { margin-right: 15px; }

.ml10 { margin-left: 10px; }

.mlr-10 { margin-left: -10px; margin-right: -10px; }

.mlr10 { margin-left: 10px; margin-right: 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; }
.ml22 { margin-left: 22px; }
.ml24 { margin-left: 24px; }
.pb12 { padding-bottom: 12px; }

.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; }

.ml45 { margin-left: 45px; }

.mlr45 { margin-left: 45px; margin-right: 45px; }

.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; }

.pt10 { padding-top: 10px; }

.pt20 { padding-top: 20px; }

.pt30 { padding-top: 30px; }

.pb20 { padding-bottom: 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; }

.bgf6 { background: #f6f6f6; }

.min-h1 { min-height: 640px; }

.min-h2 { min-height: 522px; }

.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-theme2 { background: #3d98ff; color: #fff; }
.btn-theme2: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; }

.bt-fo { background: #F0F0F0; color: #5e5e5e; }
.bt-fo:hover { background: #F5F5F5; color: #5e5e5e; }

.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; }

.color-orange { color: #f0a247; }

.color-purple { color: #a794fe; }

.color-green { color: #009900; }

.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: 472px; 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 ul { padding: 0 50px; }
.pop-TabM ul li { float: left; width: 50%; font-size: 24px; line-height: 108px; text-align: center; }
.pop-TabM ul li a { color: #8f8f8f; }
.pop-TabM ul li a:hover, .pop-TabM ul li a.listTab-cur { color: #3d98ff; }

.pop-form .btn-theme { font-size: 24px; line-height: 60px; text-align: center; display: block; }
.pop-form h6 { font-size: 16px; color: #999; line-height: 24px; margin-top: 8px; }

.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-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; }

.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; -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: -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; }

.form-box1, .form-focusH { position: relative; height: 46px; padding-left: 46px; border: 1px #cecece solid; background: #fff; }
.form-box1 input, .form-focusH input { width: 100%; height: 46px; font-size: 16px; line-height: 46px; 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; }

.textareaBox textarea { width: 98%; height: 60px; padding: 5px 1%; border: 1px solid #e2e2e2; }
.textareaBox textarea:focus { border-color: #3d98ff; }

.head-selectBox .select-main { height: 42px; position: relative; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.head-selectBox .select-main.z-index { z-index: 10; }
.head-selectBox .select-main.disabled { cursor: default; filter: alpha(opacity=50); opacity: .5; zoom: 1; }
.head-selectBox .select-main.disabled .select-set, .head-selectBox .select-main.disabled .select-arrow { cursor: default; }
.head-selectBox .select-set { height: 42px; line-height: 42px; color: #999; cursor: pointer; position: relative; padding: 0 0 0 15px; z-index: 5; overflow: hidden; }
.head-selectBox .select-arrow { cursor: pointer; height: 0; position: absolute; top: 21px; right: 0px; width: 0; z-index: 7; }
.head-selectBox .select-arrow:after { border-bottom: 2px solid #b2b2b2; border-right: 2px solid #b2b2b2; content: ''; display: block; width: 5px; height: 5px; margin-top: -4px; pointer-events: none; position: absolute; right: 12px; top: 50%; -webkit-transform-origin: 66% 66%; -moz-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; -o-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.head-selectBox .select-arrow.reverse:after { -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
.head-selectBox .select-block { background: #FFF; border-top: none; left: -1px; line-height: 28px; position: absolute; top: 43px; right: 10px; }
.head-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; }
.head-selectBox .select-block ul.select-list::-webkit-scrollbar { width: 12px; }
.head-selectBox .select-block ul.select-list::-webkit-scrollbar-track { border-radius: 10px; }
.head-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); }
.head-selectBox .select-block ul.select-list li.select-items { color: #afafaf; padding: 2px 10px; text-align: center; }
.head-selectBox .select-block ul.select-list li.select-items:hover, .head-selectBox .select-block ul.select-list li.select-items.active { background: #e8f3fe; color: #3d98ff; }

.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; }

.check-box { text-align: center; }
.check-box label { height: 16px; display: inline-block; cursor: pointer; padding-left: 16px; color: #333; }
.check-box label.c_on, .check-box label.c_on:hover { background-image: url(../images/check_selected.png); background-size: contain; background-repeat: no-repeat; color: #0084ff; }
.check-box .label_check { background-image: url(../images/check_default.png); background-size: contain; background-repeat: no-repeat; font-size: 14px; line-height: 16px; }
.check-box .label_check:hover { background-image: url(../images/check_hover.png); background-size: contain; background-repeat: no-repeat; color: #0084ff; }
.check-box .label_check input { position: absolute; left: -99999px; }

.inputBox1 { margin-right: 2px; }
.inputBox1 input { width: 100%; height: 36px; border: 1px solid #e2e2e2; background: #fff; text-indent: 10px; font-size: 14px; line-height: 36px; color: #afafaf; }
.inputBox1 input:focus { border-color: #3d98ff; }

.selectBox1 .select-main { background: #FFF; border: 1px solid #e2e2e2; border-radius: 3px; height: 36px; position: relative; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.selectBox1 .select-main.z-index { z-index: 10; }
.selectBox1 .select-main.disabled { cursor: default; filter: alpha(opacity=50); opacity: .5; zoom: 1; }
.selectBox1 .select-main.disabled .select-set, .selectBox1 .select-main.disabled .select-arrow { cursor: default; }
.selectBox1 .select-set { height: 36px; background: #FFF; line-height: 36px; border-radius: 3px; color: #afafaf; cursor: pointer; position: relative; padding: 0 35px 0 10px; z-index: 5; overflow: hidden; }
.selectBox1 .select-arrow { border-top: 6px solid #aaa; border-left: 6px solid transparent; border-right: 6px solid transparent; cursor: pointer; height: 0; position: absolute; top: 15px; right: 10px; width: 0; z-index: 7; }
.selectBox1 .select-arrow.reverse { border-top: 6px solid transparent; border-bottom: 6px solid #aaa; top: 9px; }
.selectBox1 .select-block { background: #FFF; border: 1px solid #e2e2e2; border-top: none; left: -1px; line-height: 28px; position: absolute; top: 32px; right: -1px; }
.selectBox1 .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; }
.selectBox1 .select-block ul.select-list::-webkit-scrollbar { width: 12px; }
.selectBox1 .select-block ul.select-list::-webkit-scrollbar-track { border-radius: 10px; }
.selectBox1 .select-block ul.select-list::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
.selectBox1 .select-block ul.select-list li.select-items { color: #afafaf; padding: 2px 10px; }
.selectBox1 .select-block ul.select-list li.select-items:hover, .selectBox1 .select-block ul.select-list li.select-items.active { color: #3d98ff; }

.selectBox2 .select-main { background: #FFF; border: 1px solid #e2e2e2; border-radius: 3px; height: 22px; position: relative; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.selectBox2 .select-main.z-index { z-index: 10; }
.selectBox2 .select-main.disabled { cursor: default; filter: alpha(opacity=50); opacity: .5; zoom: 1; }
.selectBox2 .select-main.disabled .select-set, .selectBox2 .select-main.disabled .select-arrow { cursor: default; }
.selectBox2 .select-set { height: 22px; background: #FFF; line-height: 22px; border-radius: 3px; color: #afafaf; cursor: pointer; position: relative; padding: 0 35px 0 10px; z-index: 5; overflow: hidden; }
.selectBox2 .select-arrow { border-top: 4px solid #aaa; border-left: 4px solid transparent; border-right: 4px solid transparent; cursor: pointer; height: 0; position: absolute; top: 9px; right: 5px; width: 0; z-index: 7; }
.selectBox2 .select-arrow.reverse { border-top: 4px solid transparent; border-bottom: 4px solid #aaa; top: 4px; }
.selectBox2 .select-block { background: #FFF; border: 1px solid #e2e2e2; border-top: none; left: -1px; line-height: 28px; position: absolute; top: 22px; right: -1px; }
.selectBox2 .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; }
.selectBox2 .select-block ul.select-list::-webkit-scrollbar { width: 12px; }
.selectBox2 .select-block ul.select-list::-webkit-scrollbar-track { border-radius: 10px; }
.selectBox2 .select-block ul.select-list::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
.selectBox2 .select-block ul.select-list li.select-items { color: #afafaf; padding: 2px 10px; }
.selectBox2 .select-block ul.select-list li.select-items:hover, .selectBox2 .select-block ul.select-list li.select-items.active { color: #3d98ff; }

.Tab1 { border: 1px solid #e6e6e6; }
.Tab1 table tr td { border-bottom: 1px solid #f8f8f8; padding: 10px 0; }
.Tab1 table tr td p { text-align: center; font-size: 14px; line-height: 20px; padding: 0 15px; }
.Tab1 table tr td p.tl { text-align: left; }
.Tab1 thead { background: #f7f9fd; border: 1px solid #fff; font-weight: bold; }

.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; }

.sub-local { font-size: 14px; line-height: 22px; color: #666; padding-top: 10px; }
.sub-local a { color: #666; }
.sub-local a:hover { color: #3d98ff; }

.blankH1 { height: 1px; overflow: hidden; }

.min-cert { min-height: 522px; }

/*# sourceMappingURL=reset.css.map */
