/**********请选择注册类型******************/

body {
	width: 100%;
	height: 100%;
}

.registerbox {
	width: 100%;
	height: 100%;
	background: url(../img/bg.png) no-repeat bottom center #fff;
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
}

.registerbox .registerhead {
	padding: 3% 2%;
	overflow: hidden;
}

.registerbox .registerhead .returnicon {
	float: left;
	width: 4%;
}

.registerbox .registerhead p {
	font-size: 14px;
	line-height: 28px;
	color: #a0a0a0;
	float: right;
}

.registerbox .registerhead p>img.explainicon {
	width: 30%;
	margin-right: 2%;
}

.registerbox h5 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	padding: 20% 0 10%;
	color: #333333;
	font-weight: normal;
}

.registerbox a.person,
.registerbox a.company {
	width: 100%;
	display: block;
}

.registerbox a.person>img,
.registerbox a.company>img {
	width: 65%;
	margin: 0 auto;
	display: block;
}

.registerbox a.company {
	padding-top: 10%;
}

.explainupopup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.explainupopup .deliveryintro {
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 86%;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 2%;
}
.explainupopup .deliveryintro h5{
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	border-bottom: 1px solid #f1f1f1;
}
.explainupopup .deliveryintro p{
	padding: 2% 4%;
	font-size: 14px;
	color: #000000;
	text-align: left;
	line-height: 22px;
}
.explainupopup .deliveryintro p>em{
	color: #ff7e01;
}
.explainupopup .deliveryintro a.surebtn{
	border-top: 1px solid #F1F1F1;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	width: 100%;
	display: block;
	font-weight: bold;
}
/*****************个人用户注册**********************/
.personregisterbox{
	width: 100%;
	height: 100%;
	position: relative;
	background: url(../img/headbg.png) no-repeat 0px top #FFFFFF;
	overflow: hidden;
}


.personregisterbox .personhead {
	padding: 3% 2%;
	overflow: hidden;
	position: relative;
}

.personregisterbox .personhead .returnicon {
	position: absolute;
	top: 20%;
	left: 4%;
	width: 10%;
}
.personregisterbox .personhead .returnicon>img{
	width: 40%;
}
.personregisterbox .personhead h5 {
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
	text-align: center;
}
.personregisterbox .personhead a.illustratebtn {
	position: absolute;
	right: 4%;
	top: 18%;
	font-size: 14px;
	line-height: 28px;
	color: #FFFFFF;

}

.personregisterbox .personhead a.illustratebtn>img.explainicon {
	width: 30%;
	margin-right: 2%;
}
.registerinputbox{
	position: relative;
	background-color: #FFFFFF;
	border-radius: 20px;
	margin: 5% 5% 5% ;
	padding: 8% 2%;
	box-shadow: 0 0 10px #dadada;
}
.registerinputbox .registeritem{
	border-bottom: 1px solid #F1F1F1;
	overflow: hidden;
	padding: 4% 2%;

}
.registerinputbox .registeritem label{
	width: 10%;
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #ff8612;
}
.registerinputbox .registeritem label.register-left{
	width: 30%;
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #ff8612;

}
.registerinputbox .registeritem label>img{
	width: 66%;
	margin-right: 3%;
}
.registerinputbox .registeritem label.register-left>img{
	width: 20%;
	margin-right: 3%;
}

.registerinputbox .registeritem>a{
	width: 70%;
	float: right;
	color: #dadada;
	font-size: 14px;
	line-height: 28px;
	text-align: right;

}
.registerinputbox .registeritem input.inputword{
	font-size: 14px;
	line-height: 28px;
	color: #000;
	width: 90%;
}
.registerinputbox .registeritem input.wordriht{
	font-size: 14px;
	line-height: 28px;
	color: #000;
	width: 70%;
}
.registerinputbox .registeritem input.codeinput{
	font-size: 14px;
	line-height: 28px;
	color: #000;
	width: 60%;
}
.registerinputbox .registeritem input.phonenum,
.registerinputbox .registeritem input.nameinput,
.registerinputbox .registeritem input.psdinput{
	font-size: 14px;
	line-height: 28px;
	color: #000;
	width: 80%;
}
.registerinputbox .registeritem input.shop_name,
.registerinputbox .registeritem input.wordright{
	width:70%;
	float:right;
	font-size: 14px;
	line-height: 28px;
	text-align:right;
}
.registeritem .detele_btn,
.registeritem .eyes_btn{
	float:right;
	width:10%;
}
.registeritem .detele_btn>img{
	width:80%;
	
}
.registeritem .eyes_btn>img{
	width:70%;
	margin-top:18%
}

.get_code{
	background-color: rgba(243,243,243,0.8);
	line-height: 28px;
	padding: 0 0.5em;
	border-radius: 0.8em;
	width:22%;
	float:right;
	color:#ff7e01;
}

.registerinputbox .registeritem input[type=text]::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
	color: #dadada;
}
.registerinputbox .registeritem input[type=text]::-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
	color: #dadada;
}
.registerinputbox .registeritem input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
	color: #dadada;
}
.registerinputbox .registeritem input[type=text]::-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
	color: #dadada;
}
.registerclause p{
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 28px;

}
.registerclause  .sureregister{
	width: 90%;
	margin: 0 auto;
	display: block;
	background-color: #ff7e01;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	border-radius: 5px;
	padding: 1% 0;
	margin-top: 2%;
}
.registerclause p input.check {
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 26px;
	position: relative;
	margin-right: 2%;
}

