* {
    padding: 0px;
    margin: 0px;
    transition: all;
    box-sizing: border-box;
}

input {
    vertical-align: middle;
    font-family: "微软雅黑";
}

button {
    font-family: "微软雅黑";
}

body {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.top-line {
    background: #002B5E;
    height: 16px;
    clear: both;
}

.logo-head {
    background: url(../images/logo-bg.png) no-repeat;
    width: 100%;
    height: 100px;
    background-size: contain;
    padding: 0 130px;
}

.logo-head .logo {
    float: left;
    margin-top: 27px;
}

.logo-head .operate-list {
    float: right;
}

.logo-head .operate-list div {
    line-height: 100px;
    height: 100px;
    float: left;
    margin-left: 36px;
}

.logo-head .operate-list div a {
    color: #2e3236;
    font-size: 16px;
    text-decoration: none;
}

.main-body {
    width: 100%;
    height: 625px;
    position: relative;
}

.main-bg,
#mySlide,
.des-login-box {
    width: 100%;
    height: 100%;
    position: absolute;
}

.des-login-box {
    z-index: 15;
    background-color: rgba(255, 255, 255, 0.1);
}

.login-bg {
    background: transparent;
    margin-top: 95px;
    margin-left: 62.5%;
    width: 340px;
    height: 410px;
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
    background-color: #fff;
}


.login-bg table {
    margin: 0 auto;
}

.login-bg table td {
    height: 50px;
}

.login-bg h3 {
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #002B5E;
    border-radius: 8px;
    border-bottom:1px solid rgba(220, 220, 220, 0.5);
    text-align: center;
}


.login-bg .user {
    width: 280px;
    height: 36px;
    line-height: 36px;
    padding: 0px 40px;
    background: url("../images/user.svg") no-repeat 10px center #fff;
    border-radius: 18px;
    border: none;
    outline: none;
    background-color: rgb(243,243,245);
}


.login-bg .pw {
    width: 280px;
    height: 36px;
    line-height: 36px;
    padding: 0px 40px;
    background: url("../images/unlock.svg") no-repeat 10px center #fff;
    border-radius: 18px;
    border: none;
    outline: none;
    background-color: rgb(243,243,245);
}

.login-bg .yzm {
    width: 200px;
    height: 36px;
    line-height: 36px;
    padding: 0px 40px;
    background: url("../images/key.svg") no-repeat 10px center #fff;
    border-radius: 18px;
    border: none;
    outline: none;
    background-color: rgb(243,243,245);
    background-size: 20px;
}
#imageCode{
    position: relative;
    height: 55px;
}
#imageCode td{
    position: relative;
}
#imageCode div{
    position: absolute;
    top: 7px;
    right: 0;
}
#imageCode div img{
    width: 70px;
    height: 36px;
    cursor: pointer;
    border-radius: 18px;
}
.login-bg input[type=submit] {
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #002B5E;
    border-radius: 22px;
    width: 280px;
    height: 36px;
    line-height: 36px;
    border: none;
}

.login-bg label{
    color: #B6BDC7;
}

.login-bg a {
    color: #B6BDC7;
    text-decoration: none;
    position: relative;
    top: 8px;
    right: 3px;
}

.error{
    opacity: 0;
    text-align: center;
    background-color: rgb(255,202,155);
    border: 1px solid #f00;
    width: 75%;
    margin: 0 auto;
}

.msg-box{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 156px 0 0 387px;
}

.msg-box h2{
    font-size: 52px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.50);
}
.msg-box .msg-title{
    margin-bottom: 23px;
    height: 60px;
}
.msg-box p{
    color: #fff;
    opacity: 0.8;
    font-size: 18px;
}
.msg-box .download{
    margin-top: 70px;
}
.msg-box .download div{
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
}
.msg-box .download div img{
    vertical-align: middle;
}
.msg-box .download  .download-and{
    background-color: #ff8100;
    color: #fff;
    margin-left: 20px;
}

