.wapper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.card {
    width: 740px;
    height: 440px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.login-type-card {
    position: absolute;
    right: -44px;
    top: 47px;
    overflow: hidden;
    cursor: pointer;
}

.login-type-card .text {
    writing-mode: vertical-rl;
    text-align: center;
    width: 44px;
    height: 100px;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    padding: 10px 0;
    background-color: #dddddd;
    border-radius: 0px 6px 6px 0px;
    letter-spacing: 2px;
}
.login-type-card .phone {
    width: 15px;
    height: 15px;
}
.login-type-card .wachat {
    width: 15px;
    height: 15px;
}
.text.card {
    margin-top: -5px;
}
.login-type-card .text.card-active {
    background: #2164fa;
    z-index: 10;
    position: sticky;
}

.card-swiper,
.swiper {
    width: 300px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 300px;
    height: 100%;
}

/* 密码验证码登录 */
.card-login {
    flex: 1;
    padding: 47px 49px;
    position: relative;
}

.login-type {
    margin-bottom: 40px;
    cursor: pointer;
}

.login-type .type.is-active {
    font-size: 24px;
    font-weight: 600;
    color: #3d3d3d;
}

.login-type .type {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    margin-right: 24px;
}

.login-type .return {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #999999;
}

.el-input__inner {
    border: none;
    padding-left: 0;
}

.input.password {
    flex-wrap: nowrap;
    padding-top: 25px;
}

.input {
    padding: 4px 0;
    border-bottom: 1px solid #eeeeee;
    align-items: center;
}

.forget-pwd {
    font-size: 14px;
    font-weight: 400;
    color: #2164fa;
    white-space: nowrap;
    cursor: pointer;
}

.agreement {
    font-size: 12px;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 34px;
}

.agreement .link {
    color: #2164fa;
}

.btn {
    cursor: pointer;
    width: 340px;
    height: 46px;
    background: #2164fa;
    color: #fff;
    margin-top: 40px;
    border-radius: 5px 5px 5px 5px;
}

.next {
    margin-top: 74px;
}

.call {
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    position: absolute;
    bottom: 24px;
    left: calc(50% - 2em);
    cursor: pointer;
}

/* code登录 */
.code-login {
    flex-direction: column;
}

.code-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 49px;
}

.code-login .code {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    margin-bottom: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.code-login .code img {
    width: 100%;
    height: 100%;
}

.code-login .code {
    position: relative;
}

/* 重置密码 */
.set-type-3 {
    width: 100%;
    height: 100%;
}

.set-type-3 .tips {
    font-size: 24px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 64px;
}

.code-login .code .make {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.code-login .code .qrcode {
    width: 100%;
    height: 100%;
    text-align: center;
}

.copyright {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.agreement .el-checkbox {
    font-size: 12px;
    font-weight: 400;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
    color: #3d3d3d;
}
.el-checkbox__inner {
    border-color: #ddd;
    width: 15px;
    height: 15px;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
    border-color: #2164fa;
    background-color: #2164fa;
}
.el-input__inner {
    padding-left: 2px;
}
.swiper {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #ffffff; /* 两种都可以 */
}
.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;
}

.my-bullet {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-radius: 50px;
    position: relative;
}
.my-bullet-active {
    /* width: 0; */
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-bullet-active .circle {
    /* margin: 10px auto; */
    position: relative;
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
}

.my-bullet-active .circle-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    clip: rect(0, auto, auto, 5px);
}

.my-bullet-active .circle-left .left {
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #7f8fa6;
    clip: rect(0, auto, auto, 5px);
    animation: circleLeft 3s linear;
}

.my-bullet-active .circle-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    clip: rect(0, 5px, auto, 0);
}

.my-bullet-active .circle-right .right {
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #7f8fa6;
    clip: rect(0, 5px, auto, 0);
    animation: circleRight 3s linear;
}

@keyframes circleLeft {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
@keyframes circleRight {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.init-code .code-img {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    margin-bottom: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.init-code .code-img img {
    width: 100%;
    height: 100%;
}

.init-code .code-img {
    position: relative;
}

.init-code .code-img .make {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.init-code .code-img .qrcode {
    width: 100%;
    height: 100%;
    text-align: center;
}
