* {
  margin: 0;
  padding: 0;
  font-size: 0;
  box-sizing: border-box; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

.mb {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.6); }

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.dnc {
  display: none; }

.allContainer {
  width: 100%;
  background-color: #F8F8F8; }

.header {
  width: 100%;
  background-color: #fff; }
  .header .headerLogo {
    display: inline-block;
    cursor: pointer; }
    .header .headerLogo img {
      height: 70px; }
  .header .menuList {
    float: right;
    line-height: 70px; }
    .header .menuList .perMenu {
      display: inline-block;
      vertical-align: middle;
      margin-left: 30px;
      color: #434343;
      font-size: 18px;
      cursor: pointer; }
      .header .menuList .perMenu:hover {
        color: #009CFF; }
      .header .menuList .perMenu.dnc {
        display: none; }

.footer {
  width: 100%;
  padding: 10px 0;
  background-color: #E3E3E3; }
  .footer .copyRight {
    width: 100%;
    color: #000;
    text-align: center;
    line-height: 22px; }
    .footer .copyRight span {
      margin-right: 8px; }
    .footer .copyRight span, .footer .copyRight a, .footer .copyRight p {
      font-size: 12px;
      color: #000;
      display: inline-block;
      vertical-align: middle; }
    .footer .copyRight img {
      margin: 0 2px -6px 8px; }

.tk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center; }
  .tk.active {
    display: flex; }
  .tk .loginWrap {
    width: 642px;
    padding: 50px 50px 40px;
    background: #FFFFFF;
    position: relative;
    z-index: 2; }
    .tk .loginWrap .closeIcon {
      display: inline-block;
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
    .tk .loginWrap .userTab {
      text-align: center; }
      .tk .loginWrap .userTab .perUser {
        display: inline-block;
        vertical-align: bottom;
        font-size: 20px;
        color: #A8A8A8;
        padding: 15px 30px;
        border-bottom: 2px solid #D8D8D8;
        cursor: pointer; }
        .tk .loginWrap .userTab .perUser.active {
          color: #373737;
          border-bottom: 2px solid #00A0FE; }
    .tk .loginWrap .loginBox, .tk .loginWrap .login-wx {
      width: 100%;
      height: 100%;
      padding: 40px 95px 0;
      position: relative; }
    .tk .loginWrap .groupBox {
      width: 100%;
      border: 1px solid #DDDDDD;
      border-radius: 4px;
      padding-left: 18px;
      margin-bottom: 22px; }
      .tk .loginWrap .groupBox img, .tk .loginWrap .groupBox input {
        display: inline-block;
        vertical-align: middle; }
      .tk .loginWrap .groupBox input[type="text"], .tk .loginWrap .groupBox input[type="password"] {
        width: 296px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        color: #373737;
        margin-left: 10px;
        border: none;
        background: none;
        outline: none; }
      .tk .loginWrap .groupBox input::-webkit-input-placeholder {
        color: #DDDDDD; }
    .tk .loginWrap .fullBtn {
      width: 100%;
      height: 48px;
      line-height: 48px;
      background: #00A0FE;
      border-radius: 4px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      margin: 10px auto 25px;
      background-color: #00A0FE;
      cursor: pointer; }
    .tk .loginWrap .codeBox, .tk .loginWrap .remembBox {
      border: none;
      padding-left: 0;
      text-align: left; }
    .tk .loginWrap .groupBox input.vercode {
      width: 55%;
      margin-left: 0;
      border: 1px solid #DDDDDD;
      border-radius: 5px;
      padding-left: 20px; }
    .tk .loginWrap .vercode, .tk .loginWrap .vcodeBox, .tk .loginWrap .vcodeBox img, .tk .loginWrap .changeCode {
      display: inline-block;
      vertical-align: middle; }
    .tk .loginWrap .vcodeBox {
      float: right; }
    .tk .loginWrap .vcodeBox img {
      width: 100px;
      height: 36px; }
    .tk .loginWrap .changeCode {
      font-size: 13px;
      line-height: 16px;
      cursor: pointer;
      color: #ababab;
      margin-left: 10px;
      user-select: none; }
    .tk .loginWrap .remembBox label {
      display: inline-block; }
    .tk .loginWrap .remembBox label span, .tk .loginWrap .remembBox label input {
      display: inline-block;
      vertical-align: middle; }
    .tk .loginWrap .remembBox label span {
      color: #ababab;
      font-size: 14px;
      margin-left: 6px; }
    .tk .loginWrap .otherLogin {
      margin-top: 20px;
      text-align: center; }
      .tk .loginWrap .otherLogin span, .tk .loginWrap .otherLogin .switch-wx {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        color: #A4A4A4; }
      .tk .loginWrap .otherLogin .switch-wx {
        cursor: pointer; }
        .tk .loginWrap .otherLogin .switch-wx img, .tk .loginWrap .otherLogin .switch-wx span {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px; }
        .tk .loginWrap .otherLogin .switch-wx img {
          margin-left: 26px;
          margin-right: 6px; }
      .tk .loginWrap .otherLogin .switch-web {
        cursor: pointer;
        color: #00A0FE; }
    .tk .loginWrap .login-wx .title {
      padding: 16px 0 30px;
      text-align: center;
      color: #3676e4;
      font-size: 16px; }
    .tk .loginWrap .login-wx .wx-img {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 148px;
      height: 148px;
      margin: 0 auto;
      border: 1px solid #ebebeb;
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background: #fff; }
    .tk .loginWrap .login-wx .wx-img img {
      max-width: 128px;
      max-height: 128px; }
    .tk .loginWrap .login-wx-description {
      margin-top: 47px;
      font-size: 14px;
      line-height: 1.5;
      color: #adadad;
      text-align: center; }
    .tk .loginWrap .wx-time-out {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 50;
      background: rgba(0, 0, 0, 0.7);
      text-align: center; }
    .tk .loginWrap .wx-time-out .time-out-icon {
      width: 30px;
      height: 30px;
      margin-left: -15px;
      background: url("../images/login-reload.png");
      transition: all 0.3s ease-in-out 0s;
      margin: 60px auto 100px; }
    .tk .loginWrap .wx-refresh {
      width: 90px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      background: #3676e4;
      border-radius: 6px;
      color: #fff;
      transition: all 0.3s ease-in-out 0s;
      cursor: pointer;
      margin: 0 auto 100px;
      font-size: 16px; }
    .tk .loginWrap .time-out-description {
      text-align: center;
      color: #fff;
      font-size: 14px; }
    .tk .loginWrap .loginError {
      height: 30px;
      line-height: 30px;
      display: inline-block;
      font-size: 12px;
      width: 100%;
      text-align: left;
      color: red; }
    .tk .loginWrap .goRegister {
      font-size: 14px;
      color: #00A0FE;
      float: right;
      cursor: pointer; }

#updateInfoArea, #registerArea {
  text-align: center; }
  #updateInfoArea .userTab, #registerArea .userTab {
    display: inline-block;
    margin-bottom: 40px; }
  #updateInfoArea .updateBox, #registerArea .updateBox {
    padding: 15px 0;
    text-align: left; }
  #updateInfoArea .rbGroup, #registerArea .rbGroup {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    position: relative; }
    #updateInfoArea .rbGroup label, #updateInfoArea .rbGroup input, #updateInfoArea .rbGroup select, #registerArea .rbGroup label, #registerArea .rbGroup input, #registerArea .rbGroup select {
      display: inline-block;
      vertical-align: middle; }
    #updateInfoArea .rbGroup label, #registerArea .rbGroup label {
      width: 80px;
      text-align: right;
      font-size: 15px;
      color: #484848;
      margin-right: 10px; }
    #updateInfoArea .rbGroup input, #updateInfoArea .rbGroup select, #registerArea .rbGroup input, #registerArea .rbGroup select {
      width: 180px;
      height: 48px;
      line-height: 48px;
      text-align: center;
      outline: none;
      border: 1px solid #9EDBFF;
      background: none;
      font-size: 15px;
      color: #373737; }
    #updateInfoArea .rbGroup input::-webkit-input-placeholder, #registerArea .rbGroup input::-webkit-input-placeholder {
      color: red; }
    #updateInfoArea .rbGroup select option, #registerArea .rbGroup select option {
      font-size: 15px;
      text-align: center; }
    #updateInfoArea .rbGroup .mustAlert, #registerArea .rbGroup .mustAlert {
      width: 178px;
      height: 46px;
      line-height: 46px;
      background-color: #fff;
      position: absolute;
      left: 91px;
      top: 1px;
      pointer-events: none;
      font-size: 15px;
      color: red;
      text-align: center; }
  #updateInfoArea .updateBtn, #updateInfoArea .registerBtn, #registerArea .updateBtn, #registerArea .registerBtn {
    width: 350px;
    margin: 44px auto 0;
    height: 48px;
    line-height: 48px;
    background: #00A0FE;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-align: center; }
  #updateInfoArea .registerBox, #registerArea .registerBox {
    width: 350px;
    margin: 0 auto; }
  #updateInfoArea .successShow, #registerArea .successShow {
    width: 350px;
    padding: 40px 0;
    margin: 0 auto;
    display: none; }
    #updateInfoArea .successShow .alert, #registerArea .successShow .alert {
      font-size: 24px;
      color: #373737;
      margin-bottom: 160px; }
    #updateInfoArea .successShow .afterToLogin, #registerArea .successShow .afterToLogin {
      width: 100%;
      height: 48px;
      line-height: 48px;
      text-align: center;
      background: #00A0FE;
      color: #fff;
      font-size: 16px;
      border-radius: 4px;
      cursor: pointer; }
  #updateInfoArea .getCodeBox, #registerArea .getCodeBox {
    display: inline-block;
    vertical-align: middle;
    width: 184px; }
    #updateInfoArea .getCodeBox input[type="text"], #registerArea .getCodeBox input[type="text"] {
      width: 130px; }
  #updateInfoArea .sendCodeBtn, #registerArea .sendCodeBtn {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 22px;
    margin-left: 6px;
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #00A0FE;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    cursor: pointer; }
    #updateInfoArea .sendCodeBtn.disabledC, #registerArea .sendCodeBtn.disabledC {
      background-color: #999;
      cursor: not-allowed;
      pointer-events: none;
      user-select: none;
      font-size: 14px; }