hr{
    border: 3px solid #002B5E;
}
.footer{
    height: 153px;
    padding: 0 150px;
}
.footer .footer-left{
    float: left;
}
.footer .footer-left div{
    display: inline-block;
    padding: 38px 0;
    margin-right: 170px;
    text-align: center;
    color:  #3F4349;
}
.footer .footer-left div:last-child{
    margin-right: 0;
}
.footer .footer-left div .title{
    font-weight: bold;
    font-size: 18px;
    color: #44484e;
}
.footer .footer-left div .title img{
    vertical-align: middle;
}
.footer .footer-right{
    float: right;
}
.footer .footer-right div{
    display: inline-block;
    margin-right: 90px;
    padding-top: 25px;
    text-align: center;
}
.footer .footer-right div:last-child{
    margin-right: 0;
    position: relative;
    top: 10px;
}
.bottom{
    background-color: #f2f2f2;
    width: 100%;
    text-align: center;
}
.bottom p{
    display: inline-block;
    color: #71757c;
    height: 50px;
    line-height: 50px;
}
@media screen and (max-width: 1600px) {
    .top-line{
        height: 12px;
    }
    .logo-head {
        height: 80px;
        padding: 0 104px;
    }
    
    .logo-head .logo {
        float: left;
        margin-top: 14px;
    }
    
    .logo-head .operate-list div {
        line-height: 80px;
        height: 80px;
        margin-left: 30px;
    }

    .main-body{
        height: 500px;
    }
    .login-bg {
        margin-top: 78px;
        margin-left: 62.5%;
        width: 283px;
        height: 328px;
        border-radius: 8px;
    }
    .login-bg table td {
        height: 40px;
    }
    
    .login-bg h3 {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .login-bg .user,
    .login-bg .pw,
    .login-bg .yzm {
        width: 234px;
        height: 30px;
        line-height: 30px;
        padding: 0px 32px;
        background: url("../images/user.svg") no-repeat 10px center #fff;
        border-radius: 18px;
        border: none;
        outline: none;
        font-size: 12px;
        background-color: rgb(243,243,245);
    }
    
    #imageCode{
        height: 44px;
    }
    #imageCode td{
        text-align: left;
        position: relative;
    }
    #imageCode div{
        top: 7px;
        right: 0px;
    }
    .login-bg .pw {
        background: url("../images/unlock.svg") no-repeat 10px center;
        background-color: rgb(243,243,245);
    }
    
    .login-bg .yzm {
        width: 160px;
        background: url("../images/key.svg") no-repeat 10px center;
        background-color: rgb(243,243,245);
    }
    .login-bg input[type=submit] {
        width: 234px;
        height: 30px;
        line-height: 30px;
    }
    .msg-box{
        padding: 130px 0 0 327px;
        width: 58%;
    }
    
    .msg-box h2{
        font-size: 40px;
    }
    .msg-box .msg-title{
        height: 36px;
    }
    .msg-box p{
        font-size: 16px;
    }
    .msg-box .download{
        margin-top: 48px;
    }
    .msg-box .download div{
        width: 120px;
        height: 34px;
        line-height: 34px;
    }
    .msg-box .download  .download-and{
        margin-left: 16px;
    }
    hr{
        border: 2px solid #002B5E;
    }
    .footer{
        height: 125px;
        padding: 0 120px;
    }
    .footer .footer-left div{
        padding: 25px 0;
        margin-right: 140px;
    }
    .footer .footer-left div .title{
        font-size: 16px;
    }
    .footer .footer-right div{
        margin-right: 72px;
        padding-top: 5px;
    }
    .footer .footer-right div:last-child{
        top: 8px;
    }
    .bottom p{
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: relative;
        left: -500px;
    }
}

