@keyframes banner {
	0%, 15% { transform: translateX(0); }
	20%, 35% { transform: translateX(-100vw); }
	40%, 55% { transform: translateX(-200vw); }
	60%, 75% { transform: translateX(-300vw); }
	80%, 95% { transform: translateX(-400vw); }
	100% { transform: translateX(-500vw); }
}

@keyframes loveshopcontent-left-ul {
  0%, 15% { transform: translateX(0); }         
  25%, 40% { transform: translateX(-25vw); }  
  50%, 65% { transform: translateX(-50vw); }  
  75%, 90% { transform: translateX(-75vw); }  
  100% { transform: translateX(-100vw); }      
}
#menu li:nth-child(1) a {
	color: #51f0c1;
}

#menu li:nth-child(1)::before {
	bottom: 0px;
}

#banner {
	width: 100vw;
	/* 处理 aspect-ratio 兼容性 */
	position: relative;
	height: calc(100vw * 9 / 20);
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}

#banner ul {
	width: 1000vw;
	height: 100%;
	overflow: hidden;
	-webkit-animation-name: banner;
	animation-name: banner;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

#banner ul:hover {
	cursor: grab;
}

#banner p {
	position: absolute;
	left: 200px;
	top: 150px;
	color: #fff;
	text-shadow: 2px 2px 5px #292929;
	font-size: 2.5em;
}

#banner ul li {
	width: 100vw;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

#banner li img {
	width: 100vw;
	height: 100%;
}

.banner-Comment {
	position: absolute;
	width: 350px;
	height: auto;
	background-color: rgba(130, 130, 130, 0.3);
	bottom: 50px;
	left: 100px;
	overflow: hidden;
	border-radius: 5px;
}

.banner-Comment span {
	font-size: 16px;
	color: #fff;
	text-indent: 2em;
	display: block;
	width: 95%;
	margin: 2.5% auto;
	height: auto;
	text-shadow: 2px 2px 5px #292929;
	line-height: 1.5em;
}

#banner-search {
	position: absolute;
	bottom: 0;
	right: 0.7%;
	z-index: 1;
	width: 500px;
	height: 60px;
	background: linear-gradient(135deg, #1cd0c4, #46cfa7);
	border-radius: 5px 0 0 5px;
}

#banner-search input {
	border-radius: 5px;
	height: 40px;
	font-size: 1.2em;
}

input[type="button"] {
	border: 2px solid #fff;
	cursor: pointer;
	margin-left: 10px;
	width: 120px;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

input[type="button"]:active {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

input[type="search"] {
	border: 2px solid #fff;
	cursor: pointer;
	background-color: #fff;
	width: 350px;
	padding-left: 1em;
	padding-right: 1em;
	color: #000;
}

#Travel-tips {
	width: 100%;
	height: 80px;
	border: none;
	/*    background-color: #f5f5f5; */
}

#Travel-tips img {
	height: 40%;
}

#Travel-tips img:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	cursor: pointer;
}

#main {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.recommendation {
	text-align: center;
	display: block;
	height: 100px;
	width: 70%;
	line-height: 100px;
	color: #46cfa7;
	margin: 20px auto 30px;
}

#Recommended-content {
	width: 85vw;
	height: auto;
	margin: auto;
	overflow: hidden;
}

#recommendation-ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#recommendation-ul li {
	width: 23%;
	/* 处理 aspect-ratio 兼容性 */
	position: relative;
	height: calc(23vw * 1.3);
	float: left;
	margin: calc(1vw) auto;
	border-radius: 10px;
	overflow: hidden;
	border: 1.5px solid #efefef;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#recommendation-ul li:active {
	border-color: #46cfa7;
}

#recommendation-ul li:hover {
	box-shadow: 0px 2px 8px 1px #e7e7e7;
}

.recommendation-ul-img-frame {
	width: 100%;
	height: 65%;
	overflow: hidden;
	margin: auto;
	position: relative;
	text-align: center;
}

.recommendation-ul-img-frame span {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #fff;
	z-index: 2;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.recommendation-ul-img-frame img {
	height: 100%;
	width: auto;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

#recommendation-ul li:hover .recommendation-ul-img-frame img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.recommendation-ul-img-rc {
	width: 100%;
	height: 35%;
}

.recommendation-ul-img-rc h3 {
	width: 85%;
	display: block;
	margin: 3% auto 0;
	text-align: center;
	color: #000;
}

.recommendation-ul-img-rc p {
	display: block;
	width: 90%;
	margin: auto;
	text-align: center;
}

.label {
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #ebf4ff;
	border-radius: 5px;
	color: #6b8fc0;
	padding: 4px;
	margin: auto;
}

.public-praise {
	width: 90%;
	height: 30px;
	background-color: #ffeedf;
	overflow: hidden;
	margin: auto;
	border-radius: 5px;
}

.public-praise-iframe {
	height: 100%;
	width: 20%;
	overflow: hidden;
	display: block;
	background: linear-gradient(45deg, #f6dac2, #f4c0a1);
	border-radius: 5px;
	text-align: center;
	float: left;
}

.public-praise-h {
	display: block;
	width: 80%;
	float: left;
	height: 100%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #673114;
}

.public-praise img {
	height: 15px;
	margin-top: 7.5px;
}

#shop {
	width: 100%;
	height: auto;
	background: linear-gradient(180deg, #6bd27d, #1ccdad);
	margin-top: 100px;
	overflow: hidden;
	padding-bottom: 50px;
}

.loveshop {
	text-align: center;
	display: block;
	height: 100px;
	width: 70%;
	line-height: 100px;
	color: #fff;
	margin: 30px auto 40px;
}

#loveshopcontent {
	width: 85vw;
	height: auto;
	margin: auto;
}

#loveshopcontent-left {
	width: 25vw;
	/* 处理 aspect-ratio 兼容性 */
	position: relative;
	height: calc(25vw * 1.67);
	background-color: #1ccdad;
	margin-left: 2%;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

#loveshopcontent-left-ul {
	width: 200vw;
	height: 100%;
	overflow: hidden;
	-webkit-animation-name: loveshopcontent-left-ul;
	animation-name: loveshopcontent-left-ul;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

#loveshopcontent-left-ul li {
	float: left;
	width: 25vw;
	height: 100%;
	position: relative;
}

