a{ cursor: pointer;}
.mt30{
    margin-top: 30px;
}
.mb48{
    margin-bottom: 48px;
}
.line_01{
    width: 24px;
    height: 5px;
    background: #3A8CE7;
    border-radius: 3px;
}
/* .line_02{
    width: 280px;
    height: 1px;
    margin-bottom: 15px;
    background: #EEEEEE;
} */
.wrapper{
    min-width: 1609px;
    height:900px;
    background:url('/static/home/image/login_bg.png') 0 no-repeat;
    background-size: cover;
    position: relative;
}
.box{
    height: 100%;
}
.page{
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    height: 100%;
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
}
.login-logo{
    position: absolute;
    top: 56px;
    left: 80px;
    width: 79px;
    height: 80px;
}
.left12{
    width: 290px;
    height: 626px;
    top: 250px;
    right: 348px;
}
/*  */
.contain{
    position: absolute;
}
.contain h2{
    font-size: 24px;
    color:#3A8CE7;
    line-height: 32px;
    margin:0;
    font-family: Microsoft YaHei;
    margin: 0;
}
.contain span{
    font-size: 14px;
    font-weight: 300;
    color:#999;
    display: block;
    margin:14px 0;
    font-family: Microsoft YaHei;
}

.input-box label{
    display: block;
    font-size: 16px;
    color:#444;
    margin-bottom: 5px;
    font-weight: 400;
}
.login-input,.input-label input {
	 -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}
.login-input {
	border: 1px solid #ccc;
	border-radius: 10px;
}
.input-box input{
    font-size: 14px;
    padding:10px 0 10px 10px;
    width: 280px;
}
.input-box span{
    display: inline-block;
    margin:0;
}
.capt_img{
    width: 80px;
    height: 32px;
    margin-bottom: -10px;
    margin-left: -87px;
}
.btn-active{
    background: #3A8CE7;
    box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16);
    color:#fff;
}
.btn{
    height: 48px;
    border-radius: 10px;
    text-align: center;
    width: 298px !important;
}
.input-btn{
    display: flex;
}
.line-text span:first-child{
    font-size: 14px;
    color: #666;
    line-height: 32px;

}
.line-text span:hover,.line-text span a:hover{
    cursor: pointer;
    color: #3A8CE7;
}
.line-text span a{
    font-size: 14px;
    color: #3A8CE7;
    line-height: 32px;
    cursor: pointer;
}
.box-text a{
    position:absolute;
    left: 56px;
    bottom: 65px;
    color: #fff;
}
/* 注册 */
.text-primary {
    color: #02aeff;
}
.color9{
    color: #999;
}
.line-text{
    margin:10px 0;
}
.mb8 input[type="checkbox"] {
    width: 15px;
    height: 15px;
    opacity: 0.8;
    vertical-align:-3px;
}
.inblock{
    display: inline-block;
}
.input-label{
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.register{
    width: 960px;
    height: 640px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10001;
}
.register-text{
    position: absolute;
    top: 100px;
    right: 300px;
    z-index: 222;
}
.register-box
{
    background: #FFFFFF;
    width: 900px;
    height: 640px;
    position: fixed;
    opacity: 0.4;
    top: 55%;
    left: 55%;
    transform: translate(-55%, -50%);
}
.send{
    margin-left: -61px;
    color:#3A8CE7;
    z-index: 222;
    font-size: 14px !important;
}
/* 隐私条款 */
.clause{
    height: 600px;
    width: 464px;
    background: #fff;
    position: absolute;
    top: 28px;
    overflow: hidden;
    overflow-y: auto;
    right: 216px;
    z-index: 222;
    display: none;
}
.clause-close{
    padding: 23px 0px;
    position: fixed;
    right: 260px;
}

/* 忘记密码 */

.Forget{
    width: 960px;
    height: 640px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 999;
}
