* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: HarmonyOS Sans SC;
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff');
}

@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('../fonts/AlimamaShuHeiTi-Bold.woff');
}

@font-face {
	font-family: "Rany-Bold";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Bold.otf');
}

@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('../fonts/Rany.ttf');
}

a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	font-family: HarmonyOS_Sans_SC;
}

.htmlContent video{
	max-width: 100% !important;
}

::-webkit-scrollbar {
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
	width: 5px;
	height: 1px;
}

/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(86, 180, 188, 1);
}

/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.picCover {
	position: relative;
}

.picCover .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.picCover .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.font30 {
	font-size: 30px;
}

.font48 {
	font-size: 48px;
}

.font36 {
	font-size: 36px;
}

.font60 {
	font-size: 60px;
}

.font70 {
	font-size: 70px;
}

.font80 {
	font-size: 80px;
}

.font90 {
	font-size: 90px;
}

.font200 {
	font-size: 200px;
}

.header {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 1);
}

.header .content1400 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo img {
	display: block;
	width: 139px;
}

.header .r {
	display: flex;
	align-items: center;
}
.header .r .language{
    margin-left: 30px;
}
.header .r>form {
	position: relative;
	padding: 30px 0;
}

.header .r .searchAddress {
	/*position: relative;*/
	display: flex;
	align-items: center;
	width: 230px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #F5F5F5;
	padding: 0 10px;
	transition: all .6s;
	z-index: 3;
	background-color: #F5F5F5;
}

.header .r .searchAddress.active {
	/* border-color: rgba(188, 207, 56, 1); */
}

.header .r .searchAddress .iconfont {
	color: rgba(102, 102, 102, 1);
}

.header .r .searchAddress input {
	flex: 1;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	flex: 1;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	margin-left: 10px;
	background-color: #F5F5F5;
}

.header .r .nav {
	margin-left: 38px;
	position: relative;
	z-index: 3;
}

.header .r .nav .list {
	display: flex;
}

.header .r .nav li {
	position: relative;
}

.header .r .nav li>a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 100px;
	color: rgba(102, 102, 102, 1);
	transition: all .6s;
	padding: 0 20px;
}
.header .r .nav li>a span{
    display: block;
    max-width: 56px;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .r .nav li:hover>a,
.header .r .nav li.active>a {
	color: #fff;
	background-color: rgba(246, 182, 33, 1);
}
.header .r #translate select{
    border: none;
    outline: none;
}
#translate select{
    color: #666;
}
.areaSelect {
	position: absolute;
	left: -68px;

	/*transform: translateX(-50%);*/
	top: 100%;
	padding-top: 10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .6s;
}

.header .r>form:hover .areaSelect {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

.areaSelect .searchSub {
	width: 1165px;
	padding: 47px 30px;
	background: #fff;
	max-width: 86vw;
	/*height: 500px;*/
	/*overflow: auto;*/
	/*box-shadow: 0 0 200vw 200vw rgba(0, 0, 0, 0.5);*/
	border-radius: 10px;

}

.areaSelect .searchSub>div {
	padding-right: 10px;
	height: 486px;
	overflow: auto;
}

.areaSelect .searchSub .searchSubBox1 .title {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
}

.areaSelect .searchSub .searchSubBox1 .items {
	display: flex;
	flex-wrap: wrap;
	margin-top: 27px;
	gap: 15px;
}

.areaSelect .searchSub .searchSubBox1 .items a {
	line-height: 45px;
	background: #F2F2F2;
	border-radius: 25px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	padding: 0 19px;
	transition: all .6s;
}

.areaSelect .searchSub .searchSubBox1 .items a:hover {
	background: rgba(246, 182, 33, 1);
	color: #fff;
}

.areaSelect .searchSub .searchSubBox2 {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid RGBA(222, 222, 222, 1);
}

.areaSelect .searchSub .searchSubBox3 {
	margin-top: 27px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);

}

.areaSelect .searchSub .searchSubBox3 .items {
	border-radius: 10px;
	border: 1px solid #EFEFEF;
	padding: 30px;
}

.areaSelect .searchSub .searchSubBox3 .items .items-t {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 1;
}

.areaSelect .searchSub .searchSubBox3 .items .items-c {
	margin-top: 20px;
}

.areaSelect .searchSub .searchSubBox3 .items .item {
	display: flex;
}

.areaSelect .searchSub .searchSubBox3 .items .item:not(:last-child) {
	margin-bottom: 22px;
}

.areaSelect .searchSub .searchSubBox3 .items .item-l {
	position: relative;

}

.areaSelect .searchSub .searchSubBox3 .items .item-l img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	object-fit: cover;
}

.areaSelect .searchSub .searchSubBox3 .items .item-l .number {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 24px;
	height: 24px;
	background: #DA1982;
	border-radius: 50%;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
}

.areaSelect .searchSub .searchSubBox3 .items .item-r {
	flex: 1;
	margin-left: 16px;
}

.areaSelect .searchSub .searchSubBox3 .items .text-title {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;

}

.areaSelect .searchSub .searchSubBox3 .items .text-title span {
	color: rgba(246, 182, 33, 1);
}

.areaSelect .searchSub .searchSubBox3 .items .text-des {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1;
	margin-top: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header .r .searchAddress .subContainer {
	display: flex;
	gap: 5px;
	height: 540px;
	width: 1165px;
	max-width: 86vw;
	box-shadow: 0 0 200vw 200vw rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

.header .r .searchAddress .subContainer ::-webkit-scrollbar {
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
	width: 3px;
	height: 3px;
}

/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
.header .r .searchAddress .subContainer ::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: none;
	background: rgba(246, 182, 33, 1);
}

/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
.header .r .searchAddress .subContainer ::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border-radius: 0;
	background: rgba(244, 244, 244, 1);
}

.header .r .searchAddress .subContainer-l {
	width: 160px;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.3);
	border-radius: 10px;
	padding: 8px 3px 8px 10px;
}

.header .r .searchAddress .subContainer-l .items {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 5px;
}

.header .r .searchAddress .subContainer-l .items a {
	display: block;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	padding: 10px 20px;
	text-align: left;
	transition: all .6s;
	border-radius: 5px;
}

