body {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, #FFE0D0, #FFFFFF);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #fff;
}

.navTrav {
	padding: 1rem 0 1rem 3%;
}

.navTrav .layui-icon {
	font-size: 22px;
}

.navTrav span {
	font-size: 16px;
	padding-left: 1rem;
}

.travelWrap {
	position: relative;
}

.p1,
.p2 {
	padding-bottom: 1rem;

}

.p1 i {
	width: 1.6rem;
	height: 1.6rem;
	background-image: url("../img/common/weather1.png");
	margin-right: 1rem;
}

.weatherIfra {
	width: 100%;
	border-radius: 14px;
	height: 180px;
}

.weather2 {
	position: absolute;
	top: -4rem;
	right: 0;
	width: 7.2rem;
	height: 7.2rem;
	background-image: url("../img/common/weather2.png");
}

.mapIfram {
	width: 100%;
	height: 650px;
	border-radius: 14px;
	border: none;
}

.p2 i {
	width: 1.6rem;
	height: 1.6rem;
	background-image: url("../img/common/weather3.png");
	margin-right: 1rem;
}