.wrap .content-main .tit h3 {
	font-size: 30px;
	color: #333333;
	line-height: 16px;
}

.wrap .content-main .tit h3 b {
	font-size: 16px;
	line-height: 24px;
	display: block;
}

.wrap .content-main .tit h3 i {
	margin-left: 10px;
	color: #d1b084;
}


/* + contInfo
*----------------------------------------------------------------------------*/
.contInfo {
	position: relative;
	/* border: 3px #d2b287 solid; */
}

.contInfo article {
	margin: 15px auto 0;
	width: 60%;
	text-align: center;
	line-height: 170%;
}
.contInfo article span{
	vertical-align: baseline;
}
.contInfo p {
	position: relative;
    width: 130px;
    margin: auto;
	background: #fff;
	font-size: 12px;
	bottom: -11px;
	color: #e17b60;
	text-align: center;
}

.contInfo p i {
	margin-right: 5px;
}


/* + form
*----------------------------------------------------------------------------*/
form ul {
	overflow: hidden;
	margin: 20px 0 10px;
}

form ul li {
	margin: 10px 0;
	margin-right: 1%;
	float: left;
	height: 61px;
	width: 48%;
}

form ul li:nth-child(2n) {
	margin-right: 0;
	margin-left: 1%;
}

form ul li.bigList:nth-child(2n) ,
form ul li.bigList {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	height: auto;
}

form ul li label i {
	margin: 0 5px;
	font-size: 12px !important;
	color: #e17b60;
}

form ul li input[type="text"] ,
form ul li select ,
form ul li textarea {
	padding: 5px 1%;
	width: 99%;
	background: #fcfcfc;
	border: 1px #d2d2d2 solid;
	border-radius: 10px;
	color: #4c4c4c;
}

form ul li.bigList input[type="text"] ,
form ul li.bigList textarea {
	width: 97%;
}

form ul li input[type="radio"] {
	margin-left: 10px;
}

form ul li select {
    padding: 7px 1%;
    width: 102%;
}

form ul li:first-child p {
	overflow: hidden;
	text-align: right;
}

form ul li:first-child label {
	float: left;
}

form ul li:last-child label {
	display: block;
}

form ul li input#Checknum {
	margin-right: 15px;
	width: 300px;
}

form .but {
	margin: 20px 0;
	text-align: center;
}

form .but a {
	margin: 0 5px;
	padding: 2px 5px;
	display: inline-block;
	background: #973e3e;
	border-radius: 2px;
	color: #fff;
}

form .but a#btnOK {
	background: #a68670;
}


/* + order
*----------------------------------------------------------------------------*/
#OrderStyle .content-main{
    width: 100%;
    margin: 0;
}
#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:first-child b a{
	color:#000;
}
#order .orderWrap .orderList p b img {
	margin-right: 15px;
    height: 100px !important;
    width: 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;
}


/************ = é©æ‡‰æ€§ = ************/
/* +width:768 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	form ul li input#Checknum {
		width: 150px;
	}
	#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;
	}
}
@media screen and (max-width:640px) {
	#order .orderList p b a{ height:auto;}
	#order .orderList p label, #order .orderList:first-child p label{background: #fbecd8;}
}

/* +width:480 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	form ul li ,
	form ul li:nth-child(2n) {
		margin-left: 0;
		margin-right: 0;
		width: 97%;
	}
	.contInfo article{    width: 90%;}
}
