


*{
    margin: 0;
    padding:0;
    overflow: hidden;
}
:root{
    --form-width: calc(100vw * 0.295);
    --form-height: calc(100vh * 0.596);
    --hfw: calc(var(--form-width) / 2);
    --hfh: calc(var(--form-height) / 2);
  }
  .mt30p{ margin-top: calc(100vh / 3)}
  .mt10p{ margin-top: calc(100vh / 10);}
  .ml10p{ margin-left: calc(100vw / 10);}
  .flp{ top: calc(100vh / 2 - var(--hfh)); right: calc(100vw * 0.27 - var(--hfw)) }
.tab{
    display: flex;
    width: 100%;
    height: 70px;
    justify-content: space-between;
}
.logo{
    width: 50px;
    height: 50px;
    margin: 10px 60px;
}
.login-img{
   
}
.zhong{
    display: flex;
    justify-content: space-around;
   
}
.left{
    width: 50%; /* 容器宽度 */
    height: 100vh;
    overflow: hidden; /* 隐藏溢出部分 */
}
.left img{
    width: 100%; /* 容器宽度 */
    height: 100%; /* 容器高度 */
    object-fit: cover; /* 使图片覆盖整个容器 */
}
.right{
    width: 50%vw;
    /* border: 1px solid red; */
    background: #F7F7F7;
}
.login{
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    width: var(--form-width);
        /* height:var(--form-height); */
}
.login_title{
    font-family: 'PingFang Heavy';
    font-weight: 800;
font-size: 24px;
color: #333333;
line-height: 38px;
padding-top: 29px;
}
.select-fen{
    font-family: 'PingFang Bold';
    font-weight: bold;
font-size: 14px;
color: #999999;
/* color: #28555A; */
line-height: 21px;

}
.select-gong{
    font-family: 'PingFang Bold';
    font-weight: 500;
font-size: 14px;
color: #999999;
line-height: 21px;
text-decoration: none;
}
.email-feild{
    width: cacl(0.20* 100vw) !important;
border-radius: 0px 0px 0px 0px;
border: 1px solid #DDDDDD;
margin-top: 30px;
border-radius: 4px;
}
.login-img img{
    width: 188px;
    height: 42px;
    margin: 0px 119px 20px 119px;
}
.email-input{
    display: block;
    border-style: none;
    /* height: 27px;
    font-size: 16px; */
    margin-left: 6px;
    margin-top: 4px;
}
.email-input:focus{
    border-style: none;
    outline: none;
}
.text-input{
    font-family: 'PingFang Medium';
    font-weight: 500;
font-size: 12px;
color: #999999;
line-height: 19px;
position:relative;
top:5px;
left: 5px;
}
.forget-password{
    font-family: 'PingFang Medium';
    font-weight: 500;
    font-size: 11px;
    color: #666666;
    line-height: 16px;
    margin-left: 87%;
    margin-top: 10px;
}
.login-btn{
    border: none;
    margin-top: 25px;
    width: 100%;
    height: 45px;
    background: #F93600;
    border-radius: 4px;
}
.login-text{
    font-family: 'PingFang Medium';
    font-weight: 500;
    font-size: 12px;
    
}
.password-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eyeimg{
    position: relative;
    top: 16px;
    right: 6px;
}
.comet-alert-error{
    background-color: #ff3b6214;
    margin-top: 16px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 12px;
}
.comet-alert-icon{
    color: #ff3b62;
    font-size: 16px;
    line-height: 0;
    padding-right: 8px;
}
.comet-alert-message {
    flex: 1;
    font-size: 12px;
    color: #222;
    line-height: 16px;
    word-break: break-word;
}
.shanchu-flexbox{
    display: flex;
    display: block;
    height: 45px;
    justify-content: space-between;
}
.comet-input-clear-icon{
    color: #999;
    cursor: pointer;
    transition: color .3s;
    position: relative;
    right:-80px;
    top:15px;   
    display: none;
}
.comet-btn-primary[disabled]{
    color: #ffffff80;
    cursor: not-allowed;
}
.select-tab{
    color: #28555A;
    /* text-decoration: underline; */
    /* position: relative;  */
}
.underline {
    width: 84%;
    height: 2px;
    border-bottom: 2px solid transparent;
    position: relative;
    left: 5px;
}
.active {
    border-bottom: 2px solid #28555A;
}
