﻿/*login page css*/
* {
    padding: 0;
    margin: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

html,
body,
#login_page {
    width: 100%;
    height: 100%;
    background-color: #19233c;
    background-image: url(../images/login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

body {
    min-width: 1000px;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

#login_page {
    background-color: #fff;
}

/* .top_bar {
    background-color: #19233c;
    background-image: url(../images/login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */
/* skin */
/*@media screen and ( max-width: 1400px){
    .top_bar{
        background-image: url(../images/bg_login.jpg);
    }
    .bottomBar .copyright{
        color:#111!important;
    }
    .bottomBar,.footer,#login_page{
        background-color: #44c5f4!important;
    }
}*/

#titlespan {
    font-size: 56px;
    line-height: 80px;
    color: #6fa8dc;
    /* letter-spacing: 25px; */
    font-weight: 700;
    padding: 10px;
    box-sizing: border-box;
    height: 80px;
}

#site-logo {
    display: block;
    width: 70px;
    padding: 10px 0px 0px 20px;
}

/* rotate 3D */
.rotate-wrap {
    width: 380px;
    height: 302px;
    position: absolute;
    top: -50px;
}

.site-info {
    color: #fff;
    text-align: center;
}

#rotate {
    position: relative;
    width: 310px;
    height: 310px;
    margin: 0 auto;
}

#rotate a {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Microsoft YaHei;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 6px;
}

#rotate a:hover {
    border: 1px solid #eee;
    background: #44c5f4;
    color: #fff;
    letter-spacing: 2px;
}


/* 底部 */
.bottomBar {
    /* background-color: #fff; */
    color: #73777a;
    font-size: 14px;
    padding: 0px 20px 0px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    zoom: 1;
}

.bottomBar .copyright {
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
    text-align: center;
}

.login_container {
    padding: 170px 0 70px;
    height: 588px;
}

.login_content {
    width: 990px;
    height: 338px;
    margin: auto;
    position: relative;
}

/*******  登录    ********/
.loginBox {
    width: 380px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
}

#name,
#pwd,
#nametwo,
#pwdtwo {
    display: block;
    width: 100%;
    background: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    height: 38px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    border-color: #e6e6e6;
}

#name:focus,
#pwd:focus,
#name:hover,
#pwd:hover,
#nametwo:focus,
#pwdtwo:focus,
#nametwo:hover,
#pwdtwo:hover {
    border-color: #409EFFbb;
    -webkit-box-shadow: 0 0 2px #a6cfff;
    -moz-box-shadow: 0 0 2px #a6cfff;
    -ms-box-shadow: 0 0 2px #a6cfff;
    -o-box-shadow: 0 0 2px #a6cfff;
    box-shadow: 0 0 2px #a6cfff;
}

.loginBtn {
    float: right;
    width: 100%;
    background-color: #409EFFbb;
}

#login_error,
#login_errortwo {
    background: #FEEEEB;
    border: 1px solid #F15532;
    color: #F15533;
    margin-bottom: 16px;
    line-height: 24px;
    box-sizing: border-box;
    font-family: PingFangSC-Light;
    font-size: 14px;
    padding: 5px 12px 5px 32px;
    position: relative;
}

.notice-descript {
    padding-left: 15px;
}

#login_error,
#login_errortwo {
    display: none;
    position: relative;
}

#login_error .icon-error,
#login_errortwo .icon-error {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-left: -20px;
}

#login_error .icon-error .icon,#login_errortwo .icon-error .icon {
    position: absolute;
    bottom: 9px;
    left: 10px;
}

#loading_icon,
#loading_icontwo {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: .8;
    z-index: 10;
    background-image: url(../images/ajax-loader-16x16.gif);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.login_wrap {
    width: 380px;
    padding: 22px 0;
}

.login_wrap h2 {
    font-size: 18px;
    color: #373D41;
    line-height: 24px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.hd {
    height: 36px;
    position: relative;
}

.login_form {
    width: 330px;
    margin: 0 auto;
}

#login_title,
#login_titletwo {
    font-size: 14px !important;
    color: #73777A;
    line-height: 24px;
    border: none;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
/* 添加的登陆切换效果 */
.loginBox .layui-tab-title{
    background-color:#409EFFbb;
}
.loginBox .layui-tab-title .layui-this{
    background-color: #fff;
}
/* footer */
.bottomBar ul li {
    margin-right: 35px !important;
}

.copyrightDetails {
    margin-top: 10px;
    font-size: 14px;
    color: #73777a;
}

.footer {
    /* background-color: #fff; */
}

.layui-input-block {
    margin-left: 0;
}

.swtich-login {
    width: 40px;
    height: 40px;
    background-image: url(../images/YFY-72-72.png);
    background-size: 40px 40px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.swtich-tip {
    background: #E6F9FC;
    border: 1px solid #14C2DD;
    position: absolute;
    right: 45px;
    padding: 5px 10px;
    width: 48px;
    height: 16px;
    line-height: 16px;
    z-index: 9999;
}

.poptip {
    position: relative;
    font-size: 12px;
    color: #14C2DD;
}

.poptip b {
    position: absolute;
    right: -16px;
    top: 2px;
    width: 0;

    border-width: 6px 0 6px 6px;
    border-color: transparent;
    border-style: solid;
    overflow: hidden;
    border-left-color: #E6F9FC;
    z-index: 100;
}

.arrow {
    position: absolute;
    right: -17px;
    top: 2px;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-color: transparent;
    border-style: solid;
    overflow: hidden;
    border-left-color: #14C2DD;
}

#qr-code,
#qr-codetwo {
    padding-top: 60px;
    display: none;
}

.qrcode-img {
    box-shadow: none;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding: 0;
}

.qrcode-img img {
    display: block;
    border: 0;
    width: 140px;
    height: 140px;
}

.qrcode-main {
    position: relative;
    padding-bottom: 15px;
    min-height: 130px;
}

.qrcode-desc {
    font-size: 14px;
    color: #5F6367;
    line-height: 24px;
    text-align: center;
    padding-bottom: 34px;
    overflow: hidden;

}

/**/