.header .r .searchAddress .subContainer-l .items a:not(:last-child) {
	margin-bottom: 9px;
}

.header .r .searchAddress .subContainer-l .items a:hover {
	color: rgba(246, 182, 33, 1);
}

.header .r .searchAddress .subContainer-l .items a.active {
	background: rgba(246, 182, 33, 1);
	color: #FFF;
}

.header .r .searchAddress .subContainer-r {
	position: relative;
	flex: 1;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.3);
	border-radius: 10px;
	padding: 30px 15px 30px 30px;
}

.header .r .searchAddress .subContainer-r .items {
	display: none;
}

.header .r .searchAddress .subContainer-r .items.active {
	display: block;
}

.header .r .searchAddress .subContainer-r .items1 {
	overflow: auto;
	padding-right: 10px;
}

.header .r .searchAddress .subContainer-r .items1 .item:not(:last-child) {
	margin-bottom: 53px;
}

.header .r .searchAddress .subContainer-r .items1 .item-title {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}

.header .r .searchAddress .subContainer-r .items1 .item-c {
	display: flex;
	flex-wrap: wrap;
	gap: 23px 42px;
	margin-top: 24px;
}

.header .r .searchAddress .subContainer-r .items1 .item-c a {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 36px;
	transition: all .6s;
}

.header .r .searchAddress .subContainer-r .items1 .item-c a.active,
.header .r .searchAddress .subContainer-r .items1 .item-c a:hover {
	color: rgba(246, 182, 33, 1);
}

.header .r .searchAddress .subContainer-r .items2 {
	height: 100%;
}

.header .r .searchAddress .subContainer-r .items2 .itemsContainer {
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.header .r .searchAddress .subContainer-r .items2 .items-t {
	display: flex;
	justify-content: space-between;
	padding-right: 50px;
}

.header .r .searchAddress .subContainer-r .items2 .items-t span {
	display: flex;
	gap: 19px;
}

.header .r .searchAddress .subContainer-r .items2 .items-t a {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	transition: all .6s;
}

.header .r .searchAddress .subContainer-r .items2 .items-t a:hover {
	color: rgba(246, 182, 33, 1);
}

.header .r .searchAddress .subContainer-r .items2 .items-c {
	flex: 1;
	height: 100%;
	overflow: auto;
	padding-right: 50px;
	margin-top: 11px;
}

.header .r .searchAddress .subContainer-r .items2 .items-c .item {
	display: flex;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 36px;
}

.header .r .searchAddress .subContainer-r .items2 .items-c .item:not(:last-child) {
	padding-bottom: 20px;
}

.header .r .searchAddress .subContainer-r .items2 .items-c .item-r {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-left: 25px;
}

.header .r .searchAddress .subContainer-r .items2 .items-c .item-r a {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	padding: 0 14px;
	border-radius: 14px;
}

.header .r .searchAddress .subContainer-r .items2 .items-c .item-r a:hover {
	color: rgba(246, 182, 33, 1);
}

.header .r .searchAddress .subContainer-r .items2 .items-c .item-r a.active {
	color: #fff;
	background: rgba(246, 182, 33, 1);
}

.header .r .aslideBtn .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	margin-left: 34px;
}

.header .r .header-search-box .header-searchBtn {
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #BCCF38;
	border-radius: 50%;
	cursor: pointer;
	font-size: 22px;
	color: #333;
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn .iconfont {
	font-weight: bold;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: #fff;
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .r .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}

.header .r .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: rgba(233, 202, 86, 1);
}

.banner1 {
	position: relative;
}
.banner1 .pic video,
.banner1 .pic img {
	display: block;
	width: 100%;
	min-height: 260px;
	object-fit: cover;
}

.banner1 .bannerBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner1 .bannerBox .zh {
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #FFFFFF;
	;
}
.commonNavBox .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #222222;
}
.commonNavBox .box-c .btns {
	margin-top: 40px;
}

.commonNavBox .box-c .btn{
	border-color: #BDD039;
	color: #BDD039;
}

.commonNavBox .box-c .btn:hover{
	background-color: #BDD039;
	color: #fff;
}
.commonNavBox .box-t {
	margin-top: 32px;
}

.commonNavBox .box-t .swiper-slide {
	width: auto;
	min-width: 140px;
	line-height: 50px;
	background: #FFFFFF;
	padding: 0 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	text-align: center;
	border-radius: 25px;
	transition: all .6s;
}

.commonNavBox .box-t .swiper-slide:not(:last-child) {
	margin-right: 20px;
}

.commonNavBox .box-t .swiper-slide.active {
	background-color: #BDD039;
	color: #fff;
}

.commonNavBox .box-t .swiper-slide:hover {
	color: #BDD039;
}

.commonNavBox {
	padding-bottom: 130px;
}

.commonNavBox .box-c {
	/* margin-top: 46px; */
}

.commonNavBox .box-c .item {
	display: none;
}

.commonNavBox .box-c .item.active {
	display: block;
	animation: fadeInUpSmall 1s forwards;
}

.commonNavBox .box-c .swiper {
	padding: 44px 0;
}
.commonNavBox .box-c .btns {
	margin-top: 0 !important;
}
.commonBtns {
	display: flex;
	gap: 10px;
}

.commonBtns .btn {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FAFAFA;
	border-radius: 50%;
	border: 2px solid #F6B621;
	color: rgba(246, 182, 33, 1);
	cursor: pointer;
	transition: all .6s;
	z-index: 3;
}

.commonBtns .btn .iconfont {
	font-size: 18px;
	font-weight: bold;
}

.commonBtns .btn:hover {
	background-color: rgba(246, 182, 33, 1);
	color: #fff;
}

