html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline-style: none
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    /*初始状态 透明度为0*/
    40% {
        opacity: 0;
    }

    /*过渡状态 透明度为0*/
    100% {
        opacity: 1;
    }

    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {

    /*针对webkit内核*/
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#wrapper {
    animation: fade-in; /*动画名称*/
    animation-duration: .6s; /*动画持续时间*/
    -webkit-animation: fade-in .6s; /*针对webkit内核*/
}

body {
    line-height: 1;
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a:hover, a:focus {
    text-decoration: none;
    bblr: expression(this.onFocus=this.blur());
    outline-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select {
    vertical-align: middle
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

/* login */
html, body {
    height: 100%;
}

.page-login-v3:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    background: #62a8ea;
    background: url(../../img/login/login_bg.jpg) center center/cover no-repeat !important;
}

.container {
    text-align: center;
    height: 100%;
}

.container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.login-body {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    margin: 75px 0;
    background: #fff;
    border-radius: 4px;
    padding: 50px 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 5px #9999;
}

.login-content {
}

.login-content .brand .brand-img {
    width: 50px;
}

.login-content .brand .brand-text {
    margin-top: 20px;
    margin-bottom: 11px;
    font-size: 20px !important;
    font-family: "Microsoft YaHei";
    text-shadow: rgba(0, 0, 0, .15) 0 0 1px;
    font-weight: 400;
    color: #37474f;
}

.login-form {
    margin: 45px 0 30px;
}

.login-form .form-group {
    margin: 30px 0;
}

.login-form input {
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border-bottom: 1px solid #E4EAEC;
    font-size: 14px;
    height: 42px;
    line-height: 1.5;
    outline: none;
    padding: 0 5px;
    color: #a3afb7;
    font: 14px/1.5 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.login-form input:focus {
    border-bottom: 1px solid #ff5060;
}

.login-form .btn-submit {
    width: 100%;
    margin-top: 20px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    white-space: normal;
    -webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    background-color: #1686ef;
    /*border-color: #ff5060;*/
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
}

.login-form .btn-submit[disabled], .login-form .btn-submit[disabled]:hover {
    color: #fff;
    background-color: #a2caee;
    border-color: #a2caee;
    cursor: not-allowed;
    opacity: .65;
}

.login-form .btn-submit:hover {
    background-color: #1e9fff;
    border-color: #1e9fff;
}

@media screen and (max-width: 404px) {
    .login-body {
        width: 310px;
        padding: 50px 30px 40px;
    }
}

.copyright {
    margin: -40px auto 0 auto;
    padding: 2px 0;
    width: 600px;
    color: #fff;
}

.copyright a {
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
}
.copyright a:hover {
    text-decoration: underline;
}

.page-login-v4 {
    background: #f4f4f4;
}

.page-login-v4 .container {
    margin: 0 auto;
}
.page-login-v4 .container:before {
    display: none;
}
.page-login-v4 .login-header {
    border-bottom: 1px solid #bd0100;
    height: 100px;
    padding-left: 20%;
    padding-right: 20%;
    background-color: #fafafa;
}
.page-login-v4 .login-header img {
    width: 200px;
    float: left;
    margin-top: 25px;
}
.page-login-v4 .login-body {
    padding: 0 20%;
    width: 100%;
    margin: 0;
    box-shadow: none;
    background: #f4f4f4;
    padding-top: 150px;
    height: 600px;
    background: url(../../img/login/login_bg3.png) no-repeat 10%;
    background-size: 40%;
}
.page-login-v4 .login-content .login-form {
    margin: 0;
    width: 320px;
    float: right;
    background: #e6e5e5;
    border-radius: 5px;
}
.page-login-v4 .login-content .login-form h2 {
    color: #4a4343;
    font-size: 22px;
    font-weight: normal;
    padding: 30px 0;
    padding-bottom: 10px;
}
.page-login-v4 .login-content .login-form .form-group {
    margin: 20px 0;
}
.page-login-v4 .login-content .login-form form {
    padding: 25px;
    padding-top: 0;
    padding-bottom: 35px;
}
.page-login-v4 .login-content .login-form form input {
    border: none;
    border-radius: 5px;
    padding-left: 45px;
}
.page-login-v4 .login-content .login-form .ipt-ukey {
    background: url(../../img/login/icon-ukey.png) no-repeat 10px;
    background-color: #f2f2f2;
    background-size: 25px;
}
.page-login-v4 .login-content .login-form .ipt-account {
    background: url(../../img/login/icon-ukey.png) no-repeat 10px;
    background-color: #f2f2f2;
    background-size: 20px;
}
.page-login-v4 .login-content .login-form .ipt-passwd {
    background: url(../../img/login/icon-passwd.png) no-repeat 10px;
    background-color: #f2f2f2;
    background-size: 25px;
}
.page-login-v4 .login-content .login-form form input:focus {
    border: none;
}
.page-login-v4 .login-content .login-form .form-account {
    display: none;
}
.page-login-v4 .login-content .login-form .btn-submit {
    background: #bd0100;
}
.page-login-v4 .login-content .login-form .btn-submit:hover {
    background: #df3033;
    border-color: #df3033;
}
.page-login-v4 .login-content .slogan {
    float: left;
    margin-top: 85px;
}
.page-login-v4 .login-content .slogan .title {
    font-size: 55px;
    color: #4a4343;
    font-weight: bold;
}
.page-login-v4 .login-content .slogan .placeholder {
    margin-right: 30px;
}
.page-login-v4 .login-content .slogan .desc {
    font-size: 40px;
    color: #5a5353;
    margin-top: 10px;
    font-weight: normal;
}
.page-login-v4 .copyright {
    position: fixed;
    bottom: 20px;
    color: #aaa;
    width: 100%;
    text-align: center;
}
.page-login-v4 .copyright a {
    color: #aaa;
}
.page-login-v4 .login-content .login-form .am-selected {
    width: 100%;
    background: #f2f2f2;
    border-radius: 5px;
}
.page-login-v4 .login-content .login-form .am-selected button {
    border-radius: 5px;
    font-size: 14px;
    padding: 12px 18px 12px 12px;
}
.page-login-v4 .login-content .login-form .am-selected-list .am-selected-text,
.page-login-v4 .login-content .login-form .am-selected-list .am-icon-check {
    font-size: 14px;
}
.page-login-v4 .driver {
    margin-left: 10px;
}
.page-login-v4 .login-form .switch-tabs {
    height: 30px;
    margin-top: 30px;
    margin-left: 26px;
    margin-right: 26px;
    border-bottom: 1px solid #cdcdcd;
}
.page-login-v4 .login-form .switch-tabs .tab {
    width: 50%;
    float: left;
    cursor: pointer;
    font-weight: bold;
}
.page-login-v4 .login-form .switch-tabs .tab.active {
    border-bottom: 1px solid #bd0100;
    color: #bd0100;
    padding-bottom: 8px;
}
.page-login-v4 .login-form .switch-tabs .tab:hover {
    color: #bd0100;
}
