
/* 弹窗 */
.p-fixed-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 41, 0.8);
  }
  
  .p-fixed-box .login-box {
    width: 674px;
    height: 480px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .p-fixed-box .login-box .title-name {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
  }
  
  .p-fixed-box .login-box .img {
    width: 202px;
    height: 202px;
    margin: 40px 0;
    object-fit: contain;
  }
  
  .p-fixed-box .login-box .tips {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
  }
  
  .p-fixed-box .login-box .close {
    width: 31px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  
  /* 注册弹窗 */
  .p-fixed-box .regist-box {
    width: 650px;
    height: 100%;
    overflow-y: auto;
    background: rgba(255, 255, 255, 1);
    padding: 40px 120px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    position: relative;
    box-sizing: border-box;
  }
  
  .p-fixed-box .regist-box .close {
    width: 31px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  
  
  .p-fixed-box .regist-box .title-name {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 30px;
  }
  
  
  .p-fixed-box .regist-box .nickname-wximgae {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .p-fixed-box .regist-box .nickname-wximgae .wximgae {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 17px;
  }
  
  .p-fixed-box .regist-box .nickname-wximgae .nickname {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
  }
  
  
  .p-fixed-box .regist-box .form-box .ipt-box {
    margin-bottom: 8px;
    border-bottom: 2px solid rgba(229, 229, 229, 1);
    display: flex;
    justify-content: flex-start;
    /* align-items: flex-start; */
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
    font-size: 16px;
  }
  
  .p-fixed-box .regist-box .form-box .ipt-box:last-child {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: unset;
  }
  
  .p-fixed-box .regist-box .form-box .ipt-box .name {
    min-width: 90px;
    margin-right: 40px;
  }
  .p-fixed-box .regist-box .form-box .ipt-box .ipt {
    width: 100%;
  }
  .p-fixed-box .regist-box .form-box .ipt-box .ipt input {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 400;
  }
  
  .p-fixed-box .regist-box .form-box .ipt-box .ipt input::placeholder {
    color: rgba(166, 166, 166, 1);
  }
  
  .p-fixed-box .regist-box .form-box .ipt-box .ipt .green {
    color: rgba(0, 186, 173, 1);
  }
  
  
  .p-fixed-box .regist-box .form-box label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .p-fixed-box .regist-box .form-box label p {
    margin-left: 16px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
  }
  
  .p-fixed-box .regist-box .form-box label input {
    background-color: #fff;
    border: 2px solid rgba(166, 166, 166, 1);
    border-radius: 50%;
  }
  
  .p-fixed-box .regist-box .form-box label p span {
    color: rgba(0, 152, 166, 1);
  }
  
  .p-fixed-box .regist-box .form-box .submit-btn {
    width: 335px;
    height: 55px;
    background: linear-gradient(90deg, rgba(0, 230, 220, 1) 0%, rgba(0, 255, 185, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 40, 1);
    margin: 0 auto;
    margin-top: 40px;
    border: none;
    outline: none;
  }








button.sms_btn {
    flex: none;
    border: none;
    padding: .5em .5em;
    color: #fff;
    background: linear-gradient(90deg, rgb(0, 230, 220) 0%, rgb(0, 255, 185) 100%);
    color: rgb(0, 0, 40);
}



.apply_form .ipt.cascader { display: flex; align-items: center;  }
.apply_form .ipt.cascader .el-cascader{ width: 100%;  }

















a.icp  { display: inline; }



