#body-content{
    background-color: #efefef;
    padding-top: 30px;
}
#login{
    margin:0 auto;
    width:1000px;
    height:550px;
}
#login-content{
    width:100%;
    height:500px;
}
#login .login-div{
    height:500px;
    margin:auto;
    background-color: #fff;
    border:1px solid #cfcfcf;
}
#login .left{
    width:48%;
    display:none;
}
#login .content{
    width:1px;
    height:80%;
    margin-top:50px;
    border:1px solid #efefef;
    border-left:0px solid;
}
#login .right{
    width:48%;
}
.right-div{
    width:74%;
    margin:0 auto;
    margin-left:15%;
}
#login-content .top-change{
    width:80%;
    height:50px;
    margin:auto;
    margin-top:20px;
    margin-bottom: 20px;
    border-bottom:1px solid #aaa;
}
#login-content .top-change .span-card{
    padding:11px 50px;
    line-height: 50px;
    color:#747474;
    font-size: 20px;
    cursor: pointer;
    margin-right: -5px;
    font-weight: 600;
}
#login-content .top-change .selected{
    color:#2DA44F;
    border-bottom:2px solid #2DA44F;
}

/*提示框*/
.login-tips{
    width:80%;
    margin:auto;
    height:45px;
}
.login-tips .icon-notice{
    vertical-align: -2px;
    margin-left: 10px;
    margin-right: 3px;
}
#login-tips, #register-tips{
    display: none;
}
.login-tips .icon-close{
    vertical-align: -2px;
    margin-left: 5px;
    cursor: pointer;
}
#notice-text{
    width:220px;
    display: inline-block;
}
#notice-text-register{
    width:220px;
    display: inline-block;
}
.form-div{
    margin:auto;
    width:80%;
    height:75px;
    text-align: left;
    font-weight: 400;
}
.text-input{
    border:1px solid #E3E2E2;
    width:98.0%;
    height:32px;
    border-radius: 3px;
    font-size: 14px;
    color:#686868;
    padding-left: 4px;
    margin-left: 0px;
}
.text-input:focus{
    border:1px solid #3eb53d;
}
.login-notice{
    height:28px;
    color:#4d4d4d;
    font-size: 14px;
    line-height: 28px;
    font-family: "Microsoft Yahei";
    background-color: #FCEEE8;
    border:1px solid #F6C8B5;
}

/*忘记密码*/
.find-pwd{
    margin-left: 170px;
    font-weight: 400;
    display: inline-block;
}
.find-pwd a{
    color:#2DA42C;
    font-size: 13px;
}
.find-pwd a:hover{
    text-decoration: underline;
}

/*注册和第三方登录*/
.regest-user{
    width:80%;
    height:40px;
    margin:auto;
    color:#888;
    font-size: 13px;
    line-height: 40px;
    margin-bottom: 35px;

}
.regest-user span{
    display: inline-block;
}
#wb_connect_btn{
    width:80px;
}
.regest-user a{
    color:#2DA42C;
    font-size: 13px;
    vertical-align: -1.5px;
}
.regest-user a:hover{
    color:#2DA42C;
}
.regest-user .icon-notice{
    vertical-align: -5px;
}
.regest-user .login-aouth a{
    color:#0078b6;
}
.regest-user .login-aouth a:hover{
    color:#2DA42C;
    text-decoration: underline;
}
/*登陆按钮*/
.submit, .register{
    color:#ffffff;
    width:80%;
    height:43px;
    text-align: center;
    font-weight: 400;
    border-radius:2px;
    cursor: pointer;
    font-weight: 600;
    margin-left:14px;
    margin:auto;
}
.submit div, .register div{
    line-height: 43px;
}
/*输入文案*/
.form-text{
    color:#747474;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

/*标题*/
.login-top{
    color:#747474;
    font-size: 22px;
    text-align: center;
    height:30px;
    margin-top:20px;
    font-weight: 800;
    /*border-bottom: 1px solid;*/
}
/*验证码*/
.verify{
    color:#747474; 
    font-size: 18px;
    display:block;
}
#verify{
    width:100px;
    height:40px;
    float:left;
    background-color: #aaaaaa;
}
.submit p, .register p{
    margin-top:3px;
}
.inputverify{
    width:150px;
    float:left;
}
.verifyimg{
    float:left;
    height:33px;
    margin-left:15px;
    margin-top:0px;
    border:1px solid #F1F2F2;
    cursor: pointer;
}
/*切换验证码*/
.check-verify{
    margin-left: 155px;
    font-weight: 400;
    display: inline-block;
}
.check-verify a{
    color:#2DA42C;
    font-size: 13px;
}
.check-verify a:hover{
    text-decoration:underline;
}
#submit-withing{
    vertical-align: -3px;
    display: inline-block;
}
#service{
    margin-left: 0px;
}
#send-mail{
    border:1px solid #cfcfcf;
    width:110px;
    font-size:14px;
    cursor: pointer;
    line-height: 31px;
    height:31px;
    text-align: center;
    color:#555;
    background-color: #dfdfdf;
}
#send-mail:hover{
    color:#fff;
    background-color: #aaa;
    border:1px solid #9a9a9a;
}

/*切换验证码*/
.use-time{
    margin-left: 90px;
    font-weight: 400;
    color:#afafaf;
    display: inline-block;
}

