.tech_regindex_bg {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-image: url(../images/front/register_bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    overflow: hidden;
	overflow: overlay;
	background-attachment: fixed;
}
.tech_regindex_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tech_regindex_mainbox,
.tech_regindex_reg_div{
	width: 750px;
	height: 670px;
	/* height: auto; */
	/* background-color:blue; */
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-direction: column;
}

.tech_regindex_mainbox .logo_icon_div,
.tech_regindex_reg_div .logo_icon_div {
	width: 100%;
	height: 36px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.tech_regindex_mainbox .logo_icon_div .logo_icon,
.tech_regindex_reg_div .logo_icon_div .logo_icon {
	width:143px;
	height:36px;
	background-image: url(../images/front/wy_logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tech_regindex_mainbox .title_div,
.tech_regindex_reg_div .title_div {
	width: 100%;
	height: 39px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 17.5px;
	
}
.tech_regindex_mainbox .title_div .title,
.tech_regindex_reg_div .title_div .title {
	width: auto;
	height: 100%;
	font-size: 30px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 300;
	text-align: center;
	color: #1d1d1d;
}

/*主体*/
.fields_div {
	
	width: 100%;
	height: 39px;
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-direction:column;
	margin-top: 90px;
	margin-bottom: 60px;
	
}
.tech_regnormaluser_content .fields_div {
	height: 100%;
	margin-top: 40px;
}

.fields_div .field_items {
	width: 100%;
	height: 62px;
	margin-bottom: 28px;
	/* background-color:grey; */
	display: flex;
    align-items: center;
    justify-content: center;
	width:370px;
}

.field_items .field_item {
	display: flex;
    align-items: flex-start;
    justify-content: center;
	flex-direction:column;
	width:370px;
}
.field_items :not(:last-child){
	/* margin-right:30px; */
}
.field_item .field_title {
	width: auto;
	height: 19px;
	font-size: 14px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 400;
	text-align: left;
	color: #1d1d1d;
	margin-bottom:10px;
}
.normalinputtxt_div {
	width: 362px;
	height: 33px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	
}
.normalcode_div {
	width: 362px;
	height: 33px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	display:flex;
	align-items:center;
	
}
.normalcode_div .normalinputtxt{
	flex:1;
}
.tech_verifycode {
	width: auto;
	height: 17px;
	font-size: 12px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #348cd4;
	display:flex;
	align-items:center;
	justify-content:center;
	border-left: 1px solid #ddd;
	padding:0px 10px;
	cursor:pointer;	
}
.field_items .dealer-premobile-div {
    position: relative;
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
	
	display: flex;
	height: 100%;
	align-items: center;
}
.checkpwd_open {
	display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/front/unas_icon_eye_open.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
.checkpwd_close {
	display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/front/unas_icon_eye_close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
.dealer-premobile {
    width: auto;
    height: 17px;
    font-size: 12px;
    font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
    font-weight: 400;
    text-align: left;
    color: #1d1d1d;
    line-height: 17px;
}
.dealer-premobile:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1;
    text-align: center;
    width: 7px;
    height: 10px;
    pointer-events: none;
    box-sizing: border-box;
    background: url(../images/newimg/icon_dropdown01_place.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    transform: rotate(90deg);
}
.normalinputtxt {
	width: 342px;
	height: 30px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding-left:10px;
	border:none;
	outline:none;
}	
.normalinputtxt::placeholder {
	width: auto;
	height: 17px;
	font-size: 12px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 500;
	text-align: left;
	color: #999;
	color: #9d9d9f;
}
.normalselectbox {
	width: 360px;
	height: 33px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding-right:10px;
	
}
.normalselectbox .normalselectitem {
	width: 360px;
	height: 33px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding-left:10px;
	padding-right:10px;
	outline:medium;
	background: transparent;
	border: none;
	

	height: 33px;
	font-size: 12px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 500;
	text-align: left;
	color: #1d1d1d;
}

.btn_item {
	width: 100%;
	height: 33px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.btn_item .submit_div {
	width: 360px;
	height: 33px;
	background: #1e88d9;
	border-radius: 5px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	
}
.reg_normaluser {
	margin-top: 20px;	
}

/* 注册成功 */
.success_icon_div {
	width: 100%;
	height: 60px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top: 55px;
}
.success_icon_div .success_icon {
	width:60px;
	height:60px;
	background-image: url(../images/front/unas_notification_icon_success.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.success_tip_div {
	width: 100%;
	height: 19px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top: 25px;
	margin-bottom: 80px;
	font-size: 14px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 400;
	text-align: center;
	color: #1d1d1d;
}
.userinfo_item {
	width: 100%;
	height: 50px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom: 1px solid #dddddd;
}
.userinfo_item .userinfo_keyitem {
	width: auto;
	height: 19px;
	font-size: 14px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 400;
	text-align: left;
	color: #1d1d1d;
}
.userinfo_item .userinfo_valueitem {
	width: auto;
	height: 22px;
	font-size: 16px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: 500;
	text-align: right;
	color: #1d1d1d;
}
.loginbtn {
	margin-top: 61.5px;
}
.tech_regnormaluser_content {
	height: calc(100% + 200px);
	align-items: flex-start;
	padding-top: 5rem;
}
.tech_regnormaluser_reg_content {
	/* width: 100%; */
    /* height: calc(100% - 37px); */
    /* overflow: hidden; */
    /* margin: 0px auto; */
}

.tech_tip_box {
    display: block;
    position: absolute;
    z-index: 999;
    /* top: calc(71px + 16px); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: #414141; */
    padding-top: 0rem;
    width: 19.375rem;
    height: 12.125rem;
    border-radius: 1rem;
    opacity: 0.8;
    text-align: center;
    font-size: 0.875rem;
    color: #FFFFFF;
    width: auto;
    height: 32px;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
}
.tech_tip_box.warning {
	
	background: #FF4D4F;
}
.tech_tip_box.success {
	
	background: #5FBF28;
}
.tech_tip_box .tech_tip_inner_div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px;
}
.tech_tip_box.warning .tech_tip_icon {
	display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/backend/error_icon.svg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-bottom: 0rem;
}
.tech_tip_box.success .tech_tip_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/backend/success_icon.svg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-bottom: 0rem;
}
.tech_tip_box .tech_tip_title {
    margin-left: 10px;
}
.tech_tip_box.success .tech_tip_title {
	color: #FFFFFF !important;
}

.field_items .regindex_notitle {
    width: 500px;
    height: 33px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    border: 1px solid #ddd;
}
.regindex_operation_select {
    position: relative;
    display: inline-block;
    height: 33px;
    min-width: 100px;
    min-height: 33px;
    background: #fff;
    border-radius: 1.5714rem;
    border: #ddd solid 1px;
    cursor: pointer;
    /* margin-left: 10px; */
    margin-right: 10px;
    display: inline-block;
    border-radius: 5px;
}
.regindex_operation_select:after {
    content: '';
    position: absolute;
    right: 11px;
    top: 12px;
    z-index: 1;
    text-align: center;
    width: 7px;
    height: 10px;
    pointer-events: none;
    box-sizing: border-box;
    background: url(../images/newimg/icon_dropdown01_place.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    transform: rotate(90deg);
}
.regindex_operation_selectbox {
        padding: 0 10px;
    /* padding-right: 2rem; */
    display: inline-block;
    height: 33px;
    min-width: 100px;
    min-height: 33px;
    background: #fff;
    /* border-radius: 5px; */
    /* border: #ddd solid 1px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border: none;
    outline: none;
    background: transparent;
}

@media (max-width: 750px) {
    .tech_regindex_mainbox {
		width: calc(100% - 0px);
		height: 670px;
		/* height: auto; */
		/* background-color:blue; */
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		/* padding: 0px 20px; */
	}
	.success_icon_div {
		margin-top: 15px;
	}
	.loginbtn {
		margin-top: 61.5px;
		margin-top: 15px;
	}
	.fields_div .field_items {
		
		justify-content: center;
	}
	.tech_regindex_reg_div {
		width: calc(100% - 0px);
	}
	
	.field_items .regindex_notitle {
		width: 370px;
		
	}
	
}