.main-content .left{
	width:100%;
}
input[type="button"]{
	-webkit-appearance:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form select{
    -webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 	
	border: none;
	background-image:url(/images/34/selectbutton.png);
	background-repeat:no-repeat;
	background-position:95% 50%;
}
.form{
	width:100%;
	margin: 20px 0 0;
}
.form form{
	font-size:17px;
}
form fieldset{
	border:0;
	padding:0;
	margin:0;
}
form fieldset p{
	border-bottom: 1px solid #def1fd;
    padding: 0;
    margin-bottom: 0;
	overflow: hidden;
}
form fieldset p label{
	display: inline-block;
    width: 110px;
    background: rgba(164, 222, 224, 0.26);
    padding: 8px 15px;
    border-left: 3px solid #a4dee0;
    margin-right: 15px;
}
form fieldset p.send{
    border-bottom: 0;
    text-align: center;
    margin: 50px 0;
}
form fieldset p.send input{
    background: #ce2d2d;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    padding: 5px 25px;
    border: 1px solid #400808;
    outline: none;
}
form fieldset p.send input:hover{
	background: #f2461e;
    cursor: pointer;
    border: 1px solid #a72f13;
}
form fieldset p input[type="text"],
form fieldset p select{
	background: #fff;
    padding: 3px;
    font-size: 17px;
    width: calc(100% - 171px);
}
form fieldset p select{
	background: #fff;
    border-color: #ffffff;
    color: #545454;
	font-size:16px;
}
form fieldset p input#Checknum{
	width: 100px;	
}
#gmap{
	width:100%;
	margin: 20px 0;
}
#gmap iframe{
	width:100%;
	height:300px;
}

article{
    overflow: hidden;
    color: #2b2b2b;
    font-size: 16px;
}
/* + order
*----------------------------------------------------------------------------*/
#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 #007afb 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;
}
.contact-form >h3{
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    background: #bb303a;
    color: #fff;
    padding: 5px 0;
	margin-top: 30px;
}
.contact-form article{
	text-align: center;
    margin: 40px 0;
}
.contact-form div label span{
	display:inline-block;
	width:7px;
	height:7px;
	border-radius:50%;
	background: #015177;
	margin-right: 5px;
}
.contact-form{
	margin: 20px auto 0;
    width: 100%;
	overflow:hidden;
}
.contact-form .left{
	width:48%;
	float:left;
	box-shadow: inherit;
}
.contact-form .right{
	width:48%;
	float:right;
}

.contact-form fieldset{
	padding:0;
	margin:0;
	border: 0;
}
.contact-form div{
	font-size:14px;
	color:#4c4c4c;
	margin-bottom:10px;
	position:relative;
	padding: 0;
}
.contact-form div label{
	display:block;
	margin-bottom: 10px;
}
.contact-form div input{
}
.contact-form div input[type="text"],
.contact-form div textarea{
	display: block;
    border: 1px solid #d2d2d2;
    background: #fcfcfc;
    width: 97%;
    border-radius: 8px;
    height: 36px;
	outline: none;
	padding-left:2%;
}
.contact-form div textarea{
    height: 100px;
	padding: 10px 0 10px 2%;
}
.contact-form 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:right;
	margin-top: 50px;
}
.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: 1px solid #66b7b9;
    padding: 8px 25px;
    border-radius: 5px;
    background: #6dbfc1;
    color: #fff;
	cursor:pointer;
}
.contact-form .send p.sendp i{
	margin: 0 10px;
}
.contact-form .send p input{
	background: none;
	line-height: 14px;
    font-size: 14px;
	color: #fff;
	cursor:pointer;
}
.contact-form .send p.sendp:hover{
    border: 1px solid #276365;
	color: #f31515;
}
@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 .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){
	form fieldset p,
	form fieldset p select{
		font-size: 14px;	
	}
	form fieldset p label{
	    width: 70px;	
	}
	form fieldset p input[type="text"], form fieldset p select{
		width: calc(100% - 131px);
	}
	#contact,
	.contact-form .left,
	.contact-form .right{
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	form fieldset p input#Checknum{
		width:70px;
	}
}