.cont-box {
    flex: 1;
    position: relative;
}

.cont-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.cont-swiper,
.cont-img {
    height: 100%;
}

.cont-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cont-info {
    flex: 1;
}

.cont-info>.kt-container {
    position: relative;
}

.cont-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    z-index: 1;
    width: auto !important;
    display: flex;
}

.cont-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #D2D2D2;
    border-radius: 4px;
    opacity: 1;
    transition: all .3s ease;
    position: relative;
}

.cont-pagination.swiper-pagination-clickable .swiper-pagination-bullet-active {
    width: 26px;
    overflow: hidden;
}

.cont-pagination.swiper-pagination-clickable .swiper-pagination-bullet i {
    background: #1CB278;
    height: 8px;
    width: 0;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
}

.cont-pagination.swiper-pagination-clickable .swiper-pagination-bullet-active i {
    animation: middle 3s linear forwards;
}

@keyframes middle {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/*  */
.login-box-head {
    align-items: center;
    margin-bottom: 50px;
}

.login-box-head .nav-item .nav-link {
    font-size: 22px;
    color: #A6ADBC;
    height: 42px;
    line-height: 42px;
}

.login-box-head .nav-item .nav-link:hover {
    color: #000827;
}

.login-box-head .nav-item .nav-link.active {
    font-weight: 700;
    font-size: 28px;
    color: #000827;
}

.login-box-head .nav-item:nth-of-type(1) {
    margin-right: 40px;
    position: relative;
}

.login-box-head .nav-item:nth-of-type(1)::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #DFE7ED;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.public-input input {
    outline: 0;
    font-size: 16px;
    background: #fff;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding: 0 14px 0 70px;
    line-height: normal;
    border: 1px solid #b7c0d5;
    transition: all .5s ease;
}

.public-input input::placeholder {
    color: #b7c0d5;
}

.public-input {
    position: relative;
    margin-bottom: 20px;
}

.public-input i {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    color: #A6ADBC99;
    font-size: 17px;
    transition: all .3s ease;
}

.public-input input:focus,
.yzm-input input:focus {
    border: 1px solid #1CB278;
}

.public-input.active i,
.yzm-input.active i {
    color: #1CB278;
}

.public-input.active::after {
    background: #1CB278;
}

.public-input::after {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background: #DFE7ED;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.yzm-box {
    margin-bottom: 40px;
}

.yzm-input {
    width: 56%;
    position: relative;
}

.yzm-input input {
    outline: 0;
    font-size: 16px;
    background: #fff;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding: 0 14px;
    line-height: normal;
    border: 1px solid #b7c0d5;
    transition: all .5s ease;
}

.yzm-input input::placeholder {
    color: #b7c0d5;
}

.yzm-box {
    margin-bottom: 20px;
}

.yzm-img {
    width: 41%;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
}

.yzm-img img {
    width: 100%;
    height: 100%;
}

.login-dl-btn-box .dl-btn {
    width: 100%;
    height: 54px;
    background: #1CB278;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.login-dl-btn-box .dl-btn:hover {
    background: #0b955f;
}

.login-dl-btn-box {
    margin-bottom: 50px;
}

.zhmm-text {
    font-size: 16px;
    color: #8A91A0;
}

.zhmm-text a {
    color: #1CB278;
    transition: all .3s ease;
}

.zhmm-text a:hover {
    color: #0b955f;
}

.ljqw-link {
    width: 180px;
    height: 46px;
    background: #ffffff80;
    border-radius: 4px;
    border: 1px solid #1CB278;
    font-size: 18px;
    color: #1CB278;
    transition: all .3s ease;
}

.ljqw-link i {
    margin-left: 10px;
}

.ljqw-link:hover {
    background: #1CB278;
    color: #fff;
}

@media screen and (max-width:1450px) {
    .login-box-head {
        margin-bottom: 25px;
    }

    .public-input input {
        height: 45px;
        font-size: 12px;
    }

    .public-input {
        margin-bottom: 15px;
    }

    .yzm-img {
        height: 45px;
    }

    .yzm-input input {
        font-size: 12px;
        height: 45px;
    }

    .login-dl-btn-box .dl-btn {
        height: 45px;
        font-size: 15px;
    }

    .login-dl-btn-box {
        margin-bottom: 35px;
    }

}

@media screen and (max-width:600px) {

    .login-dl-btn-box,
    .login-box-head {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:400px) {
    .login-box-head .nav-item .nav-link {
        font-size: 16px;
        height: 20px;
        line-height: 20px;
    }

    .login-box-head .nav-item .nav-link.active {
        font-size: 18px;
    }

    .login-box-head {
        margin-bottom: 15px;
    }

}