.content-main{
	overflow:hidden;
	margin: 30px 0;
}
.content-main .contact-img{
	float:right;
	max-width: 65%;
}
.content-main article{
	float:left;
	width:30%;
	color:#282828;
	font-size:14px;
	margin-top: 50px;
}
.content-main article p{
	color:#c1a250;
    margin: 5px 0;
}
.content-main article p a{
	color:#282828;
}
.contact-center{
	margin: 60px 0 30px;
	position: relative;
    z-index: 2;
}
.contact-center p{
	text-align:center;
}
.notice{
	margin: 25px 0 10px;
}
.notice p{
	color:#e17b60;
	font-size:12px;
	position:relative;
}
.notice p:after{
	position:absolute;
	height:2px;
	background:#d2b287;
	top:11px;
	left:0;
	width:42%;
	content:'';
	display:block;
	z-index: -1;
}
.notice p:before{
	position:absolute;
	height:2px;
	background:#d2b287;
	top:11px;
	right:0;
	width:42%;
	content:'';
	display:block;
	z-index: -1;
}

.contact-center span,
.contact-form span{
	display:inline-block;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#e17b60;
	margin-right: 5px;
}
.contact-form{
	margin: 0 auto;
	position:relative;
	z-index:2;
}
.contact-form fieldset{
	padding:0;
	margin:0;
	border: 0;
	overflow:hidden;
}
.contact-form fieldset .left,
.contact-form fieldset .right{
	float:left;
	width:48%;
}
.contact-form fieldset .right{
	float:right;
}

.contact-form div div{
	font-size:14px;
	color:#4c4c4c;
	margin-bottom:30px;
	position:relative;
}
.contact-form div div label{
	display:block;
	margin-bottom: 10px;
}
.contact-form div div label .light{
	font-weight:normal;
	color: #a1a1a1;
}
.contact-form div div input[type="text"],
.contact-form div div textarea,
.contact-form div div select,
.ckeList{
	display: block;
    border: 1px solid #d2d2d2;
    background: #fcfcfc;
    width: 97%;
    border-radius: 8px;
    height: 36px;
	outline: none;
	padding-left:2%;
}
.contact-form div div select{
	width: 99%;
	color: #4c4c4c;
}
.contact-form div div textarea{
    height: 100px;
	padding: 10px 0 10px 2%;
}
.contact-form div div p.sex{
	position: absolute;
    right: 1%;
    top: 0;
}
.contact-form .code input[type="text"]{
	display:inline-block;
	width:200px;
	margin-right:10px;
}
.contact-form .send{
	text-align:center;
}
.contact-form .send p{
	text-align:center;
	display:inline-block;
	line-height: 14px;
    font-size: 14px;
}
.contact-form .send p.sendp{
	margin: 0 10px;
	border: 2px solid #b9b9c8;
    padding: 10px 15px;
    border-radius: 20px;
	color:#b9b9c8;
}
.contact-form .send p.sendp:hover{
	border: 2px solid #d2b16b;
	background:#d2b16b;
	color:#fff;
}
.contact-form .send p.sendp i{
	margin: 0 10px;
}
.contact-form .send p input{
	background: none;
	line-height: 14px;
    font-size: 14px;
	color: #b9b9c8;
}

.contact-form .send p.sendp:hover input{
	color:#fff;
}
.ckeList{
	line-height: 36px;
}
.ckeList b{
	display:block;
	overflow:hidden;
	font-weight:normal;
}
.ckeList b i{
	float:right;
	margin-top: 10px;
    margin-right: 10px;
}
.ckeList ul{
	display:none;
	position: absolute;
    left: 0;
    top: 36px;
    background: #fff;
    z-index: 3;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
}
.ckeList ul.openList{
	display:block;
}
.ckeList li{
	float: left;
    margin-right: 20px;
}
#order .orderWrap{
	margin-bottom: 15px;
}
#order .orderWrap .orderList{
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px #8e8e8e dashed;
}
#order .orderWrap .orderList p{
	width: 15%;
	float: left;
}
#order .orderWrap .orderList p:first-child{
	width: 40%;
}
#order .orderWrap .orderList p label{
	padding-bottom: 5px;
	border-bottom: 2px #d2b287 solid;
	text-align: center;
	display: none;
}
#order .orderWrap .orderList:first-child p label{
	display: block;
}
#order .orderWrap .orderList p b{
	margin: 5px 20px;
	display: block;
	line-height: 100px;
	text-align: center;
}
#order .orderWrap .orderList p:first-child b{
	text-align: left;
}
#order .orderWrap .orderList p b img{
	margin-right: 15px;
	height: 100px;
}
#order .orderWrap .orderList p input[type="text"]{
	padding: 0 10px;
	width: 30px;
	border: 1px #ddd solid;
	font-size: 16px;
}
#order .orderWrap .orderList p input[type="button"]{
	margin-left: 0;
	padding: 5px 10px;
	background: #ec3939;
	border-color: #901c1c;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
#order .orderWrap .orderList p input[type="button"]:hover{
	background: #901c1c;
}
#order #orderTotal p{
	margin: 10px 0;
	text-align: right;
}
#order .button{
	margin: 15px 0 30px;
	text-align: center;
}
#order .button p.link{
	text-align: right;
}
#order .button p{
	width: 49%;
	display: inline-block;
}
#order .button p a{
	padding: 10px 20px;
	background: #8c7d68;
	display: inline-block;
	font-weight: normal;
	color: #fff;
}
#order .button p.link a{
	background: #e17b60;
}
#order .button p a i{
	vertical-align: initial;
}
#order .button p a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 1366px) {
	.content-main .contact-img{
		max-width: 55%;
	}
	.content-main article{
		width:40%;
		margin-top: 0;
	}
}
@media screen and (max-width: 980px) {
	.content-main .contact-img{
		max-width: 100%;
		width:100%;
	}
	.content-main article{
		width:100%;
		margin-top:20px;
	}
	.notice p:before,
	.notice p:after{
		width:40%;
	}
}
@media screen and (max-width: 768px) {
	.contact-form fieldset .left,
	.contact-form fieldset .right{
		width:100%;
	}
	.notice p:before,
	.notice p:after{
		width:30%;
	}
	#order .orderWrap .orderList{
		border-bottom: 0;
	}
	#order .orderWrap .orderList p,
	#order .orderWrap .orderList p:first-child{
		float: none;
		width: 100%;
		border-bottom: 1px #8e8e8e dashed;
	}
	#order .orderWrap .orderList p label,
	#order .orderWrap .orderList:first-child p label,
	#order .orderWrap .orderList p b{
		margin: 0;
		padding: 10px 0;
		width: 49%;
		display: inline-block;
		line-height: 33px;
		border-bottom: 0;
	}
	#order .orderWrap .orderList p:first-child label,
	#order .orderWrap .orderList p:first-child b{
		width: 100%;
		text-align: center;
	}
	#order .orderWrap .orderList p:first-child label{
		border-bottom: 2px #d2b287 solid;
	}
	#order .orderWrap .orderList p b img{
		margin: 0 auto 10px;
		max-width: 100%;
		height: auto;
		display: block;
	}
}