.optionList {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.optionList .item {
	min-width: 140px;
	border: 1px solid #BDD039;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #BDD039;
	line-height: 38px;
	padding: 0 19px;
	transition: all .6s;
	text-align: center;
}

.optionList .item:not(.layui-form) {
	cursor: pointer;
}

.optionList .item:not(.layui-form).active {
	background-color: rgba(189, 208, 57, 1);
	color: #fff;
}

.optionList .item.layui-form {
	padding: 0 0 0 15px;
	display: flex;
}

.optionList .item.layui-form .layui-form-select .layui-input {
	width: 192px;
	background-color: transparent;
	border: none;
	outline: none;
	color: rgba(189, 208, 57, 1);
	font-size: 18px;
}

.optionList .item.layui-form .layui-form-select dl {
	top: 44px;
}

.optionList .item.layui-form .layui-form-selectup dl {
	bottom: 44px;
}

.optionList .item.layui-form .layui-form-select dl dd.layui-this {
	background-color: rgba(189, 208, 57, 1);
}

.optionList .item.layui-form .layui-form-select .layui-edge {
	border-top-color: rgba(189, 208, 57, 1);
}

.scenicSpotItem {
	border-radius: 20px;
	background-color: #fff;
	transition: all .6s;
	/* height: 100%; */
}

.scenicSpotItem {
	position: relative;
	width: 23.57%;
	height: auto;
}

.scenicSpotItem:not(:last-child) {
	margin-right: 1.9%;
}

.scenicSpotItem:hover {
	background-color: rgba(189, 208, 57, 1);
	box-shadow: 5px 9px 30px 0px rgba(189, 208, 57, 0.3);
}

.scenicSpotItem .picCover {
	padding-top: 90.9%;
}

.scenicSpotItem .pic {
	border-radius: 20px 20px 0 0;
}

.scenicSpotItem .text-box {
	padding: 22px 20px 20px;
}

.scenicSpotItem .text-title {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1.5;
	transition: all .6s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.scenicSpotItem .text-des {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
	margin-top: 3px;
	transition: all .6s;
}

.scenicSpotItem .msg {
	border-top: 1px solid RGBA(222, 222, 222, 1);
	margin-top: 20px;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .6s;
}

.scenicSpotItem .area {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1;
	transition: all .6s;
}

.scenicSpotItem .grade {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #222222;
	transition: all .6s;
}

.scenicSpotItem .star {
	color: RGBA(255, 193, 7, 1);
	display: flex;
	margin-right: 8px;
	transition: all .6s;
	gap: 3px;
}

.scenicSpotItem .star>div {
	width: 16px;
}

.scenicSpotItem .star .iconfont {
	font-size: 16px;
	display: block;
	overflow: hidden;
}

.scenicSpotItem .grade-text {
	margin-top: 3px;
}

.scenicSpotItem:hover .grade,
.scenicSpotItem:hover .star,
.scenicSpotItem:hover .area,
.scenicSpotItem:hover .msg,
.scenicSpotItem:hover .text-des,
.scenicSpotItem:hover .text-title {
	color: #fff;
}

.leftOption {
	width: 300px;
	padding: 30px 20px 43px;
	background-color: #fff;
}

.leftOption li:not(:last-child) {
	margin-bottom: 30px;
}

.leftOption .li-t {
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 1;
}

.leftOption .items {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.leftOption .items a {
	line-height: 40px;
	background: #F4F4F4;
	border-radius: 5px;
	padding: 0 26px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	transition: all .6s;
}

.leftOption .items a:hover,
.leftOption .items a.active {
	background-color: rgba(189, 208, 57, 1);
	color: #fff;
}

.footer {
	background-color: RGBA(34, 31, 42, 1);
}

.footer-t {
	display: flex;
	justify-content: space-between;
	padding: 83px 0 33px;
}

.footer-t-l {
	width: 65.71%;
}

.footer-t-l .list {
	display: flex;
	justify-content: space-between;
}

.footer-t-l .list .li-title {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
}

.footer-t-l .list .li-des a {
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 21px;
	display: block;
	margin-top: 21px;
	transition: all .6s;
}

.footer-t-l .list .li-des a:hover {
	color: rgba(255, 255, 255, 1);
}

.footer-t-r {
	width: 21.42%;
}

.footer-t-r .footer-payment-text {
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	margin-bottom: 19px;
}

.footer-t-r .footer-payment-list {
	display: flex;
	align-items: center;
	gap: 19px;
}

.footer-t-r .text {
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 24px;
}

.footer-t-r .text p:not(:last-child) {
	margin-bottom: 11px;
}

.footer-t-r .social {
	margin-top: 16px;
	display: flex;
	gap: 15px;
}

.footer-t-r .social a {
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #757575;
	border-radius: 9px;
	color: #fff;
	transition: all .6s;
}

.footer-t-r .social a:hover {
	background: rgba(240, 155, 10, 1);
}

.footer-t-r .social a .iconfont {
	font-size: 20px;
}

.footer-c {
	border-top: 1px solid rgba(117, 117, 117, .5);
	padding: 20px 3%;
	text-align: center;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 12px;
	color: #757575;
	line-height: 18px;
}

.footer-c a {
	color: #757575;
}
.lineCustomizationItems .swiper-slide{
	width: 19.28%;
	border-radius: 10px;
	background-color: #fff;
}
.lineCustomizationItems .swiper-slide:not(:last-child){
	margin-right: .89%;
}
.lineCustomizationItems .swiper-slide .picCover{
	padding-top: 88.88%;
}
.lineCustomizationItems .swiper-slide .pic{
	border-radius: 10px 10px 0 0;
}
.lineCustomizationItems .swiper-slide .text-box{
	padding: 24px 20px;
}
.lineCustomizationItems .swiper-slide .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lineCustomizationItems{
	display: none;
}
.lineCustomizationItems.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.lineCustomizationItems .swiper-slide .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 1;
	isplay: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 17px;
}
.lineCustomizationItems .swiper-slide .star{
	margin-top: 24px;
	display: flex;
	color: RGBA(255, 193, 7, 1);
	gap: 5px;
}
.lineCustomizationItems .swiper-slide .star>div{
	width: 16px;
}
.lineCustomizationItems .swiper-slide .star .iconfont{
	display: block;
	overflow: hidden;
}
.lineCustomizationItems .btns{
	margin-top: 31px;
}
.lineCustomizationItems .btns .btn{
	border-color: #DA1984;
	color: #DA1984;
}
.lineCustomizationItems .btns .btn:hover{
	background-color: #DA1984;
	color: #fff;
}
.multipleChoiceList {
	display: flex;
	gap: 24px 39px;
	flex-wrap: wrap;
}

.multipleChoiceList .item {
	display: flex;
	align-items: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
}

.multipleChoiceList .item input {
	position: relative;
	width: 24px;
	height: 24px;
	background: #DEDEDE;
	border-radius: 2px;
	margin-right: 9px;
	cursor: pointer;
}

.multipleChoiceList .item input::after,
.multipleChoiceList .item input:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(222, 222, 222, 1);
	transition: all .6s;
}

.multipleChoiceList .item input::after {
	display: flex;
	align-items: center;
	justify-content: center;
	content: "\e6a3";
	font-family: "iconfont";
	color: #fff;
	font-size: 18px;
	opacity: 0;
	background-color: transparent;
}

.multipleChoiceList .item input:checked::after {
	opacity: 1;
}

.multipleChoiceList .item input:checked:before {
	background-color: rgba(246, 182, 33, 1);
}

.multipleChoiceList .item input+label {
	transition: all .6s;
}

.multipleChoiceList .item input:checked+label {
	color: rgba(246, 182, 33, 1);
}

.innerFoodBox {
	padding: 104px 0 117px;
}

.food .box2 .title,
.innerFoodBox .title {
	font-weight: bold;
	color: #222222;
}

.innerFoodBox .box-c {
	position: relative;
	margin-top: 94px;
}

.innerFoodBox .box-c .swiper {
	overflow: visible;
	width: 360px;
	margin: 0;
}

.innerFoodBox .box-c .swiper-slide {
	width: 240px;
	/* height: 560px; */
}

/* .innerFoodBox .box-c .swiper-slide:not(:last-child){
	margin-right: 10px;
} */
.innerFoodBox .box-c .swiper-wrapper {
	/* transition-duration: 0ms !important; */
}

.innerFoodBox .box-c .swiper-slide-active {
	/* margin-right: 130px !important; */

	width: 360px;
	margin-top: -40px;
	/* transform: translateY(-40px); */
}

.innerFoodBox .box-c .swiper-slide-active a {
	display: block;
	/* width: 150%; */
}

.innerFoodBox .box-c .swiper-slide .img {
	position: relative;
	padding-top: 125%;
}

.innerFoodBox .box-c .swiper-slide .img .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.innerFoodBox .box-c .swiper-slide .text-box {
	margin-top: 19px;
}

.innerFoodBox .box-c .swiper-slide .text-title {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}

.innerFoodBox .box-c .swiper-slide .commonMore {
	opacity: 0;
	visibility: hidden;
	margin: 20px 0 0 auto;
	transition: none;
}

.innerFoodBox .box-c .swiper-slide-active .commonMore {
	opacity: 1;
	visibility: visible;
}

.innerFoodBox .box-c .swiper-slide .star {
	color: RGBA(246, 182, 33, 1);
	margin-top: 4px;
}

.innerFoodBox .box-c .btns {
	position: absolute;
	right: 0;
	bottom: 0;
}

.pc-aslide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}

