.tech_tip_box {
    display: block;
    position: absolute;
    z-index: 999;
    /* top: calc(71px + 16px); */
    top: 200%;
    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 .tech_tip_inner_div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px;
}
.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.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 .tech_tip_title {
    margin-left: 10px;
}
.tech_tip_box.warning {
    background: #FF4D4F;
}

.success_icon_box {
	width:100%;
	height:150px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.success_icon_box .success_icon {
	width: 150px;
    height: 150px;
    background: url(../images/front/kepler_wake_success.svg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.success_icon_box .title3 {
	width: auto;
	height: 32px;
	font-size: 24px;
	font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	font-weight: normal;
	text-align: center;
	color: #222222;
	line-height: 20px;
}

.success_icon_box .title4 {
	width: auto;
	height: 27px;
	font-size: 20px;
	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: #222222;
	line-height: 20px;
}

.dealer_regsubmit_btn_div .dealer_regsubmit_box{
	width: 193px;
	display: flex;
	align-items: center;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 1px solid #1e88d9;
	border-radius: 26px;
	cursor: pointer;
}
.dealer_regsubmit_btn_div .dealer_regsubmit_box .title{
	width: auto;
	height: 20px;
	font-size: 20px;
	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: #1e88d9;
	display:flex;
	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: 12px;
    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: 12px;
    cursor: pointer;
}

@media screen and (min-width: 1024px) {
	.unas-singel-banner-right-dealertitle {
		right: auto;
		
	}
	.unas-singel-banner-dealertitle {
		    position: absolute;
			top: 50%;
			left: calc(50% - 12rem );
			margin: 0px auto;
			transform: translateY(-50%);
			/* padding: 0px 10rem; */
			color: #FFFFFF;
			width: 24rem;
	}
	
	.unas-singel-banner-dealertitle .big-title {
		    font-size: 3.125rem;
			font-weight: 700;
	}
	.reg-dealer {
		position: relative;
		margin-top: 2rem;
		width: 100%;
		height: 1380px;
		height: 500px;
		margin: 0 auto;
		/* background-color: #f1f1f1; */
		/* display:flex; */
		/* align-items:center; */
		/* justify-content: flex-start; */
	}
	.reg-dealer .dealer-regbox{
		margin: 0px auto;
		margin-top: 2rem;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width:720px;
	}
	.dealer-regitem {
		width: 100%;
		/* height: 81px; */
		height: auto;
		
		/* background-color: grey; */
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	.dealer-regitem .title, 
	.dealer-regitem .title1 {
		width: auto;
		height: 27px;
		font-size: 20px;
		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: #000000;
		line-height: 20px;
		/* margin-bottom: 10px; */
	}
	.dealer-regitem .title:before {
	  content: "*";
	  color: red;
	  margin-right: 2px;
	}
	.dealer-regitem .dealer-notitle {
		/* margin-top: 10px; */
		/* width: 720px; */
		/* height: 44px; */
		/* background: #ffffff; */
		/* border: 1px solid #dddddd; */
		/* border-radius: 5px; */
		/* padding-left: 10px; */
		/* position: relative; */
		/* clear: both; */
		/* position: relative; */
    
	}
	
	
	.dealer-regitem .dealer-notitle {
		width: 720px;
		height: 44px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		margin-top: 10px;
		border: 1px solid #ddd;
	}
	.dealer-notitle-normalinput {
		height: 27px;
		width: 90%;
		border: none;
		outline: none;
		padding-left: 10px;
		font-size: 20px;
		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: #999;
		line-height: 27px;
	}
	.dealer-notitle-search-logo {
		padding: 0px 1rem 0px 1.25rem;
		display: flex;
		align-items: center;
		padding-left: 1.25rem;
		cursor: pointer;
	}
	.dealer-notitle-search-logo-img {
		width: 26px;
		height: 26px;
		display: inline-block;
		background: url(/images/faq/find@2x.png) no-repeat;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		transform: rotate(0deg);
		cursor: pointer;
	}
	
	.dealer-regitem .dealer-notitle-normalinput::placeholder {
		width: auto;
		height: 27px;
		font-size: 20px;
		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: #999;
		line-height: 20px;
	}
	
	/*选择按钮*/
	.dealer_operation_select {
		position: relative;
		display: inline-block;
		height: 44px;
		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;
	}
	.dealer_operation_selectbox {
        padding: 0 1.2143rem;
		padding-right: 2rem;
		display: inline-block;
		height: 44px;
		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;
	}
	.dealer_operation_select:after {
		content: '';
		position: absolute;
		right: 11px;
		top: 15px;
		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);
	}
	.dealer-regitem  .dealer-notitle1 {
		border:none;
	}
	.dealer-regitem  .dealer-notitle1 .dealer_operation_select,
	.dealer-regitem  .dealer-notitle1 .dealer_operation_select .dealer_operation_selectbox{
		width:100%;
		height:44px;
	}
	
	.dealer-premobile-div {
		position: relative;
		width: 65px;
		margin-left: 10px;
	}
	
	.dealer-premobile {
		width: auto;
		height: 27px;
		font-size: 20px;
		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: 20px;
	}
	.dealer-premobile:after {
		content: '';
		position: absolute;
		right: 5px;
		top: 5px;
		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);
	}
	
	.dealer_input_radio_div {
		width: 720px;
		height: 27px;
		background: #ffffff;
		/* border: 1px solid #dddddd; */
		/* border-radius: 5px; */
		display: flex;
		align-items: center;
	}
	.dealer_input_radio_div .dealer_input_radio_box {
		width: auto;
		height: 27px;
		font-size: 20px;
		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: #000000;
		line-height: 20px;
		display: flex;
		align-items: center;
	}
	.dealer_input_radio_div  :not(:last-child) {
		margin-right: 20px;
	}
	.dealer_input_radio_div .dealer_input_radio_box .dealer_input_radio_icon {
		width: 27px;
		height: 27px;
		background: url(../images/backend/login_checkbox_normal.svg) no-repeat;
		background-size: contain;
		background-position: center center;
	}
	.dealer_input_radio_div .dealer_input_radio_box :not(:last-child) {
		margin-right: 5px;
	}
	.dealer_input_radio_box span {
		min-width:50px;
	}
	
	.dealer_regsubmit_btn_div {
		width: 100%;

		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 47px;
		margin-bottom: 47px;
		height: 50px;
		
	}
	.dealer_regsubmit_btn_div .dealer_regsubmit_box{
		width: 193px;
		display: flex;
		align-items: center;
		align-items: center;
		justify-content: center;
		height: 50px;
		border: 1px solid #1e88d9;
		border-radius: 26px;
		cursor: pointer;
	}
	.dealer_regsubmit_btn_div .dealer_regsubmit_box .title{
		width: auto;
		height: 20px;
		font-size: 20px;
		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: #1e88d9;
		display:flex;
		align-items: center;
	}
	
	.tech_tip_box {
		display: block;
		position: absolute;
		z-index: 999;
		/* top: calc(71px + 16px); */
		top: 200%;
		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;
	}
	
	.dealer-regitem .remark_box {
		width: 720px;
		height: 100px;
		background: #ffffff;
		color: #999;
		font-size: 12px;
		font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
		font-weight: 400;
		padding-top: 10px;
		padding-left: 10px;
		margin-top: 10px;
		border: 1px solid #dddddd;
		border-radius: 5px;
		line-height: 12px;
		resize: none;
	}
	
	.dealer-regitem .remark_box:focus {
		outline: none;
	}
	
	
	
}

@media screen and (max-width: 768px) {
	.unas-singel-banner-right-dealertitle {
		right: auto;
		
	}
	.unas-singel-banner-dealertitle {
		    position: absolute;
			top: 50%;
			left: calc(50% - 12rem );
			margin: 0px auto;
			transform: translateY(-50%);
			/* padding: 0px 10rem; */
			color: #FFFFFF;
			width: 24rem;
	}
	
	.unas-singel-banner-dealertitle .big-title {
		    font-size: 3.125rem;
			font-weight: 700;
	}
	.reg-dealer {
		position: relative;
		margin-top: 2rem;
		width: 100%;
		height: 1380px;
		height: 500px;
		margin: 0 10px;
		/* background-color: #f1f1f1; */
		/* display:flex; */
		/* align-items:center; */
		/* justify-content: flex-start; */
	}
	.reg-dealer .dealer-regbox{
		margin: 0px auto;
		margin-top: 2rem;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width:100%;
		/* margin: 0 10px; */
	}
	.dealer-regitem {
		width: calc(100% - 40px);
		/* height: 81px; */
		height: auto;
		
		/* background-color: grey; */
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	.dealer-regitem .title,
	.dealer-regitem .title1 {
		width: auto;
		height: 27px;
		font-size: 20px;
		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: #000000;
		line-height: 20px;
		/* margin-bottom: 10px; */
	}
	.dealer-regitem .title:before {
	  content: "*";
	  color: red;
	  margin-right: 2px;
	}
	
	.dealer-regitem .dealer-notitle {
		width: 100%;
		height: 44px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		margin-top: 10px;
		border: 1px solid #ddd;
	}
	.dealer-notitle-normalinput {
		height: 27px;
		width: 90%;
		border: none;
		outline: none;
		padding-left: 10px;
		font-size: 20px;
		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: #999;
		line-height: 27px;
	}
	.dealer-notitle-search-logo {
		padding: 0px 1rem 0px 1.25rem;
		display: flex;
		align-items: center;
		padding-left: 1.25rem;
		cursor: pointer;
	}
	.dealer-notitle-search-logo-img {
		width: 26px;
		height: 26px;
		display: inline-block;
		background: url(/images/faq/find@2x.png) no-repeat;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		transform: rotate(0deg);
		cursor: pointer;
	}
	
	.dealer-regitem .dealer-notitle-normalinput::placeholder {
		width: auto;
		height: 27px;
		font-size: 20px;
		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: #999;
		line-height: 20px;
	}
	
	/*选择按钮*/
	.dealer_operation_select {
		position: relative;
		display: inline-block;
		height: 44px;
		min-width: 75px;
		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;
	}
	.dealer_operation_selectbox {
        padding: 0 1.2143rem;
		padding-right: 2rem;
		display: inline-block;
		height: 44px;
		min-width: 75px;
		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;
	}
	.dealer_operation_select:after {
		content: '';
		position: absolute;
		right: 11px;
		top: 15px;
		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);
	}
	.dealer-regitem  .dealer-notitle1 {
		border:none;
	}
	.dealer-regitem  .dealer-notitle1 .dealer_operation_select,
	.dealer-regitem  .dealer-notitle1 .dealer_operation_select .dealer_operation_selectbox{
		width:100%;
		height:44px;
	}
	
	.dealer-premobile-div {
		position: relative;
		width: 65px;
		margin-left: 10px;
	}
	
	.dealer-premobile {
		width: auto;
		height: 27px;
		font-size: 20px;
		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: 20px;
	}
	.dealer-premobile:after {
		content: '';
		position: absolute;
		right: 5px;
		top: 5px;
		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);
	}
	
	.dealer_input_radio_div {
		width: calc(100% - 40px);
		height: 27px;
		background: #ffffff;
		/* border: 1px solid #dddddd; */
		/* border-radius: 5px; */
		display: flex;
		align-items: center;
	}
	.dealer_input_radio_div .dealer_input_radio_box {
		width: auto;
		height: 27px;
		font-size: 20px;
		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: #000000;
		line-height: 20px;
		display: flex;
		align-items: center;
	}
	.dealer_input_radio_div  :not(:last-child) {
		margin-right: 20px;
	}
	.dealer_input_radio_div .dealer_input_radio_box .dealer_input_radio_icon {
		width: 27px;
		height: 27px;
		background: url(../images/backend/login_checkbox_normal.svg) no-repeat;
		background-size: contain;
		background-position: center center;
	}
	.dealer_input_radio_div .dealer_input_radio_box :not(:last-child) {
		margin-right: 5px;
	}
	.dealer_input_radio_box span {
		min-width:40px;
	}
	
	.dealer_regsubmit_btn_div {
		width: 100%;

		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 47px;
		margin-bottom: 47px;
		height: 50px;
		
	}
	
	.tech_tip_box {
		display: block;
		position: absolute;
		z-index: 999;
		/* top: calc(71px + 16px); */
		top: 200%;
		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;
	}
	
	
	
	.dealer-regitem .remark_box {
		width: 360px;
		height: 100px;
		background: #ffffff;
		color: #999;
		font-size: 12px;
		font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
		font-weight: 400;
		padding-top: 10px;
		padding-left: 10px;
		margin-top: 10px;
		border: 1px solid #dddddd;
		border-radius: 5px;
		line-height: 12px;
		resize: none;
	}
	
	.dealer-regitem .remark_box:focus {
		outline: none;
	}
	
	
}