
.login-cont{
    min-height: 965px;
}
/*title*/
.login-reg-tit{
    margin-left: 4%;
    margin-top: 7%;
    margin-bottom: 5%;
	width:46%
}
.login-reg-tit .tit{
    margin-bottom: 20px;
	font-size: 30px;
}

/*登录注册*/
.login-reg{
    margin-right: 4%;
    max-width: 490px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 35px 40px 50px;
}
.login-reg .tab{
    display: inline-block;
    border-bottom: 1px solid #CCC;
    margin-bottom: 26px;
    line-height: 32px;
    cursor: pointer;
}
.login-reg .tab span{
    font-size: 18px;
    color: #999;
    display: block;
    border-bottom: 3px solid transparent;
    padding: 0 18px 3px;
}
.login-reg .tab span.on{
    font-size: 24px;
    color: #000;
    border-bottom: 3px solid #008647;
}
.login-reg .list{
    margin-bottom: 14px;
    line-height: 46px;
    position: relative;
}
.login-reg .list span{
    position: absolute;
    left: 16px;
    width: 70px;
    text-align-last: justify;
    display: block;
    float: left;
}
.login-reg .list span:after{
    content: '：';
    display: inline-block;
    position: absolute;
    right: -20px;
}
.login-reg .list input{
    width: 100%;
    height: 46px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding-left: 110px;
    font-size: 16px;
    /*background: #fff;*/
    /* float: left; */
}
.login-reg .list input::placeholder{
    color: #333;
}
.login-reg .verification input{
    width: 50%;
    float: left;
}
.login-reg .verification img{
    float: right;
    width: auto;
    height: 46px;
    cursor: pointer;
}

.consent{
    margin: 28px 0 0;
    display: inline-block;
    cursor: pointer;
}
.consent>div{
    text-decoration: underline;
}
.consent input{
    position: absolute;
    left: -9999px;
}
.consent .radio_btn{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #008647;
    margin-right: 8px;
}
.consent.on .radio_btn:after{
    content: '';
    display: block;
    background: #008647;
    position: absolute;
    width: 8px;
    height: 8px;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 2px;
}
.submit-btn{
    margin-top: 50px;
}
.submit-btn input{
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #008647;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
    cursor: pointer;
}

@media only screen and (max-width:1199px){
    .login-cont {
        min-height: auto;
    }
    .login-reg-tit {
		width:100%;
        float: none;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
    }
	.login-reg-tit .tit {
		font-size: 24px;
	}
    .login-reg {
        margin: 0 auto;
        float: none;
    }
    .login-reg .list {
        line-height: 40px;
    }
    .login-reg .list input {
        font-size: 14px;
        height: 40px;
    }
    .login-reg .verification img {
        height: 40px;
    }
    .consent {
        margin: 22px 0 0;
    }
    .reg-submit input {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}
@media only screen and (max-width:768px){
    .login-reg-tit {
        margin-top: 0;
    }
    .login-reg .tab span {
        font-size: 16px;
    }
    .login-reg .tab span.on {
        font-size: 22px;
    }
    .login-reg {
        padding: 30px 20px 40px;
    }
}
