html,body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.main{
    width: 100%;
    height: 100vh;
    
    display: flex;
}

.lunbo{
    flex: 1;
}

.login{
    width: 521px;
}
.lunbo-img{
    width: 100%;
    height: 100%;
}
.el-carousel__indicators--horizontal{
    width: 100% !important;
    text-align: right !important;
    padding-right: 20px !important;
}
.el-carousel__button{
    height: 8px !important;
    border-radius: 4px;
    background: #bbbbbb !important;
}
.el-carousel__indicators .is-active .el-carousel__button{
    background: #6d57db !important;
}
.login .title{
    margin-top: 134px;
    font-weight: bold;
    font-size: 24px;
    color: #303030;
    line-height: 34px;
    text-align: center;
    font-style: normal;
}
.login .title1{
    margin-top: 28px;
    text-align: center;
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    font-style: normal;
}
.login .title1 img{
    width: 17px;
    height: 17px;
    vertical-align: sub;
    margin-right: 4px;
}

.el-carousel,
.el-carousel__container {
  width: 100%;
  height: 100vh; /* 视口高度 */
  overflow: hidden; /* 隐藏超出部分 */
}

/* 图片样式：保持比例、居中裁剪 */
.el-carousel__item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 关键属性：保持比例并裁剪 */
  object-position: center; /* 居中裁剪 */
}

.login-form{
    padding: 0 65px;
    margin-top: 80px;
}

.login-input-row .el-input__inner{
    line-height: 48px;
    height: 48px;
    border: 1px solid #705ADC;
    border-radius: 12px;
    padding-left: 42px !important;
    font-size: 16px;
}


.login-input-row .el-input__prefix{
    width: 40px;
    height: 40px;
    top: 5px;
    color: #6d57db;
}

.loginbtn{
    width: 100%;
    color: white !important;
    background: #705ADC !important;
    border-radius: 12px !important;
    line-height: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 25px !important;
}

.text-right{
    text-align: right;
}

.restpwddiv{
    padding: 0 10px;
}
.footerbtngroup{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 12%;
}
.footerbtngroup .el-button{
    width: 30% !important;
    border-radius: 12px;
    border: 1px solid #705ADC;
}
.okBtn{
    background: #705ADC !important;
    color: white !important;
}

.okBtn:hover{
    background: #8776db !important;
    color: white !important;
}

.cancelBtn{
    background: white !important;
    color: black !important;
    border: 1px solid #705ADC;
}
.cancelBtn:hover{
    background: rgb(244, 243, 243) !important;
    color: black !important;
    border: 1px solid #705ADC !important;
}

.rest-pwd-tip{
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.el-dialog__header{
    padding: 0 !important;
}

.el-dialog__body{
    padding-top: 10px !important;
}

.restpwddiv .el-input__inner{
    border: 1px solid #705ADC;
    border-radius: 12px;
    font-size: 16px;
}

.restpwddiv .el-input__inner:hover{
    border: 1px solid #705ADC;
}
.input-iflex-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.input-iflex-row .el-form-item{
    margin-bottom: 0 !important;
    width: 240px;
}
.input-iflex-row .sendsmsbtn{
    flex: 1;
    height: 30px;
    background: #705ADC !important;
    color: white !important;
    border-radius: 12px;
    padding: 0 !important;
    margin: 0 !important;
    height: 40px;
    border: none !important;
}
.input-iflex-row .sendsmsbtn:hover{
    background: #8776db !important;
    color: white !important;
}

.input-iflex-row .is-disabled{
    background: #8c8c8c !important;
}
.input-iflex-row .is-disabled:hover{
    background: #8c8c8c !important;
}