* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
  }
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  html,
  body {
    min-width: 1220px;
  }
  ul,
  dl,
  ol {
    list-style: none;
    padding: 0;
  }
  input,
  textarea,
  select,
  button {
    border: 0;
    outline: none;
  }
  img,
  a img {
    font-size: 0;
    border: 0;
    vertical-align: middle;
  }
  .banner {
    width: 100%;
    height: 480px;
    background-image: url(/static/theme/image/special/b06@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 146px;
    position: relative;
  }
  .banner h1 {
    font-size: 72px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    /* left: -100px; */
    top: -100px;
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }
  .banner h2 {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    
    opacity: 0;
    left: -100px;
   
    width: fit-content;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
  }
  .banner h2::before {
    content: '';
    display: inline-block;
    width: 148px;
    height: 2px;
    background: #F9F4F8;
    margin-right: 20px;
  }
  .banner h2::after {
    content: '';
    display: inline-block;
    width: 148px;
    height: 2px;
    background: #F9F4F8;
    margin-left: 20px;
  }
  .div-block {
    width: 100%;
    padding-top: 80px;
  }
  .div-block .div-block-tit {
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #272727;
    text-align: center;
  }
  .div-block .div-block-tit::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #2D68EA;
    margin: 20px auto 0;
  }
  .introduce-box-con {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 29px auto 32px;
  }
  .introduce-box-con .introduce-box-con-l {
    display: flex;
  }
  .introduce-box-con .introduce-box-con-l p {
    width: 610px;
    flex-shrink: 0;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #37383F;
    line-height: 35px;
    position: relative;
  }
  .introduce-box-con .introduce-box-con-l .introduce-box-con-l-img {
    margin-top: -36px;
  }
  .introduce-box-con .introduce-box-con-l .introduce-box-con-l-img1 {
    margin-bottom: -36px;
    display: flex;
    align-items: flex-end;
  }
  .introduce-box-con .introduce-box-con-l img {
    width: 48px;
    height: 36px;
  }
  .introduce-box-con img {
    width: 429px;
    height: 419px;
  }
  .choose-us {
    width: 100%;
    height: 520px;
    background-image: url(/static/theme/image/special/b10@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .choose-us .div-block-tit {
    color: #FFFFFF;
  }
  .choose-us ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 69px;
  }
  .choose-us ul li {
    text-align: center;
    margin-right: 96px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all .1s linear;
    border-radius: 5px;
  }
  .choose-us ul li:hover{border: 1px solid #E63429;box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.2);transform: translateY(-10px);}
  .choose-us ul li:last-child {
    margin-right: 0;
  }
  .choose-us ul li img {
    width: 105px;
    height: 71px;
    margin: 0 auto;
  }
  .choose-us ul li h5 {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 41px;
  }
  .choose-us ul li p {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #A1A3AA;
    margin-top: 20px;
  }
  .procedure-box-con {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }
  .procedure-box-con li {
    text-align: center;
    position: relative;
    margin-right: 175px;
  }
  .procedure-box-con li img {
    width: 107px;
    height: 100px;
  }
  .procedure-box-con li p {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #2D68EA;
    margin-top: 20px;
  }
  .procedure-box-con li::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 47px;
    right: -153px;
    width: 131px;
    height: 7px;
    background-image: url(/static/theme/image/special/b19@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .procedure-box-con li:last-child {
    margin-right: 0;
  }
  .procedure-box-con li:last-child::after {
    width: 0;
  }
  .join-ensure {
    display: block;
    width: 198px;
    height: 50px;
    background: #366AFD;
    border-radius: 6px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FAFAFA;
    margin: 119px auto 101px;
    cursor: pointer;
    border: 1px solid #366AFD;
    transition: all .1s linear;
  }
  .join-ensure:hover{
    background: rgba(34, 7, 187, 0.4);
    border: 1px solid #8032da;
    color: #fff;
    box-shadow: 1px 2px 21px 3px rgb(81 3 88 / 20%);
  }
  .default-box {
    width: 100%;
    height: 490px;
    background-image: url(/static/theme/image/special/b20@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* margin-bottom: 109px; */
    padding: 0;
    display: flex;
    align-items: center;
  }
  .default-box-con {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .default-box-con .default-box-con-l {
    font-size: 48px;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #F9F4F8;
    line-height: 70px;
  }
  .default-box-con .default-box-con-l p:first-child::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #2D68EA;
    margin: 20px 0 20px;
  }
  .default-box-con .default-box-con-l button {
    width: 198px;
    height: 50px;
    background: #366AFD;
    border-radius: 6px;
    line-height: 48px;
    margin-top: 95px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FAFAFA;
    cursor: pointer;
    border: 1px solid #366AFD;
    transition: all .1s linear;
  }
  .default-box-con .default-box-con-l button:hover {background: rgba(34, 7, 187, 0.4);border: 1px solid #8032da;color: #fff;box-shadow: 1px 2px 21px 3px rgb(81 3 88 / 20%);}


  .default-box-con .default-box-con-r {
    display: flex;
    align-items: center;
  }
  .default-box-con .default-box-con-r li {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
  }
  .default-box-con .default-box-con-r li span{
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
  }
  .default-box-con .default-box-con-r li img {
    width: 28px;
    height: 30px;
    margin-right: 20px;
  }
  .default-box-con .default-box-con-r li:nth-child(2),
  .default-box-con .default-box-con-r li:nth-child(3) {
    margin-left: -40px;
  }
  .default-box-con .default-box-con-r li:last-child {
    margin-bottom: 0;
  }
  .default-box-con .default-box-con-r img {
    width: 204px;
    height: 248px;
    margin-left: 39px;
  }
  .layer-box-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
  }
  .layer-box {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    margin-top: -100px;
    width: 456px;
    height: 600px;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .layer-box .layer-tit {
    text-align: center;
    position: relative;
    height: 57px;
    background: #FAFAFA;
    line-height: 57px;
    border-radius: 8px 8px 0 0;
  }
  .layer-box .layer-tit span {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #000000;
  }
  .layer-box .layer-tit span::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #2D68EA;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .layer-box .layer-tit img {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .layer-box .form {
    margin-top: 30px;
    padding: 0 40px;
  }
  .layer-box .form .form-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .layer-box .form .form-item label {
    width: 72px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #727272;
    white-space: nowrap;
    text-align-last: justify;
    margin-right: 20px;
  }
  .layer-box .form .form-item .form-input {
    width: 286px;
    height: 44px;
    background: #F9FCFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
  }
  .layer-box .form .form-item .form-input input {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    white-space: nowrap;
    height: 100%;
    background-color: unset;
    line-height: 44px;
    border-radius: 8px;
    padding: 0 12px;
  }
  .layer-box .form .form-item .form-time,
  .layer-box .form .form-item .form-code {
    display: flex;
  }
  .layer-box .form .form-item .form-time input,
  .layer-box .form .form-item .form-code input {
    flex: 1;
  }
  .layer-box .form .form-item .form-time span,
  .layer-box .form .form-item .form-code span {
    display: inline-block;
    width: 127px;
    height: 100%;
    line-height: 44px;
    border-left: 1px solid #CCCCCC;
    padding: 0 16px;
    white-space: nowrap;
    /* text-align-last: justify; */
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #366AFD;
    cursor: pointer;
  }
  .layer-box .form .join-btn {
    width: 275px;
    height: 44px;
    background: #366AFD;
    border-radius: 8px;
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
    cursor: pointer;
  }
  .layer-box .accept-agreement {
    margin-left: 100px;
  }
  .layer-box .accept-agreement .accept-btn {
    width: 14px;
    height: 14px;
    border: 1px solid #B0B0B0;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .layer-box .accept-agreement .accept-btn img {
    width: 100%;
    height: 100%;
  }
  .layer-box .accept-agreement span {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #666666;
  }
  .layer-box .accept-agreement span a{
    display: inline-block;
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #E63429;
  }
  .layer-box p {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #666666;
    margin-top: 19px;
    text-align: center;
  }
  .layer-box p a{font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #E63429;
    cursor: pointer;
  }
  .layer-box-show {
    margin-top: 0;
    opacity: 1;
    z-index: 999;
  }


