﻿*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family:MicrosoftYaHei;
}
button,input{
    outline: none;
    border: none;
}
input[type=button],button,a
{
    cursor:pointer;
}
a{
    text-decoration:none;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.head{
    height: 120px;
    border-bottom: 1px solid rgba(220,220,220,1);

}
.head > .main{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    min-width: 229px;
    display: flex;
    align-items: center;
}
.logo > img {
    width: 55px;
    border-radius: 6px;
}
.logo > .titleBox {
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.logo > .titleBox > h5 {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin: 0;
}
.logo > .titleBox > div {
    height: 1px;
    width: 100%;
    background: #e8e8e8;
    margin: 2px 0;
}
.logo > .titleBox > span {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    text-align-last: justify;
}
.head > .main > a{
    font-size:16px;
    color: #F6721A;
}
.contant{
    height: 600px;
    background: url("../Images/loginBg.png");
}
.contant > .main{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contant > .main > img{
    width: 382px;
}
.login{
    width:380px;
    height:430px;
    background:#fff;
    border-radius:16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 64px 0;
    position: relative;
    box-sizing: border-box;
}
.login>form{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    box-sizing: border-box;
}
.login>form>input,.login>form>label{
    width: 300px;
    height: 44px;
    border-radius: 4px;
    background: #f5f5f5;
    margin-bottom: 18px;
    box-sizing: border-box;
    padding: 0 14px;
    display:flex;
    align-items: center;
}
.login > img{
    display: block;
    width: 382px;
    height: 81px;
}

.login>form>label>input{
    height: 100%;
    margin-left: 8px;
    background: none;
    flex-grow: 1;
    width:0;
}

.login-btn{
    width: 300px;
    height: 50px;
    border-radius: 4px;
    background: #ff8541;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
}
.forgetBox{
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-left: 222px;
}
.forgetBox > .forgetCode{
    font-size:14px;
    color:#666666;
    background: none;
}
.forgetBox > .register{
    color: #FF8541;
    font-size: 14px;
    background: none;
}
.OtherLogin{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:20px 0 ;
}
.OtherLogin>div:nth-child(1){
    font-size: 12px;
    color: #999999;
    position: relative;
}
.OtherLogin>div:nth-child(1):after,.OtherLogin>div:nth-child(1):before{
    content: '';
    width:70px;
    height:1px;
    background:rgba(232,232,232,1);
    position: absolute;
}
.OtherLogin>div:nth-child(1):after{
    top: 8px;
    left: 78px;
}
.OtherLogin>div:nth-child(1):before{
    top: 8px;
    left: -78px;
}
.OtherLogin > div:nth-child(2){
    width: 100%;
    display: flex;
    justify-content: center;
}
.wxLogin,.phoneLogin{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 13px;
}
.wxLogin>div>i{
    color:#71A1FC;
    cursor: pointer;
}
.phoneLogin>div>i{
    color:#FF6669;
    cursor: pointer;
}
.wxLogin>div,.phoneLogin>div{
    width:40px;
    height:40px;
    background:rgba(234,241,255,1);
    border-radius:50%;
    text-align: center;
    line-height: 40px;
}
.wxLogin>span,.phoneLogin>span{
    font-size: 12px;
    color: #666666;
    margin-top: 3px;
}
footer > .main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}
footer > .main > span,footer> .main > .footlist > a{
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}
footer > .main > span,footer> .main > .footlist > a{
   font-size: 12px;
    color: #999999;
    line-height: 22px;
}
footer > .main > span,footer> .main > .footlist > a:after
{
    content:'|';
    margin: 0 10px;
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}
footer > .main > span,footer> .main > .footlist > a:last-child:after
{
    content:'';
    margin: 0;
}
.Login_panel_weixinlog
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Login_panel_weixinlog_border {
    height: 197px;
    width: 197px;
    margin: 0px auto;
    padding: 7px;
    background-repeat: no-repeat;
}

.Login_panel_weixinlog label {
    position: absolute;
    font-size: 16px;
    margin: 0px 100px;
    color: #101010;
}

#smcode
{
    color: #FF8541;
    background: none;
    font-size: 14px;
}
.qr-code-box{
    width:250px;
    height:250px;
    border-radius: 4px;
    background: rgba(255, 133, 65, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.qr-code{
    width: 226px;
    height: 226px;
}
.login::after{
    position: absolute;
    content: '';
    width: 100%;
    top: 100%;
    left: 0;
    background-image: url('/AppResources/Content/Images/shadow.png');
    height: 55px;
}
.change-login-box{
    background-color: #FF8541;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius:0 16px 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.white-img{
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #fff,#fff 50%,transparent 50%,transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.login-type-img{
    width: 40px;
    height: 40px;
}
.change-login-box:hover .white-img{
    display: none;
}
.login-title{
    font-weight: bold;
    font-size: 20px;
    color: #20242E;
}
.login>form>label>img{
    width: 20px;
    height: 20px;
}
.login-btn-box{
    width: 300px;
    height: 50px;
    position:relative;
    margin-top: 14px;
}
.btn-tip{
    position:absolute;
    content:'';
    color:#86888B;
    font-size:12px;
    bottom:-36px;
    width: 100%;
    text-align: center;
}