.registerclause p input.check::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: url(../img/check_d.png) center center no-repeat;
}

.registerclause p input.check:checked::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 100%;
	background: url(../img/checked.png) center center no-repeat #FFF;
}
.appointmentupopup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}
.appointmentbox{
	position: absolute;
	border: 6px solid #ff7d01;
	top: 20%;
	width: 86%;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #FFFFFF;
}
.appointmentbox .horn{
	margin: -20% auto 0;
	width: 40%;
	display: block;
}
.appointmentbox h5{
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}
.appointmentbox p{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin: 0 5%;
	text-align: justify;
	margin-bottom: 5%;
}
.appointmentbox p.tipsword{
	color: #ff010d;
	background-color: #ffe5e5;
	padding: 3%;
}
.appointmentbox .agreebtn{
	margin: 0 5%;
	padding-bottom: 5%;
	overflow: hidden;
}
.appointmentbox .agreebtn input{
	width: 40%;
	border-radius: 8px;
	padding: 1% 0;
	font-size: 15px;
	line-height: 28px;
}
.appointmentbox .agreebtn input.unagree{
	color: #9b9b9b;
	text-align: center;
	border: 1px solid #9b9b9b;
	background-color: #ffff;
	float: left;
}
.appointmentbox .agreebtn input.agreed{
	color: #fff;
	text-align: center;
	border: 1px solid #ff7d01;
	background-color: #ff7d01;
	float: right;
}
/*****************门店注册说明********************************/
.register_explain{
	width: 100%;
	height: 100%;
	position: relative;
}
.explainhead,.searchhead{
	background-color: #ff7d01;
	height: 40px;
	overflow: hidden;
	position: relative;
}
.explainhead a.returnicon,
.searchhead a.returnicon{
	position: absolute;
	top: 18%;
	left: 4%;
	width: 10%;
}
.explainhead .returnicon>img,
.searchhead .returnicon>img{
	width: 40%;
}
.explainhead h5,
.searchhead  h5{
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
}
.explain_info{
	margin: 3%;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.explain_info p.explain_title{
	border: 1px solid #ff7d01;
	color: #ff7d01;
	font-size: 14px;
	line-height: 28px;
	width: 20%;
	text-align: center;
}
.explain_info p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 3%;
}
.explain_info p.explain_cost{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
/********************搜索小区*******************************/
.searchbox{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.searchbox .searchword{
	padding:2%;
	overflow: hidden;
}
.searchbox .searchword select{
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	float: left;
	border: 1px solid #e2e2e2;
	background: url(../img/i_arrow_down.png) no-repeat 95% center;
	background-size: 10% auto;
	padding: 0 4%;
	border-radius: 5px;
	margin-right: 2%;
	background-color: #ff7e01;
}
.searchbox .searchword .searchinput{
	width: 52%;
	float: left;
	font-size: 14px;
	line-height: 32px;
	color: #000000;
	background:url(../img/search.png) no-repeat 5% center #FFFFFF;
	background-size: 8% auto;
	border: 1px solid #f1f1f1;
	border-radius: 20px;
	padding-left: 12%;
}
.searchbox .searchword .searchbtn{
	color: #FFFFFF;
	background-color: #FF7D01;
	font-size: 14px;
	line-height: 32px;
	float: right;
	padding: 0 2%;
	border-radius: 8px;
}
.searchinfo{
	margin-top: 4%;

}
.searchinfo h5{
	padding: 3% 2%;
	background-color: #f9f9f9;
	overflow: hidden;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}
.searchinfo h5>img{
	width: 6%;
}
.searchinfo .houseinfo{
	margin: 0 2%;
	padding: 3% 0;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.searchinfo .houseinfo p{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
}
.searchinfo .houseinfo p.housename{
	color: #ff7d01;


}
.searchinfo .houseinfo p.housename em{
	float: right;
}

.newMaskdeliveryintro {
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 96%;
	height: 70%;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 2%;
}

.new_register_next_btn {
	display: block;
	text-align: center;
	background-color: #FF7D01;
	color: #FFFFFF;
	font-size: 0.5em;
	line-height: 2.2em;
	padding: 0.2em 2em;
	border-radius: 0.4em;
	float: left;
}

.but_register_next_btn {
	display: block;
	text-align: center;
	background-color: #999;
	color: #FFFFFF;
	font-size: 0.5em;
	line-height: 2.2em;
	padding: 0.2em 2em;
	border-radius: 0.4em;
	float: left;
}


.citupop{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	z-index:99;
	display:none;
	background-color: rgba(0,0,0,0.5)
}
.citybox{
	position:absolute;
	bottom:0;
	background-color: #ffffff;
	width:100%;
}
.citybox p{
	font-size:15px;
	line-height:30px;
	color:#333;
	padding:2% 0;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}
.citybox p.on{
	color: #FF7D01;
}
	