/**
 * Created by Administrator on 2019/11/19.
 */
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body{
    background:url('./img/bg.png') top center no-repeat;
    background-size:cover;
}

.view-main{
    width: 100%;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    color: #000;
    align-items: center;
    justify-content: center;
}
footer{
    width: 100%;
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 26px;
    position: absolute;
    bottom: 0;
}
p{
    margin: 0;
    padding: 0;
}
.login-content{
    width: 1060px;
    height: 468px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    margin-top: -234px;
}
.login-content > div{
    height: 100%;
}
.login-content .login-left{
	width:550px;
    background:rgba(255,255,255,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login-content .login-right{
	width:510px;
    background:rgba(255,255,255,1);
}
.login-right{
	position: relative;
    padding: 54px;
}
.login-left p{
	margin-top: 20px;
    letter-spacing: 3px;
    font-size: 36px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 36px;
    text-shadow: 0px 5px 3px rgba(22,46,87,0.2);
    font-family: FZLanTingHei-EB-GBK;
    -webkit-text-stroke: 1px #2778BD;
}
.login-left i{
    display: inline-block;
    width: 75px;
    height: 80px;
    background: url("./img/r.png") no-repeat;
    background-size: 100% 100%;
}
.login-icon{
    border: 1px solid #D2D2D2;
    border-radius: 5px 0 0 5px;
    border-right: none;
    padding: 0 20px;
    line-height: 27px;
    color: #D2D2D2;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 24px;
}
.common-input{
    border: 1px solid #D2D2D2;
    height: 50px !important;
    border-left: none;
    outline: none;
    box-shadow:none;
    color: #7C7C7C;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
}
.common-input:focus{
    outline: none;
    border-color: transparent;
    box-shadow: none;
    border: 1px solid #D2D2D2;
    border-left: none;
}
input::-webkit-input-placeholder {
    font-size: 16px !important;
    color: #7C7C7C !important;
}
.login-tit{
    letter-spacing: 5px;
    padding-left: 8px;
    font-size: 34px;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 37px;
    border-left: 5px solid #2F90FD;
    margin-bottom: 37px;
}
.passdiv{
    margin: 21px 0;
}
.loginbtn{
    width:399px;
    height:50px;
    background:rgba(38,132,237,1);
    border-radius:5px;
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:37px;
    outline: none;
    border: none;
    margin-top: 15px;
}
.loginbtn:active{
    outline: none;
    border: none;
}
.alink{
    color: #0368da !important;
    display: block;
    text-align: right;
    margin-top: 10px;
}

.commbtn{
    padding: 6px 11px;
    background: #F3F3F3;
    border: 1px solid #D9DADC;
    color: #2F90FD;
    margin-left: 15px;
    width: 150px;
}

.red-key{
    color: #F36067;
    margin-right: 5px;
    font-size: 12px;
}
.main-toc {
    position: fixed;
    z-index: 99;
    right: .5rem;
    bottom: 2rem;
    width: 106px;
    cursor: pointer;
}

.captcha-container { position: absolute; z-index: 100; top: 190px; bottom: 0; left: 0; right: 0; background-color: rgba(255,255,255,1); }

