input[type="text"], select{
	-webkit-appearance:none; /*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击高亮的颜色*/
}
select{
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
-webkit-appearance:none;
background-image:url(/images/selectbutton.png);
background-repeat:no-repeat;
background-position:95% 50%;
}
form,
fieldset{
	margin:0;
	padding:0;
	border:0;
	font-size: 16px;	
}
.contact-form{
	background: rgba(255, 255, 255, 0.77);
    padding: 0 20px;
}
.hello{
	text-align: center;
    margin: 50px 0 0;
    font-size: 15px;	
}
article{
	text-align: center;
    font-size: 15px;
    margin: 30px 0 50px;
}
form .list{
	margin: 40px 0 0;
	overflow:hidden;
}
form .list.large{
    width: 100%;
}
form .list >p strong{
	color:#b5975b;
}
form .list >p label{
	display:block;
}
form .list >p >input,
form p textarea{
	background: #f2f2f2;
    border: #f2f2f2;
	margin-right: 5px;
}
form p input[type="text"]{
	width: calc(97% - 2px);	
}
form p textarea{
    padding: 10px 0;
    padding-left: 3%;
    background: rgba(255,255,255,0.6);
    border: 1px #858384 solid;
    font-size: 16px;
    margin: 0;
    width: calc(97% - 2px);
}
form .list >p >span{
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
form .list.large p{
	width:100%;
}
form .list >p input.addinput{
    width: 200px;
    display: inline-block;
    margin-left: 5px;
    padding: 5px 10px;
}
form .list >p input#Checknum{
	width:100px;
}
form .list >p.send{
	text-align:right;
}
form .list >p #btnOK{
    display: inline-block;
    color: #fff;
    background: #fbb03b;
    padding: 6px 45px;
    font-size: 16px;
}
form .list >p #btnOK:hover{
    background: #d82424;
}
.Maintain form .list >p >span{
	width: 100%;
    margin: 0;	
}
.Maintain form .list.large p >span{
	width: auto;
    margin-bottom: 5px;
    margin-right: 35px;
}
/* + order
*----------------------------------------------------------------------------*/
.orderStyle{
	padding: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: calc(40% / 3);
	float: left;
}

#order .orderWrap .orderList p:first-child {
	width: 40%;
}

#order .orderWrap .orderList p label {
	padding-bottom: 5px;
    border-bottom: 2px #005f5e 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 a{
	color:#000;
}
#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:768px){
	#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 .orderList p b a{
		height: auto;	
	}
	#order .orderWrap .orderList p:first-child label {
		border-bottom: 2px #0c6b69 solid;
	}
	#order .orderWrap .orderList p b img {
		margin: 0 auto 10px;
		max-width: 100%;
		height: auto !important;
		display: block;
	}	
	.orderStyle{
		padding: 0;	
	}
}
@media screen and (max-width:640px){
	#order .orderWrap .orderList p b img{ display:none;}
	#order .orderWrap .orderList p b a{ height:auto;}
}
@media screen and (max-width: 480px) {
	form .list.other p >span:last-child,
	form .list >p{
		display:block;
		width:100%;
		margin-right:0;
	}
	form .list >p input.addinput{
		width: calc(100% - 130px);	
	}
	form .list.large p{
		margin:0;
	}
	form .list.large p.send{
		margin-top:20px;
	}
	form .list >p #btnOK{
		display:block;
		text-align:center;
	}
}