html {
	width:100%;
	height:100%;
}
.contianer {
	padding-bottom:0;
}

.box {
	width:100%;
	height:auto;
	padding:15px;
	box-sizing:border-box;
	overflow:hidden;
} 

.box-title {
	width:100%;
	height:32px;
	border-bottom: 1px solid #BE9D68;
	padding-bottom:10px;
	margin-bottom:10px;
}

.box-title h2 {
	font-size:18px;
	line-height:32px;
	color:#271c1c;
	border-left:4px solid #BE9D68;
	text-indent:8px;
}

.box-title h2 img {
	margin:10px 0 0 6px;
}

.box-p {
	line-height:150%;
	font-size:14px;
}

 .box-p1 em {
	color:#900;
 }
 .box-p2 {
	font-weight:700;
 }
 
 .box-img {
	width:100%;
	margin-top:20px;
 }
 
 .box-tishi {
	 line-height: 24px;
	 font-size: 12px;
	 margin-bottom: 12px;
 }
 
 .box-ul {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	background:linear-gradient(to left,#D5A96A, #F9DBB4); 
 }
 
 .box-ul ul {
	width:100%;
	height:auto;
	overflow:hidden;
	display:none;
	background:#fff;
 }
 
 .box-ul ul li {
	float:left;
	width:48%;
	height:36px;
	box-sizing:border-box;
	border:1px dashed #BE9D68;
	margin-top:10px;
	text-align:center;
	line-height:36px;
    font-size: 12px;
    overflow: hidden;
 }
 
.box-ul ul li.cur {
	border:1px solid #BE9D68;
	background:url(/static/index/images/publicpage/xuanzhong.png) no-repeat 98% 5px;
	background-size:10px auto;
}
 
 .box-ul ul li:nth-child(2n) {
	float:right;
 }
 
 .box-sp1 {
	text-align:center;
	width:100%;
	display:block;
	font-size:18px;
	height:36px;
	line-height:36px;
	background:url(/static/index/images/publicpage/jiantouxia.png) no-repeat 94% center;
	background-size:20px auto;
	
 }
 
 .box-sp1.cur {
	background:url(/static/index/images/publicpage/jiantoushang.png) no-repeat 94% center;
	background-size:20px auto;
 }
 
.box-sp1 img {
	width:calc(118rem / 72);
	vertical-align:middle;
	display:inline-block;
}
.box-sp1 em {
	margin:0 8px;
	color:#fff;
}




.biaodan {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:20px;
	box-sizing:border-box;
	background:#BE9D67;
	border-radius:20px 20px 0 0;
	margin-top:20px;
}

.biaodan span {
	display:block;
	width:100%;
	line-height:36px;
	color:#271c1c;
	font-size:18px;
}

.biaodan input {
	width:100%;
	height:36px;
	border:1px solid #725533;
	box-sizing:border-box;
	border-radius:10px;
}

.box-btn {
	width:100%;
	height:48px;
	background:linear-gradient(to left,#D5A96A, #F9DBB4); 
	margin-top:5px;
	text-align:center;
	line-height:48px;
	font-size:18px;
	color:#fff;
	letter-spacing:2px;
	border-radius:0 0 20px 20px;
	margin-bottom:95px;
}
.motai {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:99999;
	top:0;
	left:0;
	display:none;
}

.motai-in {
	width:260px;
	height:240px;
	background:#F5EAD6;
	position:absolute;
	top:50%;
	left:50%;
	margin: -120px 0 0 -130px;
	padding:20px 10px 10px ;
	box-sizing:border-box;
	border:1px  solid #BE9D67;
	
}

.motai-in-p1 {
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:700;
}

.motai-in-p1 img {
	width:18px;
	height:auto;
	margin-top:1px;
	margin-right:5px;
}

.motai-in-p2 {
	font-weight:400;
}

.motai-in a {
	width:50%;
	height:36px;
	background:#725533;
	margin:10px auto;
	border-radius:5px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:36px;
}

.erweima {
	padding-top:10px;
	border-top:1px solid #BE9D67;
	width:100%;
}

.box-close {
	position:absolute;
	top:10px;
	right:10px;
	width:15px;
}

.form dl{width:90%;height:auto;margin:auto;font-size:12px;}
.form dl dd{height:40px;margin:10px auto;}
.form dl dd span{display:inline-block;width:30%;height:36px;line-height:36px;margin-right:2%;font-size:12px;}
.form dl dd input,.form dl dd select{height:36px;line-height:36px;width:65%;border:1px solid #725533;outline:none;font-size:12px;display:inline-block;background:#fff}