/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a {
	color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
ul,
ol,
li {
	list-style: none;
}
em,
i {
	font-style: normal;
}
img {
	padding: 0;
	margin: 0;
	border: none;
}
input,
img {
	vertical-align: middle;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: 'Microsoft Yahei', 'Times New Roman', Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	-font: 85%/1 "\9ED1\4F53";
	background-color: #ffffff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'Microsoft Yahei';
	font-size: 16px;
}
.hide {
	display: none;
}
/*项目列表页*/

.search_box {
	width: 100%;
	margin: 5% 0 0 0%;
}
.search_text {
	width: 91%;
	height: 27px;
	border-radius: 5px;
	border: none;
	margin-left: 3%;
	font-size: 16px;
	padding-left: 3%;
	background: #f1f1f1;
	font-family: 'Microsoft Yahei';

}
.secrch_img {
	position: absolute;
	margin-top: 2%;
	left: 90%;
}
.customized {
	width: 94%;
	background: #ffffff;
	margin: 0 0 0 3%;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #c9c9c9;
	padding: 5% 0;
}
.house_ul {
	float: left;
	margin-top: 4%;
	width: 50%;
}
.house_li1 {
	overflow: hidden;
	font-size: 15px;
	color: #a2a2a2;
	width: 100%;
	position: relative;
}
.house_li1 a {
	float: left;
	color: #fff;
	font-size: 17px;
}
.house_span {
	float: left;
	background: #c59834;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	margin-right: 3%;
	padding: 4% 14% 4% 14%;
}
.house_name {
	padding: 4% 0 4% 0;
	position: absolute;
	right；0； top：6%； font-size: 15px;
}
.house_li2 {
	font-size: 16px;
	margin-top: 3%;
	font-weight: bold;
	color: #3e3e3e;
	margin-left: 4%;
}
.house_li3 {
	font-size: 14px;
	color: #ff8a00;
	margin-top: 0%;
}
.page1_06 {
	width: 50%;
	margin-top: 2%;
}
.page_text {
	margin: 5% 0 5% 6%;
}
.page_text li {
	position: relative;
	padding-left: 10px;
	color: #535656;
}
.page_text span {
	float: left;
	background: url(../images/triangle_03.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
}
.page_project {
	position: relative;
	left: 50%;
	margin-left: -45%;
	border-radius: 5px;
	width: 90%;
	padding: 3% 0;
	background: #c59834;
	color: #fff;
	font-size: 13px;
	text-align: center;
	;
}
.page_project p {}
/*项目列表页 end*/
/*项目详情页*/

.details_ul {
	position: relative;
	left: 50%;
	margin-left: -25%;
	top: 20%;
	text-align: center;
	margin-top: 6%;
	overflow: hidden;
	float: left;
}
.details_ul li {
	padding: 6px 10px;
	float: left;
	color: #c59834;
	text-decoration: none;
}
.li_left {
	border: 1px solid #e2e2e2;
	border-radius: 5px 0 0 5px;
}
.li_right {
	border: 1px solid #e2e2e2;
	border-radius: 0 5px 5px 0;
	border-left: none;
}
.details_ul .active {
	background: #c59834;
	color: #fff;
	border-color: #c59834;
}
.details_ul2 {
	width: 90%;
	height: 40px;
	margin-top: 25%;
	background: #eeeeee;
	border-top: 1px dashed #dcdcdc;
	padding-left: 10%;
}
.details_ul2 li {
	float: left;
	width: 30%;
	height: 100%;
	line-height: 40px;
	text-align: center;
}
.details_ul2 li.active {
	background: #FFF;
	color: #c59834;
	border-top: 5px solid #c59834;
	border-bottom: 5px solid #fff;
	line-height: 30px;
}
.page2_01 {
	margin-top: 10%;
}
.page2_popup {
	position: fixed;
	left: 50%;
	top: 60%;
	width: 90%;
	margin-left: -45%;
	height: 120px;
	background: #eeeeee;
	border: 1px solid #c59834;
	border-radius: 10px;
}
.popup_left {
	float: left;
	padding: 5% 0 5% 8%;
}
.popup_left p {
	font-size: 18px;
	line-height: 24px;
	color: #707070;
}
.popup_left a {
	color: #707070;
}
.popup_left .popup_title {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 3%;
	color: #3e3e3e;
}
.page2_btn {
	position: absolute;
	right: 5%;
	top: 26%;
	padding: 2% 5%;
	background: #c59834;
	border-radius: 5px;
	color: #fff;
	;
}
.popup_left page2_btn {
	color: #fff;
}
.page2_text1 {
	position: relative;
	padding: 5% 3%;
	background: #eeeeee;
	margin: 10% 5%;
	border-radius: 5px;
	color: #6b6b6b;
	font-size: 15px;
}
.text2_bottom {
	position: absolute;
	width: 10%;
	height: 16%;
	left: 50%;
	margin-left: -5%;
	bottom: -8%;
}
.text2_p {
	overflow: hidden;
}
.text2_p .spacing {
	margin-left: 34%;
}
.page2_text2 {
	position: relative;
	padding: 5% 3%;
	background: #eeeeee;
	margin: 10% 5%;
	border-radius: 5px;
	color: #6b6b6b;
	font-size: 15px;
}
.page2_text2 .text2_left {
	float: left;
	width: 25%;
}
.page2_text2 .text2_right {
	float: left;
	width: 72%;
}
.page2_text3 {
	margin: 10% 0 30% 0;
	border-top: 1px dashed #dcdcdc;
}
.page2_text3 {
	margin: 5% 10%;
}
.page2_text3 li {
	padding: 5% 0;
	border-bottom: 1px solid #c9c9c9;
	color：#2a2a2a；
}
.page2_text3 p {
	font-size: 15px;
	color: #575757;
}
.page02_text4 {
	width: 80%;
	padding: 10%;
	background: #eeeeee;
	margin-top: 20%;
}
.page02_text4 p {
	font-size: 13px;
	color: #525252;
}
.page2_text3 h2 {
	font-size: 16px;
	color: #575757;
	padding-bottom: 2%;
}
/*我要预约弹层*/

.page2_layer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.appointment {
	width: 90%;
	background: #fff;
	border: 1px solid #c59834;
	border-radius: 6px;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -100px;
}
.text_box {
	width: 100%;
	text-align: left;
	margin-top: 10%;
	padding: 5% 0;
}
.text_box input {
	width: 60%;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	padding-left: 5px;
	margin-right: 10%;
}
.text_box p {
	line-height: 40px;
	width: 100%;
	line-height: 40px;
	text-align: right;
}
.page_submit {
	width: 100%;
	text-align: center;
}
.page_submit img {
	width: 40%;
	margin-top: 10px;
}
.page2_cuo {
	position: absolute;
	right: -5%;
	top: -5%;
}
/*我要预约弹层*/
/*项目详情页*/
/*支持者*/

.page2_support {
	margin: 10% 3% 50% 3%;
}
.support_ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #383838;
}
.support_li1 {
	width: 25%;
	padding-left: 5px;
}
.support_li2 {
	width: 25%;
}
.support_li3 {
	width: 48%;
}
.support_title {
	border: 1px solid #c9c9c9;
	overflow: hidden;
	border-left: none;
	border-right: none;
}
/*支持者 end*/
/*预约成功*/

.success_top {
	position: relative;
}
.success_top a {
	position: absolute;
	left: 8%;
	top: 25%;
	width: 10%;
	height: 57%;
}
.black_03 {
	position: absolute;
	left: 6%;
	top: 35%;
}
.Information {
	width: 95%;
	padding: 3% 0 3% 5%;
	background: #e4e4e4;
	color: #6b6b6b;
	font-size: 17px;
}
.Information_success {
	width: 100%;
	text-align: center;
	margin-top: 10%;
}
.Information_success h1 {
	line-height: 24px;
	font-size: 20px;
	color: #c59834;
}
.Information_success p {
	line-height: 22px;
	font-size: 17px;
	color: #c59834;
}
.from {
	width: 100%;
	margin-top: 40%;
	text-align: center;
}
.from a {
	color: #fff;
	font-size: 18px;
}
.from_dzhi {
	padding: 2% 25%;
	background: #c59834;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 3%;
}
.from p {
	line-height: 20px;
	color: #8d8d8d;
	font-size: 13px;
}
.share_box {
	margin-top: 8%;
	padding-bottom: 10%;
	overflow: hidden;
}
.share_box a {
	color;
	color: #fff;
	background: #c59834;
	border-radius: 5px;
	margin: 0 5%;
	font-size: 17px;
}
.share {
	float: left;
	padding: 3% 13%;
}
.reservation {
	float: right;
	padding: 3% 10%;
}
/*预约成功 end*/
/*我的预约 */

.space_box {
	background: #f2f2f2;
}
.space_p {
	width: 94%;
	padding-left: 6%;
	line-height: 36px;
	font-size: 17;
	background: #e4e4e4;
	color: #6b6b6b;
}
.space_ul1 {
	width: 96%;
	height: 35px;
	padding: 0 2%;
	background: #c59834;
}
.space_ul1 li {
	float: left;
	height: 100%;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.space_ul2 {
	width: 96%;
	height: 40px;
	padding: 0 2%;
	font-size: 12px;
}
.space_ul2 li {
	float: left;
	height: 100%;
	line-height: 50px;
	text-align: center;
	color: #4c4c4c;
	border-bottom: 1px solid #c9c9c9;
}
.space_li1 {
	width: 8%;
}
.space_li2 {
	width: 32%;
}
.space_li3 {
	width: 15%;
}
.space_li4 {
	width: 25%;
}
.space_li5 {
	width: 20%;
}
.space_from {
	margin-top: 81%;
}
.space_dzhi {
	padding: 2% 8%;
	margin-top: 4%;
}
/*我的预约 end*/

.custom_line {
	width: 100%;
	height: 1px;
	border-top: 1px dashed #dcdcdc;
	margin-top: 20%;
	margin-bottom: 5%;
}
.progress {
	padding: 4%;
	width: 80%;
	position: relative;
	left: 6%;
	top: 5%;
	background: #eeeeee;
	border-radius: 5px;
	text-align: center;
}
.progress p {
	line-height: 35px;
	overflow: hidden;
	position: relative;
	font-size: 15px;
}
.span_left {
	float: left;
}
.span_right {
	float: right;
}
.span_center {
	position: absolute;
	left: 10%;
	width: 30%;
	height: 1px;
	border-top: 1px dashed #dcdcdc;
}
.custom_div {
	width: 100%;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.custom_span {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #c59735;
}
.span1 {
	position: absolute;
	left: 27%;
	top: 50%;
	width: 58%;
}
.span2 {
	position: absolute;
	left: 15%;
	top: 50%;
	width: 56%;
}
.span3 {
	position: absolute;
	left: 25%;
	top: 50%;
	width: 52%;
}
.dzhi_a {
	margin-top: 2%;
	margin-bottom: 0;
}
.progress a {
	color: #fff;
}
.time_p {
	margin: 3% 0 0 6%;
	position: relative;
	padding-bottom: 50%;
}
.time_p span{
	color:#96b13e;
}
.time_03 {
	padding-right: 1%;
	margin-bottom: 1%;
}
.explain {
	padding: 3%;
	margin: 10% 5% 1% 5%;
	border: 2px solid #c59834;
	border-radius: 8px;
	position: absolute;
	top: 0;
	background: #fff;
}
.exp_bottom {
	padding-bottom: 5%;
}
.explain_top {
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 5%;
}
.explain_top h2 {
	line-height: 26px;
	font-size: 18px;
	color: #111502;
	font-weight: normal;
	font-weight: 500;
}
.explain_top p {
	font-size: 15px;
	line-height: 20px;
	color: #4a4c43;
}
.explain_top .p_title {
	font-size: 17px;
	color: #111502;
	padding: 2% 0;
}
.div_p {
	padding: 4px 0;
}
.div_bottom {
	width: 100%;
	margin-top: 5%;
	text-align: center;
	margin-bottom: 5%;
}
.div_bottom a {
	color: #fff;
}
.btn_p {
	margin-bottom: 5%;
}
.btn_ok {
	padding: 2% 6%;
	color: #fff;
	background: #c59834;
	margin-top: 5%;
	border-radius: 5px;
}
.span_p {
	background: url(../images/btn_no_03.png) no-repeat;
	float: left;
	width: 22px;
	height: 22px;
	position: relative;
	left: 24%;
	margin-top: 0;
}
.span_p.active {
	background: url(../images/btn_ok.png) no-repeat;
}
.page_hid {
	position: absolute;
	right: -4%;
	top: -3%;
}
.div_opacity {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7)
}
.from .p_tel {
	color: #a4a4a4;
	font-size: 14px;
}
/*苹果4手机 start*/

@media screen and (max-width: 320px) {
	.support_ul li {
		float: left;
		height: 30px;
		line-height: 30px;
		color: #383838;
		font-size: 14px;
	}
	.page2_text2 .text2_left {
		float: left;
		width: 28%;
	}
	.page2_text2 .text2_right {
		float: left;
		width: 72%;
	}
	.space_ul1 li {
		font-size: 12px;
	}
}
@media screen and (max-width: 375px) and (max-height: 603px) {
	.space_ul2 {
		font-size: 14px;
	}
}
@media screen and (max-width: 414px) and (max-height: 672px) {
	.space_ul1 li {
		font-size: 12px;
	}
	.space_ul2 {
		font-size: 12px;
	}
}
@media screen and (max-width: 320px) and (max-height: 504px) {
	.page2_text2 .text2_left {
		float: left;
		width: 28%;
	}
	.page2_text2 .text2_right {
		float: left;
		width: 72%;
	}
}
@media screen and (max-width: 360px) and (max-height: 572px) {
	.page2_text2 .text2_left {
		float: left;
		width: 28%;
	}
	.page2_text2 .text2_right {
		float: left;
		width: 72%;
	}
	.space_ul2 {
		font-size: 12px;
	}
}
/*苹果6 plus样式*/

@media screen and (min-height: 603px) and (max-height: 672px) {
	.house_ul {
		margin-left: 3%;
		width: 43%;
	}
	.page2_text2 .text2_left {
		float: left;
		width: 24%;
	}
}
@media screen and (min-width: 432px) and (max-height: 599px) {
	.house_ul {
		margin-left: 3%;
		width: 43%;
	}
	.house_span {
		padding: 4% 17% 4% 17%;
	}
	.page2_text2 .text2_left {
		float: left;
		width: 22%;
	}
	.space_ul1 li {
		font-size: 16px;
	}
	.space_ul2 {
		font-size: 15px;
	}
}