/*登录样式*/
.mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
  }
  
  .login-box {
    display: none;
    width: 328px;
    height: 324px;
    background: #FFFFFF;
    border-radius: 16px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  
  .login-box .close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
  }
  
  .close .icon_close {
    display: block;
  }
  
  .login-box .form {
    width: 328px;
    margin: 46px auto 40px;
  }
  
  .login-box .form .form-title {
    margin-bottom: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
  }
  
  .login-box .form .form-item {
    position: relative;
    width: 280px;
    height: 54px;
    margin: 0 auto 10px;
    background: #F5F5F5;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .login-box .form .form-item label {
    width: 44px;
    height: 44px;
    display: block;
    float: left;
    position: relative;
  }
  
  /* .login-box .form .form-item label::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #EEEEEE;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
  } */
  
  .login-box .form .form-item label img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 17px auto;
  }
  
  .login-box .form .form-item input {
    float: left;
    width: 235px;
    height: 54px;
    border: none;
    padding: 0 8px;
    outline: none;
    font-size: 16px;
    margin: 0;
    background: #F5F5F5;
  }
  
  .login-box .form .form-item .getCode {
    position: absolute;
    width: 90px;
    height: 38px;
    padding: 0;
    top: 8px;
    right: 8px;
    background: #fff;
    border: #FF6E00;
    border: 1px solid #FF6E00;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FF6E00;
    line-height: 38px;
    outline: none;
    cursor: pointer;
  }
  
  .login-box .form .form-item .getCode.disabled {
    background: #cccccc;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
  }
  
  .login-box .form .form-submit button {
    width: 190px;
    height: 44px;
    display: block;
    margin: 24px auto 0;
    padding: 0;
    background: #FF6E00;
    box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 14px;
    outline: none;
    border: none;
  }
  
  .project-box{
    display: none;
    width: 328px;
    background: #FFFFFF;
    border-radius: 16px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  .project-box .close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
  }
  
  .project-box .form{
    padding: 32px 16px 40px;
  }
  
  
  .project-box .form .form-title{
    margin-bottom: 16px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
  }
  
  .project-box .form .form-title div:last-child {
    margin-top: 8px;
  }
  
  .project-box .certificate-box{
    margin: 0 -6px 14px;
    overflow: hidden;
  }
  .project-box .certificate-box dt{
    margin-bottom: 4px;
    padding: 0 6px;
    font-size: 16px;
    font-weight: 600;
    color: #FF6E00;
    line-height: 22px;
  }
  
  .project-box .certificate-box dd{
    float: left;
    width: 93px;
    height: 40px;
    margin: 8px 8px 0 0;
    background: #F6F6F6;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
  }
  .project-box .certificate-box dd.active{
    background: #FFF0E5;
    color: #FF6E00;
  }
  
  
  .project-box .form-submit button {
    width: 200px;
    height: 48px;
    display: block;
    margin: 16px auto 0;
    padding: 0;
    background: #FF6E00;
    box-shadow: 0px 8px 26px 0px rgba(250, 115, 57, 0.5);
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
    outline: none;
    border: none;
  }
  
  .zixun {
    display: block;
    width: .95rem;
    height: 30px;
    background: linear-gradient(270deg, #1480FF 0%, #2DB7FF 100%);
    box-shadow: 0 2px 12px 0 rgb(23 135 255 / 50%);
    border-radius: .2rem;
    line-height: 30px;
    font-size: .14rem;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1000;
  }
  