@charset "utf-8";
body{
	background-image: linear-gradient(125deg,#e1edff,#c5d8fc,#abc8fe,#e1edff);
	background-size: 600%;
	margin: 0px;
	padding: 0px;
}

.logo-sp {
	height: 180px;
	width: 100%;
}

.smalogos {
	width: 500px;
	height: 48px;
	background: url(../images/smalogo.png) no-repeat left;
	line-height: 48px;
	color: #1B9AF7;
	font-weight: bold;
	font-size: 24px;
	margin: 10px auto;
	padding-left: 60px;
}
.intro {
	color: #666;
	font-size: 15px;
	padding-left: 60px;
	width: 600px;
	height: 48px;
	margin: 30px auto;
}
.but-room {
	width: 920px;
	height: 120px;
	margin: 0 auto;
}

.subts {
	font-size: 18px;
	font-weight: bold;
}

.map-bg {
	height: 500px;
	width: calc(100% - 17px);
	background: url(../images/map.png) no-repeat center;
	position: absolute;
	bottom: 0;
}
.top-bg {
	height: 450px;
	width: calc(100% - 17px);
	background: url(../images/topbg.png) no-repeat center;
}