
.loginBox{
	padding:25px;
}


#goodcover {
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
.enlogin {
	width:400px;
	height:380px;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
	border-radius:5px;
}
.close1 {
	width: 360px;
	height: 20px;
}
.closebt {
	float: right;
}
.closebt img {
	width: 20px;
}

.alert-box{
	width:240px;
	height:240px;
	margin:0 auto;
}

.alert-box img{
	width:100%;
	height:100%;
}

.alert-box-text{
	text-align:center;
	font-size:18px;
	padding-top:15px;
}


/*酒店预订弹出框*/
#goodcover2{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
.alert-hotelBox{
	padding:0 25px;
}
.alert-hotel {
	width:740px;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
	border-radius:5px;
}
.close-btn {
	width: 30px;
	height:30px;
	float:right;
}
.closebt {
	float: right;
}
.closebt img {
	width: 20px;
}
.alert-hotel-code{
	background:#f8f8f8;
	padding-bottom:15px;
}
.alert-box-codeimg{
	width:200px;
	height:200px;
	margin:0 auto;
}

.alert-box-codeimg img{
	width:100%;
	height:100%;
}

.hotel-right{
	width:50%;
	float:left;
	background:#f8f8f8;
}
.alert-hotel-title{
	font-size:20px;
	color:#333;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
}

.hotel-pic{
	width:50%;
	float:left;
}
.hotel-pic ul{
	clear:both;
	overflow:hidden;
	margin-bottom:0;
	/*display:flex;
	justify-content: space-between;
	flex-wrap:wrap;*/
	
}
.hotel-pic ul li{
	height:180px;
	border-bottom:3px solid #fff;
}

.hotel-pic ul li img{
	width:100%;
	height:100%;
}

.address-hotel{
	background:#efdcc2;
	padding:20px 15px;
	color:#333;
}

.address-hotel span{
	display:block;
}

.hotel-info {
	padding:20px;
	margin-bottom:0;
}
.hotel-info li{
	padding-bottom:10px;
}
.hotel-info li span:first-child{
	font-weight:bold;
}
