#Validform_msg{
    display: none !important;
}
.logoWrapper{
    width: 1200px;
    margin:0 auto;
}
.indexLogin {
	margin-top:42px;
    padding-bottom:52px;
}
.loginLogo{
    width:100%;
    height: 146px;
}
.loginLogo>img{
    margin-top: 56px;
}
.loginLeft{
    width:470px;
}
.loginTit{
    margin-top:20px;
}
.loginTit>span{
    font-size: 22px;
    color:#adb4bc;
    height:36px;
    display: block;
    border-bottom: 2px solid transparent;
    padding: 0px 20px;
    cursor: pointer;
    margin-bottom: :-1px;
}
.loginTit .loginActive{
    color:#31445c;
    border-bottom-color: #c5141c;
}
.loginBox{
    margin-top:25px;
}
.inputBox{
    width: 100%;
    margin-bottom: 22px;
    text-align: left;
    position: relative;
}
.inputBox>input{
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #fff;
    padding-left: 50px;
    box-shadow: none;
    padding-right: 0px;
    border: none;
    font-weight: normal;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #ddd;
}
.Validform_wrong{
    /* position:absolute; */
    left:2px;
    top:52px;
    font-size:14px;
    color:red;
}
.inputSpcile,.inputBox .inputChange{
    width:200px;
}
.yamImg{
    height: 50px;
    width: 100px;
    border: 1px solid #f5f7f9;
    cursor:pointer;
}
.yzmBtn{
    font-size: 12px;
    color: #666666;
    margin-left: 6px;
    cursor:pointer;
}
.loginBtn{
    width: 100%;
    height: 50px;
    background:url(../img/login-bg.png) no-repeat;
    background-size: cover;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top:30px;
}
.loginBtn:hover{
     box-shadow: 0 6px 12px rgba(224,122,128,.8);
}
.jgLogin{
    display: none;
}
.loginShow{
    display: block;
}
.loginIcon{
    position:absolute;
    top: 14px;
    left:16px;
}
.loginTips,.tipsBox{
    font-size:12px;
    color:#858585;
    margin-top:15px;
}
.loginRight{
    width:706px;
    height:417px;
    margin-top:20px;
    text-align: right;
}
.loginRight>img{
    width:80%;
    /* height:417px; */
}
.loginRightImg{
    display: none;
}
.rightImgShow{
    display: inline-block;
}
.registerHeader{
    width:100%;
    height:90px;
    background:#fff;
    border-bottom:1px solid #ebebeb;
}
.registerBody{
    background:#f4f4f4;
}
.registerHead{
    width:1200px;
    margin: 0 auto;
    padding-top:20px;
    height:51px;
    line-height:51px;
    position: relative;
}
.iconLine{
    width:1px;
    height:51px;
    background:#8a8a8a;
    display: inline-block;
    vertical-align: middle;
    margin:0px 24px;
}
.fontColor{
    color:#bb2c40;
}
.registerWrapper{
    width:1200px;
    margin:0 auto;
    background:#fff;
    margin-top:40px;
}
.registerBox{
    width:414px;
    margin: 0 auto;
    padding-top:55px;
    padding-bottom: 65px;
}
.registerInput{
    width:412px;
    height:54px;
    border:1px solid #e9e9e9;
    margin-bottom: 30px;
    font-size:12px;
    position:relative;
}
.label-text{
    width:100px;
    line-height:54px;
    display: inline-block;
    text-align: center;
}
.input-text{
    margin-left:14px;
    width:294px;
    height:99%;
    border:0;
    outline:none;
}

.registerBtn{
    width:100%;
    height:56px;
    background:#c20813;
    color:#fff;
    font-size:16px;
    letter-spacing:2px;
    border:0;
    cursor:pointer;
}
.checkbox{
    position:absolute;
    top:56px;
    left:4px;
    font-size:12px;
    color:red;
}