﻿
.login-bg-title {
    position: absolute;
    color: #ffffff;
    font-size: 33px;
    top: 50px;
    left: 45px;
}

.login-bg-desc {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    top: 110px;
    left: 45px;
}

.login-bg-desc, .login-bg-title {
    letter-spacing: 6px;
}

.index_bg {
    width: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 0 !important;
}

.block {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
}

.page-account-top-logo {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing:5px;
}

.ivu-form-item-content {
    margin-bottom: 20px;
}

.block:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.sliderContainer {
    position: relative;
    text-align: center;
    width: 310px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f7f9fa;
    color: #45494c;
    border: 1px solid #e4e7eb;
}

.sliderContainer_active .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #1991fa;
}

.sliderContainer_active .sliderMask {
    height: 38px;
    border-width: 1px;
}

.sliderContainer_success .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #52ccba;
    background-color: #52ccba !important;
}

.sliderContainer_success .sliderMask {
    height: 38px;
    border: 1px solid #52ccba;
    background-color: #d2f4ef;
}

.sliderContainer_success .sliderIcon {
    background-position: 0 0 !important;
}

.sliderContainer_fail .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
    height: 38px;
    border: 1px solid #f57a7a;
    background-color: #fce1e1;
}

.sliderContainer_fail .sliderIcon {
    top: 14px;
    background-position: 0 -82px !important;
}

.sliderContainer_active .sliderText,
.sliderContainer_fail .sliderText,
.sliderContainer_success .sliderText {
    display: none;
}

.sliderMask {
    border: 0 solid #1991fa;
    background: #d1e9fe;
}

.slider,
.sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
}

.slider {
    width: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
}

    .slider:active {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }

    .slider:hover {
        background: #1991fa;
    }

        .slider:hover .sliderIcon {
            background-position: 0 -13px;
        }

.sliderIcon {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 14px;
    height: 12px;
    background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -26px;
    background-size: 34px 471px;
}

.refreshIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -437px;
    background-size: 34px 471px;
}

.page-account {
    width: 100%;
    /* background-image: url(/assets/images/login_bg0.jpg); */
    background-size: cover;
    background-position: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
}

    .page-account .code,
    .page-account {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .page-account .code .pictrue {
            height: 40px;
        }

.swiperPross {
    border-radius: 6px 0 0 6px;
}

.swiperPic,
.swiperPic img,
.swiperPross {
    width: 510px;
    height: 100%;
}

    .swiperPic img {
        width: 100%;
        height: 100%;
    }

.container2 {
    /* height: 400px !important; */
    padding: 0 !important;
    border-radius: 6px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.containerSamll {
    background: #fff !important;
}

.containerBig {
    width: auto !important;
    background: #f7f7f7 !important;
}

.index_from {
    padding: 0 40px 32px 40px;
    height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-account-top {
    padding: 20px 0 !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-account-container {
    border-radius: 0 6px 6px 0;
}

.btn {
    background: linear-gradient(90deg, #19b4f1, #0e73e8) !important;
    width: 300px;
    height: 40px;
}

.captchaBox {
    width: 310px;
}

input {
    display: block;
    width: 290px;
    line-height: 40px;
    margin: 10px 0;
    padding: 0 10px;
    outline: none;
    border: 1px solid #c8cccf;
    border-radius: 4px;
    color: #6a6f77;
}

#msg {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

a:active,
a:hover,
a:link,
a:visited {
    margin-left: 100px;
    color: #0366d6;
}

.index_from .ivu-input-large {
    font-size: 14px !important;
}