.pc-aslide.active {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}

.pc-aslide-content {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}

.pc-aslide-content-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-aslide-content-t .close {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
	color: rgba(233, 202, 86, 1);
}

.pc-aslide-content-t .close .iconfont {
	font-size: 30px;
}

.pc-aslide-content-c {
	text-align: center;
	margin-top: 49px;
	flex: 1;
	overflow: auto;
}

.pc-aslide-content-c .list {
	display: inline-block;
	min-width: 300px;
}

.pc-aslide-content-c .list li {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}

.pc-aslide.active .pc-aslide-content-c .list li {
	opacity: 1;
	transform: translateY(0);
}

.pc-aslide-content-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
}

.pc-aslide-content-c .list .li-des {
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}

.filterForm {
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 48px 40px 54px;
	margin-top: -60px;
	z-index: 3;
}

.filterForm form {
	display: flex;
	gap: 20px;
}

.filterForm .input {
	background: #FAFAFA;
	border-radius: 5px;
	display: flex;
	flex: 1;
	align-items: center;
}

.filterForm .input-l {
	width: 140px;
	height: 60px;
	background: #F6B621;
	border-radius: 5px;
	width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.filterForm .searchInput {
	width: 200px;
	flex: none;
	padding: 0 18px;
}

.filterForm .dateTime {
	flex: none;
	width: 43.93%;
}

.filterForm .searchInput .iconfont {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.filterForm .searchInput input {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	line-height: 36px;
	margin-left: 14px;
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	background-color: transparent;
}

.filterForm .searchInput input::placeholder {
	color: #999999;
}

.filterForm .input-l .iconfont {
	margin-right: 8px;
}

.filterForm .input-r {
	flex: 1;
}

.filterForm .input-r select {
	height: 60px;
}

.filterForm .input-r .layui-form-select {
	height: 100%;
}

.filterForm .input-r .layui-select-title,
.filterForm .input-r .layui-input {
	/* height: 100%; */
	height: 60px;
}

.filterForm .input-r .layui-input {
	border: none;
	outline: none;
	background: transparent;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	padding-left: 32px;
}

.filterForm .input-r .layui-form-select .layui-edge {
	border-top-color: #333;
}

.filterForm .input-r .layui-form-select dl dd.layui-this {
	background-color: rgba(246, 182, 33, 1);
}

.filterForm .input-r #dateTime {
	display: flex;
	align-items: center;
}

.filterForm .input-r #dateTime .icon-youjiantou {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.filterForm .input-l .icon-wangdianshangquan {
	transform: scale(1.1);
}

.filterForm .input-l .icon-tieta {
	transform: scale(1.2);
}

.filterForm .submit {
	width: 120px;
	line-height: 60px;
	background: #BCCF38;
	border-radius: 5px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 5px;
	cursor: pointer;
}

.hotelItem {
	width: 23.57%;
	background: #fff;
}

.hotelItem:not(:last-child) {
	margin-right: 1.9%;
}

.hotelItem a {
	display: block;
	border-radius: 10px;
	transition: all .6s;
}

.hotelItem:hover a {
	transform: translateY(-20px);
	box-shadow: 5px 9px 30px 0px rgba(153, 153, 153, 0.3);
}

.hotelItem .img {
	padding-top: 74.54%;
}

.hotelItem .pic {
	border-radius: 10px 10px 0 0;
}

.hotelItem .text-box {
	padding: 20px 20px 30px;
}

