@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li, ol li, li {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l {
    margin-left: 20px;
}

.m-l-md {
    margin-left: 15px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l-xs {
    margin-left: 5px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t {
    margin-top: 20px;
}

.m-t-md {
    margin-top: 15px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r {
    margin-right: 20px;
}

.m-r-md {
    margin-right: 15px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b {
    margin-bottom: 20px;
}

.m-b-md {
    margin-bottom: 15px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b-xs {
    margin-bottom: 5px;
}

html {
    height: 100%;
}

body {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    background-color: #fff;
    min-width: 1200px;
    height: 100%;
}

.login-wrap {
    height: 100%;
    min-height: 768px;
    position: relative;

    position: relative;
}

input, textarea, select, button {
    font-family: 'Microsoft YaHei';
}

.header {
    height: 100px;
    overflow: hidden;
    box-shadow: 0 2px 0 #1C3068;
    min-width: 1200px;
}

.header .content {
    height: 100%;
    width: 1200px;
    margin: 0 auto;

}

.header .header-logo {
    height: 80px;
    min-width: 150px;
    display: inline-block;
    padding-left: 36px;
    float: left;
}

.header .header-logo img {
    height: 100%;
    width: 140px;
    height: 40px;
    margin-top: 20px;
}

.header .header-alt {
    height: 50px;
    width: 450px;
    line-height: 30px;
    /*margin: 17px 0 0 20px;*/
    /*padding: 20px 0 0 20px;*/
    border-left: 1px solid #ffffff;
    display: block;
    background: url(../img/Slogon.png) no-repeat 0px 0px;
    float: left;
    line-height: 100px;
    margin-top: 25px;
}

.header .header-tools {
    color: #333;
    font-size: 14px;
    line-height: 100px;
    display: block;
    float: right;
    padding-right: 10px;
}

.login-form {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 100px;
    min-width: 1200px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7368ed), color-stop(1, #256bff)); /* Saf4+, Chrome */
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.cont {
    position: relative;
    height: 470px;
    /*background-image: url(/img/login-bg.png);*/
    /*background-position: center top;*/
    /*!*background-position: 0 -30px;*!*/
    /*background-repeat: no-repeat;*/
}

.login-bg {
    position: absolute;
    top: -150px;
    left: -90px;
    bottom: -300px;
    right: -300px;
    margin: auto;
    z-index: 0;
    background-image: url(/img/login-bg2.png);
    /* background-position: bottom center; */
    background-position: 20px 60px;
    background-repeat: no-repeat;
}

.login-center {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    border-radius: 8px;
}

.login-left {
    float: left;
    width: 550px;
    height: 100%;
    position: relative;
}

.login-left > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.cont-right {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1020px;
    height: 500px;
    background: #fff;
    border-radius: 3px;
}

.login-box {
    width: calc(100% - 550px);
    height: 100%;
    margin: 0 auto;
    padding: 80px 70px 0 0;
    float: right;

}

.login-box .l-title {
    font-size: 28px;
    color: #3a3a3a;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: normal;
    padding-left: 20px;
    position: relative;
}

.login-box .l-title > span {
    display: block;
    position: absolute;
    width: 5px;
    background: #2f90fd;
    height: 80%;
    top: 15%;
    left: 0;
}

.login-box .l-body {
    margin-top: 20px;
}

.login-box .l-body .form-group {
    height: 54px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ccc;
    background: #f9f9f9;
    overflow: hidden;
    border-radius: 2px;
}

.login-box .l-body .form-group i, .ibox-body .form-group i {
    position: absolute;
    height: 26px;
    width: 26px;
    top: 14px;
    left: 12px;
    background-image: url(../img/icon-code.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.login-box .l-body .form-group i.user, .ibox-body .form-group i.user {
    background-position: 0 0;
    background-image: url(../img/mine.png);
}

.login-box .l-body .form-group i.psd, .ibox-body .form-group i.psd {
    width: 22px;
    height: 22px;
    background-position: 0px 0;
    background-image: url(../img/suoding.png);
}

.login-box .l-body .form-group i.code, .ibox-body .form-group i.code {
    width: 24px;
    height: 24px;
    background-position: 0 0px;
    background-image: url(../img/yanzhengma.png);
}

.login-box .l-body .form-group .form-control {
    height: 54px;
    display: block;
    width: 100%;
    border: none;
    color: #333;
    font-size: 16px;
    /*border: 1px solid #ccc;*/
    padding-left: 50px;

}

.code-img {
    height: 54px;
    width: 110px;
}

.btn {
    /* padding: 10px 20px; */
    text-align: center;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    background: #2a7fe0;
    border-radius: 3px;
}

.btn-primary {
    background-color: #0d9aff;
    border: 1px solid #0d9aff;
    color: #fff;
}

.btn-primary:hover {
    background-color: #2e7dde;
}

.btn-warning {
    background-color: #2a7fe0;
    border: 1px solid #2a7fe0;
    color: #fff;
}

.btn-warning:hover {
    background-color: #2a7fe0;
}

.btn-danger {
    background-color: #e42e19;
    border: 1px solid #e42e19;
    color: #fff;
}

.btn-danger:hover {
    background-color: #ca1500;
}

.footer {
    position: absolute;
    bottom: 0px !important;
    width: 100%;
    text-align: center;
    color: #cccccc;
    font-size: 14px;
    line-height: 2;
    padding: 6px;
    height: 65px;
    background: #323232;
}

.blue-bg {
    background-color: #34bfbe;
    background-image: none;

}

.blue2-bg {
    /*background-image: none;*/
    height: 100%;
    position: relative;
    overflow: hidden;

}

.blue-bg .form-focus {
    border: 2px solid #ed822c !important;
}

.footer a {
    color: #cccccc;
}

.footer a:hover {
    color: #28d0e9;
}

/*登录页2*/
.m-cont {
    border-top: 3px solid #e42e19;
    background: #fff url(../images/silh.png) left bottom repeat-x;
    min-height: 500px;
}

.ibox {
    width: 400px;
    margin: 130px auto;
}

.ibox .ibox-title {
    color: #666;
    font-size: 24px;
    letter-spacing: 2px;
    overflow: hidden;
    padding: 0 30px 30px;
    text-align: center;
}

.ibox .ibox-body {
    margin: 20px auto;
}

.ibox-body .form-group {
    margin-bottom: 20px;
    position: relative;
}

.ibox-body .form-group .form-control {
    border: 1px solid #ccc;
    height: 46px;
    width: 100%;
    font-size: 16px;
    line-height: 44px;
    padding: 0 0 0 20px;
}

.ibox-body .form-group i + .form-control {
    padding-left: 40px;
}

.cpoy-r {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

.red-bg {
    background-color: #e42e19;
}

/*登录3*/
.msPic {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ded9d5 url(../images/msPic.jpg) 0 0 no-repeat;
    background-size: auto 100%;
    z-index: -1;
}

.logo-fix {
    top: 50px;
    left: 50px;
    position: fixed;
    z-index: 10;
}

.logo-fix img {
    max-width: 200px;
    max-height: 200px;
}

.log-nr {
    bottom: 30%;
    right: 35%;
    position: fixed;
    background: url(../images/nr.png) center center no-repeat;
    width: 350px;
    height: 210px;
}

.login-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32.5%;
    background-color: #fff;
    min-width: 400px;
}

.login-fixed .ibox {
    width: 350px;
}

#login-prompt {
    color: #FF3636;
    margin: 5px 0 -18px 0;
    min-height: 38px;
    font-size: 13px;
}

@media (min-height: 650px) {
    .footer {
        position: fixed;
        bottom: 10px;
        width: 100%;
    }
}

.kefu-img {
    background-image: url(../img/kefu.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 18px;
    width: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.qq-img {
    background-image: url(../img/qq.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 14px;
    width: 15px;
    display: inline-block;
}