#loveshopcontent-left-ul li span {
	position: absolute;
	left: 15px;
	top: 20px;
	color: #fff;
}

#loveshopcontent-left-ul li img {
	width: 100%;
	height: 100%;
}

#loveshopcontent-right {
	width: 58vw;
	/* 处理 aspect-ratio 兼容性 */
	position: relative;
	height: calc(25vw * 1.67);
	margin: auto;
	overflow: hidden;
}

#loveshopcontent-right-ul {
	width: 100%;
	margin: auto;
	height: 100%;
}

#loveshopcontent-right-ul li {
	width: 48%;
	/* 处理 aspect-ratio 兼容性 */
	position: relative;
	height: calc(48vw * 0.8 / 3.3);
	background-color: #fff;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

#loveshopcontent-right-ul li:hover {
	box-shadow: 0px 2px 8px 1px #3bba81;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.loveshopcontent-right-ul-li-img {
	width: 40%;
	height: 100%;
	overflow: hidden;
	float: left;
}

.loveshopcontent-right-ul-li-img img {
	height: 100%;
	width: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

#loveshopcontent-right-ul li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#loveshopcontent-right-h2 {
	text-align: center;
	margin-bottom: 3vh;
}

.loveshopcontent-right-ul-li-content {
	width: 60%;
	height: 100%;
	float: left;
}

.loveshopcontent-right-ul-li-content h3 {
	width: 90%;
	word-break: break-all;
}

.Star {
	width: 90%;
	height: 25px;
	line-height: 25px;
	margin: auto;
}

.Score {
	width: 60px;
	height: 100%;
	float: left;
	background-color: #45cf94;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}

.Score span {
	font-size: 12px;
}

.l-Comments {
	height: 100%;
	float: right;
	text-align: center;
	color: #898989;
	font-size: 14px;
}

.price {
	width: 90%;
	text-align: right;
	color: #46cfa7;
}

.price strong {
	font-size: 1.5em;
}

#shop-button {
	height: 6vh;
	line-height: 6vh;
	width: 15vw;
	margin: 1vh auto;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	font-weight: bold;
	border-radius: 2px;
	color: #46cfa7;
	cursor: pointer;
}

#Strategy {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*   background-color: #f5f5f5; */
}

.Strategy {
	text-align: center;
	display: block;
	height: 100px;
	width: 70%;
	line-height: 100px;
	color: #46cfa7;
	margin: 30px auto 40px;
}

#Strategy-big {
	width: 100%;
	height: auto;
	margin: 2em auto;
	overflow: hidden;
	padding-bottom: 3em;
	background-color: #fff;
	box-shadow: 0 10px 30px var(--shadow-color);
	border-radius: 10px;
}

#Strategy-content {
	margin: 0.5em auto;
	width: 60vw;
	height: 100%;
	overflow: hidden;
}

#Recommended-guides {
	width: 30vw;
	height: auto;
	margin: 0.5em auto auto;
	text-align: center;
	overflow: hidden;
}

#Recommended-guides-ul {
	width: 95%;
	height: auto;
	overflow: hidden;
	margin: auto;
}

#Recommended-guides-ul li {
	line-height: 2em;
	font-size: 0.8em;
}

#Recommended-guides-ul li a,
#Recommended-guides h3 a {
	color: #666666;
	text-decoration: none;
}

#Recommended-guides-ul li a:hover {
	text-decoration: underline;
}

#Recommended-guides h3 {
	line-height: 5em;
	width: 95%;
	margin: auto;
	height: auto;
	overflow: hidden;
}

#Recommended-guides h3 span {
	float: right;
	font-size: 12px;
	font-weight: normal;
}

#Recommended-guides img {
	width: 95%;
	height: auto;
	border-radius: 10px;
}

#Recommended-guides p {
	display: block;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 1em auto;
}

#Strategy-content li {
	width: 95%;
	/* 处理 aspect-ratio 兼容性 */
	position: relative;
	height: calc(50vw * 0.8 / 3);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 1em;
	border: 1.5px solid #efefef;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#Strategy-content li:hover {
	box-shadow: 0px 2px 8px 1px #e7e7e7;
}

#Strategy-content img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

#Strategy-content li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.Strategy-content-left {
	height: 100%;
	/* 处理 aspect-ratio 兼容性 */
	position: relative;
	width: 30%;
	overflow: hidden;
}

.Strategy-content-left img {
	height: 100%;
	width: 100%;
}

.Strategy-content-right {
	width: 70%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}

.Strategy-content-right-c {
	width: 95%;
	height: 100%;
	overflow: hidden;
	margin: auto;
}

.con-p {
	text-indent: 2em;
}

.Strategy-content-right-c h3 {
	text-align: center;
}

.coordinate {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #aaaaaa;
	width: 100%;
	height: 1.5em;
	overflow: hidden;
}

.coordinate span:nth-of-type(1),
.coordinate span:nth-of-type(3) {
	margin: 1em;
}

.coordinate svg.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
	font-size: 1.5em;
}