.modelBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
.conCen {
    width: 440px;
    height: 368px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 18vh;
    left: calc(50vw - 220px);
    display: block;
}
.successBox{
    width: 440px;
    height: 368px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 18vh;
    left: calc(50vw - 220px);
    display: none;

}

.modelInput1 {
    width: 280px;
    padding: 6px 0 6px 80px ;
    font-size: 14px;
    outline: none;
    border: none;
    height: 28px;
    background: #F0F2F2;
    border-radius: 4px;
    position: relative;
    font-weight: normal;

}
.modelInput2 {
    width: 310px;
    padding: 6px 10px 6px 40px ;
    font-size: 14px;
    outline: none;
    border: none;
    height: 28px;
    background: #F0F2F2;
    border-radius: 4px;
    position: relative;
    font-weight: normal;
    margin-top: 20px;

}
input::-webkit-input-placeholder {
    color: rgba(128, 128, 128, 0.55);
    font-size: 14px;
    font-weight: normal;
    font-family: 'Regular';
}

.codeBtn{
    font-family: 'Medium';
    font-size: 14px;
    font-weight: 500;
    color: #2F2F2F;
    position: absolute;
    right: 12px;
    top: 23px;
    background: #FFFFFF;
    border-radius: 4px;
    width: 150px;
    height: 32px;
    border: 1px solid #9B9B9B;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.close{
    width: 168px;
    height: 40px;
    border-radius: 6px;
    opacity: 1;
    background: radial-gradient(173% 78% at 50% -1%, rgba(255, 255, 255, 0.355) 0%, rgba(255, 255, 255, 0) 100%), #484EDC;
    background-blend-mode: overlay, normal;
    box-sizing: border-box;
    border: 1px solid;
    border-image: radial-gradient(88% 59% at 49% 0%, rgba(255, 255, 255, 0.297) 0%, rgba(255, 255, 255, 0) 100%) 2;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16),inset 0px 0px 0px 1px rgba(19, 18, 176, 0.71);
    line-height: 40px;
    text-align: center;
    font-family: Bold;
    color: #fff;
    cursor: pointer;
}
.modelbtn{
    width: 168px;
    height: 40px;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    color: #6B6F77;
    cursor: pointer;
    background: #D9D9D9;
}
.modelbtn1{
    width: 168px;
    height: 40px;
    border-radius: 6px;
    opacity: 1;
    background: radial-gradient(173% 78% at 50% -1%, rgba(255, 255, 255, 0.355) 0%, rgba(255, 255, 255, 0) 100%), #484EDC;
    background-blend-mode: overlay, normal;
    box-sizing: border-box;
    border: 1px solid;
    border-image: radial-gradient(88% 59% at 49% 0%, rgba(255, 255, 255, 0.297) 0%, rgba(255, 255, 255, 0) 100%) 2;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16),inset 0px 0px 0px 1px rgba(19, 18, 176, 0.71);
    line-height: 40px;
    text-align: center;
    font-family: Bold;
    color: #fff;
    cursor: pointer;

}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.loading img {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.successImg {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    z-index: 2;
}
