

/*联系我们*/
.we{
	margin: 6vw auto;
	padding:0
}
#we_left{
	height: 100%;
	float: left;
	cursor: pointer;
	padding:0
}
#we_right{
	height: 100%;
	padding:0
}
#container2{
	width:32vw;
	height:32vw;
	margin:auto
}


/*移动端在线预约*/
.order{
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: none
}
#order_title{
	width: 100%;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	font-size: 19px;
	background:#fa475d;
}
.order>ul{
	width: 95%;
	height: 210px;
	margin-top: 15px;
}
.order>ul>li{
	width: 100%;
	height: 40px;
	float: left;
	margin-top: 10px;
}
.order>ul>li>div{
	width: 25%;
	float: left;
	height: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold
}
.order>ul>li>input{
	width: 75%;
	height: 100%;
	border: 1px solid#ccc;
	float: right;
	border-radius: 5px;
	padding-left: 10px;
	margin-left: -10px;
}
.order_input{
	width: 75%;
	height: 100%;
	border: 1px solid#ccc;
	float: right;
	border-radius: 5px;
	padding-left: 10px;
	margin-left: -10px;
}
#order_sub{
	width: 200px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #f44959;
	border-radius: 5px;
	margin: 15px auto;
}
/*信息反馈*/
#from_tickling_mb{
    width: 30rem;
    height: 4rem;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
    margin: auto;
    background: #000;
    border-radius: 4px;
    opacity: .6;
    display: none
}
.from_tickling{
    width: 30rem;
    height: 4rem;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    margin: auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 4rem;
    display: none
}



@media(min-width: 10px){
	#container2{
		width:300px;
		height:300px;
		margin:auto
	}
	#we_left>p{
		width: 85%;
		margin: auto;
		color: #ff5562
	}
	#we_left>p>span{
		color: #000
	}
	#we_left>h3{
		text-align: center;
	    color: #fff;
	    background: #fa475d;
	    padding: 10px;
	    margin-bottom: 10px;
	    font-size: 2.4rem;
	    font-weight: 200;
	}
	.order{
		display: block
	}
}
@media(min-width: 982px){
	#container2{
		width:32vw;
		height:32vw;
		margin:auto
	}
	#we_left>p{
		width: 100%;
		color: #000
	}
	#we_left>h3{
		text-align: left;
	    color: #ff5562;
	    background: #fff;
	    padding: 0px;
	    margin-bottom: 10px;
	    font-size: 3rem;
	    font-weight: 200;
	}
	.order{
		display: none
	}	
}