* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  outline: none;
  font-family: PingFang SC;
}

body {
  background: #f3efec;
  --themeColor: #915f27;
  min-width: 1200px;
}
img.img-default[src=""] {
  position: relative;
  background-color: #d9d9d9;
}
img.img-default[src=""]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
}

.option_box {
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
}

.nav_box {
  width: 100%;
  position: sticky;
  top: 0;
  padding: 1px 0;
  z-index: 100;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.nav {
  width: 1000px;
  padding: 16px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_left {
  height: 60px;
  display: flex;
  align-items: center;
}

.nav_left img {
  height: 100%;
  cursor: pointer;
}

.nav_left .text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-left: 10px;
}

.nav_right {
  display: flex;
}

.nav_right span {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}

.nav_right span:hover {
  color: #ffca7f;
}

.nav_right span:last-child {
  margin-right: 0;
}

.nav_right .nav_active {
  color: #ffca7f;
}

/* 地图 */
.map-bg {
  width: 100%;
  position: relative;
  /* background: linear-gradient(180deg, rgba(243, 239, 236, 0.00) 71.64%, #F3EFEC 100%); */
}

.cloue {
  width: 100%;
  position: absolute;
  height: 200px;
  z-index: 0;
  margin-top: -200px;
  /* background: rgba(0, 0, 0, 0.4); */
  background: linear-gradient(rgba(243, 239, 236, 0) 0%, #f3efec 100%);
}

.map-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -94px;
  height: 550px;
}

.map-banner .swiper-slide.swiper-slide-visible.swiper-slide-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

/* .map-banner .swiper-slide.swiper-slide-visible.swiper-slide-active {
  transform: translateZ(0);
} */

.map-banner .swiper-slide img {
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
  height: 550px;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

.map-swiper {
  position: relative;
  margin-top: 20px;
}

.map-swiper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 89px;
  height: 100%;
  z-index: 10;
  background: linear-gradient(
    90deg,
    rgba(243, 239, 236, 0) 8.99%,
    #f3efec 100%
  );
}

.map-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 89px;
  height: 100%;
  z-index: 10;
  background: linear-gradient(
    270deg,
    rgba(243, 239, 236, 0) 8.99%,
    #f3efec 100%
  );
}

.map-box {
  position: relative;
  /* height: 463px; */
  width: 1000px;
  margin: 0 auto;
  margin-top: -300px;
  background: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/bg.png")
    no-repeat 0 305px;
  background-size: 500px;
}

#map {
  width: 1000px;
  height: 463px;
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translate(-50%); */
  top: 0;
  z-index: 8;
}

.weather {
  width: 1000px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin: 0 auto;
  top: 100px;
  color: #fff;
  z-index: 9;
}

.weather-city {
  font-size: 25px;
  font-weight: bold;
}

.weather-wd {
  font-size: 51px;
}

.weather-wd i {
  font-size: 16px;
  font-style: normal;
}

.date {
  font-size: 16px;
  margin-bottom: 20px;
}

.option-yy {
  width: 100%;
  height: 186px;
  overflow: hidden;
}

.option-yy .swiper-slide {
  width: 350px;
  height: 100%;
}

.option-yy .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transition: all 0.3s ease;
}

.option-yy .swiper-slide-active a {
  transform: scale(1);
}

/* .option-yy .swiper-slide:last-child {
  width: 340px;
} */

.yy-item {
  width: 100%;
  height: 100%;
  /* height: 3.24rem; */
  overflow: hidden;
  position: relative;
}

.yy-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 25px 18px 0 18px;
}

.option-yy .yy-title {
  text-align: center;
  height: 120px;
  /* margin-bottom: 10px; */
}

.option-yy .yy-title img {
  width: 146px;
}

.option-yy .yy-img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  /* background: #000; */
}

.yy-img video {
  width: 100%;
  height: 100%;
}

