html, body{
	width: 100%;
	height: 100%;
}
#page{
	width: 100%;
	height: 100%;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#wrapper {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
#scroller>div{
	padding-bottom: 40px;
}
[v-cloak]{
	display: none;
}

/*伪类一像素 顶 底*/
.one_px_top, .one_px_bottom{
	position: relative;
}
.one_px_top:before, .one_px_bottom:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	transform: scaleY(.5);
	background: #fff;
}
.one_px_top:before{
	top: 0;
}
.one_px_bottom:after{
	bottom: 0;
}


/*手势点击*/
.pointer{
	cursor: pointer;
}

/*点缀、酒店安排上的斜线*/
.embellish_box{
	border: 1px solid #fff;
	margin: 26px 10px 0 10px;
	padding: 30px 0;
	position: relative;
	border-top: none;
}
.embellish{
	position: absolute;
	top: -9px;
	right: 0;
	left: 0;
	height: 18px;
}
.embellish_crossing_1, .embellish_crossing_2{
	position: absolute;
	top: 9px;
	width: 34%;
	height: 1px;
	background: #fff;
}
.embellish_crossing_1{
	left: 0;
}
.embellish_crossing_2{
	right: 0;
}
.embellish_slant_1, .embellish_slant_2, .embellish_slant_3, .embellish_slant_4{
	position: absolute;
	height: 20px;
	width: 1px;
	background: #fff;
	transform:rotate(30deg);
}
.embellish_slant_1{
	top: 9px;
	left: 33.2%;
	height: 11px;
}
.embellish_slant_4{
	top: 0;
	right: 33.2%;
	height: 11px;
}
.embellish_slant_2{
	top: 1px;
	left: 36%;
	height: 20px;
}
.embellish_slant_3{
	top: 0px;
	right: 36%;
	height: 20px;
}
.embellish_titles{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

/*加载*/
#loading_d{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
}
#loading_d img{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
}
.logos{
	width:24px;
	height: 24px;
	-webkit-animation:haha1 1s linear infinite;
}
@-webkit-keyframes haha1{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}



