@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.booking_box .book-a{
	display: block;
	text-decoration: none;
}
.booking_box{
	position: fixed;
	right: 15px;
	bottom: 20%;
	z-index: 1000;
}

.booking_box:hover .code{
	display: block;
}
.booking_box .book{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.booking_box .book .box{
	position: relative;
	z-index: 2;
	
}
.booking_box .book .kf{
	width: 36px;
	margin: 0 auto;
	padding-top: 15px;
	display: block;	
}

.booking_box .book .bg{
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.booking_box .book p{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-top: 6px;
}
.code{
	display: none;
	width: 150px;
	position: absolute;
	left: -160px;
	top: -30px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.33s;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.code img{
	width: 100%;
	display: block;
}
.code p{
	text-align: center;
	margin-top: 0;
}

.booking_mail{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999 !important;
	overflow: hidden;
	display: none;
}
.booking_mail .close{
	position: absolute;
	right: 15px;
	top: 20px;
	cursor: pointer;
}
.booking_mail .close img{
	width: 24px;
}
.booking_mail .box{
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.booking_mail .width50{
	width: calc(50% - 12px);
	float: left;
	
}
.booking_mail .item::after {
  content: "";
  display: table;
  clear: both;
}
.booking_mail .item .width50:nth-child(1){
	margin-right: 24px;
}
.booking_mail input{
	width: calc(100% - 10px);
	height: 44px;
	line-height: 44px;
	border: 1px solid #000;
	padding-left: 10px;
}
.booking_mail select{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border: 1px solid #000;
	padding-left: 10px;
}
.booking_mail .width100{
	width: 100%;
	height: 70px;
	border: 1px solid #000;
}
.booking_mail .title{
	font-size: 14px;
	margin: 10px 0;
}
.booking_mail .btn{
	font-size: 16px;
	font-weight: bold;
	width: 180px;
	height: 48px;
	background: #000;
	border-radius: 4px;
	color: #fff;
	margin-top: 20px;
}

/*地图*/
.map img{
	width: 100% ;
}
/* Large devices (desktops, less than 2000px) 普通桌面端 */
@media (max-width: 2016px) {
   }
/* Large devices (desktops, less than 2000px) 普通桌面端 */
@media (max-width: 1520px) { }
/* Large devices (desktops, less than 1260px) 普通桌面端 */
@media (max-width: 1260px) {
  }
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 992px) {
	.booking_mail .box{
		width: 90%;
	}
   }
/* Extra small devices (portrait phones, less than 789px) 手机端竖屏 */
@media (max-width: 789px) {
	.booking_mail .box{
		width: 100%;
	}
	.booking_mail .width50{
		width: calc(100% - 30px);
		margin: 0 15px;
	}
	.booking_mail .item-box{
		width: calc(100% - 30px);
		margin: 0 15px;
		
	}
 }
@media (max-width: 380px) { }

/*# sourceMappingURL=footerWidget11.css.map */
