.subject_center {
    width: 100%;
    background: url(/static/images/register_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.register_content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    height: 600px;
    display: flex;
}

.registerLeft {
    width: 600px;
    height: 600px;
}

.registerLogoImg {
    display: block;
    width: 340px;
    height: 340px;
    margin-left: 130px;
    margin-top: 80px;
}

.registerRight {
    width: 600px;
}

.registerContent {
    width: 330px;
    height: 480px;
    background: #FFFFFF;
    box-shadow: 0px 6px 41px 5px rgb(82 14 14 / 15%);
    border-radius: 10px;
    padding: 30px 30px;
    z-index: 999;
    margin-left: 200px;
    margin-top: 0px;

}

.welcomeLoginlogo {
    width: 83px;
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF5028;
    line-height: 30px;
    display: inline-block;
}

.noAccount {
    display: inline-block;
    width: 120px;
    margin-left: 60px;
    margin-top: 1px;
}

.noAccountLabel {
    font-size: 12px;
    color: #999;
}

.goLoginPage {
    color: #ff5028;
    font-size: 12px;
    cursor: pointer;
}

.loginItem {
    width: 270px;
    margin: 20px auto 0;
}
.nickname,
.username,
.phoneCode,
.password,
.surePassword{
	position: relative;
	height: 32px;
	margin-top: 20px;
}

.identity {
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
    display: flex;
}

.identity .identity_item {
    flex: 1;
    text-align: center;
    display: flex;
	cursor: pointer;
}

.identity_item_check {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
	position: relative;
	top: 8px;
    background-color: #E1E1E1;
	margin-left: 10px;
}
.identity_checked{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
}
.identity_checked_active{
	background-color: #FF5028;
}
.identity_item_name{
	margin-left: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}
.surePassword {
    height: 32px;
}

.inputNickname,
.inputUsername,
.inputPassword,
.inputPhoneCode,
.inputSurePassword {
    width: 270px;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    padding-left: 35px;
    font-size: 14px;
    outline: none;
    color: #666;
    border: 1px solid #e4e4e4;
}

.password {
    margin-top: 20px;
}

.iconjubao-dianhua,
.icondengluzhuce-zhanghao,
.icondengluzhuce-mimakai,
.iconjubao-yanzheng {
    position: absolute;
    left: 10px;
    top: 4px;
    color: #999;
}

.inputNickname::-webkit-input-placeholder,
.inputPhoneCode::-webkit-input-placeholder,
.inputUsername::-webkit-input-placeholder,
.inputPassword::-webkit-input-placeholder,
.inputSurePassword::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.sendCode {
    width: 75px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    border: none;
    outline: none;
    color: #fff;
    background: linear-gradient(90deg, #FE5143 0%, #FE8C7D 100%);
    border-radius: 3px;
    position: relative;
    left: 190px;
    top: -30px;
    cursor: pointer;
}

.goRegister {
    display: block;
    width: 164px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    border: none;
    outline: none;
    background: linear-gradient(90deg, #FE5143 0%, #FE8C7D 100%);
    border-radius: 5px;
    margin: 40px auto 0;
    letter-spacing: 4px;
    cursor: pointer;
}

.agreeArticle {
    width: 200px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin: 10px auto 0;
}

.isAgree {
    width: 12px;
    height: 12px;
    line-height: 20px;
    margin-top: 2px;
    margin: 2px 4px 0;
    vertical-align: middle;
}

.agreement {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.serviceAgreement {
    line-height: 20px;
    vertical-align: middle;
    color: #ff5028;
}