@media screen and (max-width: 1366px) {
    body{
        font-size: 12px;
    }
    .top-line{
        height: 10px;
    }
    .logo-head {
        height: 63px;
        padding: 0 90px;
    }
    
    .logo-head .logo {
        margin-top: 9px;
    }
    .logo-head .operate-list div {
        line-height: 70px;
        height: 70px;
        margin-left: 25px;
    }
    
    .logo-head .operate-list div a {
        font-size: 14px;
    }

    .main-body{
        height: 437px;
    }
    .login-bg {
        margin-top: 68px;
        margin-left: 62.5%;
    }
    .login-bg table td {
        height: 45px;
    }
    
    .login-bg h3 {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .error{
        font-size: 12px;
        line-height: 16px;
    }
    .login-bg .user,
    .login-bg .pw,
    .login-bg .yzm {
        width: 210px;
        height: 30px;
        line-height: 30px;
        padding: 0px 3
        5px;
        background: url("../images/user.svg") no-repeat 5px center #fff;
        border-radius: 15px;
        border: none;
        outline: none;
        background-color: rgb(243,243,245);
    }
    
    #imageCode{
        height: 38px;
    }
    #imageCode td{
        text-align: left;
        position: relative;
    }
    #imageCode div{
        top: 7px;
        right: 0px;
    }
    .login-bg .pw {
        background: url("../images/unlock.svg") no-repeat 10px center;
        background-color: rgb(243,243,245);
    }
    
    .login-bg .yzm {
        width: 160px;
        background: url("../images/key.svg") no-repeat 10px center;
        background-color: rgb(243,243,245);
    }
    .login-bg input[type=submit] {
        width: 234px;
        height: 30px;
        line-height: 30px;
    }
    .login-bg label{
        font-size: 12px;
    }
    .msg-box{
        padding: 110px 0 0 275px;
        width: 58%;
    }
    
    .msg-box h2{
        font-size: 36px;
    }
    .msg-box .msg-title{
        height: 30px;

    }
    .msg-box p{
        font-size: 14px;
    }
    .msg-box .download{
        margin-top: 36px;
    }
    .msg-box .download div{
        width: 110px;
        font-size: 12px;
    }
    .msg-box .download  .download-and{
        margin-left: 16px;
    }
    hr{
        border: 1px solid #002B5E;
    }
    .footer{
        height: 110px;
        padding: 0 105px;
        font-size: 12px;
    }
    .footer .footer-left div{
        padding: 16px 0;
        margin-right: 130px;
    }
    .footer .footer-left div .title{
        font-size: 14px;
    }
    .footer .footer-right div{
        margin-right: 72px;
        padding-top: 5px;
    }
    .footer .footer-right div:last-child{
        top: 3px;
    }
    .footer .footer-right div:last-child p img{
        height: 20px;
    }
    .bottom p{
        height: 35px;
        line-height: 35px;
        position: relative;
        left: 200px;
    }
}

@media screen and (max-width: 1080px) {
    .top-line,
    .operate-list,
    .main-bg,
    .msg-box,
    .footer,
    hr,h3{
        display: none;
    }
    .logo-head {
        background: transparent;
        height: auto;
    }
    body{
        padding-top: 20px;
        background-color: #f2f2f2;
    }
    .logo-head .logo{
        float: unset;
        margin: 0px auto;
        text-align: center;
    }
    .login-bg{
        margin: 0;
        width: 100%;
        background-color:#f2f2f2;
    }
    .login-bg table {
        width: 90%;
    }
    .login-bg table td {
        height: 60px;
    }
    .login-bg .error{
        line-height: 24px;
    }
    
    .login-bg .user,
    .login-bg .pw,
    .login-bg .yzm {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0px 35px;
        background: url("../images/user.svg") no-repeat 10px center #fff;
        border-radius: 20px;
        border: none;
        outline: none;
        font-size: 14px;
        background-color: rgb(255,255,255);
    }
    
    #imageCode{
        height: 44px;
    }
    #imageCode td{
        text-align: left;
        position: relative;
    }
    #imageCode div{
        top: 7px;
        right: 0px;
    }
    .login-bg .pw {
        background: url("../images/unlock.svg") no-repeat 10px center;
        background-color: rgb(255,255,255);
    }
    
    .login-bg .yzm {
        width: 60%;
        background: url("../images/key.svg") no-repeat 10px center;
        background-color: rgb(255,255,255);
    }
    .login-bg input[type=submit] {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .bottom p{
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: relative;
        left: 0px;
        padding: 0;
    }
}