.hotelItem .text-title {
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hotelItem .msg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
}

.hotelItem .star {
	color: #F6B621;
}

.hotelItem .price {
	font-family: HarmonyOS Sans SC;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
}

.hotelItem .price span {
	font-weight: bold;
	font-size: 18px;
}

.hotelItem .address {
	display: flex;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-top: 24px;
}

.hotelItem .address .iconfont {
	color: #54B5BC;
}

.hotelItem .address-text {
	flex: 1;
}

.travelstrategyList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.travelstrategyList li>a {
	display: flex;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}

.travelstrategyList li .pic {
	width: 39.7%;
	border-radius: 10px;
}

.travelstrategyList li .pic img {
	object-fit: cover;
	height: 100%;
}

.travelstrategyList li .text-box {
	padding: 35px;
	flex: 1;
	min-height: 240px;
}

.travelstrategyList li .text-title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}

.travelstrategyList li:hover .text-title {
	color: #3264F1;
}

.travelstrategyList li .text-des {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 14px;
}

.travelstrategyList li .text {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3264F1;
	line-height: 24px;
	margin-top: 34px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 31px;
}

.commonMore {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 220px;
	height: 60px;
	background: #F6B621;
	border-radius: 30px;
	padding: 5px 5px 5px 28px;
	C;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	transition: all .6s;
	/* animation: round 2s linear infinite; */
}

.commonMore:hover {
	opacity: .9;
}

.commonMore .icon {
	width: 50px;
	line-height: 50px;
	background: #FFFFFF;
	border-radius: 50%;
	color: rgba(246, 182, 33, 1);
	text-align: center;
}

.commonMore .icon .iconfont {
	font-size: 20px;
	font-weight: bold;
}

.innerBread {
	display: flex;
	gap: 0 5px;
	align-items: center;
	flex-wrap: wrap;
	color: #999999;
	padding-top: 25px;
}

.innerBread a {
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	transition: all .6s;
}

.innerBread a.active,
.innerBread a:hover {
	color: rgba(246, 182, 33, 1);
}

@keyframes round {

	0%,
	100% {
		opacity: .94;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.1);
	}
}

