.app{
	background: #F4F4F4;
    height: fit-content;
}
.login_register{
	margin-top: 60px;
	display: flex;
	flex-wrap:wrap;
}
.login_register .tabs{
	display: flex;
	align-items: center;
}
.login_register .tabs .tabItem{
	width: 50%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #333;
	border-bottom: 1px solid #979797;
	cursor: pointer;
}
.login_register .tabs .tabItem.active{
	border-bottom:5px solid #666;
	font-weight: bold;
}
.login_register #register-form{
	margin-top: 10px;
}
#register-form .formItem{
	margin-top: 40px;
}
#register-form .formInput{
	margin-top: 19px;
	display:flex;
}

#register-form .form-input{
	height: 60px;
	background: #FFFFFF;
	line-height: 60px;
	margin-bottom: 0;
    margin-top: 0;
}
.phoneCode{
    border: 1px solid #ccc;
    border-right: none;
    padding: 10px;
    border-radius: 3px;
}
#register-form .sendCode{
	position: relative;
}
#register-form .sendCode .sendCodebtn{
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #666;
	color: #fff;
	text-align: center;
	width: 30%;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}
.rules #registration_acceptTerms1{
	margin-right: 10px;
}
.registerBtn{
	height: 76px;
	background: #666;
	text-align: center;
	line-height: 76px;
	color: #fff;
	margin: 64px 0px;
}
.login_register .right_con{
	padding-top: 50px;
}
.login_register .right_con .title{
	height: 25px;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 25px;
}
.login_register .right_con .info_list{
	margin-top: 16px;
	margin-left: 20px;
}
.login_register .right_con .info_list li{
	margin-top: 24px;
	list-style: disc;
}
.login_register .right_con ul li{
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
}
.formItem .form_pass{
    position:relative;
}
.form_pass .icon_eye{
    position: absolute;
    top: 18px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor:pointer;
}
.form_pass .icon_eye img{
    width:100%;
}
@media(max-width: 992px){
    .login_register .right_con{
        padding-top:0px;
        padding-bottom:50px;
    }
    .login_register .tabs .tabItem{
        font-size:16px;
    }
}