.option-yy .yy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.option-yy .yy-info {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.yy-info .yy-info-lf img {
  width: 61px;
}

.yy-info .yy-info-rt {
  font-size: 12px;
  color: #ccc;
}

.yy-info .yy-info-rt span {
  padding-left: 5px;
}

.yy-info-rt img {
  width: 10px;
}

.statement {
  margin: 70px 0 12px 0;
}

.statement p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

/*  */
.containH-image {
  height: 100%;
  object-fit: contain;
}

.fill-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.block-title {
  height: 60px;
  text-align: center;
  margin-bottom: 36px;
}

.block-textTit {
  font-size: 26px;
  text-align: center;
  color: var(--themeColor);
  margin-top: 36px;
}

.block-title img {
  height: 100%;
  object-fit: contain;
}

.block-desc {
  max-width: 1000px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
}

.block-subTit {
  height: 32px;
  text-align: center;
  margin-top: 38px;
}

.block-tabs {
  display: flex;
  justify-content: center;
}

.block-tabs.tabs-way {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 86px;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/img/way-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 84px;
  background-position: left bottom;
}

.block-tabs.tabs-way::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #f3efec;
}

.block-tabs .tab-li {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 5px;
  text-align: center;
}

.block-tabs .tab-li span {
  padding: 6px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}

.block-tabs .tab-li:last-of-type {
  margin-left: 60px;
}

.block-tabs .tab-li-active span {
  color: var(--themeColor, #000);
  border-color: var(--themeColor, #000);
}

/*  */
.img-text-swiper {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.img-text-swiper .swiper-slide {
  width: 258px;
  height: 100%;
  /* transform: scale(0.92); */
  cursor: pointer;
  overflow: hidden;
  transition-timing-function: ease;
  /* border-radius: 8px; */
  /* transition: all 0.5s ease; */
}

/* .img-text-swiper .swiper-slide-active {
  transform: scale(1);
} */
.img-text-swiper .swiper-slide .slide-cover {
  /* transform: scale(1); */
  transition: all 0.5s ease;
  border-radius: 0;
}

.img-text-swiper .swiper-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 86px;
  background-image: url(https://os.j.cctv.com/common/channel/qiye/jinzhong/img/way-bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 84px;
  background-position: left top;
  display: flex;
  font-size: 14px;
  padding-top: 36px;
}

.img-text-swiper .swiper-bot::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f3efec;
}

.block-tab-content .swiper-desc {
  position: relative;
  width: 800px;
  /* height: 48px; */
  font-size: 14px;
  line-height: 24px;
  margin: -36px auto 0;
  z-index: 11;
}

.block-tab-content .swiper-desc span {
  font-weight: 500;
}

.block-tab-content .swiper-desc p:last-of-type {
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1; */
  word-break: break-all;
}

.block-tab-content {
  position: relative;
}

.img-text-swiper .learn-more {
  position: absolute;
  bottom: 150px;
  left: 60%;
  z-index: 10;
  font-size: 12px;
  color: #fff;
  padding-top: 36px;
  background-image: url(https://os.j.cctv.com/common/channel/qiye/jinzhong/img/learn_more.png);
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: top center;
  cursor: pointer;
}

.img-text-swiper .learn-more-none,
.img-text-swiper .learn-more[data-key="cultureMoreB"] {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.img-text-swiper .tab-name {
  position: absolute;
  bottom: 200px;
  left: 70%;
  z-index: 10;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.img-text-swiper .tab-name-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  /* border: 10px solid #000; */

  /* 应用动画，持续时间2秒，无限循环 */
}

.img-text-swiper .tab-name-dot::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #000;
  z-index: -1;
  animation: colorChange 1s infinite alternate;
}

/* 定义动画 */
@keyframes colorChange {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

  /* 再次回到红色 */
}

.img-text-swiper .tab-name-active {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 14px;
}

/* .img-text-swiper .swiper-slide:hover .slide-cover {
  transform: scale(1.2);
} */

.img-text-swiper .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.26%, #000 100%);
}

.img-text-swiper .slide-text .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  word-break: break-all;
}

.img-text-swiper .slide-text .sub-tit {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  word-break: break-all;
  margin-top: 6px;
}

.img-text-swiper .slide-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*  */
/* .culture-opton {
  background-position: left top 100px;
  background-size: 352px;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/bg_whzl.png");
  background-repeat: no-repeat;
}

.taihang-option {
  width: 1200px;
  padding: 70px 100px 0;
  background-position: right top 60px;
  background-size: 340px;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/bg_syzl.png");
  background-repeat: no-repeat;
}

.food-option {
  width: 1200px;
  padding: 70px 100px 0;
  background-position: left top 246px;
  background-size: 376px;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/bg_mszl.png");
  background-repeat: no-repeat;
} */

.swiper-flex {
  display: flex;
  align-items: center;
}

.swiper-prev,
.swiper-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-position: left center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/jiantou2.png");
}

.swiper-next {
  transform: rotate(180deg);
}