.fixedRight {
	position: fixed;
	z-index: 999;
	right: 30px;
	bottom: 94px;
	width: 60px;
	/* background: #FFFFFF; */
	/* box-shadow: 5px 9px 30px 0px rgba(176, 176, 176, 0.3); */
	border-radius: 30px;
}
.fixedRight .item:not(:last-child){
    margin-bottom: 12px;
}
.fixedRight .item{
    position: relative;
}
.fixedRight .item .ewmBox{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-105%,-50%);
    background: #FFFFFF;
    box-shadow: 5px 9px 30px 0px rgba(176,176,176,0.3);
    border-radius: 5px;
    padding: 17px;
    white-space: nowrap;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:all .6s;
}
.fixedRight .item:hover .ewmBox{
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}
.fixedRight .item .ewmBox .text-title{
     font-size: 18px;
    color: #222222;
}
.fixedRight .item .ewmBox .pic{
    width: 98px;
    margin-left: 19px;
}
.fixedRight .item .ewmBox .pic img{
    display: block;
    width: 100%;
}
.fixedRight a {
    box-shadow: 5px 9px 30px 0px rgba(176,176,176,0.3);
    position: relative;
    display: block;
    width: 60px;
    line-height: 70px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    transition:all .6s;
}
.fixedRight a span{
	position:relative;
	z-index:4
}
.fixedRight a::before{
	position:absolute;
	content: "";
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	background: linear-gradient(45deg, #AEB2B5, #D6D6D6);
	border-radius: 30px;
	opacity: 0;
	transition:all .6s;
}
.fixedRight a.kefu{
    color: rgba(78, 110, 242, 1);
}
.fixedRight a.kefu::before{
    background: linear-gradient(45deg, #4E6EF2, #8BA2FF);
    border-radius: 50%;
}
.fixedRight a.wechat{
    color: rgba(17, 183, 96, 1);
}
.fixedRight a.wechat::before{
    background: linear-gradient(45deg, #11B760, #4AE879);
    border-radius: 50%;
}
.fixedRight a.whatsapp{
    color: rgba(7, 178, 140, 1);
}
.fixedRight a.whatsapp::before{
    background: linear-gradient(45deg, #07B28C, #55EEDE);
    border-radius: 50%;
}
.fixedRight a:hover::before{
	opacity:1;
}
.fixedRight a.backTop {
	background-color: #fff;
	color: rgba(174, 178, 181, 1);
}
.fixedRight a.wechat,
.fixedRight a.whatsapp,
.fixedRight a.kefu{
    width:60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}
.fixedRight a.whatsapp:hover,
.fixedRight a.wechat:hover,
.fixedRight a.kefu:hover,
.fixedRight a.backTop:hover{
	color: #fff;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
	border-radius: 50px;
}


.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover a {
	color: rgba(246, 182, 33, 1);
}

.pagination ul li.active {
	background-color: rgba(246, 182, 33, 1);
	border-color: rgba(246, 182, 33, 1);
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
}

.pagination ul li.active a {
	color: #fff;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.m-right-buttom {
	display: none;
}

@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {
	.header .r .nav li>a {
		padding: 0 19px;
	}
}

@media (max-width:1440px) {
    .header .r .language,
    .header .r .nav{
        margin-left: 20px;
    }
	.font48 {
		font-size: 36px;
	}

	.font36 {
		font-size: 32px;
	}

	.font70,
	.font60 {
		font-size: 48px;
	}

	.font80 {
		font-size: 60px;
	}

	.font90 {
		font-size: 70px;
	}

	.font200 {
		font-size: 150px;
	}
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
	.header .r .nav li>a{
	    padding: 0 10px;
	}
}

@media (max-width:1280px) {
    .header .r .searchAddress{
        width: 180px;
    }
	.travelstrategyList li .text {
		margin-top: 15px;
	}

	.travelstrategyList li .text-box {
		padding: 27px;
	}

	.travelstrategyList {
		gap: 30px;
	}

	.scenicSpotItem .text-title {
		font-size: 22px;
	}

	.filterForm .input-l {
		width: 125px;
	}

	.header .r .nav li>a {
		padding: 0 15px;
		line-height: 80px;
	}

	.header .r .language, .header .r .nav{
		margin-left: 10px;
	}

	.header .r .header-search-box {
		margin-left: 20px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 20px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 35px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}

	.font36 {
		font-size: 30px;
	}

	.font70,
	.font60 {
		font-size: 36px;
	}

	.font80 {
		font-size: 48px;
	}

	.font90 {
		font-size: 60px;
	}

	.font200 {
		font-size: 120px;
	}

	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}
}

@media (max-width:1199px) {
    .commonNavBox{
		padding-bottom: 70px;
	}
	.commonNavBox .box-t .swiper-slide{
		font-size: 16px;
		padding: 0 16px;
		min-width: 110px;
		line-height: 45px;
	}
	.lineCustomizationItems .swiper-slide{
		width: 24%;
	}
	.lineCustomizationItems .swiper-slide:not(:last-child){
		margin-right: 1%;
	}
	.header .r .searchAddress .subContainer {
		display: flex;
		/*padding-top: 14px;*/
		height: 600px;
	}

	.header .r .searchAddress .subContainer-l {
		height: 100%;
		overflow: auto;
		width: auto;
	}

	.header .r .searchAddress .subContainer-l .items a {
		display: block;
		font-size: 14px;
		text-align: left;
		line-height: 30px;
		padding: 0;
	}

	.header .r>form {
		position: static;
		padding: 15px 0;
	}

	.header .r .searchAddress {
		position: static;
	}

	.header .r .areaSelect {
		left: 0;
		width: 100vw;
		padding: 24px 20px;
		z-index: 10;
		top: calc(100% - 14px);
	}

	.header .r .searchAddress .subContainer {
		width: 100%;
		max-width: 100%;
	}

	.header .r .searchAddress .subContainer-l .items a:hover,
	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c .item-r a.active,
	.header .r .searchAddress .subContainer-r .items1 .item-c a.active,
	.header .r .searchAddress .subContainer-l .items a.active {
		color: #BCCF38;
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c .item-r a.active,
	.header .r .searchAddress .subContainer-l .items a.active {
		background: #fff;
	}

	.header .r .searchAddress .subContainer-l .items a:not(:last-child) {
		margin-bottom: 10px;
	}

	.header .r .searchAddress .subContainer-r {
		flex: 1;
		/* margin-left: 20px; */
		height: 100%;
		overflow: auto;
		padding: 15px 5px 15px 15px;
	}

	.header .r .searchAddress .subContainer-r .items {
		display: none;
		text-align: left;
		height: 100%;
		overflow: auto;
	}

	.header .r .searchAddress .subContainer-r .items.active {
		display: block;
	}

	.header .r .searchAddress .subContainer-r .items1 .item-title {
		line-height: 30px;
		color: #333;
		font-size: 14px;
	}

	.header .r .searchAddress .subContainer-r .items1 .item-c {
		display: flex;
		flex-wrap: wrap;
		gap: 0 14px;
		margin-top: 5px;
	}

	.header .r .searchAddress .subContainer-r .items1 .item:not(:last-child) {
		padding-bottom: 19px;
		margin-bottom: 0;
	}

	.header .r .searchAddress .subContainer-r .items1 .item-c a {
		font-size: 14px;
		line-height: 27px;
		color: #999;
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer {
		height: 100%;
		display: flex;
		flex-direction: row-reverse;
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c {
		flex: 1;
		margin-right: 10px;
		height: 100%;
		overflow: auto;
		padding-right: 10px;
		margin: 0;
	}

	.header .r .searchAddress .subContainer-r .items2 .items-t {
		padding-right: 0;
		display: block;
		width: 19px;
		text-align: right;
	}

	.header .r .searchAddress .subContainer-r .items2 .items-t span {
		display: block;
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-t a {
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 22px;
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c .item {
		display: block;
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c .item-l {
		font-size: 14px;
		line-height: 24px
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c .item-r {
		/* flex: 1;
	margin-left: 10px; */
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c .item-r {
		margin-top: 3px;
		display: flex;
		flex-wrap: wrap;
		gap: 0 14px;
		margin-left: 0;
		/* padding: 0; */
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c .item-r a {
		font-size: 14px;
		line-height: 27px;
		color: #999;
		padding: 0;
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c .item:not(:last-child) {
		padding-bottom: 19px;
	}

	.scenicSpotItem .text-title {
		font-size: 20px;
	}

	.filterForm form {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.filterForm {
		padding: 30px;
		margin-top: -40px;
	}

	.filterForm .submit {
		width: 100%;
	}

	.filterForm .input-l {
		width: 114px;
	}

	.filterForm .input-r .layui-input {
		padding: 0 23px 0 14px;
		font-size: 16px;
	}

	.filterForm .input-l {
		font-size: 16px;
	}

	.filterForm .input-l,
	.filterForm .input-r .layui-select-title,
	.filterForm .input-r .layui-input {
		height: 50px;
	}

	.filterForm .submit {
		line-height: 50px;
	}

	.commonBtns .btn {
		width: 44px;
		height: 44px;
	}

	.commonMore {
		height: auto;
		width: 190px;
		font-size: 16px;
	}

	.commonMore .icon {
		width: 45px;
		line-height: 45px;
	}

	.footer-t {
		padding-top: 60px;
		flex-direction: column;
	}

	.footer-t-r {
		margin-top: 30px;
	}

	.footer-t-r,
	.footer-t-l {
		width: 100%;
	}

	.header .r .nav {
		display: none;
	}

	.font36 {
		font-size: 28px;
	}

	.font70,
	.font60 {
		font-size: 30px;
	}

	.font80 {
		font-size: 36px;
	}

	.font90 {
		font-size: 50px;
	}

	.font200 {
		font-size: 90px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}

	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-left: 31px;
	}

	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #BCCF38;
		transition: top .2s linear
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #BCCF38;
	}

	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}

	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}

	.m-right-buttom span:before {
		top: 6px
	}

	.m-right-buttom span:after {
		top: -6px
	}

	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}

	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}

	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}

	.hotelItem {
		width: 32%;
	}

	.hotelItem:not(:last-child) {
		margin-right: 2%;
	}

	.hotelItem:hover a {
		transform: translateY(0);
	}

	.layui-form-select dl {
		top: 54px !important;
	}

	.layui-form-selectup dl {
		bottom: 54px !important;
	}

	.innerFoodBox {
		padding: 70px 0;
	}

	.innerFoodBox .box-c {
		margin-top: 85px;
	}

	.multipleChoiceList .item input {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}

	.multipleChoiceList .item {
		font-size: 16px;
	}

	.multipleChoiceList {
		gap: 14px;
	}

	.filterForm .searchInput,
	.filterForm .dateTime {
		width: 100%;
	}

	.optionList .item {
		font-size: 16px;
		padding: 0 13px;
		min-width: 110px;
	}

	.scenicSpotItem {
		width: 32%;
	}

	.leftOption {
		width: 100%;
	}
}

@media (max-width: 1024px) {
    .commonNavBox .box-c .swiper{
		padding: 40px 0;
	}
	.commonNavBox{
		padding-bottom: 60px;
	}
	.lineCustomizationItems .swiper-slide{
		width: 32%;
	}
	.lineCustomizationItems .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
	.travelstrategyList li .pic {
		width: 270px;
	}

	.travelstrategyList {
		grid-template-columns: repeat(1, 1fr);
	}

	.areaSelect .searchSub .searchSubBox3 .items .item:not(:last-child) {
		margin-bottom: 14px;
	}

	.areaSelect .searchSub .searchSubBox3 .items {
		padding: 20px;
	}

	.areaSelect .searchSub .searchSubBox3 .items .items-c {
		margin-top: 15px;
	}

	.areaSelect .searchSub {
		padding: 30px 20px;
	}

	.areaSelect .searchSub .searchSubBox3 {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.areaSelect .searchSub .searchSubBox1 .items {
		margin-top: 15px;
		gap: 10px;
	}

	.areaSelect .searchSub .searchSubBox1 .items a {
		line-height: 38px;
		padding: 0 15px;
		font-size: 14px;
	}

	.areaSelect .searchSub .searchSubBox2 {
		margin-top: 20px;
		padding-top: 20px;
	}

	.scenicSpotItem .star {
		margin-right: 3px;
		gap: 2px;
	}

	.innerBread {
		padding-top: 15px;
	}

	.innerFoodBox {
		padding: 60px 0;
	}

	.hotelItem .text-title {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}

	.hotelItem .address {
		font-size: 14px;
	}

	.hotelItem .msg {
		margin-top: 0;
	}

	.hotelItem .address {
		margin-top: 10px;
	}

	.hotelItem .text-box {
		padding: 15px 15px 20px;
	}

	.footer-c {
		padding: 10px 3%;
	}

	.footer-t {
		padding-top: 50px;
	}

	.font36 {
		font-size: 26px;
	}

	.font70,
	.font60 {
		font-size: 28px;
	}

	.font80 {
		font-size: 30px;
	}

	.font90 {
		font-size: 40px;
	}

	.font200 {
		font-size: 70px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}

	.innerFoodBox .box-c {
		margin-top: 80px;
	}

	.optionList .item.layui-form .layui-form-select .layui-input {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
    .commonNavBox{
		padding-bottom: 50px;
	}
	.commonNavBox .box-c .swiper{
		padding: 30px 0;
	}
	.commonNavBox .box-c .btns, .scenicSpot .box1 .box-c .btns,
	.scenicSpot .box1 .box-c,
	.commonNavBox .box-t{
		margin-top: 30px;
	}
	.lineCustomizationItems .swiper-slide{
		width: 49%;
	}
	.lineCustomizationItems .btns{
		margin-top: 30px;
	}
	.travelstrategyList li .text-box{
		padding: 20px;
	}
	.travelstrategyList li .pic{
		width: 213px;
	}
	.header .r>form {
		padding: 5px 0;
	}

	.optionList .item.layui-form .layui-form-select .layui-input {
		font-size: 14px;
		height: 32px;
	}

	.scenicSpotItem .text-box {
		padding: 16px;
	}

	.innerFoodBox {
		padding: 50px 0;
	}

	.filterForm form {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.scenicSpotItem,
	.hotelItem {
		width: 49%;
	}

	.commonBtns .btn {
		width: 40px;
		height: 40px;
	}

	.commonBtns .btn .iconfont {
		font-size: 16px;
	}

	.commonMore .icon {
		width: 40px;
		line-height: 40px;
	}

	.fixedRight {
		width: 50px;
		right: 20px;
	}
	.fixedRight a.wechat, .fixedRight a.whatsapp, .fixedRight a.kefu,
	.fixedRight a {
		line-height: 60px;
		width: 50px;
	}
	.fixedRight a.wechat, .fixedRight a.whatsapp, .fixedRight a.kefu{
		height: 50px;
		line-height: 50px
	}
	.footer-t {
		padding-top: 40px;
	}

	.footer-t-l .list {
		display: none;
	}

	.footer-t-r {
		margin-top: 0;
	}

	.header .content1400 {
		padding: 5px 0;
	}

	.header .logo img {
		width: auto;
		height: 49px;
	}

	.font36 {
		font-size: 24px;
	}

	.font70,
	.font60 {
		font-size: 26px;
	}

	.font80 {
		font-size: 28px;
	}

	.font90 {
		font-size: 30px;
	}

	.font200 {
		font-size: 50px;
	}

	.font30 {
		font-size: 22px;
	}

	.font48 {
		font-size: 24px;
	}

	.pc-aslide-content {
		background-color: transparent;
	}

	.pc-aslide {
		z-index: 99;
		background-color: transparent;
	}

	.pc-aslide::before,
	.pc-aslide::after {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0, 0, 0, 1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s, transform 1.5s;
	}

	.pc-aslide::after {
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s, transform 1s;
	}

	.pc-aslide.active::after,
	.pc-aslide.active::before {
		transform: scale(5);
		opacity: 1;
	}

	.pc-aslide-content-t {
		display: none;
	}

	.pc-aslide-content {
		padding: 60px 3%;
	}

	.pc-aslide-content {
		transform: translateX(0);
		z-index: 4;
	}

	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}

	.innerFoodBox .box-c {
		margin-top: 70px;
	}
}

@media (max-width:560px) {
	.scenicSpotItem {
		width: 100%;
	}
}

@media (max-width: 500px) {
    .header .r .searchAddress{
        display: none;
    }
    .header .r .language{
        /* font-size: 12px; */
        display: flex;
        gap: 0 10px;
    }
    .commonNavBox .box-t .swiper-slide{
		padding: 0 9px;
		min-width: 90px;
		line-height: 40px;
		font-size: 14px;
	}
	.commonNavBox{
		padding-bottom: 40px;
	}
	.commonNavBox .box-c .swiper{
		padding: 25px 0;
	}
	.commonNavBox .box-c .btns
	.commonNavBox .box-t{
		margin-top: 25px;
	}
	.lineCustomizationItems .btns{
		margin-top: 15px;
	}
	.travelstrategyList li .text,
	.travelstrategyList li .text-des{
		font-size: 14px;
		line-height: 20px;
	}
	.travelstrategyList li .text{
		margin-top: 7px;
	}
	.travelstrategyList li .text-title{
		line-height: 24px;
		font-size: 16px;
	}
	.travelstrategyList li .text-box{
		padding: 14px;
	}
	.travelstrategyList{
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}
	.travelstrategyList li .pic img{
		height: auto;
	}
	.travelstrategyList li .text-des{
		margin-top: 5px;
	}
	.travelstrategyList li>a{
		flex-direction: column;
	}
	.travelstrategyList li .pic{
		width: 100%;
	}
	.travelstrategyList li .text-box{
		min-height: 0;
	}
	.areaSelect .searchSub .searchSubBox3 .items .item-l .number {
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}

	.areaSelect .searchSub .searchSubBox3 .items .item-l img {
		width: 60px;
		height: 60px;
	}

	.areaSelect .searchSub .searchSubBox3 .items .item-r {
		margin-left: 10px;
	}

	.areaSelect .searchSub .searchSubBox3 .items {
		padding: 15px;
	}

	.areaSelect .searchSub .searchSubBox1 .items a {
		line-height: 30px;
		padding: 0 13px;
	}

	.areaSelect .searchSub .searchSubBox3 .items .text-title {
		font-size: 14px;
		line-height: 18px;
	}

	.areaSelect .searchSub .searchSubBox3 .items .items-t,
	.areaSelect .searchSub .searchSubBox1 .title {
		font-size: 16px;
	}

	.areaSelect .searchSub .searchSubBox3 .items .text-des {
		font-size: 12px;
		margin-top: 8px;
	}

	.areaSelect .searchSub {
		padding: 20px 15px;
	}

	.areaSelect .searchSub .searchSubBox1 .items {
		margin-top: 10px;
	}

	.header .r .areaSelect {
		padding: 24px 10px;
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c .item:not(:last-child),
	.header .r .searchAddress .subContainer-r .items1 .item:not(:last-child) {
		padding-bottom: 10px;
	}

	.header .r .searchAddress .subContainer-r .items2 .itemsContainer .items-c .item-r,
	.header .r .searchAddress .subContainer-r .items1 .item-c {
		margin-top: 0;
	}

	.header .r .searchAddress .subContainer-r .items1 .item:not(:last-child) {
		margin-bottom: 0;
	}

	.pc-aslide-content-c {
		margin-top: 20px;
		padding-bottom: 30px;
	}

	.leftOption {
		padding: 25px 20px;
	}

	.leftOption .items a {
		padding: 0 13px;
		font-size: 14px;
		line-height: 34px;
	}

	.hotelItem .star {
		display: flex;
	}

	.multipleChoiceList .item {
		font-size: 14px;
		line-height: 20px;
	}

	.optionList .item {
		line-height: 32px;
		padding: 0 10px;
		font-size: 14px;
		min-width: 0;
	}

	.innerFoodBox .box-c .swiper-slide {
		height: auto !important;
	}

	.innerFoodBox .box-c .swiper-slide .text-box {
		margin-top: 10px;
	}

	.innerFoodBox .box-c .swiper-slide-active {
		margin-top: 0;
	}

	.innerFoodBox .box-c .swiper-slide,
	.innerFoodBox .box-c .swiper-slide-active {
		width: 282px;
	}

	.innerFoodBox .box-c .swiper {
		width: 100%;
	}

	.innerFoodBox .box-c {
		margin-top: 25px;
	}

	.innerFoodBox {
		padding: 40px 0;
	}

	.filterForm .input-r .layui-input {
		font-size: 14px;
	}

	.filterForm .submit {
		font-size: 16px;
	}

	.filterForm .input-l {
		font-size: 14px;
		width: 104px;
	}

	.filterForm {
		padding: 14px;
	}

	.filterForm .input-l,
	.filterForm .input-r .layui-select-title,
	.filterForm .input-r .layui-input {
		height: 44px;
	}

	.filterForm .submit {
		line-height: 44px;
	}

	.hotelItem .address {
		font-size: 12px;
		line-height: 20px;
	}

	.commonMore {
		width: 160px;
		padding-left: 19px;
		font-size: 14px;
	}

	.commonMore .icon {
		width: 36px;
		line-height: 36px;
		height: 36px;
	}

	.footer-t {
		padding: 30px 0;
	}

	.footer-t-r .text {
		margin-top: 17px;
	}

	.footer-t-r .footer-payment-text {
		margin-bottom: 9px;
	}

	.header .r .header-search-box .header-searchBtn {
		width: 34px;
		line-height: 34px;
	}

	.header .r .searchAddress {
		height: 34px;
	}

	.m-right-buttom {
		margin-left: 20px;
	}

	.font36 {
		font-size: 22px;
	}

	.font70,
	.font60 {
		font-size: 24px;
	}

	.font80 {
		font-size: 26px;
	}

	.font90 {
		font-size: 26px;
	}

	.font200 {
		font-size: 30px;
	}

	.font30 {
		font-size: 20px;
	}

	.font48 {
		font-size: 22px;
	}

	.pc-aslide-content-c .list {
		min-width: 249px;
	}

	.pc-aslide-content-c .list .li-des {
		padding-top: 15px;
		margin-top: 15px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 15px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 14px;
		line-height: 2;
	}

	.pc-aslide-content-c .list .li-des a:not(:last-child) {
		margin-bottom: 5px;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
}