.login-tab .sweepcode {
    padding-top: 70px;
}

.login-tab .renovate {
    width: 218px;
    height: 218px;
}

#qrblock {
    height: 100%;
}

.login-tab-inner {
    overflow: hidden;
}

.notice-box {
    padding-top: 18px;
}

.notice-box p {
    padding: 0 !important;
    line-height: 25px !important;
    color: #666 !important;
}

.notice-box a {
    color: #2590eb !important;
}

#qrblock .inner {
    height: 100%;
}

.login-more {
    margin-top: 35px;
    height: 66px;
    padding: 0 57px;
}

.login-more-tt {
    position: relative;
    height: 33px;
    line-height: 33px !important;
    padding: 0 !important;
    color: #a6a5a5 !important;
}

.login-more-tt:before {
    position: absolute;
    content: '';
    width: 220px;
    height: 1px;
    background: #a6a5a5;
    left: 0;
    top: 16.5px;
}

.login-more-tt:after {
    position: absolute;
    content: '';
    width: 220px;
    height: 1px;
    background: #a6a5a5;
    right: 0;
    top: 16.5px;
}

.swiper-box {
    position: relative;
    height: 33px;
}


.swiper-container {
    position: relative;
    height: 100%;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url('../../../image/images/arrow_left.png') center center no-repeat;
    z-index: 999;
}

.arrow-right {
    background: url('../../../image/images/arrow_right.png') center center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    z-index: 999;
}

.swiper-wrapper {
    height: 100%;
}

.swiper-slide {
    text-align: center;
    line-height: 31px;
}

.swiper-slide a {
    height: 31px;
    display: block;
    position: relative;
}


.swiper-slide img {
    top: 10%;
    position: relative;
}

.swiper-slide span {
    color: #99a2aa;
    font-size: 14px;
}