@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.head-imgaa {
    width: 30vw;
}

.head-row222 {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.phone-num {
    font-size: 7vw;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
}

.bjyjdl {
    width: 100%;
    height: 13vw;
    background: linear-gradient(90deg, #FF5692, #FF8E56);
    border-radius: 45px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.last-row11 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 14px;
}

.agree-row {
    display: flex;
    /* font-size: 4vw; */
    align-items: center;
}

.radio-aa {
    display: block;
    width: 15px;
    height: 15px;
    background: #D8D8E2;
    opacity: 0.5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}

.active .radio-aa {
    background: #FF5692;
    opacity: 1;
}

.radio-aa svg {
    width: 76%;
}

.types-row {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 20% 20% 20%;
    justify-content: space-between;
}

.type-item-aa {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 20%; */
    margin-bottom: 25px;
}

.type-item-aa img {
    width: 80%;
    margin-bottom: 20px;
}

.login-types {
    padding-top: 30vw;
}

.tttss {
    text-align: center;
    display: flex;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.tttss:before,
.tttss:after {
    content: "";
    height: 1px;
    background: #F2F3F8;
    display: block;
    /* position: absolute; */
    width: 30vw;
    /* top: 10px; */
}

.cc-11 {
    padding: 0 24px;
}

.input-item-11 input {
    flex: 1;
    /* width: 100%; */
    border: 0;
    /* margin-bottom: 15px; */
    font-size: 18px;
    /* border-bottom: 1px solid #F2F3F8; */
    line-height: 25px;
    outline: 0;
    padding: 5px 0;
}

.input-item-11 {
    margin: 30px 0;
    border-bottom: 1px solid #F2F3F8;
    display: flex;
}

.ttt-aaa {
    padding-top: 40px;
    padding-bottom: 20px;
}

.wjmm {
    font-size: 14px;
}

.row-ddss {
    display: flex;
    justify-content: space-between;
}

.bjyjdl.login-bbb {
    margin: 25px 0;
}

.bjyjdl.login-bbb.disable {
    background: #D8D8E2;
}

.loading-mas {
    opacity: 0.3;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: black;
    
}
.loading-icon{
    animation: rotate 2s linear infinite;
}
img.v-img-aa {
    /* width: 127px; */
    background: yellow;
    height: 50px;
    display: block;
    flex: 1;
    border: 0;
}
.v-input-asd.input-item-11 input {
    width: 100px;
    flex: unset;
}

.input-item-11 input.v-input-asd {
    flex: unset;
    width: 184px;
}

input::-webkit-input-placeholder {   
    color: black;  
    font-size: 16px;  
    opacity: 0.5;
    
 }