/* banner */

.banner {
    width: 100%;
    height: 400px;
}

.bannerSwiper {
    width: 100%;
    height: 400px;
}

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

.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 25px !important;
    border-radius: 10px !important;
}

.login-box {
    position: absolute;
    left: 50%;
    top: 170px;
    margin-left: 312px;
    height: 300px;
    width: 263px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.88);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 16px 32px 0;
    z-index: 99;
}

.login-entry {
    height: 52px;
    line-height: 52px;
    background-color: #1e64e7;
    background-image: linear-gradient(90deg, #1e64e7 0%, #226be9 12%, #409df5 100%);
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    transition: all .5s;
    cursor: pointer;
}

.login-entry:hover {
    opacity: 0.8;
}

.login-fir-pic {
    margin-left: -1px;
    margin-top: -11px;
    margin-right: 10px;
    width: 25px;
    vertical-align: text-top;
}

.perbank-title {
    display: inline-block;
    width: 100px;
    line-height: 1;
    padding-top: 10px;
}

.perbank-title div {
    display: inline-block;
}

.perbank-small {
    font-size: 12px;
    opacity: 0.7;
}

.login-right-pic {
    margin-top: -8px;
    margin-right: 0;
    margin-left: 0px;
    width: 8px;
    vertical-align: text-top;
}

.login-two-pic {
    width: 25px;
    margin-right: 10px;
    vertical-align: text-top;
    margin-top: -3px;
}

.login-others {
    margin-top: 30px;
}

.login-others a {
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    cursor: pointer;
}