.logoutA {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
  z-index: 23; }
  .logoutA .welcome {
    display: inline-block; }
    .logoutA .welcome img, .logoutA .welcome span {
      display: inline-block;
      vertical-align: middle; }
    .logoutA .welcome img {
      width: 50px; }
    .logoutA .welcome span {
      color: #606060;
      font-size: 16px;
      cursor: pointer;
      margin-left: 14px; }
  .logoutA .menuDown {
    width: 160px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -80px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    display: none;
    line-height: 24px; }
    .logoutA .menuDown span {
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #fff;
      position: absolute;
      top: -10px;
      left: 50%;
      margin-left: -12px; }
    .logoutA .menuDown ul {
      width: 100%;
      text-align: center; }
      .logoutA .menuDown ul li a {
        color: #5B5B5B;
        font-size: 16px;
        margin: 4px 0;
        cursor: pointer;
        width: 100%;
        display: inline-block; }
      .logoutA .menuDown ul li a:hover {
        color: #5293FF; }
    .logoutA .menuDown .logoutBtn, .logoutA .menuDown .changePwdBtn {
      width: 100%;
      text-align: center;
      padding: 4px 0;
      font-size: 16px;
      color: #9c9c9c;
      cursor: pointer; }
    .logoutA .menuDown .logoutBtn:hover, .logoutA .menuDown .changePwdBtn:hover {
      color: #5293FF; }
  .logoutA:hover .menuDown {
    display: block; }
  .logoutA.dnc {
    display: none; }

.theLayer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 800; }
  .theLayer .layer-main {
    width: 492px;
    height: 308px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -154px 0 0 -246px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden; }
    .theLayer .layer-main .layer-title {
      padding: 32px 0 18px;
      color: #3676e4;
      font-size: 18px;
      text-align: center; }
    .theLayer .layer-main .layer-form {
      padding: 0 52px 0; }
      .theLayer .layer-main .layer-form .input-box {
        padding: 0 0 22px; }
      .theLayer .layer-main .layer-form .input-box input {
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding: 0 12px;
        border: none;
        background: #f5f5f5;
        border-radius: 4px;
        font-size: 16px; }
      .theLayer .layer-main .layer-form .layer-btn {
        width: 100%;
        height: 42px;
        line-height: 42px;
        text-align: center;
        cursor: pointer;
        background: #3676e4;
        color: #fff;
        border-radius: 6px;
        font-size: 14px; }
    .theLayer .layer-main .layer-other {
      padding: 20px 52px 0; }
      .theLayer .layer-main .layer-other label {
        display: block;
        float: left;
        color: #ababab; }
        .theLayer .layer-main .layer-other label input {
          position: relative;
          top: 1px; }
        .theLayer .layer-main .layer-other label span {
          display: inline-block;
          margin: 0 0 0 6px; }
      .theLayer .layer-main .layer-other .layer-error {
        float: right;
        width: 200px;
        text-align: right;
        color: #ef323f; }
  .theLayer .cpwd-main {
    height: 380px;
    margin-top: -190px; }
    .theLayer .cpwd-main .cpwd-other .cpwd-error {
      float: left;
      text-align: left;
      width: 100%;
      font-size: 14px; }

#payPage {
  width: 500px;
  display: none; }
  #payPage .payType {
    width: 100%;
    text-align: center; }
  #payPage .needPay {
    display: inline-block;
    padding: 10px;
    background-color: #4488D8;
    border-radius: 5px;
    margin: 20px auto; }
  #payPage .needPay p {
    width: 100%;
    text-align: center;
    margin: 0; }
  #payPage .needPay p, #payPage .needPay span {
    font-size: 14px;
    color: #fff; }
  #payPage .needPay .showp {
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    margin-bottom: 2px; }
  #payPage .choosep {
    color: #909090;
    font-size: 15px;
    margin-top: 20px; }
  #payPage .types {
    margin-top: 22px;
    width: 100%;
    padding: 0 40px; }
  #payPage .gpCode {
    cursor: pointer;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle; }
  #payPage .alipay {
    width: 82px;
    height: 30px;
    background-image: url("../images/alipay.png");
    margin-right: 70px; }
  #payPage .wxpay {
    width: 99px;
    height: 28px;
    background-image: url("../images/wxpay.png"); }

#codePage {
  width: 500px;
  display: none; }
  #codePage .paysign, #codePage .codeDiv, #codePage .infop {
    width: 100%;
    text-align: center;
    padding: 0 80px; }
  #codePage .paysign img, #codePage .codeDiv img {
    max-width: 80%;
    margin: 0 auto; }
  #codePage .paysign {
    margin-top: 68px;
    margin-bottom: 28px; }
  #codePage .codeDiv {
    margin-bottom: 62px; }
  #codePage .infop {
    font-size: 14px;
    margin-bottom: 8px; }
  #codePage .operaTxt {
    color: #909090; }
  #codePage .alertTxt {
    color: #FF8989; }

/*# sourceMappingURL=public.css.map */
