﻿/*通用样式*/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	font: 18px Arial, "宋体";
	font-size: 16px;
	color: #333;
	background: #fff;
}

b{
	color: #ca0000;
}

img {
	width: 100%;
	display: block;
	pointer-events: none;
	-wekit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select: none;
}

/* section */

section{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	background-color: #233756;
}

center{
	background-color: #fff;
	margin: 0 .6rem 5rem;
	padding: .6rem;
}

center p,center img{
	padding-bottom: 0.2rem;
}

center p{
	color: #333;
	font-size: 1.2rem;
	line-height: 2.4rem;
	text-indent: 0rem;
	text-align: left;
}

.tip{
	width: 94%;
	margin: 0 auto;
	border-top: 1px dashed #233756;
	padding-top: 1.4rem;
}

.jzbox{
	background-color: #233756;
	display: block;
	padding: .6rem .6rem 0;
	margin-bottom: 2rem;
}

.jzbox h1{
	text-align: center;
	font-size: 1.6rem;
	padding-bottom: .8rem;
	color: #fed2a8;
	font-weight: bold;
	border-bottom: 1px dashed #fff;
	margin-bottom: .6rem;
}

.jzbox p{
	color: #fff;
	padding-bottom: .6rem;
}

.bq{
	text-align: center;
	text-indent: 0;
	color: #999;
	font-size: 18px;
}

/* footer */

footer{
	width: 100%;
	max-width: 680px;
	position: fixed;
	bottom: 0;
	background-color: #233756;
	padding-top: .4rem;
}

footer p{
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	line-height: 2.2rem;
}

footer img{
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}

/*wechat*/

.wechat{
	position: relative;
	top: 0;
	left: 0;
	border: 1px dashed #ca0000;
	padding: 1rem .6rem .4rem .6rem;
	margin: .6rem auto 1.6rem;
	background: rgb(255 250 249 / 99%);
}

.sign{
	width: 14%;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 43%;
    background: #ca0000;
}

.sign2{
	width: 14%;
    height: 10px;
    position: absolute;
    left: 43%;
    background: #ca0000;
	bottom: -5px;
}

.wechat p{
	text-align: center;
	text-indent: 0 !important;
	padding-bottom: .6rem;
}

.icon{
	width: 30px;
	display: inline-block;
	margin-right: .2rem;
	vertical-align: middle;
}

.yibo{
	color: red;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 2.4rem;
	color: #ca0000;
}

/*wxcode*/

.wechat .wxcode{
	font-size: 2rem;
	font-weight: bold;
	color: white;
	background: #233756;
	padding: 0 .4rem;
	margin-left: 6px;
	display: inline-block;
}

footer .wxcode{
	background-color: #ffff00;
	color: #FF0000;
	font-size: 1.4rem;
	font-weight: bold;
	padding: .2rem .4rem;
	display: inline-block;
}


/*btn*/

.btn_box {
	z-index: 5 !important;
	width: 120% !important;
	background: transparent !important;
	position: absolute !important;
	text-align: center !important;
	box-sizing: content-box !important;
	top: -50% !important;
	left: -10%;
	font-weight: 400 !important;
	line-height: 200% !important;
	height: 200% !important;
	font-size: 0.8em;
	border-radius: 4px;
	color: white;
}

.btn_copy {
	display: none;
	padding: 0;
	z-index: 10 !important;
	outline: none !important;
	border: none !important;
	width: 60px !important;
	position: relative !important;
	text-align: center !important;
	box-sizing: content-box !important;
	margin: -30px auto 0 !important;
	font-weight: 400 !important;
	line-height: 32px;
	height: 32px;
	font-size: 16px !important;
	border-radius: 4px;
	color: white;
	background: #777;
}

.t_copyy {
	position: absolute;
	left: 50%;
	top: 32px;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top-color: #777;
}

.show_ {
	display: block !important;
}

.copy_bk {
	background-color: blue !important;
	color: white !important;
}

@media only screen and (min-width:690px) {
	
	center p{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
	
	.tip{
		width: 70%;
		padding-bottom: 2rem;
	}
	
	.jzbox h1{
		font-size: 2.4rem;
	}
	
	.wechat p{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}

}


@media only screen and (max-width:690px) {
    	center p{
		font-size: 1rem;
		line-height: 2rem;
	}
	
	.tip{
		width: 70%;
		padding-bottom: 1.5rem;
	}
	
	.jzbox h1{
		font-size: 2rem;
	}
	
	.wechat p{
		font-size: 1rem;
		line-height: 2rem;
	}
}

.con5{ margin:0 5%;background:#fff;padding:.1rem 0;border-radius:.25rem;}
.con5 .nav_title{width:100%;text-align:center}
.con5 .nav_title span{color:#0074db;font-size:.44rem;font-weight:700;display:block;text-align:center}
.con5 .nav_title_des{text-align:center;color:#999;font-size:.22rem;display:block;line-height:.45rem;padding-top:.15rem;position:relative;height:.353rem}
.con5 .nav_title_des span{background:#fff;text-align:center;position:absolute;z-index:9;display:block;left:1.25rem;padding:0 .25rem ; line-height: 2;}
.con5 .bdsx{border:.1px solid #dce0df;width:95%;position:absolute;top:.38rem;left:2.5%}
.con5 #reservation{width:93.6%;margin:.25rem auto 0}
.con5 #reservation ul li{display:flex;width:100%;float:left;height:2.7rem;line-height:2.7rem;font-size:.6rem;margin:.1rem auto}
.con5 #reservation ul li span{width:3.35rem;height:.7rem;box-sizing:border-box;border-right:solid #fff .1rem;float:left;text-align:right;color:#504f4f ; line-height: 2;}
.con5 #reservation ul li span i{color:red}
.con5 #reservation ul li input{box-sizing:border-box;border:solid #dfdfe1 .01rem;font-size:.85rem;text-indent:.5rem;font-family:"Microsoft YaHei";width:20rem;height:2.2rem;float:left;-webkit-appearance:none;border-radius:.1rem}
.con5 #reservation ul li .input_ks{height:1.3rem;font-size:.55rem;width:5rem;color:#999;border:solid #dfdfe1 .01rem}
.con5 #reservation ul li .input_ks option{font-size:.26rem;color:#999}
.con5 #reservation ul li .input_description{width:20rem;box-sizing:border-box;font-size:.55rem;border:solid #dfdfe1 .01rem;height:4rem;line-height:2;font-family:"Microsoft YaHei";padding:.2rem 0.5rem;border-radius:.1rem;}
.con5 #reservation ul li:last-child{height:4rem}
.con5 #reservation ul li input:focus,#reservation ul li input:hover{border-color:#0074db;outline:none}
.con5 #reservation ul li .input_description:focus,#reservation ul li .input_description:hover{border-color:#0074db;outline:none}
.con5 .btn_submit{text-align:center;clear:both;margin-top:.8rem;margin-bottom:.18rem}
.con5 .btn_submit input{background:#ee2b0d;width:50%;height:2.2rem;line-height:2.2rem;color:#fff;font-size:.56rem;border:none;font-family:"Microsoft YaHei";-webkit-appearance:none;border-radius:1rem}