* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

ul, ol, li {
    list-style: none;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.clear:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clear {
    zoom: 1;
}

.login_banner {
    width: 100%;
    min-height: 100vh;
    background: url(/appsets/sysadmin/img/login/banner.png) no-repeat center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_head {
    padding: 0;
    color: white;
    font-size: 36px;
    position: absolute;
    top: -80px;
    width: 100%;
    text-align: center;
}

.login_head span {
    display: inline-block;
    font-size: 24px;
    height: 24px;
    margin-left: 25px;
    padding-left: 20px;
    border-left: 2px solid #fff;
    position: relative;
    line-height: 1;
}

.login {
    width: 470px;
    height: 500px;
    /*margin: 100px auto 0 auto;*/
    background-color: rgba(0,63,139,.4);
    border-radius: 4px !important;
    /*overflow: hidden;*/
    position: relative;
}

.corner{
    position: absolute;
    right: 15px;
    top: 15px;
}

.corner>div{
    display: none;
}

.corner>div.active{
    display: block;
}

.corner>div>*{
    float: left;
}

.corner_text{
    background: url(/appsets/sysadmin/img/login/corner_box.png) no-repeat center/cover;
    height: 28px;
    width: 120px;
    text-align: center;
    padding-right: 8px;
    line-height: 28px;
    color: #409eff;
    font-size: 14px;
    box-sizing: border-box;
}

.corner_text img{
   position: relative;
    top: 1px;
    margin-right: 3px;
}


.login_text,.code{
    padding-top: 70px;
    box-sizing: border-box;
}

.login_title{
    margin-bottom: 50px;
    padding: 0 70px;
}

.login_title li {
    float: left;
    font-size: 16px;
    margin-right: 50px;
    line-height: 3;
    position: relative;
    cursor: pointer;
}

.login_title li:last-child{
    margin: 0;
}

.login_title li.active{
    color: #409eff;
}

.login .login_title li.active:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    background-color: #409eff;
    width: 40px;
    height: 2px;
}

.container {
    display: none;
    padding: 0 70px;
}

.login .account,
.login .password {
    position: relative;
    margin-bottom: 30px;
}

.login .account input,
.login .password input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    outline: none;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 14px;
    background: #f4f3f3;
}

.login .account img {
    display: block;
    position: absolute;
    left: 10px;
    top: 12px;
}

.login .password img {
    display: block;
    position: absolute;
    left: 10px;
    top: 12px;
}

.login .check_box {
    position: relative;
    padding-top: 15px;
    font-size: 12px;
    color: #fff;
    display: block;
    width: 100%;
}

.check_box button {
    width: 100%;
    height: 40px;
    /*background-color: #409eff;*/
    color: white;
    border-radius: 5px;
    display: block;
    outline: none;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
    font-size: 16px;

    background: linear-gradient(270deg, #1680FF 0%, #24BCFF 100%);
}

.check_box button:hover{
    background-color: rgba(64,158,255,0.8);
}

.mt-checkbox {
    margin: 0 10px 0 0;
    position: relative;
}

.mt-checkbox span {
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

.mt-checkbox input:checked ~ span:after {
    display: block;
}

.mt-checkbox input:checked ~ span {
    background-color: #409eff;
    border-color: #409eff;
}

.mt-checkbox > span:after {
    content: '';
    position: absolute;
    display: none;
}

.mt-checkbox span:after {
    left: 4px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(35deg);
}

.recall{
    font-size: 14px;
}

.forget{
    font-size: 14px;
    float: right;
    color: #fff;
}

.forget:hover{
    color: #fff;
    text-decoration: underline;
}

.loginId-error, .pwd-error {
    min-height: 16px;
    position: absolute;
    left: 0;
    top: 45px;
}

.login .pwd-error {
    font-size: 12px;
    color: #ff5454;
}

.loginTip{
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
}

.loginTip a{
    color: #409eff;
}

.loginTip a:hover{
    text-decoration: underline;
}

.bottom{
    padding: 80px 0 20px 0;
}

.bottom p{
    text-align: center;
    font-size: 20px;
    color: white;
    line-height: 2;
}


.m-title{
    font-size: 24px;
    text-align: center;
    font-family: "Ë¼Ô´ºÚÌå CN","Microsoft YaHei UI", sans-serif;
    margin-bottom: 50px;
    font-weight: 500;
    color: white;
}
.code2{
    width: 142px;
    border: 1px solid #dddddd;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    float: right;
    cursor: pointer;
    box-sizing: border-box;
}
.code2 img{
    width: 100%;
    height: 100%;
}
.login .identifying {
    position: relative;
    margin-bottom: 30px;
}
.login .identifying input {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    outline: none;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 14px;
    background: #f4f3f3;
}
.login .identifying>img {
    display: block;
    position: absolute;
    left: 10px;
    top: 12px;
    z-index: 999999;
}
@media screen and (max-width: 1366px) {
    .login {
        width: 380px;
        height: 410px;
    }
    .login_head span {
        font-size: 20px;
    }
    .login_head {
        font-size: 25px;
        top: -50px;
    }
    .container {
        padding: 0 35px;
    }
    .login_text, .code {
        padding-top: 36px;
    }
    .m-title {
       margin-bottom: 25px;
    }
    .login .check_box {
         padding-top: 0;
    }
    .login .identifying input {
        width: 160px;
    }
}
