<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}
body {
	color: #ffffff;
}
a{
	color: #999999;
	text-decoration: none;
}
.head{
	width: 100%;
	height:68px;
	background: #474747;
	z-index: 12;
	position: fixed;
	display: flex;
	align-items: center;
}
.head-center{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.logo{
	width: 40px;
	height: 39px;
	background:red;
	margin-right:4px ;
}
.logo2{
	width: 88px;
	height: 39px;
	background: red;
	margin-right: 346px;
}
.h-c{
	display: flex;
	justify-content: space-between;
	width: 330px;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #c0c0c0;
}

.h-c li a:hover{
	color: #0094ff;
	text-decoration: underline;
}


.header-input {
	margin-left: 49px;
	width: 201px;
	height: 32px;
	border-radius: 4px;
	background: #323232;
	display: flex;
}

.header-input input {
	border-radius: 4px;
	outline: none;
	background: #323232;
	border: none;
	text-indent: 10px;
	width: 100%;
}
.box {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #1c1c1c;
	border-radius: 4px;
	margin-left: 10px;
	font-size: 13px;
	color: #5c5c5c;
	cursor: pointer;
}

.container{
	width: 1100px;
	background: #222222;
	margin: 0 auto;
	margin-top: 20px;
}
.c-center{
	overflow: hidden;
	width:960px;
	margin: 0 auto;
}
.hotel{
	margin-top: 77px;
	color: #a5a5a5;
	font-size: 28px;
	cursor: pointer;
	line-height: 50px;
	margin-bottom: 30px;
	border-bottom:1px solid #3d3d3d;
}
.rg{
	line-height: 80px;
	font-size: 12px;
	float: right;
	color: #707070;
}
.title{
	margin-top: 50px;
	height: 268px;
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #a5a5a5;
}
.title1{
	margin-top: 24px;
	font-size: 14px;
	opacity: 0.3;
}
.img{
	margin-top: 87px;
	height: 120px;
	display: flex;
	width: 100%;
	background: #3a3a3a;
}
.bt{
	margin-top: 9px;
	width: 187px;
	height: 32px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.bt li{
	width: 59px;
	height: 100%;
	font-size: 18px;
	border-radius: 2px;
	background: #656565;
	line-height: 32px;
	text-align: center;
	color: #a5a5a5;
}
.anli{
	width: 1100px;
	height: 98px;
	background: #222222;
	margin: 0 auto;
	margin-top:19px;
	font-size: 24px;
	display: flex;
	align-items: center;
	color: #a5a5a5;
	text-indent: 36px;
}
.bjt{
	margin: 0 auto;
	margin-top: 20px;
	width: 1100px;
	min-height: 311px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bjt:after {
	display:block;
	content:"";
	width: 25%;
	height:0px;
}

.bjt li{
	width: 260px;
	font-size: 0;
}
.lg{
	box-sizing: border-box;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 15px;
	width:260px;
	background: #202020;
	line-height: 21px;
}
h4{
	font-size:16px;
	opacity: 0.6;
}

h5{
	font-size: 14px;
	opacity: 0.3;
}
.tp{
	margin-top: 1px;
	height: 50px;
	background: #202020;
	display:flex;
	align-items: center;
	padding-left: 16px;
}
.tp li{
	width: 36px;
}
.tp li img{
	width: 36px;
	height: 36px;
}

.placeholder {
	width: 25%;
	height: 0px;
}

.content {
	line-height: 30px;
}

.content p {
	color: #a5a5a5;
}</pre></body></html>