header{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/joinIn/banner_3.png");
    color: #fff;
    position: relative;
    height: 600px;
}
.header{
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    /* background-color:rgba(60, 143, 207, 0.5); */
}
.page{
    width: 1200px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin: 50px auto;
}
.list{
    display: flex;
    justify-content: space-around;
}
.item{
    width: 400px;
    margin-top: 50px;
    box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.06);
}
.item-header{
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 30px;
    font-family: 'Microsoft YaHei UI';
    font-weight: bold;
    color: #FFFFFF;
    position: relative;

}
.item-header>img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.mask{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, #2BE6FC 0%, #0099FF 100%);
    opacity: 0.5;
    z-index: 10;
}
.item-header-content{
    position: absolute;
    top: 50%;
    margin: 0;
    z-index: 100;
    margin-top: -20px;
    height: 30px;
    width: 100%;
    text-align: center;
    
} 
.line{
    width: 70px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #fff;
    margin:20px auto;
} 
.item-content{
    padding: 10px;
    text-align: left;
    line-height: 35px;
    text-align: justify;
} 
.item-button{
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.button{
    width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    width: 150px;
    height: 60px;
    background: linear-gradient(90deg, #2BE6FC 0%, #0099FF 100%);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    margin: auto;
    
}
.button:active{
    position: relative;
    top: -1px;
    left: -1px;
    background: linear-gradient(90deg, #2BE6FC 0%, #0099FF 100%);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.crud{
    width: 680px;
    position: relative;
    left: 50%;
    margin-top: -210px;
    margin-left: -340px;
    margin-bottom: 76px;
    height: 570px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 10px;
}
.getCode{
    width: 120px;
    height: 40px;
    background: #0099FF;
    opacity: 1;
    border-radius: 0px 4px 4px 0px;
}
.checkoutText{
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #555555;
    opacity: 1;
}
.validation{
    height: 0;
    color: #F25E5E;
    font-size: 14px;
    display: none;
}


  
  .block {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
  }
  
  .sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
  }
  
  .sliderContainer_active .slider {
    top: -1px;
    border: 1px solid #1991FA;
  }
  
  .sliderContainer_active .sliderMask {
    border-width: 1px 0 1px 1px;
  }
  
  .sliderContainer_success .slider {
    top: -1px;
    border: 1px solid #52CCBA;
    background-color: #52CCBA !important;
  }
  
  .sliderContainer_success .sliderMask {
    border: 1px solid #52CCBA;
    border-width: 1px 0 1px 1px;
    background-color: #D2F4EF;
  }
  
  .sliderContainer_success .sliderIcon:before {
    content: "\f00c";
  }
  
  .sliderContainer_fail .slider {
    top: -1px;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important;
  }
  
  .sliderContainer_fail .sliderMask {
    border: 1px solid #f57a7a;
    background-color: #fce1e1;
    border-width: 1px 0 1px 1px;
  }
  
  .sliderContainer_fail .sliderIcon:before {
    content: "\f00d";
  }
  
  .sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
  }
  
  .sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #1991FA;
    background: #D1E9FE;
    border-radius: 2px;
  }
  
  .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slider:hover {
    background: #1991FA;
  }
  
  .slider:hover .sliderIcon {
    background-position: 0 -13px;
  }
  
  .sliderText {
    position: relative;
  }
  
  .sliderIcon {
  }
  
  .refreshIcon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin: 6px;
    color: rgba(0,0,0,.25);
    font-size: 1rem;
    z-index: 5;
    transition: color .3s linear;
  }
  
  .refreshIcon:hover {
    color: #6c757d;
  }
  .box{
      position: fixed;
      top: 0;
      left: 0;
      display: none;
      z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .captcha-popup{
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -216px;
      margin-left: -168px;
      background-color: #fff;
      border-top-left-radius: 5px;border-top-right-radius: 5px;
  }

.card-header{
    height: 50px;
    line-height: 50px;
}
.slidercaptcha{
    margin-top: 0;
    border-radius: 10px;
}


/* .form-control{
  margin-left: 4px;
}
.form-control::before{
  content: "789456123";
}
body > div.crud > div:nth-child(2) > form > div:nth-child(1) > div > .form-control::before{
  content: "789456123";
}
.col-sm-12::before{
  content: "*";
}
.tian::after{
  content: "789456123";
} */