﻿body, div, table, table > td, span {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

.box-middle {
    height: 770px;
    width: 100%;
    overflow: hidden;
    position:relative;
    /*background-color: red;*/
    /*background: url(/assets/logon/images/bgnew.png) no-repeat center center;*/
}

.box-logo {
    clear: both;
    height: 140px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.box-logo-top{
    border: 0px;
    background: url(/Assets/logon/images/top.png) no-repeat center;
    height: 122px;
    width:953px;
}

.box-logo-l {
    float: left;
    width: 50%;
    border: 0px;
    background: url(/Assets/logon/images/logo-1.png) no-repeat center bottom;
    height: 90px;
}

.box-logo-r {
    float: left;
    width: 50%;
    border: 0px;
    background: url(/Assets/logon/images/logo-2.png) no-repeat center bottom;
    height: 90px;
}

.box-middle-l {
    float: left;
    width: 50%;
    border: 0px;
    background: url(/Assets/logon/images/shangwuone.png) no-repeat;
    height: 600px;
    text-align: right;
}

.box-middle-r {
    float: right;
    width: 50%;
    border: 0px;
    background: url(/Assets/logon/images/shangwutwo.png) no-repeat;
    height: 600px;
}

.box-middle-m {
    position: absolute;
    top: 141px;
    left: 49%;
    width: 2px;
    background: url(/Assets/logon/images/fenge.png) no-repeat center center;
    height: 600px;
}

.box-bottom {
    position:absolute;
    bottom:120px;
    width:100%;
    left:0;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #878787;
}

.sign-box-l {
    width: 350px;
    height: 500px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    margin: 70px 160px 0px 0px;
    float: right;
    position: relative;
    color: #404040;
}

.sign-box-r {
    width: 350px;
    height: 500px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    margin: 70px 0px 0px 160px;
    float: left;
    position: relative;
    color: #FFAFC9;
    text-align: center;
    /*background: url(/Assets/logon/images/pink-box.png) no-repeat;*/
    background-size: auto 500px;
}

.sign-box-input {
    width: 300px;
    height: 40px;
    margin: 10px 0px 10px 20px;
}

    .sign-box-input input {
        border-radius: 2px;
        height: 33px;
        text-align: left;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 290px;
        padding-left: 10px;
    }

.sign-box-r input {
    border: 1px solid #FFAFC9 !important;
}

.sign-box-title {
    text-align: center;
    font-size: 20px;
    margin: 20px 0px;
}

.sign-box-btn-l {
    background: url(/Assets/logon/images/btn-l.png) no-repeat;
    width: 300px;
    text-align: center;
    margin: 10px 0px 0px 20px;
    display: block;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}

.sign-box-ck-l {
    float: left;
    /*display: inline-block;*/
    margin: 2px 5px 0px 20px;
    /*vertical-align: middle;*/
}

.sign-box-ckspan-l {
    /*display: inline-block;
    margin: 8px 165px 0px 0px;
    vertical-align: middle;*/
    float:left
}
.sign-box-ck-r {
    float: left;
    margin: 2px 5px 0px 20px;
}

.sign-box-ckspan-r {
    /*display: inline-block;
    margin: 8px 155px 0px 0px;
    vertical-align: middle;*/
    float: left;
}
.sign-box-btn-r {
    background: url(/Assets/logon/images/btn-r.png) no-repeat;
    width: 300px;
    text-align: center;
    margin: 10px 0px 0px 20px;
    display: block;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}

.sign-box-b {
    background: url(/Assets/logon/images/bg-b.png) no-repeat right center;
    height: 36px;
    width: 100px;
    margin: 10px 20px;
    color: #ccc;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    padding-left: 200px;
}

.sign-box-b-r {
    background-color: #FFAFC9;
    height: 36px;
    width: 100px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 220px;
}

/*验证码**/
.block {
    position: absolute;
    left: 0;
    top: 0;
}

.sliderContainer {
    position: relative;
    text-align: center;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background: #f7f9fa;
    color: #45494c;
    border: 1px solid #e4e7eb;
    margin-top: 10px;
}

.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 {
    background-position: 0 -83px !important;
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
}

.sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #1991FA;
    background: #D1E9FE;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
}

    .slider:hover {
        background: #1991FA;
    }

        .slider:hover .sliderIcon {
            background-position: 0 -13px;
        }

.sliderIcon {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 14px;
    height: 10px;
    background: url(/Assets/e-login/images/icon_light.f13cff3.png) 0 -26px;
    background-size: 34px 471px;
}

.refreshIcon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(/Assets/e-login/images/refresh_16.png) no-repeat;
}

.v-container {
    width: 300px;
    margin-left: 20px;
    color: #FFAFC9
}

#msg {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}
