html {
  font-family: sans-serif;
  background: #F2F2F2; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  line-height: 1;
  margin: 0; }

a {
  text-decoration: none; }

em, i {
  font-style: normal; }

li {
  list-style: none; }

textarea::-webkit-input-placeholder {
  color: #999999; }

textarea:-moz-placeholder {
  color: #999999; }

textarea::-moz-placeholder {
  color: #999999; }

textarea:-ms-input-placeholder {
  color: #999999; }

input::-webkit-input-placeholder {
  color: #939393; }

input:-moz-placeholder {
  color: #939393; }

input::-moz-placeholder {
  color: #939393; }

input:-ms-input-placeholder {
  color: #939393; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    display: table;
    clear: both;
    content: ""; }

.float_left {
  float: left; }
.float_right {
  float: right; }

.container {
  width: 1200px;
  margin: 0 auto; }

header {
  height: 120px;
  background: #FFFFFF;
  display: flex;
  align-items: center; }
  header .logoBlock {
    display: flex;
    align-items: center;
    float: left; }
    header .logoBlock .logo {
      display: block;
      float: left; }
      header .logoBlock .logo img {
        width: 140px; }
    header .logoBlock .title {
      margin-left: 13px;
      float: left;
      height: 36px;
      padding-left: 22px;
      font-size: 30px;
      color: #333333;
      border-left: 1px solid #07A8F8; }
  header .menus {
    float: right; }
    header .menus ul {
      padding: 0 30px;
      background: #3EBAF8;
      height: 42px;
      display: flex;
      align-items: center;
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      border-radius: 1000px;
      overflow: hidden; }
    header .menus li {
      width: 100px;
      height: 36px;
      -webkit-border-radius: 1000px;
      -moz-border-radius: 1000px;
      border-radius: 1000px;
      background: transparent;
      font-size: 16px; }
      header .menus li a {
        color: #FFFFFF;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
    header .menus .active {
      background: #FFFFFF; }
      header .menus .active a {
        color: #333333; }

footer {
  background: #5288CF; }
  footer .footerBlock {
    height: 160px;
    display: flex;
    align-items: center; }
  footer .imgCode {
    width: 92px;
    height: 92px;
    margin-right: 29px; }
  footer .message {
    height: 92px;
    color: #FFFFFF; }
    footer .message h3 {
      margin-bottom: 18px;
      font-weight: 400;
      font-size: 16px; }
    footer .message p {
      font-size: 12px;
      color: #DCDCDC;
      margin-bottom: 11px; }

.CtrlBody {
  background: #FFFFFF;
  padding-top: 10px; }

.docBody {
  overflow: hidden; }
  .docBody_menu {
    width: 200px;
    float: left;
    height: 701px;
    background: #FFFFFF; }
    .docBody_menu .menuTitle {
      height: 54px;
      width: 100%;
      font-size: 16px;
      text-align: center;
      line-height: 54px;
      color: #FFFFFF;
      background: #666666;
      font-weight: 400; }
    .docBody_menu .item h4 {
      height: 52px;
      font-size: 16px;
      color: #333333;
      padding-left: 34px;
      line-height: 52px; }
      .docBody_menu .item h4 img {
        margin-right: 18px; }
    .docBody_menu .item span {
      width: 100%;
      height: 36px;
      font-size: 14px;
      display: block;
      line-height: 36px;
      color: #999999;
      text-align: center; }
    .docBody_menu .item .active {
      background: #FF9900;
      color: #FFFFFF; }
  .docBody_main {
    float: right;
    background: #FFFFFF;
    width: 986px;
    height: 701px; }
    .docBody_main > div {
      display: none;
      padding: 0 63px; }
      .docBody_main > div h1 {
        padding-top: 38px;
        padding-bottom: 49px;
        font-size: 28px;
        font-weight: 400;
        color: #333333;
        text-align: center; }
      .docBody_main > div h4 {
        height: 50px;
        line-height: 50px;
        margin-top: 15px; }
      .docBody_main > div p {
        font-size: 14px;
        color: #2A2A2A;
        opacity: 0.7;
        line-height: 2.2em; }
    .docBody_main > .active {
      display: block; }

.bgnone {
  background: transparent; }

.ctrlMainTitle {
  padding: 0 50px; }
  .ctrlMainTitle > div {
    padding: 20px 0;
    width: 100%;
    border-bottom: 2px solid #E4E4E4;
    overflow: hidden; }
    .ctrlMainTitle > div span {
      font-size: 18px;
      color: #333333;
      letter-spacing: 0;
      padding-left: 5px;
      float: left; }
    .ctrlMainTitle > div em {
      padding-right: 8px;
      font-size: 14px;
      float: right;
      color: #3EBAF8;
      letter-spacing: 0;
      font-style: normal; }

.ctrlTitle {
  overflow: hidden;
  padding: 29px 26px; }
  .ctrlTitle h3 {
    font-size: 18px;
    float: left;
    color: #333333;
    font-weight: 400; }
  .ctrlTitle em {
    float: left;
    font-size: 14px;
    color: #2A2A2A;
    font-style: normal;
    letter-spacing: 0;
    line-height: 24px; }

.pagination {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 57px;
  width: 400px; }
  .pagination a {
    font-size: 14px;
    color: #38C1B9;
    display: block;
    float: left;
    width: 30px;
    text-align: center; }
    .pagination a:first-child {
      margin-right: 20px; }
    .pagination a:last-child {
      margin-left: 20px; }
    .pagination a:nth-child(2) {
      margin-right: 20px; }
    .pagination a:nth-child(8) {
      margin-left: 20px; }
  .pagination .prev, .pagination .next {
    color: #333333; }
  .pagination .next {
    width: 30px; }
  .pagination .active {
    width: 30px;
    font-size: 19px;
    text-align: center;
    float: left !important;
    color: #38C1B9; }

.childerHeader {
  width: 100%;
  background: #3EBAF8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  height: 100px;
  position: relative; }
  .childerHeader .menus {
    overflow: hidden; }
    .childerHeader .menus_left {
      float: left; }
      .childerHeader .menus_left .title {
        font-size: 28px;
        color: #FFFFFF;
        height: 100px;
        display: flex;
        align-items: center;
        padding-left: 525px; }
        .childerHeader .menus_left .title img {
          margin-right: 18px; }
    .childerHeader .menus_right {
      float: right;
      height: 100px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      padding-right: 50px; }
      .childerHeader .menus_right img {
        width: 51px;
        height: 51px;
        margin-bottom: 7px; }
      .childerHeader .menus_right button {
        width: 70px;
        height: 20px;
        background: #0997E0;
        border-radius: 100px;
        font-size: 12px;
        color: #FFFFFF;
        border: none;
        letter-spacing: 0; }
    .childerHeader .menus ul {
      overflow: hidden;
      padding-left: 150px; }
    .childerHeader .menus li {
      float: left; }
      .childerHeader .menus li a {
        width: 141px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
      .childerHeader .menus li i {
        height: 24px;
        display: block;
        width: 24px; }
      .childerHeader .menus li em {
        font-style: normal;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        margin-top: 12px; }
    .childerHeader .menus .ctrlMenu .i1 {
      background: url("../images/icon_kongzhizhongxin_juesexuanze.png"); }
    .childerHeader .menus .ctrlMenu .i2 {
      background: url("../images/icon_kongzhizhongxin_jibenxinxi.png"); }
    .childerHeader .menus .ctrlMenu .i3 {
      background: url("../images/icon_kongzhizhongxin_yinhangxinxin.png"); }
    .childerHeader .menus .ctrlMenu .i4 {
      background: url("../images/icon_kongzhizhongxin_anquanshezhi.png"); }
    .childerHeader .menus .ctrlMenu .i5 {
      background: url("../images/icon_kongzhizhongxin_caiwuzhongxin.png"); }
    .childerHeader .menus .ctrlMenu .active {
      background: #C7EAFC; }
      .childerHeader .menus .ctrlMenu .active em {
        color: #333333; }
      .childerHeader .menus .ctrlMenu .active .i1 {
        background: url("../images/icon_kongzhizhongxin_juesexuanze2.png"); }
      .childerHeader .menus .ctrlMenu .active .i2 {
        background: url("../images/icon_kongzhizhongxin_jibenxinxi2.png"); }
      .childerHeader .menus .ctrlMenu .active .i3 {
        background: url("../images/icon_kongzhizhongxin_yinhangxinxin2.png"); }
      .childerHeader .menus .ctrlMenu .active .i4 {
        background: url("../images/icon_kongzhizhongxin_anquanshezhi2.png"); }
      .childerHeader .menus .ctrlMenu .active .i5 {
        background: url("../images/icon_kongzhizhongxin_caiwuzhongxin2.png"); }
    .childerHeader .menus .downMenu {
      padding-left: 420px; }
      .childerHeader .menus .downMenu .i1 {
        width: 32px;
        height: 30px;
        background-size: contain;
        background: url("../images/icon_xianguanxiazai_sdkxiazai.png") center no-repeat; }
      .childerHeader .menus .downMenu .i2 {
        width: 32px;
        height: 30px;
        background-size: contain;
        background: url("../images/icon_xianguanxiazai_juhegongju.png") center no-repeat; }
      .childerHeader .menus .downMenu .active {
        background: #C7EAFC; }
        .childerHeader .menus .downMenu .active em {
          color: #333333; }
        .childerHeader .menus .downMenu .active .i1 {
          background: url("../images/icon_xianguanxiazai_sdkxiazai2.png"); }
        .childerHeader .menus .downMenu .active .i2 {
          background: url("../images/icon_xianguanxiazai_juhegongju2.png"); }

.FormBlock {
  width: 420px;
  margin: 0 auto;
  padding-top: 50px; }

.inputBlock {
  width: 100%;
  display: block;
  margin-bottom: 8px;
  position: relative; }
  .inputBlock i {
    position: absolute;
    left: 5px;
    display: block;
    height: 52px;
    display: flex;
    align-items: center; }
  .inputBlock input {
    width: 100%;
    padding-left: 165px;
    background: transparent;
    font-size: 14px;
    outline-style: none;
    height: 52px;
    border: none;
    color: #AACBEB;
    border-bottom: 1px solid #AACBEB; }
  .inputBlock input::-webkit-input-placeholder {
    color: #D6D7D7; }
  .inputBlock input:-moz-placeholder {
    color: #D6D7D7; }
  .inputBlock input::-moz-placeholder {
    color: #D6D7D7; }
  .inputBlock input:-ms-input-placeholder {
    color: #D6D7D7; }

.inputBlock_code button {
  position: absolute;
  top: 50%;
  right: 5px;
  background: transparent;
  border: 1px solid #AACBEB;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #AACBEB;
  width: 86px;
  height: 30px; }

.checkBlock {
  display: flex;
  justify-content: center;
  align-items: center; }
  .checkBlock i {
    width: 13px;
    margin-right: 13px;
    height: 13px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center; }
  .checkBlock a {
    font-size: 14px;
    color: #AACBEB;
    text-decoration: underline; }

.submit {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 20px; }
  .submit button, .submit a {
    width: 302px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    display: block;
    height: 50px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-size: 18px;
    color: #FFFFFF; }

.toggle_cnt .page {
  display: none; }
.toggle_cnt .active {
  display: block; }
.toggle_cnt .success {
  text-align: center;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 83px; }

.numBody {
  padding-bottom: 340px;
  background: #3C89D5 url("../images/icon_zhuce_bg.png") no-repeat;
  background-position: bottom center; }

.retpaw_top {
  width: 500px;
  margin: 0 auto;
  display: flex;
  padding-top: 56px; }
  .retpaw_top .item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    .retpaw_top .item i {
      width: 40px;
      height: 40px;
      font-size: 24px;
      color: #666666;
      text-align: center;
      line-height: 40px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #FFFFFF;
      border: 1px solid #A2A2A2; }
    .retpaw_top .item span {
      font-size: 16px;
      margin-left: 15px;
      color: #FFFFFF; }
  .retpaw_top .active i {
    background: #35CBFF;
    border: 1px solid #FFFFFF;
    color: #FFFFFF; }

.agreementBlock {
  padding: 0 110px; }
  .agreementBlock h1 {
    font-weight: 400;
    font-size: 20px;
    padding: 25px 0;
    color: #FFFFFF;
    text-align: center; }
  .agreementBlock p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    opacity: 0.6; }
  .agreementBlock .backSign {
    display: block;
    width: 302px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin: 30px auto 0 auto;
    color: #FFFFFF; }

.u-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1); }
  .u-mask .anim {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.Dialog {
  width: 755px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -45%);
  -moz-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  -o-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%); }
  .Dialog_top {
    padding: 20px 28px 0 28px;
    overflow: hidden; }
    .Dialog_top .title {
      font-size: 18px;
      font-weight: 400;
      color: #333333;
      float: left; }
    .Dialog_top .close {
      float: right; }

.cashBlock {
  padding: 12px 28px 0 28px; }
  .cashBlock .cashForm {
    width: 100%;
    padding: 16px 0 16px 34px;
    background: #F0F0F0; }
    .cashBlock .cashForm .group {
      zoom: 1;
      margin-bottom: 21px;
      display: flex;
      align-items: center; }
      .cashBlock .cashForm .group:last-child {
        margin-bottom: 0; }
      .cashBlock .cashForm .group:after {
        display: table;
        clear: both;
        content: ""; }
      .cashBlock .cashForm .group > span {
        float: left;
        margin-right: 16px;
        font-size: 14px;
        color: #333333; }
      .cashBlock .cashForm .group .right {
        float: left; }
        .cashBlock .cashForm .group .right .cashWay {
          overflow: hidden; }
          .cashBlock .cashForm .group .right .cashWay .item {
            float: left;
            margin-right: 38px; }
            .cashBlock .cashForm .group .right .cashWay .item:last-child {
              margin-right: 0; }
            .cashBlock .cashForm .group .right .cashWay .item_top {
              padding: 0 10px;
              display: flex;
              margin-bottom: 8px;
              height: 34px;
              align-items: center;
              justify-content: space-between; }
              .cashBlock .cashForm .group .right .cashWay .item_top img {
                width: 34px; }
            .cashBlock .cashForm .group .right .cashWay .item .not, .cashBlock .cashForm .group .right .cashWay .item .on {
              display: block;
              text-align: center;
              width: 84px; }
            .cashBlock .cashForm .group .right .cashWay .item .not {
              font-size: 12px;
              color: #EA706B; }
            .cashBlock .cashForm .group .right .cashWay .item .on {
              font-size: 12px;
              color: #656565; }
            .cashBlock .cashForm .group .right .cashWay .item .radio {
              width: 16px;
              height: 16px;
              border: 1px solid #bbb; }
          .cashBlock .cashForm .group .right .cashWay .active .radio {
            background: url("../images/sel.png") center;
            border: none; }
        .cashBlock .cashForm .group .right .text {
          font-size: 20px;
          color: #EB8248; }
        .cashBlock .cashForm .group .right input {
          width: 304px;
          height: 35px;
          padding-left: 10px;
          border: 1px solid #E6E6E6; }
  .cashBlock .cashPwd {
    height: 34px;
    margin-top: 31px;
    margin-bottom: 37px;
    display: flex;
    align-items: center; }
    .cashBlock .cashPwd span {
      font-size: 14px;
      float: left;
      color: #333333;
      padding-left: 34px;
      margin-right: 16px; }
    .cashBlock .cashPwd input {
      float: left;
      width: 304px;
      padding-left: 10px;
      height: 34px;
      border: 1px solid #E6E6E6; }
    .cashBlock .cashPwd a {
      float: left;
      margin-left: 13px;
      font-size: 14px;
      color: #666666; }
  .cashBlock .savacash {
    width: 208px;
    display: block;
    height: 40px;
    background: #EB702D;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto; }
  .cashBlock .tips {
    font-size: 12px;
    color: #999999;
    width: 100%;
    display: block;
    margin-top: 13px;
    margin-bottom: 22px;
    text-align: center; }

.u-confirm {
  background: rgba(0, 0, 0, 0.68);
  position: fixed;
  top: 50%;
  left: 50%;
  padding-top: 40px;
  padding-bottom: 15px;
  width: 300px;
  -webkit-transform: translate(-50%, -45%);
  -moz-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  -o-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px; }
  .u-confirm .close {
    position: absolute;
    right: 10px;
    top: 10px; }
  .u-confirm .text {
    margin-bottom: 17px;
    padding: 0 46px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px; }
  .u-confirm .btns {
    padding: 0 47px; }
    .u-confirm .btns button {
      width: 100%;
      height: 40px;
      background: #EB702D;
      border-radius: 2px;
      border: none;
      font-size: 14px;
      color: #FFFFFF; }

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