.aisidi-ol-background {
    background-image: url('/imgsNew/login_vip_aisidi_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.login {
    width: 384px;
    height: 48px;
    font-size: 16px;
    justify-content: center;
    cursor: pointer;
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background: linear-gradient(to right, #FF7B48, #F73C22);
    align-items: center;
    border-radius: 8px;
}

.login:hover {
    width: 384px;
    height: 48px;
    background: #FF7B48;
    border-radius: 8px;
}

.login:active {
    width: 384px;
    height: 48px;
    background: #F73C22;
    border-radius: 8px;
}


.login-confirm {
    width: 184px;
    height: 48px;
    font-size: 16px;
    line-height: normal;
    justify-content: center;
    cursor: pointer;
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background: linear-gradient(to right, #FF7B48, #F73C22);
    align-items: center;
    border-radius: 8px;
}

.login-confirm:hover {
    width: 184px;
    height: 48px;
    background: #FF7B48;
    border-radius: 8px;
}

.login-confirm:active {
    width: 184px;
    height: 48px;
    background: #F73C22;
    border-radius: 8px;
}

.login-return {
    width: 184px;
    height: 48px;
    font-size: 16px;
    line-height: normal;
    justify-content: center;
    cursor: pointer;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #FF7B48;
    border-radius: 8px;
    color: #FF7B48;
    align-items: center;
}

.login-return:hover {
    width: 184px;
    height: 48px;
    background: #FFF4F2;
    border: 1px solid #FF7B48;
    border-radius: 8px;
}

.login-return:active {
    width: 184px;
    height: 48px;
    font-size: 16px;
    color: #FFFFFF;
    background: #FF7B48;
    border-radius: 8px;
}

/*下拉框*/
.login_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid #e6e6e6;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    /*width: calc(100% - 16px);*/
    background-image: url('/imgsNew/dropdown_arrow.png');
    background-repeat: no-repeat;
    background-position: right 5% center;
    background-size: 16px 16px;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 4px;
}