@charset "UTF-8";
.popbg{
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.3);
  display: none;
}
.head_top {
  height: 35px;
  background: #073c83;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 3;}
  .head_top .head_f {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .head_top .head_f .email {
      display: flex;
      align-items: center; }

.page-header {
  width: 100%;
  background-color: #fff;
  color: #333;
  position: relative;
  z-index: 3;}
  .page-header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; }
.page-header .header-content .logo img{
  height: 40px;
  width: auto;
}
    .page-header .header-content .search-box {
      padding: 0 70px 0 90px;
      flex: auto; }
      .page-header .header-content .search-box .search-form {
        width: 100%;
        height: 36px;
        position: relative;
        background-color: #fff;
        border-radius: 18px;
        border: solid 1px #ccc; }
        .page-header .header-content .search-box .search-form input {
          width: 100%;
          height: 34px;
          border-radius: 20px;
          border: none;
          padding: 0 60px 0 20px; }
        .page-header .header-content .search-box .search-form .search-btn {
          position: absolute;
          right: 4px;
          top: 50%;
          width: 50px;
          height: 32px;
          display: flex;
          justify-content: center;
          align-content: center;
          transform: translateY(-50%);
          padding: 0;
          color: #8d8d8d; }
          .page-header .header-content .search-box .search-form .search-btn .hub-iconfont {
            font-size: 24px;
            line-height: 32px; }
    .page-header .header-content .account-box {
      flex: none;
      display: flex;
      align-content: center; }
      .page-header .header-content .account-box .item {
        color: #666;
        display: flex;
        font-size: 12px;
        line-height: 20px;
        max-width: 140px; }
        .page-header .header-content .account-box .item:last-child {
          margin-left: 24px; }
        .page-header .header-content .account-box .item.hide {
          display: none; }
        .page-header .header-content .account-box .item .hub-iconfont {
          font-size: 34px;
          margin-right: 5px;
          display: flex;
          height: 40px;
          align-items: center; }
        .page-header .header-content .account-box .item .hi {
          font-size: 14px;
          flex: none; }
        .page-header .header-content .account-box .item .username {
          min-width: 0;
          font-size: 14px;
          display: inline-block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .page-header .header-content .account-box .item .item-tit {
          font-size: 12px; }
        .page-header .header-content .account-box .item .badge {
          background-color: #073c83;
          color: #fff; }
        .page-header .header-content .account-box .item .account {
          color: #666; }
        .page-header .header-content .account-box .item .member-dropdown-menu {
          padding: 8px;
          border-radius: 10px;
          width: 156px;
          position: absolute; }
          .page-header .header-content .account-box .item .member-dropdown-menu .member-info {
            font-size: 14px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #333; }
          .page-header .header-content .account-box .item .member-dropdown-menu .sign-out {
            color: #1A75E5;
            font-size: 12px; }
          .page-header .header-content .account-box .item .member-dropdown-menu .link-item {
            display: flex;
            width: 140px;
            color: #999;
            height: 30px;
            padding: 0 10px;
            align-items: center; }
            .page-header .header-content .account-box .item .member-dropdown-menu .link-item .icon {
              font-size: 16px;
              margin-right: 5px; }
            .page-header .header-content .account-box .item .member-dropdown-menu .link-item .tit {
              font-size: 12px; }
            .page-header .header-content .account-box .item .member-dropdown-menu .link-item:hover {
              background-color: #f7f7f7;
              color: #222950;
              border-radius: 15px; }

.head_nav{
  display: flex;
  justify-content: center;
  text-align: center;}
.head_nav .category-nav-item{
    flex: 1;
    /*position: relative;*/
}
.head_nav .category-nav-item .handler{
      font-size: 16px;
      font-weight: 600;
      color: #333;
      line-height: 30px;
      padding-bottom: 10px;
      display: inline-block;
      position: relative;
    }
.head_nav .category-nav-item:hover .handler::after{
      content: '';
      width: 54px;
      height: 6px;
      background: #073c83;
      border-radius: 3px;
      position: absolute;
      z-index: 3;
      bottom: 0;
      left: 50%;
      margin-left: -27px;
}
.head_nav .category-nav-item:hover .children{
  max-height: 500px;
}
.head_nav .category-nav-item .children{
  position: absolute;
  max-height: 0;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  text-align: left;
  width: 100%;
  left: 0;
  border-top:solid 1px #ddd;
  box-shadow: 0 0 5px rgba(115, 115, 115, .15);
  -webkit-transition: max-height .2s;
  transition: max-height .2s;
}
.head_nav .category-nav-item .children .children-item:not(:last-child){
  margin-right: 15px;
}
.head_nav .category-nav-item .children .children-item{
  flex: auto;
}
.head_nav .category-nav-item .children .children-item a:hover{
  color: #073c83;
}
.head_nav .category-nav-item .children .children-item dt a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
.head_nav .category-nav-item .children .children-item dd a{
      color: #333;
      font-size: 12px;
      line-height: 2;

}

  .page-header .header-nav {
    flex: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .page-header .header-nav .category-box {
      width: 211px;
      height: 36px;
      position: relative;
      z-index: 9; }
      .page-header .header-nav .category-box .category-handler {
        width: 211px;
        height: 36px;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px; }
        .page-header .header-nav .category-box .category-handler .arrow-icon {
          display: none;
          font-size: 14px; }
      .page-header .header-nav .category-box .category-nav {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        background-color: #f5f5f5;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0 0 10px 10px;
        padding-bottom: 10px;
        display: none; }
        .page-header .header-nav .category-box .category-nav .category-nav-item .handler {
          height: 45px;
          padding: 0 20px;
          color: #333;
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 14px; }
          .page-header .header-nav .category-box .category-nav .category-nav-item .handler .hub-iconfont {
            flex: none;
            margin-right: 10px; }
          .page-header .header-nav .category-box .category-nav .category-nav-item .handler .name {
            flex: auto;
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .page-header .header-nav .category-box .category-nav .category-nav-item .children {
          display: none;
          position: absolute;
          left: 100%;
          top: -15px;
          width: 700px;
          padding: 0 20px 20px 0;
          background-color: #fff;
          border-radius: 10px;
          box-shadow: 5px 6px 8px 0 rgba(0, 0, 0, 0.1);
          flex-wrap: wrap; }
          .page-header .header-nav .category-box .category-nav .category-nav-item .children .children-item {
            width: calc(25% - 20px);
            margin-left: 20px;
            margin-top: 20px; }
            .page-header .header-nav .category-box .category-nav .category-nav-item .children .children-item dt a {
              color: #333;
              font-size: 14px;
              font-weight: 600;
              line-height: 24px;
              margin-bottom: 10px; }
            .page-header .header-nav .category-box .category-nav .category-nav-item .children .children-item dd a {
              font-size: 12px;
              line-height: 24px;
              color: #999; }
            .page-header .header-nav .category-box .category-nav .category-nav-item .children .children-item a:hover {
              color: #222950 !important; }
        .page-header .header-nav .category-box .category-nav .category-nav-item:hover .handler {
          background-color: #fff; }
        .page-header .header-nav .category-box .category-nav .category-nav-item:hover .children {
          display: flex; }
      .page-header .header-nav .category-box:hover .category-handler {
        border: none;
        background-color: #f5f5f5;
        color: #333;
        border-radius: 10px 10px 0 0;
        padding: 0 20px;
        justify-content: flex-start;
        position: relative; }
        .page-header .header-nav .category-box:hover .category-handler:after {
          content: '';
          width: 100%;
          height: 10px;
          position: absolute;
          bottom: -5px;
          left: 0;
          background-color: #f5f5f5; }
        .page-header .header-nav .category-box:hover .category-handler .name {
          flex: auto;
          text-align: left; }
        .page-header .header-nav .category-box:hover .category-handler .arrow-icon {
          display: block; }
      .page-header .header-nav .category-box:hover .category-nav {
        display: block; }
    .page-header .header-nav .right-nav .item {
      display: inline-block;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      margin-left: 40px; }
  .page-header .search-datalist {
    width: 100%; }

.keyword-auto-complete {
  width: 606px !important;
  border-radius: 20px;
  padding: 10px;
  background-color: #fff;
  border-color: #ccc !important;
  z-index: 3; }
  .keyword-auto-complete li {
    padding: 5px 20px !important;
    font-size: 12px;
    color: #999;
    border-radius: 8px; }
    .keyword-auto-complete li em {
      color: #333;
      background-color: transparent !important; }

.page-footer {
  width: 100%;
  padding: 40px 0 20px;
  background-color: #fff;
  border-top: 1px solid #d8d8d8; }
  .page-footer .online {
    font-size: 40px;
    font-weight: 700;
    line-height: 2;
    margin: 20px auto;
    display: inline-block;
    background-image: linear-gradient(to right, #2e489b 10%, #ad0cab 56%, #e55d2d 100%);
    color: transparent;
    -webkit-background-clip: text; }
  .page-footer .site-name {
    font-size: 24px;
    font-weight: 700;
    margin: 10px auto;
    color: #333; }
  .page-footer .site-desc {
    font-size: 18px;
    color: #666; }
  .page-footer .main-btn {
    width: 200px;
    margin: 30px auto; }
  .page-footer .footer-nav {
    padding: 15px 0; }
    .page-footer .footer-nav .nav-item {
      padding: 0 20px;
      font-size: 14px; }
      .page-footer .footer-nav .nav-item .nav-link {
        color: #333; }
        .page-footer .footer-nav .nav-item .nav-link.active {
          color: #294a9f; }
  .page-footer .footer-bar {
    font-size: 14px;
    color: #666;
    padding: 15px 0;
    background-color: #F4F4F4; }

.page-inter-banner {
  height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%; }
  .page-inter-banner .container {
    height: 100%; }
  .page-inter-banner .banner-info {
    text-align: right;
    padding: 20px 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .page-inter-banner .banner-info .title {
      font-size: 40px;
      font-weight: 600;
      margin-bottom: 20px; }
    .page-inter-banner .banner-info .desc {
      font-size: 18px;
      line-height: 36px; }

.form-login, .custom-form {
  padding: 16px; }
  .form-login .form-header, .custom-form .form-header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 15px; }
    .form-login .form-header .back, .form-login .form-header .close, .custom-form .form-header .back, .custom-form .form-header .close {
      width: 32px;
      height: 32px;
      flex: none;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center; }
      .form-login .form-header .back .hub-iconfont, .form-login .form-header .close .hub-iconfont, .custom-form .form-header .back .hub-iconfont, .custom-form .form-header .close .hub-iconfont {
        font-size: 18px;
        color: #333; }
    .form-login .form-header .form-title, .custom-form .form-header .form-title {
      flex: auto;
      font-size: 24px;
      color: #333;
      text-align: center; }
  .form-login .google-auth-box, .custom-form .google-auth-box {
    position: relative; }
    .form-login .google-auth-box .google-auth-btn, .custom-form .google-auth-box .google-auth-btn {
      width: 100%;
      height: 40px;
      border: 1px solid #d8d8d8;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: #333; }
      .form-login .google-auth-box .google-auth-btn:before, .custom-form .google-auth-box .google-auth-btn:before {
        content: '';
        width: 18px;
        height: 18px;
        margin-right: 10px;
        background-image: url("/static/home/images/google.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      .form-login .google-auth-box .google-auth-btn:hover, .custom-form .google-auth-box .google-auth-btn:hover {
        background-color: #f7f7f7; }
    .form-login .google-auth-box .line, .custom-form .google-auth-box .line {
      padding: 15px 0 10px;
      font-size: 12px;
      color: #999;
      text-align: center;
      position: relative; }
      .form-login .google-auth-box .line:after, .form-login .google-auth-box .line:before, .custom-form .google-auth-box .line:after, .custom-form .google-auth-box .line:before {
        content: '';
        width: 40%;
        height: 0;
        border-bottom: 1px solid #d8d8d8;
        position: absolute;
        top: 50%;
        left: 0; }
      .form-login .google-auth-box .line:before, .custom-form .google-auth-box .line:before {
        left: auto;
        right: 0; }
  .form-login .form-item, .custom-form .form-item {
    padding: 0;
    position: relative;
    margin-bottom: 15px; }
    .form-login .form-item .label, .custom-form .form-item .label {
      font-size: 12px;
      color: #999;
      padding: 5px 0;
      display: flex;
      align-items: center; }
      .form-login .form-item .label .label-name, .custom-form .form-item .label .label-name {
        flex: none;
        position: relative; }
      .form-login .form-item .label .error-msg, .custom-form .form-item .label .error-msg {
        flex: auto;
        color: #ff0000;
        text-align: right; }
      .form-login .form-item .label.required .label-name:before, .custom-form .form-item .label.required .label-name:before {
        content: '*';
        font-size: 12px;
        color: #ff0000;
        position: absolute;
        left: -8px;
        top: 2px; }
    .form-login .form-item .check-box .form-check-input, .custom-form .form-item .check-box .form-check-input {
      display: inline-block;
      margin-right: 5px;
      border-radius: 50%;
      border-color: #999; }
    .form-login .form-item .check-box .form-check-label, .custom-form .form-item .check-box .form-check-label {
      display: inline;
      font-size: 12px;
      color: #999;
      line-height: 18px;
      text-align: justify; }
      .form-login .form-item .check-box .form-check-label .link, .custom-form .form-item .check-box .form-check-label .link {
        color: #1A75E5; }
        .form-login .form-item .check-box .form-check-label .link:hover, .custom-form .form-item .check-box .form-check-label .link:hover {
          color: #1A75E5;
          text-decoration: underline; }
    .form-login .form-item.check-form-item, .custom-form .form-item.check-form-item {
      margin-bottom: 25px; }
      .form-login .form-item.check-form-item .error-msg, .custom-form .form-item.check-form-item .error-msg {
        position: absolute;
        text-align: left;
        left: 0;
        bottom: -20px;
        color: #ff0000; }
    .form-login .form-item .btn, .custom-form .form-item .btn {
      min-width: 100px; }
    .form-login .form-item .verify-tips, .custom-form .form-item .verify-tips {
      font-size: 12px;
      line-height: 24px;
      color: #999;
      text-align: center; }
    .form-login .form-item .send-email, .custom-form .form-item .send-email {
      font-size: 14px;
      line-height: 24px;
      color: #333;
      text-align: center; }
    .form-login .form-item.verify-code-item, .custom-form .form-item.verify-code-item {
      padding: 10px 10px 20px; }
      .form-login .form-item.verify-code-item .error-msg, .custom-form .form-item.verify-code-item .error-msg {
        width: 340px;
        color: #ff0000;
        position: absolute;
        text-align: left;
        left: 50%;
        bottom: -5px;
        transform: translateX(-50%); }
    .form-login .form-item .verify-code, .custom-form .form-item .verify-code {
      display: flex;
      justify-content: center; }
      .form-login .form-item .verify-code .code-input-item, .custom-form .form-item .verify-code .code-input-item {
        flex: none;
        margin-right: 10px;
        width: 48px;
        height: 48px; }
        .form-login .form-item .verify-code .code-input-item input, .custom-form .form-item .verify-code .code-input-item input {
          width: 100%;
          height: 100%;
          border: 1px solid #d2d2d2;
          border-radius: 3.5px;
          outline: 0;
          text-align: center;
          box-sizing: border-box;
          font-size: 16px;
          font-weight: 600;
          color: #333; }
    .form-login .form-item.has-error .check-box .form-check-label, .custom-form .form-item.has-error .check-box .form-check-label {
      color: #ff0000; }
    .form-login .form-item.has-error .verify-code .code-input-item input, .custom-form .form-item.has-error .verify-code .code-input-item input {
      border-color: #ff0000; }
    .form-login .form-item .item-input, .custom-form .form-item .item-input {
      position: relative;
      min-height: 40px; }
    .form-login .form-item .mail-guess, .custom-form .form-item .mail-guess {
      position: absolute;
      z-index: 10;
      border: 1px solid #ced3d9;
      background: #fff;
      top: 42px;
      left: 0;
      padding: 5px 0;
      width: 100%;
      box-sizing: border-box;
      max-height: 100px;
      overflow: auto; }
      .form-login .form-item .mail-guess li, .custom-form .form-item .mail-guess li {
        cursor: pointer;
        box-sizing: border-box;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 21px;
        color: #555; }
        .form-login .form-item .mail-guess li.hover, .custom-form .form-item .mail-guess li.hover {
          background: #e2eaf5; }
  .form-login .form-footer, .custom-form .form-footer {
    padding: 10px; }
    .form-login .form-footer .link, .custom-form .form-footer .link {
      color: #999; }
      .form-login .form-footer .link:hover, .form-login .form-footer .link.active, .custom-form .form-footer .link:hover, .custom-form .form-footer .link.active {
        color: #222950; }
  .form-login.inline-form .form-item, .custom-form.inline-form .form-item {
    margin-bottom: 25px; }
    .form-login.inline-form .form-item .label, .custom-form.inline-form .form-item .label {
      position: absolute;
      left: 0;
      top: 0;
      padding-right: 10px;
      height: 40px;
      display: flex;
      align-items: center; }
      .form-login.inline-form .form-item .label .label-name, .custom-form.inline-form .form-item .label .label-name {
        max-width: 100%;
        display: inline-block; }
      .form-login.inline-form .form-item .label .error-msg, .custom-form.inline-form .form-item .label .error-msg {
        display: none; }
    .form-login.inline-form .form-item .input-item, .custom-form.inline-form .form-item .input-item {
      position: relative;
      min-height: 40px; }
      .form-login.inline-form .form-item .input-item .form-check-label, .custom-form.inline-form .form-item .input-item .form-check-label {
        cursor: pointer; }
      .form-login.inline-form .form-item .input-item .error-msg, .custom-form.inline-form .form-item .input-item .error-msg {
        position: absolute;
        left: 0;
        bottom: -20px;
        color: #ff0000; }
  .form-login.inline-form.label-align-right .label, .custom-form.inline-form.label-align-right .label {
    justify-content: flex-end; }
    .form-login.inline-form.label-align-right .label .label-name, .custom-form.inline-form.label-align-right .label .label-name {
      text-align: right; }
      .form-login.inline-form.label-align-right .label .label-name:before, .custom-form.inline-form.label-align-right .label .label-name:before {
        position: relative; }

.form-step {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0; }
  .form-step .item {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .form-step .item .num {
      width: 20px;
      height: 20px;
      background-color: #d8d8d8;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      flex: none;
      margin-right: 5px; }
    .form-step .item .name {
      font-size: 14px;
      line-height: 20px;
      color: #999;
      margin-right: 20px; }
    .form-step .item:last-child .split {
      display: none; }
    .form-step .item:last-child .name {
      margin-right: 0; }
  .form-step .split {
    width: 60px;
    flex: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 20px; }
    .form-step .split span {
      display: block;
      flex: none; }
      .form-step .split span:nth-child(1) {
        width: 3px;
        height: 3px;
        background-color: #999;
        opacity: .3;
        border-radius: 50%;
        margin-right: 5px;
        display: none; }
      .form-step .split span:nth-child(2) {
        width: 5px;
        height: 5px;
        background-color: #999;
        opacity: .5;
        border-radius: 50%;
        margin-right: 5px;
        display: none; }
      .form-step .split span:nth-child(n+3) {
        font-family: "hub-iconfont" !important;
        font-size: 12px;
        color: #999;
        font-style: normal;
        -webkit-font-smoothing: antialiased; }
        .form-step .split span:nth-child(n+3):before {
          content: ""; }
      .form-step .split span:nth-child(3) {
        transform: scale(0.7);
        opacity: .3; }
      .form-step .split span:nth-child(4) {
        transform: scale(0.8);
        opacity: .5; }
      .form-step .split span:nth-child(5) {
        opacity: .8; }
  .form-step.step-1 .item:nth-child(-n + 1) .num {
    background-color: #1A75E5;
    color: #fff; }
  .form-step.step-1 .item:nth-child(-n + 1) .name {
    color: #333; }
  .form-step.step-1 .item:nth-child(-n + 1) .split span {
    background-color: #1A75E5; }
  .form-step.step-1 .item:nth-child(-n + 1) .split span:nth-child(n+3) {
    background-color: transparent;
    color: #1A75E5; }
  .form-step.step-2 .item:nth-child(-n + 2) .num {
    background-color: #1A75E5;
    color: #fff; }
  .form-step.step-2 .item:nth-child(-n + 2) .name {
    color: #333; }
  .form-step.step-2 .item:nth-child(-n + 2) .split span {
    background-color: #1A75E5; }
  .form-step.step-2 .item:nth-child(-n + 2) .split span:nth-child(n+3) {
    background-color: transparent;
    color: #1A75E5; }
  .form-step.step-3 .item:nth-child(-n + 3) .num {
    background-color: #1A75E5;
    color: #fff; }
  .form-step.step-3 .item:nth-child(-n + 3) .name {
    color: #333; }
  .form-step.step-3 .item:nth-child(-n + 3) .split span {
    background-color: #1A75E5; }
  .form-step.step-3 .item:nth-child(-n + 3) .split span:nth-child(n+3) {
    background-color: transparent;
    color: #1A75E5; }
  .form-step.step-4 .item:nth-child(-n + 4) .num {
    background-color: #1A75E5;
    color: #fff; }
  .form-step.step-4 .item:nth-child(-n + 4) .name {
    color: #333; }
  .form-step.step-4 .item:nth-child(-n + 4) .split span {
    background-color: #1A75E5; }
  .form-step.step-4 .item:nth-child(-n + 4) .split span:nth-child(n+3) {
    background-color: transparent;
    color: #1A75E5; }
  .form-step.step-5 .item:nth-child(-n + 5) .num {
    background-color: #1A75E5;
    color: #fff; }
  .form-step.step-5 .item:nth-child(-n + 5) .name {
    color: #333; }
  .form-step.step-5 .item:nth-child(-n + 5) .split span {
    background-color: #1A75E5; }
  .form-step.step-5 .item:nth-child(-n + 5) .split span:nth-child(n+3) {
    background-color: transparent;
    color: #1A75E5; }
  .form-step.step-6 .item:nth-child(-n + 6) .num {
    background-color: #1A75E5;
    color: #fff; }
  .form-step.step-6 .item:nth-child(-n + 6) .name {
    color: #333; }
  .form-step.step-6 .item:nth-child(-n + 6) .split span {
    background-color: #1A75E5; }
  .form-step.step-6 .item:nth-child(-n + 6) .split span:nth-child(n+3) {
    background-color: transparent;
    color: #1A75E5; }
  .form-step.step-7 .item:nth-child(-n + 7) .num {
    background-color: #1A75E5;
    color: #fff; }
  .form-step.step-7 .item:nth-child(-n + 7) .name {
    color: #333; }
  .form-step.step-7 .item:nth-child(-n + 7) .split span {
    background-color: #1A75E5; }
  .form-step.step-7 .item:nth-child(-n + 7) .split span:nth-child(n+3) {
    background-color: transparent;
    color: #1A75E5; }
  .form-step.step-8 .item:nth-child(-n + 8) .num {
    background-color: #1A75E5;
    color: #fff; }
  .form-step.step-8 .item:nth-child(-n + 8) .name {
    color: #333; }
  .form-step.step-8 .item:nth-child(-n + 8) .split span {
    background-color: #1A75E5; }
  .form-step.step-8 .item:nth-child(-n + 8) .split span:nth-child(n+3) {
    background-color: transparent;
    color: #1A75E5; }
  .form-step.step-9 .item:nth-child(-n + 9) .num {
    background-color: #1A75E5;
    color: #fff; }
  .form-step.step-9 .item:nth-child(-n + 9) .name {
    color: #333; }
  .form-step.step-9 .item:nth-child(-n + 9) .split span {
    background-color: #1A75E5; }
  .form-step.step-9 .item:nth-child(-n + 9) .split span:nth-child(n+3) {
    background-color: transparent;
    color: #1A75E5; }
  .form-step.step-10 .item:nth-child(-n + 10) .num {
    background-color: #1A75E5;
    color: #fff; }
  .form-step.step-10 .item:nth-child(-n + 10) .name {
    color: #333; }
  .form-step.step-10 .item:nth-child(-n + 10) .split span {
    background-color: #1A75E5; }
  .form-step.step-10 .item:nth-child(-n + 10) .split span:nth-child(n+3) {
    background-color: transparent;
    color: #1A75E5; }

.swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 4px;
  background: #ffffff;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background: #247fff; }

.dropdown:hover .dropdown-toggle::after {
  margin-top: -2px;
  transform: rotate(180deg); }
.dropdown:hover .dropdown-menu {
  display: block; }
  .dropdown:hover .dropdown-menu.dropdown-menu-end {
    right: 0;
    left: auto; }
  .dropdown:hover .dropdown-menu .dropdown-item {
    font-size: 12px;
    padding: 10px; }
.dropdown.has-arrow:before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -8px; }
.dropdown.has-arrow .dropdown-menu {
  margin-top: 8px; }
  .dropdown.has-arrow .dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 8px solid #d8d8d8;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    top: -14px;
    left: 20px; }
  .dropdown.has-arrow .dropdown-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    top: -13px;
    left: 20px; }

.breadcrumb {
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  color: #999; }
  .breadcrumb:before {
    font-size: 14px;
    color: #999;
    margin-right: 5px; }
  .breadcrumb .breadcrumb-item:before {
    color: #999; }
  .breadcrumb .breadcrumb-item.active {
    color: #999; }
  .breadcrumb .breadcrumb-item a {
    color: #999;
    line-height: 24px; }
  .breadcrumb .breadcrumb-item a:hover {
    color: #294a9f; }

input.form-control {
  height: 40px;
  padding: 8px 12px;
  font-size: 14px; }
  input.form-control::placeholder {
    color: #999;
    font-size: 12px; }
  input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none !important; }
  input.form-control::-webkit-outer-spin-button {
    -webkit-appearance: none !important; }
  input.form-control[type='number'] {
    -moz-appearance: textfield; }

.form-select {
  height: 40px;
  padding: 8px 12px;
  font-size: 14px; }

.tel-prefix {
  position: relative; }
  .tel-prefix:after {
    content: '+';
    font-size: 20px;
    color: #666;
    position: absolute;
    left: 8px;
    top: 10px;
    line-height: 20px; }
  .tel-prefix .form-control {
    padding-left: 30px; }

.wechat-input, .whatsapp-input {
  position: relative;
  font-family: "hub-iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  .wechat-input:before, .whatsapp-input:before {
    content: '\e665';
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 20px;
    padding-right: 8px;
    color: #09bb07;
    border-right: 1px solid #d8d8d8; }
  .wechat-input .form-control, .whatsapp-input .form-control {
    padding-left: 40px; }

.whatsapp-input:before {
  content: '\ea07';
  color: #25d366; }

.custom-btn {
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px; }

.btn-block {
  width: 100%; }

.split-line {
  border-top: 1px solid #d8d8d8;
  margin: 10px 0; }

.checkbox {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(/static/home/images/wxz_03.png) 0 0/100% 100%; }
  .checkbox.checked {
    background: url(/static/home/images/xz_03.png) 0 0/100% 100%; }

.empty-panel {
  padding: 30px; }
  .empty-panel .empty-icon {
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin: 0 auto; }
    .empty-panel .empty-icon.address {
      background-image: url("/static/home/images/empty/address.png"); }
    .empty-panel .empty-icon.order {
      background-image: url("/static/home/images/empty/order.png"); }
    .empty-panel .empty-icon.collect {
      background-image: url("/static/home/images/empty/collect.png"); }
    .empty-panel .empty-icon.cart {
      background-image: url("/static/home/images/empty/cart.png"); }
    .empty-panel .empty-icon.goods {
      background-image: url("/static/home/images/empty/goods.png"); }
    .empty-panel .empty-icon.auth {
      background-image: url("/static/home/images/empty/auth.png"); }
  .empty-panel .desc {
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    text-align: center; }
  .empty-panel .action-box {
    display: flex;
    align-items: center;
    justify-content: center; }

.dropdown-menu {
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }

.custom-popup {
  border-radius: 20px;
  overflow: hidden;
  min-width: 385px;
  height: 230px; }
  .custom-popup .layui-layer-title {
    border: none; }

.layui-layer-dialog, .layui-layer-iframe {
  border-radius: 20px;
  overflow: hidden; }
  .layui-layer-dialog .layui-layer-btn0, .layui-layer-iframe .layui-layer-btn0 {
    background-color: #FFCA4E;
    border-color: #FFCA4E;
    color: #333; }

.popup-header {
  padding: 20px;
  position: relative; }
  .popup-header .title {
    flex: auto;
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 0 40px; }
  .popup-header .action-icon {
    font-size: 18px;
    color: #333;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
    .popup-header .action-icon.close-icon {
      left: auto;
      right: 20px; }

.add-cart-success-popup {
  animation-name: rightSliding;
  animation-duration: 0.2s;
  animation-fill-mode: forwards; }

@keyframes rightSliding {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }
.address-select-panel {
  display: flex;
  flex: auto;
  justify-content: space-between;
  font-size: 12px;
  color: #999; }
  .address-select-panel .name {
    font-size: 16px;
    color: #333;
    font-weight: 600; }
  .address-select-panel .tel {
    font-size: 12px;
    color: #999;
    margin-left: 10px; }
  .address-select-panel .address, .address-select-panel .region {
    color: #999; }
  .address-select-panel .default-badge {
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: 500;
    background-color: #FFCA4E;
    border-radius: 10px;
    color: #333; }

.hideShowPassword-wrapper {
  width: 100% !important; }

.hideShowPassword-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "hub-iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  overflow: hidden;
  cursor: pointer; }

.hideShowPassword-toggle.hideShowPassword-toggle-show:before {
  content: '\ebcc';
  color: #666; }

.hideShowPassword-toggle.hideShowPassword-toggle-hide:before {
  content: '\ebcd';
  color: #666; }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 1200px !important; } }
@media (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 1200px !important; } }
.btn-main {
  --bs-btn-color: #333;
  --bs-btn-bg: #FFCA4E;
  --bs-btn-border-color: #FFCA4E;
  --bs-btn-hover-color: #333;
  --bs-btn-hover-bg: #FFD778;
  --bs-btn-hover-border-color: #FFD778;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #333;
  --bs-btn-active-bg: #EBAE1F;
  --bs-btn-active-border-color: #EBAE1F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #333;
  --bs-btn-disabled-bg: #FFCA4E;
  --bs-btn-disabled-border-color: #FFCA4E; }

.btn-outline-main {
  --bs-btn-color: #333;
  --bs-btn-border-color:#d8d8d8;
  --bs-btn-hover-color: #333;
  --bs-btn-hover-bg: #f7f7f7;
  --bs-btn-hover-border-color: #d8d8d8;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #333;
  --bs-btn-active-bg: #efefef;
  --bs-btn-active-border-color: #d8d8d8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ededed;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d8d8d8;
  --bs-gradient: none; }

.goods-item-panel {
  margin-bottom: 10px; }
  .goods-item-panel .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 12px; }
  .goods-item-panel .info {
    padding: 5px 0; }
    .goods-item-panel .info .goods-name {
      height: 40px;
      font-size: 14px;
      line-height: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2 !important;
      overflow: hidden;
      margin-bottom: 5px;
      color: #333; }
    .goods-item-panel .info .sale-price {
      font-size: 18px;
      font-weight: 600;
      color: #333; }
    .goods-item-panel .info .show-price {
      margin-left: 10px;
      font-size: 14px;
      color: #999;
      text-decoration-line: line-through; }

.goods-item-row-panel {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .goods-item-row-panel .thumb {
    width: 60px;
    height: 60px;
    flex: none;
    margin-right: 10px;
    border: 1px solid #d8d8d8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px; }
  .goods-item-row-panel .info {
    flex: auto;
    min-width: 0; }
    .goods-item-row-panel .info .goods-name {
      font-size: 14px;
      color: #333;
      line-height: 20px; }
    .goods-item-row-panel .info .desc {
      font-size: 12px;
      color: #999;
      margin-top: 5px; }

.success-icon {
  width: 66px;
  height: 66px;
  background-color: #3EB733;
  border-radius: 50%;
  margin: 10px auto;
  font-family: "hub-iconfont" !important;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center; }
  .success-icon:before {
    content: '\e616';
    font-size: 40px;
    color: #fff; }

/*Footer*/
.index-footer {
  padding: 40px 0 60px 0;
  border-top: solid 1px #eaeaea;
  background-color: #fff; }
  .index-footer h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333; }
  .index-footer .footer-form {
    text-align: center; }
    .index-footer .footer-form p {
      margin-top: 35px;
      margin-bottom: 35px;
      font-size: 16px;
      color: #333; }
    .index-footer .footer-form .footer-form-input input {
      width: 460px;
      height: 40px;
      padding: 8px 20px;
      background-color: #eee;
      outline: none;
      border: 1px solid #eee;
      box-sizing: border-box;
      font-size: 16px;
      color: #333;
      border-radius: 8px; }
      .index-footer .footer-form .footer-form-input input::placeholder {
        color: #888D98; }
    .index-footer .footer-form .footer-form-btn {
      width: 120px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin-left: 10px;
      font-size: 16px;
      color: #3C485D;
      background-color: #fff;
      cursor: pointer;
      border-radius: 20px;
      border: solid 2px #3C485D; }

.footer-menu {
  width: 1054px;
  margin: 0 auto; }
  .footer-menu dl {
    padding: 0 75px;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative; }
    .footer-menu dl:first-child {
      padding: 0 75px 0 0; }
    .footer-menu dl:last-child {
      padding: 0 0 0 75px; }
    .footer-menu dl dt {
      margin-bottom: 14px; }
      .footer-menu dl dt a {
        font-size: 14px;
        color: #333; }
    .footer-menu dl dd {
      margin-bottom: 10px; }
      .footer-menu dl dd a {
        font-size: 12px;
        color: #666; }

.footer-line {
  height: 1px;
  margin-bottom: 34px;
  border: none;
  outline: none;
  background-color: #5A667A; }

.footer-contact .footer-contact-item {
  padding-right: calc(829px / 10);
  font-size: 16px;
  color: #333; }
  .footer-contact .footer-contact-item span {
    margin-right: 10px; }
  .footer-contact .footer-contact-item .iconfont {
    color: #929ba8; }
  .footer-contact .footer-contact-item .footer-icon {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-left: 4px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }
    .footer-contact .footer-contact-item .footer-icon:hover {
      background-color: #ffffff; }
    .footer-contact .footer-contact-item .footer-icon i {
      color: #2F3D54;
      cursor: pointer; }
.footer-contact a.footer-contact-item {
  text-decoration: none; }
  .footer-contact a.footer-contact-item:hover span {
    text-decoration: underline; }

.footer-address {
  text-align: center;
  margin: 30px 0;
  font-size: 12px;
  color: #333; }

.footer-links {
  width: 1128px;
  margin: 0 auto; }
  .footer-links a {
    width: calc(100% / 7);
    line-height: 1;
    text-align: center;
    margin-bottom: 16px;
    border-left: 1px solid #5A667A;
    border-right: 1px solid #5A667A;
    font-size: 12px;
    color: #ffffff;
    box-sizing: border-box; }
    .footer-links a:first-child {
      border-left: none; }
    .footer-links a:last-child {
      border-right: none; }

.footer-code-num, .footer-code-auth {
  text-align: center;
  margin-top: 14px;
  font-size: 12px;
  color: #333; }

.footer-code-num {
  margin-top: 0; }
  .footer-code-num a, .footer-code-num p {
    color: #333; }
  .footer-code-num span {
    padding-right: 40px;
    position: relative; }
    .footer-code-num span:not(:last-child):before {
      content: '';
      width: 1px;
      height: 6px;
      background-color: #5A667A;
      position: absolute;
      top: 6px;
      right: 20px; }

/*面包屑导航箭头*/
.breadcrumb a {
  color: #999; }

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #999; }

/* 加载动画 */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.2); }

#loading .spinner-border {
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.spinner-border {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 0.125em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.input-number {
  width: 100px;
  display: flex;
  align-self: center; }
  .input-number button {
    width: 24px;
    height: 24px;
    flex: none;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; }
  .input-number .alignment {
    flex: auto;
    min-width: 0;
    font-size: 12px;
    line-height: 24px;
    border: none;
    text-align: center;
    background-color: transparent; }

/* 个人中心左侧 */
.left_nav {
  width: 18.33%;
  background: #fff;
  border-radius: 12px; }
  .left_nav .tit {
    color: #222950; }
  .left_nav .nav_list .item {
    color: #999;
    display: block; }
    .left_nav .nav_list .item.active {
      color: #222950; }

.cookie-wrap {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #E9EEF4;
  z-index: 999; }
  .cookie-wrap .cont-lf {
    height: 100%;
    padding-right: 10%;
    color: #333; }
  .cookie-wrap .cont-rt .btn-wrap .btn {
    width: 140px; }
  .cookie-wrap .cont-rt .btn-wrap .btn-primary {
    background: #32459C;
    border: 1px solid #32459C; }
  .cookie-wrap .close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 20px; }

.cookie-set-wrap {
  color: #333; }
  .cookie-set-wrap .switch-wrap {
    background: #eee;
    padding: 15px 20px; }
    .cookie-set-wrap .switch-wrap .title {
      color: #0d6efd; }
    .cookie-set-wrap .switch-wrap .form-switch .form-check-input {
      width: 46px;
      height: 24px;
      outline: none;
      box-shadow: none; }
  .cookie-set-wrap .btn-wrap .btn-primary {
    background: #32459C;
    border: 1px solid #32459C; }

.toolbar {
  position: fixed;
  bottom: 204px;
  right: 0;
  z-index: 100; }
  .toolbar .tool-list .item {
    background: #1A75E5;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    line-height: 48px; }
    .toolbar .tool-list .item span {
      color: #fff;
      font-size: 20px; }
    .toolbar .tool-list .item:hover {
      background: #2366B7; }

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