
  /**/
  .vertical {
    /*padding-top: 5.46875vw;*/
    padding-bottom: 100px;
  }
  
  .vertical_title {
    text-align: center;
    color: #132842;
    margin-bottom: 4.16vw;
    line-height: 1;
  }

  .fnt_42 {
    font-size: 34px;
  }

  .fnt_14{
    font-size: 14px;
  }

  .fnt_38{
    font-size: 32px;
  }
  
  .vertical_l>div {
    width: 79%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 5px;
  }
  
  .vertical_l .l_act {
    color: white;
    background: #2e67d8;
  }
  
  .vertical_l>div:last-child {
    margin-bottom: 0;
  }
  
  .ts {
    margin-top: 30px;
    width: 79%;
    text-align: center;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .ts.l_act {
    color: white;
    background: #2e67d8;
  }
  
  .vertical_bg {
    background: #eef1f3;
  }
  
  .ver_l {
    width: 26%;
    padding-left: calc((100% - 1440px)/2);
    padding-top: 5.72vw;
  }
  
  .vertical_r {
    width: 74%;
  }
  
  .vertical_r>div {
    background-size: cover;
    padding: 5.72vw;
    display: none;
  }
  
  .vertical_r .r_act {
    display: block;
  }
  
  .vertical_summary {
    color: #64728d;
    line-height: 2em;
    margin-bottom: 35px;
    width: 555px;
  }
  
  .r_act .vertical_summary {
    animation: myfirst 0.6s ease-out;
  }
  
  .vertical_flx {
    display: flex;
  }
  
  .obtain {
    border-radius: 5px;
    width: 216px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #2e67d8;
    margin-bottom: 60px;
    cursor: pointer;
    font-size:14px;
  }
  
  .r_act .obtain {
    animation: myfirst 1s ease-out;
  }
  
  .anli {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .r_act .anli {
    animation: myfirst 1.4s ease-out;
  }
  
  .anli img {
    margin-right: 35px;
  }
  
  .anli_tit {
    margin-bottom: 20px;
    color: #132842;
  }
  
  .r_act .anli_tit {
    animation: myfirst 1.2s ease-out;
  }
  
  .icon_flx {
    display: flex;
    color: #64728d;
    margin-bottom: 45px;
  }
  
  .r_act .icon_flx {
    animation: myfirst 0.8s ease-out;
  }
  
  .icon_flx li {
    margin-right: 40px;
  }
  
  .icon_flx li:last-child {
    margin-right: 0px;
  }
  
  .vertical_img {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto 15px;
  }
  
  .vertical_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

a:link, a:visited, a:active, a{
    text-decoration:none;
  }
  
  .vertical_tit {
    margin-bottom: 35px;
    color: #132842;
  }
  
  .r_act .vertical_tit {
    animation: myfirst 0.4s ease-out;
  }
  
  @keyframes myfirst {
    from {
      transform: translateY(50px);
      opacity: 0;
    }
  
    to {
      transform: translateY(0px);
      opacity: 1;
    }
  }

  .sove_mask {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
  }
  
  .sove_mask::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
  }
  
  .sove_mask>div {
    background: white;
    border-radius: 10px;
    width: 440px;
    position: relative;
    z-index: 2;
    padding: 40px;
  }
  
  .sove_mask #rectangle,
  .ty_mask #rectangle2 {
    background: url(https://www.kingdee.com/r/cms/www/default/v02/images/ERP/rectangle.png) no-repeat center;
    background-size: cover;
    z-index: 36;
    height: 29px;
    align-self: flex-start;
    margin-top: -13px;
    width: 133px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4px 0 0 8px;
    /* display: none; */
    visibility: hidden;
  }
  
  .sove_mask #rectangle .txt4,
  .ty_mask #rectangle2 .txt4 {
    z-index: 37;
    width: 108px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 17px;
    text-align: left;
  }
  
  .sove_mask .apply-error {
    text-align: right;
    width: 100%;
    margin-bottom: 20px;
    color: red;
    display: block;
    position: absolute;
    bottom: -40px;
    display: none;
  }
  
  .mask_close {
    position: absolute;
    right: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.4;
  }
  
  .phone_number {
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  
  .phone_number .j {
    width: 80px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    height: 100%;
  }
  
  .phone_number input {
    width: calc(100% - 80px);
    padding: 0 20px;
    border: none;
  }
  
  .code {
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 30px;
  }
  
  .code input {
    width: calc(100% - 110px);
    padding-left: 20px;
    border: none;
  }
  
  .code a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #2e67d8;
    pointer-events: none;
    cursor: ne-resize;
  }
  
  .code-allow-get {
    pointer-events: unset !important;
    cursor: pointer !important;
  }
  
  .experience {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #2e67d8;
    color: white;
    margin-bottom: 30px;
  }
  
  .aggree {
    display: flex;
    align-items: center;
  }
  
  .aggree a {
    color: #2e67d8;
  }
  
  .aggree input {
    margin-right: 5px;
  }
  
  .free {
    line-height: 1;
    margin-bottom: 40px;
    font-weight: bold;
    color: #132842;
  }
  
  .fnt_32{
    font-size:30px;
  }

  .fnt_18{
    font-size: 18px;
  }

  .fnt_14{
    font-size: 14px;
  }

  .fnt_16{
    font-size: 16px;
  }

  .codeInput{
    color: #acacac;
    border:none;
    outline: none;
  }
  
  .phoneValue{
    color: #acacac;
    border:none;
    outline:none;
  }
  
  .banner #bannerRectangle {
  background: url(../image/rectangle.png) no-repeat center;
  background-size: cover;
  z-index: 36;
  height: 29px;
  align-self: flex-start;
  margin-top: -13px;
  width: 133px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 0 0 8px;
  /* display: none; */
  visibility: hidden;
}

.banner #bannerRectangle .txt4 {
  z-index: 37;
  width: 108px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-family: PingFangSC-Regular;
  white-space: nowrap;
  line-height: 17px;
  text-align: left;
}

.banner .right .p5.ty_policy img {
  top: 8px;
  left: 2px;
}

.ty_policy img {
  position: absolute;
  top: 10px;
  left: 1px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: none;
}