﻿/* 1440 (min-width)*/

html,
body {
    height: 100%;
    width: 100%;
    position: relative;
}

body {
    /*max-width: 1440px;*/
    background-image: url('../../images/login/login-bg-image.png');
    background-size: cover;
    margin: 0 auto;
}

.logo {
    position: absolute;
    right: 60px;
    top: 40px;
}

.logo-1 {
    position: absolute;
    left: 60px;
    top: 40px;
    height: 50px;
}

    .logo-1 img {
        height: 120px;
    }

.logo-2 {
    position: absolute;
    top: 21px;
    left: 30px;
    width: 241px;
}

.container {
    width: 954px;
    height: 100%;
}

#explorerBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    display: none;
}

#explorerOpacity {
    position: absolute;
    z-index: 1002;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

#explorer {
    margin: 150px auto;
    width: 830px;
    height: 524px;
    background-color: #fff;
    position: relative;
    z-index: 1003;
    border-radius: 4px;
}

    #explorer .explorerLogo {
        width: 356px;
        margin: 0 auto;
        height: 180px;
        position: relative;
        top: 90px;
    }

.polorerLogo {
    width: 286px;
    height: 67px;
    background-image: url('../../images/explorer/logo.png');
    margin: 0 auto;
}

.polorerTit {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 18px;
    font-size: 24px;
    color: #004f8e;
}

.polorerCont {
    text-align: center;
    font-size: 16px;
    color: #004f8e;
    margin-bottom: 12px;
}

#explorer .explorerImg {
    position: relative;
    margin: 0 auto;
    top: 160px;
}

    #explorer .explorerImg ul {
        overflow: hidden;
        width: 100%;
        padding-left: 154px;
        margin: 0 auto;
    }

    #explorer .explorerImg li {
        float: left;
        margin: 0 12px;
    }

    #explorer .explorerImg a {
        display: block;
        text-decoration: none;
    }

    #explorer .explorerImg span {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 6px;
        color: #666666;
    }

.explorerImg .fireFox div {
    height: 100px;
    width: 106px;
    background: url('../../images/explorer/firefox.png') center center;
}

.explorerImg .chrome div {
    height: 100px;
    width: 100px;
    background: url('../../images/explorer/chrome.png') center center;
}

.explorerImg .safari div {
    height: 100px;
    width: 100px;
    background: url('../../images/explorer/safari.png') center center;
}

.explorerImg .IE div {
    height: 100px;
    width: 100px;
    background: url('../../images/explorer/ie.png') center center;
}

.explorerImg .opera div {
    height: 100px;
    width: 100px;
    background: url('../../images/explorer/opera.png') center center;
}




.container .header {
    margin: 180px 0 0px 0;
    width: 100%;
    height: 130px;
    padding: 25px 0px 0px 0px;
    line-height:98px;
}

    .container .header > div {
        float: left;
    }

    .container .header .logo {
        margin-top: 30px;
    }

    .container .header .system-info .main-title {
        font-size: 32px;
        color: #FFF;
        /*margin-left: 40px;*/
        /*  margin-top: 38px;*/
        width: 100%;
        /*text-align: center;*/
        /* line-height: 75px; */
        font-weight: bold;
    }
    .container .header .system-info img {
        vertical-align:middle;
    }
    .container .header .system-info .sub-title {
        font-size: 30px;
        color: #FFF;
        margin-left:30px;
    }

.container .content {
    width: 100%;
    height: 334px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: -4px 7px 15px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 7px 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 7px 15px 1px rgba(0, 0, 0, 0.2);
}

    .container .content .left {
        float: left;
        width: 614px;
        height: 100%;
    }

    .container .content .right {
        width: calc(100% - 614px);
        float: left;
        height: 100%;
    }

.content .right .nav li {
    border: none;
    border-radius: 0;
    background: rgb(179, 179, 179);
    text-align: center;
    width: 50%;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.right .nav-tabs .last-child a {
    border-radius: 0 4px 0 0;
}

.content .right .nav .last-child,
.content .right .nav .last-child a:hover,
.content .right .nav .last-child a:visited,
.content .nav-tabs .last-child a:focus {
    border-radius: 0 4px 0 0;
}

.nav > li > a {
    color: #fff;
}

    .nav > li > a:focus,
    .nav > li > a:hover {
        background: rgb(179, 179, 179);
        border: 1px solid rgb(179, 179, 179);
    }

.content .nav-tabs > li.active > a,
.content .nav-tabs > li.active > a:focus,
.content .nav-tabs > li.active > a:hover {
    color: rgb(71, 172, 253);
    border: 1px solid #fff;
    /*border-top-right-radius: 4px;*/
}

.content .right .nav a {
    font-weight: bolder;
    margin-right: 0;
    letter-spacing: 2px;
}

.content .right .tab-content {
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 34px;
}

    .content .right .tab-content .input-group-addon {
        background: transparent;
    }

    .content .right .tab-content .tab-pane,
    .content .right .tab-content .tab-pane.form-horizontal {
        position: relative;
        height: 100%;
    }

.content .right .form-horizontal .form-group {
    position: relative;
    margin: 6px 0 20px;
    height: 38px;
}

    .content .right .form-horizontal .form-group .verification-code {
        width: 94%;
    }

    .content .right .form-horizontal .form-group .verificti-oncode {
        width: 82%;
    }

    .content .right .form-horizontal .form-group:last-child {
        position: absolute;
        bottom: 40px;
        width: 100%;
    }

.right .form-horizontal .form-group .form-control {
    padding-left: 36px;
}

.right .form-horizontal .form-group span {
    position: absolute;
    display: block;
    left: 10px;
    top: 9px;
    color: #b3b3b3;
}

.content .right .form-horizontal .form-group .btn {
    width: 96%;
    background: rgb(33, 150, 243);
}

.container .footer {
    position: absolute;
    bottom: 40px;
    color: #fff;
    width: 954px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container .footer .copy-right {
    font-size:12px;
}
.container .footer div {
    text-align:center;
    margin-bottom:14px;
}
    .container .footer .footer-img {
        display: flex;
        width: 454px;
        justify-content: space-between;
        height: 27px;
    }
    .container .footer .footer-img div {
        line-height: 27px;
        font-size: 14px;
    }

    .container .footer a {
        color: #eee;
        text-decoration: underline;
    }

/* 响应式 */

@media screen and (max-height: 740px) {
    .container .footer {
        display: none;
    }
}

/*---hyq 添加css---*/

#web .codebtn input {
    padding-left: 8px;
}

.tab-content .col-xs-12,
.tab-content .col-xs-8,
.tab-content .col-xs-4 {
    padding: 0;
}

/* 2019/5/23 */

.info-err {
    color: red;
    font-size: 13px;
    float: right;
    margin-top: 60px;
}

.bv-form .help-block {
    margin-bottom: -5px;
    font-size: 12px;
}

/* 2019-6-12 */

.codebtn input {
    font-size: 15px;
    letter-spacing: 1.5px;
}

.errmsg {
    font-size: 12px;
    color: #a94442;
    margin-left: 0;
}