/*  */
.block-content-news {
  display: flex;
  height: 360px;
  border-radius: var(--card-theme-radius, "2px");
}

.block-content-news .swiper-cover {
  width: 630px;
  height: 100%;
  padding: 10px;
  background-color: #fff;
}

.block-content-news .swiper-cover-wrapper {
  width: 100%;
  height: 100%;
  background: #d9d9d9
    url("https://os.j.cctv.com/common/channel/qiye/jinzhong/img/default.png")
    no-repeat;
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: center;
  border-radius: 2px;
}

.news-cover-wrapper {
  height: 100%;
  overflow: hidden;
}

img[src=""] {
  /* opacity: 0; */
  background: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/img/default.png")
    no-repeat;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
}

.block-content-news .swiper-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  cursor: pointer;
}

.block-content-news ._swiper_container {
  flex: 1;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #f8f9f9;
  overflow: hidden;
}

.block-content-news ._swiper_wrapper {
  height: 100%;
}

.block-content-news ._swiper_slide {
  font-size: 18px;
  height: 25%;
  line-height: 25px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  user-select: none;
  transition: all 0.1s ease;
  border-right: 6px solid #f8f9f9;
  cursor: pointer;
  transform: translateZ(0);
}

.block-content-news ._swiper_slide_active {
  background-color: #fff;
  border-color: var(--themeColor, #915f27);
}

.news-box {
  border-radius: 8px;
  background: linear-gradient(2deg, #fff 59.15%, #fce1c3 125.44%);
}

.news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  margin-top: 20px;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/zixun.png");
  background-size: 66px;
  background-repeat: no-repeat;
  background-position: top 20px right 20px;
}

.news-list .news-li {
  width: 50%;
  padding-right: 10px;
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  line-height: 42px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  cursor: pointer;
}

.news-list .news-li:hover {
  color: var(--themeColor, #915f27);
}

.news-list .news-li::marker {
  color: var(--themeColor, #915f27);
}

/*  */
.foodR-option {
  padding-top: 20px;
}

.food-recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.food-recommend .food-li {
  width: 240px;
  height: 150px;
  position: relative;
  margin-top: 20px;
  border-radius: 8px;
  list-style: none;
  cursor: pointer;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.food-recommend .food-li .food-cover {
  transition: all 0.3s ease;
  transform: scale(1);
}

/* .food-recommend .food-li:hover {
  background-color: red;
} */
.food-recommend .food-li:hover .food-cover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.food-recommend .food-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.26%, #000 100%);
}

/*  */
.share-video {
  width: 100%;
  /* height: 338px; */
  overflow: hidden;
}

.share-video .swiper-slide {
  /* width: 253px; */
  /* height: 100%; */
  cursor: pointer;
}

.share-video .swiper-slide:hover .video-cover img {
  transform: scale(1.2);
}

.video-cover {
  width: 100%;
  height: 338px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.video-cover .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.26%, #000 100%);
  background-image: url("https://os.j.cctv.com/common/channel/qiye/xlz/img/btn_play.png");
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}

.video-cover img {
  transition: all 0.3s ease;
}

.share-video .title {
  padding: 0 5px;
  margin: 5px 0;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
}

.share-video .sub-tit {
  font-size: 12px;
  color: #b4b4b4;
  padding: 0 5px;
}

/*  */
.option-fill-cover {
  width: 100%;
}

.swiper-way {
  position: absolute;
  top: 108px;
  left: 16%;
  z-index: 20;
  display: flex;
  background-repeat: no-repeat;
  --ir: top 2px right;
  --il: top 2px left;
  --it: center top;
  --ipadding: 18px;
}

.swiper-way .way-li {
  position: absolute;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-repeat: no-repeat;
  background-image: url("../img/addr.png");
  background-position: center bottom 4px;
  background-size: 14px;
  cursor: pointer;
}

.swiper-way .way-li-active {
  background-image: url("../img/addr2.png");
  color: #f7d06d;
}

.culture-wayA {
  width: 300px;
  height: 146px;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/line1.png");
  background-size: 143px;
  background-position: left 41px bottom;
}

.culture-wayA .way-li:nth-of-type(1) {
  bottom: 9px;
  left: 14px;
}

.culture-wayA .way-li:nth-of-type(2) {
  bottom: 57px;
  left: 43px;
}

.culture-wayA .way-li:nth-of-type(3) {
  bottom: 33px;
  left: 93px;
  background-position: var(--it);
  padding-top: var(--ipadding);
}

.culture-wayA .way-li:nth-of-type(4) {
  top: 37px;
  left: 148px;
  background-position: left top;
  padding-left: 18px;
}

.culture-wayA .way-li:nth-of-type(5) {
  top: 0;
  right: 28px;
  transform: translate(-56%, -8px);
}

/*  */
.culture-wayB {
  width: 375px;
  height: 230px;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/line2.png");
  background-size: 265px;
  background-position: left 45px bottom 5px;
  margin-top: -15px;
}

.culture-wayB .way-li:nth-of-type(1) {
  bottom: 13px;
  left: -8px;
  padding-top: var(--ipadding);
  background-position: top 2px right;
}

.culture-wayB .way-li:nth-of-type(2) {
  bottom: 49px;
  left: -13px;
  padding-right: var(--ipadding);
  background-position: top 2px right;
}

.culture-wayB .way-li:nth-of-type(3) {
  bottom: 67px;
  left: 42px;
  /* padding-right: var(--ipadding);
  background-position: var(--ir); */
}

/* .culture-wayB .way-li:nth-of-type(3) {
  top: 120px;
  left: 30px;
  padding-right: var(--ipadding);
  background-position: var(--ir);
} */

.culture-wayB .way-li:nth-of-type(4) {
  top: 30px;
  left: 114px;
  padding-top: var(--ipadding);
  background-position: var(--it);
}

.culture-wayB .way-li:nth-of-type(5) {
  top: 98px;
  left: 133px;
  padding-top: var(--ipadding);
  background-position: var(--it);
}

.culture-wayB .way-li:nth-of-type(6) {
  bottom: -1px;
  right: 65px;
  height: 30px;
  padding-top: var(--ipadding);
  background-position: var(--it);
}

.culture-wayB .way-li:nth-of-type(7) {
  bottom: 24px;
  right: 31px;
  /* width: 190px; */
  /* text-align: left; */
}

.culture-wayB .way-li:nth-of-type(8) {
  top: 114px;
  right: 10px;
  padding-left: var(--ipadding);
  background-position: var(--il);
}

/*  */
.taihang-wayA {
  width: 206px;
  height: 128px;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/line3.png");
  background-size: 133px;
  background-position: left 40px bottom;
  margin-left: 15px;
}

.taihang-wayA .way-li:nth-of-type(1) {
  top: 10px;
  right: -8px;
}

.taihang-wayA .way-li:nth-of-type(2) {
  bottom: 25px;
  right: 12px;
  padding-top: var(--ipadding);
  background-position: var(--it);
}

.taihang-wayA .way-li:nth-of-type(3) {
  bottom: 21px;
  left: 16px;
}

.taihang-wayA .way-li:nth-of-type(4) {
  bottom: -20px;
  left: -9px;
  padding-top: var(--ipadding);
  background-position: var(--it);
}

/*  */
.taihang-wayB {
  width: 282px;
  height: 134px;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/line4.png");
  background-size: 174px;
  background-position: left 40px bottom;
}

.taihang-wayB .way-li:nth-of-type(1) {
  bottom: 48px;
  left: 8px;
}

.taihang-wayB .way-li:nth-of-type(2) {
  bottom: -21px;
  left: 16px;
  padding-top: var(--ipadding);
  background-position: var(--it);
}

.taihang-wayB .way-li:nth-of-type(3) {
  bottom: -12px;
  right: 20px;
  padding-left: var(--ipadding);
  background-position: var(--il);
}

.taihang-wayB .way-li:nth-of-type(4) {
  top: -7px;
  right: 70px;
  padding-left: var(--ipadding);
  background-position: var(--il);
}

.taihang-wayB .way-li:nth-of-type(5) {
  bottom: 24px;
  right: -21px;
  padding-left: var(--ipadding);
  background-position: var(--il);
}

/*  */
.food-wayA {
  width: 397px;
  height: 231px;
  background: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/line5.png")
    no-repeat center 36px;
  background-size: 83px;
  background-position: left 180px bottom 34px;
}

.food-wayA .way-li:nth-of-type(1) {
  top: 26px;
  right: 50px;
  background-position: var(--il);
  text-align: left;
  padding-left: var(--ipadding);
}

/* .food-wayA .way-li {
  background-color: red;
} */
.food-wayA .way-li:nth-of-type(3) {
  top: 96px;
  right: 76px;
  background-position: var(--il);
  padding-left: var(--ipadding);
}

.food-wayA .way-li:nth-of-type(2) {
  top: 68px;
  right: 0px;
  height: 24px;
  background-position: var(--il);
  padding-left: var(--ipadding);
}

.food-wayA .way-li:nth-of-type(4) {
  bottom: 4px;
  right: 80px;
  background-position: var(--it);
  padding-top: var(--ipadding);
}

.food-wayA .way-li:nth-of-type(5) {
  top: 66px;
  left: 10px;
  background-position: right top;
  padding-top: var(--ipadding);
}

.food-wayA .way-li:nth-of-type(6) {
  top: 4px;
  left: 0;
  background-position: right 15px bottom;
}

.food-wayB {
  width: 354px;
  height: 194.5px;
  background-image: url("https://os.j.cctv.com/common/channel/qiye/jinzhong/line6.png");
  background-size: 206px;
  background-position: left 95px bottom;
}

.food-wayB .way-li:nth-of-type(1) {
  bottom: 10px;
  left: -14px;
  padding-top: var(--ipadding);
  background-position: var(--it);
  /* transform: translateX(-35px); */
}

.food-wayB .way-li:nth-of-type(2) {
  bottom: 87px;
  left: 129px;
}

.food-wayB .way-li:nth-of-type(3) {
  bottom: 33px;
  left: 178px;
  background-position: var(--il);
  padding-left: var(--ipadding);
}

.food-wayB .way-li:nth-of-type(4) {
  bottom: -31px;
  left: 160px;
  background-position: var(--il);
  padding-left: var(--ipadding);
}

.food-wayB .way-li:nth-of-type(5) {
  top: 70px;
  right: -23px;
  background-position: left 42px top;
  padding-top: var(--ipadding);
}

.food-wayB .way-li:nth-of-type(6) {
  top: 7px;
  right: 72px;
  background-position: left 6px bottom 4px;
}

/*  */
.more-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 106;
  display: none;
}

.more-popup .popup-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.more-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.more-body {
  width: 100%;
  height: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-popup .more-content {
  position: relative;
  width: 1000px;
  height: 550px;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  z-index: 10;
}

.more-popup .more-left {
  background: #000;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.more-popup .more-right {
  flex: 1;
  padding: 53px 25px;
  color: #fff;
  font-size: 14px;
  background: #505050;
  overflow: hidden;
}

.more-popup .more-right p {
  line-height: 2;
  height: calc(100% - 50px);
  overflow: auto;
}

.more-popup .more-right h2 {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
}

.more-popup .more-left .swiper-slide {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-popup .more-left .swiper-slide img {
  width: 100%;
  max-height: 100%;
}

.more-popup
  .more-left
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2055e6 !important;
}

.more-popup .more-left .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}

.more-popup .more-left .swiper-button-next,
.more-popup .more-left .swiper-button-prev {
  color: #fff;
}

.more-popup .swiper-button-next:after,
.more-popup .swiper-button-prev:after {
  font-size: 14px;
}

.more-popup .swiper-button-next {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}

.more-popup .swiper-button-prev {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* 九大业态 */

.option_special {
  width: 100%;
  height: 460px;
  margin: 40px 0 0 0;
  position: relative;
  overflow: hidden;
}

.option_special_item {
  width: 360px;
  height: 100%;
  position: absolute;
  top: 0;
  /* transition: all 1s; */
  /* transition: left 1s ease; */
  /* 设置过渡效果，1秒内完成 */
}

.option_special_item.cur .option_special_num {
  display: none;
}

.option_special_item.cur .option_special_con {
  display: block;
}

.option_special_item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.option_special_num {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  /* width: 80px; */
  width: 100%;
  height: 100%;
}

.option_special_num_title {
  display: table;
  width: 18px;
  padding: 0 36px;
  height: 100%;
  line-height: 100%;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.option_special_num_title span {
  display: table-cell;
  vertical-align: middle;
  width: 18px;
  line-height: 22px;
  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
}

.option_special_con {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1603705823513963/wrap_pic_con.png)
    repeat;
  background-size: cover;
  padding: 200px 48px 0;
}

.option_special_con_title {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
}

.option_special_con_title h1 {
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
  margin-right: 10px;
}

.option_special_con_title img {
  height: 22px;
}

.option_special_con_text {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-top: 22px;
  line-height: 24px;
}
