@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, ul, ol, form { margin: 0; }

body { color: #666; background: #f5f4f5; font-size: 14px; line-height: 1.5; }
@media (max-width: 400px) { body { background: #fff; } }

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: #0099cb; }

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; }

.mlr25 { margin-left: 25px; margin-right: 25px; }
@media (max-width: 400px) { .mlr25 { margin-left: 10px; margin-right: 10px; } }

.container { width: 1200px; display: block; margin-left: auto; margin-right: auto; }
@media (max-width: 400px) { .container { width: auto; margin: 0 12px; } }

.reg-container { width: 1200px; display: block; margin-left: auto; margin-right: auto; }
@media (max-width: 400px) { .reg-container { width: auto; padding: 0 12px; } }

.sub-con { width: 1200px; display: block; margin-left: auto; margin-right: auto; margin-top: 30px; margin-bottom: 40px; }
@media (max-width: 400px) { .sub-con { width: auto; margin-top: 65px; margin-bottom: 0; } }

@media (min-width: 400px) { body { min-width: 1200px; _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1200?'1200px':''); } }

.box { -webkit-box-shadow: 0 0 5px rgba(6, 0, 1, 0.15); -moz-box-shadow: 0 0 5px rgba(6, 0, 1, 0.15); -ms-box-shadow: 0 0 5px rgba(6, 0, 1, 0.15); -o-box-shadow: 0 0 5px rgba(6, 0, 1, 0.15); box-shadow: 0 0 5px rgba(6, 0, 1, 0.15); background-color: #fff; }
@media (max-width: 400px) { .box { -webkit-box-shadow: 0 0 5px rgba(6, 0, 1, 0); -moz-box-shadow: 0 0 5px rgba(6, 0, 1, 0); -ms-box-shadow: 0 0 5px rgba(6, 0, 1, 0); -o-box-shadow: 0 0 5px rgba(6, 0, 1, 0); box-shadow: 0 0 5px rgba(6, 0, 1, 0); } }

.col-1 { width: 100%; float: left; }

.col-2 { width: 50%; float: left; }

.color-red { color: #ff0000; }

.color-theme { color: #0099cb; }

.color-9 { color: #999; }

.headerbox { background: #005bac; }
@media (max-width: 400px) { .headerbox { position: fixed; top: 0; left: 0; right: 0; height: 65px; z-index: 99; } }
.headerbox .head {
  height: 132px;
  position: relative;
}
.headerbox .head i { display: none; }
.headerbox .head h1 img { width: 692px; height: 70px; padding-top: 31px; }
@media (max-width: 400px) { .headerbox .head { height: 65px; background: none; }
  .headerbox .head i { width: 32px; height: 32px; position: absolute; right: -5px; top: 50%; margin-top: -18px; display: block; color: #fff; font-size: 20px; line-height: 32px; text-align: center; cursor: pointer; }
  .headerbox .head h1 img { width: 300px; height: 30px; padding-top: 17px; } }

.mb-nav { position: fixed; top: 65px; left: 0; right: 0; background: #fff; -webkit-box-shadow: 0 0 10px rgba(6, 0, 1, 0.15); -moz-box-shadow: 0 0 10px rgba(6, 0, 1, 0.15); -ms-box-shadow: 0 0 10px rgba(6, 0, 1, 0.15); -o-box-shadow: 0 0 10px rgba(6, 0, 1, 0.15); box-shadow: 0 0 10px rgba(6, 0, 1, 0.15); z-index: 999; }
.mb-nav ul { margin: 0 10px; }
.mb-nav ul li { font-size: 15px; line-height: 56px; border-bottom: 1px solid #ece9e9; }
.mb-nav ul li i { margin: 0 12px; font-size: 14px; }
.mb-nav ul li a { display: block; }
.mb-nav ul li:last-child { border-bottom: none; }

.mr5 { margin-right: 5px; }

@media screen and (min-width: 400px) { .mt5 { margin-top: 5px; }
  .mt10 { margin-top: 10px; }
  .mt15 { margin-top: 15px; }
  .mt25 { margin-top: 25px; }
  .mt30 { margin-top: 30px; }
  .mt50 { margin-top: 50px; }
  .pc-hidden { display: none; }
  .pc-show { display: block; } }
@media screen and (max-width: 400px) { .mb-mt10 { margin-top: 10px; }
  .mb-mt65 { margin-top: 65px; }
  .mb-hidden { display: none; }
  .mb-show { display: block; } }
.input1 { width: 100%; font-size: 14px;height: 30px; line-height: 30px; border: 1px solid #dfdfdf; text-indent: 8px;}

.bd3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

.btn-theme { background: #0099cb; color: #fff; }
.btn-theme:hover { background: #2884db; color: #fff; }

.btn-gry { background: #ececec; color: #5b5b5b; }
.btn-gry:hover { background: #dbdbdb; color: #5b5b5b; }

.label_radio label { display: inline-block; cursor: pointer; padding-left: 22px; color: #666; margin-right: 20px; }
.label_radio label.r_on, .label_radio label.r_on:hover { background: url(../images/radio-selected.png) left center no-repeat; color: #007fad; }
.label_radio .label_radio { background: url(../images/radio-default.png) left center no-repeat; font-size: 16px; }
.label_radio .label_radio:hover { background: url(../images/radio-hover.png) left center no-repeat; color: #007fad; }
.label_radio .label_radio input { position: absolute; left: -99999px; }

.my-select { border: 1px solid #dfdfdf; height: 30px; position: relative; }
.my-select .select-main { font-size: 14px; height: 30px; position: absolute; width: 100%; left: 0; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.my-select .select-set { color: #888; cursor: pointer; padding: 0 0 0 12px; text-align: left; height: 30px; line-height: 30px; overflow: hidden; position: relative; }
.my-select .select-arrow { border-top: 6px solid #adadad; border-left: 6px solid transparent; border-right: 6px solid transparent; cursor: pointer; height: 0; position: absolute; top: 12px; right: 10px; width: 0; z-index: 7; }
.my-select .select-arrow.reverse { border-top: 6px solid transparent; border-bottom: 6px solid #adadad; top: 6px; }
.my-select .select-block { background-color: #FFF; border: 1px solid #dadada; border-top: none; border-radius: 0 0 5px 5px; left: -1px; right: -1px; line-height: 24px; position: absolute; top: 30px; padding: 0 0 10px; z-index: 10}
@media (max-width: 400px) { .my-select .select-block { border: 1px solid #dadada; border-bottom: none; border-radius: 5px 5px 0 0; top: initial; bottom: 30px; padding: 10px 0 0; } }
.my-select .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; }
.my-select .select-list::-webkit-scrollbar { width: 6px; }
.my-select .select-list::-webkit-scrollbar-track { border-radius: 3px; }
.my-select .select-list::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
.my-select .select-items { color: #888; padding: 4px 0 4px 12px; text-align: left; margin-bottom: 1px; margin: 0; }
.my-select .select-items.active { color: #0099cb; }

.select-index1 { z-index: 9999; }
@media (max-width: 400px) { .select-index1 { z-index: 999; } }

.select-index2 { z-index: 999; }
@media (max-width: 400px) { .select-index2 { z-index: 9999; } }

.search-select { height: 28px; position: relative; }
.search-select .select-main { font-size: 14px; height: 28px; position: absolute; left: 0; right: -2px; z-index: 9; background: #fff; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; border: 1px solid #dfdfdf; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.search-select .select-set { color: #888; cursor: pointer; padding: 0 0 0 6px; text-align: left; height: 28px; line-height: 28px; overflow: hidden; position: relative; z-index: 5; }
.search-select .select-arrow { border-top: 6px solid #adadad; border-left: 6px solid transparent; border-right: 6px solid transparent; cursor: pointer; height: 0; position: absolute; top: 10px; right: 10px; width: 0; z-index: 7; }
.search-select .select-arrow.reverse { border-top: 6px solid transparent; border-bottom: 6px solid #adadad; top: 4px; }
.search-select .select-block { background-color: #FFF; border: 1px solid #dadada; border-top: none; border-radius: 0 0 5px 5px; left: -1px; right: -1px; line-height: 24px; position: absolute; top: 28px; padding: 0 0 5px; }
.search-select .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; }
.search-select .select-list::-webkit-scrollbar { width: 6px; }
.search-select .select-list::-webkit-scrollbar-track { border-radius: 3px; }
.search-select .select-list::-webkit-scrollbar-thumb { border-radius: 3px; -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
.search-select .select-items { color: #888; padding: 4px 0 4px 6px; text-align: left; margin-bottom: 1px; margin: 0; }
.search-select .select-items.active { color: #0099cb; }

.popbox { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); z-index: 9999; }
.popC { background: #fff; position: absolute; top: 50%; left: 50%; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; overflow: hidden; }
.popC.popC1 { width: 576px; height: 666px; margin: -333px 0 0 -288px; }
@media (max-width: 400px) { .popC.popC1 { width: auto; height: 400px; left: 20px; right: 20px; top: 50%; margin: -200px 0 0 0; } }
.popC.popC2 { width: 508px; height: 402px; margin: -201px 0 0 -254px; }
@media (max-width: 400px) { .popC.popC2 { width: auto; height: 360px; left: 20px; right: 20px; top: 50%; margin: -180px 0 0 0; } }
.popC.popC3 { width: 576px; height: 545px; margin: -225px 0 0 -270px; }
@media (max-width: 400px) { .popC.popC3 { width: auto; height: 400px; left: 20px; right: 20px; top: 50%; margin: -200px 0 0 0; } }

.popM { height: 56px; background: #f5f5f5; padding: 0 20px; line-height: 56px; }
.popM h3 { font-size: 16px; color: #005bac; font-weight: bold; }
.popM i { font-size: 24px; cursor: pointer; }
.popM i:hover { transform: rotate(90deg); }

.popTab { height: 522px; padding-top: 16px; overflow-y: scroll; }
.popTab.popTab1 { height: 397px; }
@media (max-width: 400px) { .popTab.popTab1 { height: 292px; margin: 0; overflow-y: scroll; padding-top: 0; } }
.popTab > ul > li { padding-left: 120px; margin-top: 12px; margin: 12px 50px 0; }
.popTab > ul > li .tabLi-name { width: 115px; }
@media (max-width: 400px) { .popTab { height: 292px; margin: 0; overflow-y: scroll; padding-top: 0; }
  .popTab > ul { margin: 0 15px; padding-bottom: 15px; }
  .popTab > ul > li { padding: 30px 0 0 0; margin: 8px 0 0; } }

.popSure { height: 274px; margin: 0 30px; }
.popSure ul { padding-top: 30px; }
.popSure ul li { font-size: 14px; line-height: 36px; position: relative; padding-left: 140px; }
.popSure ul li span { width: 140px; height: 36px; position: absolute; top: 0; left: 0; text-align: left; color: #888; }
@media (max-width: 400px) { .popSure { height: 252px; margin: 0; overflow-y: scroll; padding: 0 25px 0; }
  .popSure ul { padding-top: 30px; }
  .popSure ul li { line-height: 28px; padding: 0; }
  .popSure ul li span { position: initial; top: initial; left: initial; text-align: left; } }

.popF { text-align: center; height: 32px; padding: 20px 0; background: #fff; }
.popF a { min-width: 102px; height: 32px; display: inline-block; font-size: 16px; line-height: 32px; text-align: center; margin: 0 10px; }
@media (max-width: 400px) { .popF { padding: 10px 0; background: #f5f5f5; } }

.pop-pay { width: 236px; height: 208px; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; position: absolute; left: 50%; top: 50%; margin: -124px 0 0 -150px; padding: 40px 32px 0; line-height: 1; text-align: center; }
.pop-pay i { font-size: 120px; color: #0099cb; }
.pop-pay p { font-size: 14px; line-height: 24px; margin-top: 5px; }

.pagin { display: block; }
.pagin > a { display: inline-block; padding: 6px 10px; margin: 0px 2px 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: #0099cb; box-shadow: 0 0 3px #eee; color: #0099cb; }
.pagin .pagin-cur, .pagin .pagin-cur:hover { border-color: #0099cb; background: #0099cb; 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: 40px; height: 30px; border: none; outline: none; background: #fff; line-height: 30px\9; *line-height: 30px; text-align: center; font-size: 12px; color: #0099cb; }

.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: #0099cb; background: #0099cb; *vertical-align: -1px; }
.pagin-jump-focus .pagin-btn { display: inline-block; }

.pagin { margin: 40px 0; }
@media (max-width: 400px) { .pagin { display: none; } }

.pager { text-align: center; padding: 15px; display: none; }
.pager:before, .pager:after { content: " "; display: table; }
.pager:after { clear: both; }
@media screen and (max-width: 480px) { .pager { display: block; } }
.pager li { display: inline; }
.pager li > a { display: inline-block; padding: 5px 14px; background-color: #FFF; border: 1px solid #DDD; color: #666; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; }
.pager li > a:hover { background-color: #FFF; border: 1px solid #0099cb; color: #0099cb; }
.pager .next { float: right; }
.pager .previous { float: left; }

.minH { min-height: 685px; }
@media (max-width: 400px) { .minH { min-height: inherit; } }

/*# sourceMappingURL=reset.css.map */
