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

.nav_wrapper_bg *,
.footerPC *,
.nav-pc-5g.nav-box * {
  box-sizing: content-box !important;
}

.nav_wrapper_bg .nav_wrapper .navli.icon {
  box-sizing: content-box;
}

a {
  text-decoration: none;
  color: #000;
}

.option_box {
  position: relative;
}

.option_box a {
  /* display: block; */
  /* text-decoration: none;
  color: #000; */
}

.pages {
  background: #FAFAFA;
}

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

.nav {
  width: 1100px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_left {}

.nav_left img {
  width: 500px;
}

.nav_left p {
  margin-top: 10px;
  font-family: "PingFang SC";
  color: #fff;
  font-size: 18px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.26);
}

.nav_right {
  display: flex;

}

.nav_xili {
  margin-top: -32px;
}

.nav_right span {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.26);
}

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

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

.nav_right .nav_active {
  color: #ffca7f;
}

.option_xw .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  /* 设置分页点的颜色 */
}

.option_xw .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
  /* 设置激活状态下的分页点颜色 */
}

.other {
  margin-top: -40px;
}

.banner_cloud {
  position: absolute;
  width: 100%;
  height: 349px;
  background: url("https://os.j.cctv.com/common/channel/qiye/xiyang/cloud.png") no-repeat center;
  background-size: 100%;
  margin-top: -250px;
  z-index: 1;
}

.banner_swiper {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  margin-top: -120px;
}

.banner_swiper .swiper-slide {
  position: relative;
}

.banner_swiper .swiper-slide .wz {
  position: absolute;
  right: 200px;
  height: 400px;
  top: 200px;
  width: 120px;
  overflow: hidden;
}

.banner_swiper .swiper-slide .wz img {
  width: 100%;
  position: absolute;
  right: 0;
  transition: all 1s;
}

.swiper-cover {
  position: absolute;
  left: 50%;
  bottom: -140px;
  transform: translateX(-50%);
  width: 280px;
  height: 280px;
  border-radius: 140px;
  border: 1px solid #fff;
  z-index: 10;
  padding-top: 33px;
}

.swiper-cover-scroll {
  display: flex;
  flex-direction: column;
  animation: smallBounce 0.8s ease-in-out infinite alternate;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}

.swiper-cover .swiper-cover-scroll img {
  width: 14px;
  margin-bottom: 10px;
}

@keyframes smallBounce {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: 15px;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

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

.banner-text {
  position: absolute;
  top: 40px;
  right: 16%;
  width: 120px;
  height: 500px;
  z-index: 9;
  overflow: hidden;
  /* background-color: #000; */
}

.banner-text img {
  width: 642px;
  height: 100%;
  object-fit: contain;
  transform: translateX(-120px);
  transition: all 0.3s ease;
}

.option_box {
  width: 100%;
  /* min-width: 1000px; */
  /* margin-top: 60px; */
}

.option {
  width: 1000px;
  margin: 0 auto;
}

.option_title {
  width: 100%;
  color: #9c7660;
  font-size: 32px;
  font-weight: 600;
  padding-left: 50px;
  margin-bottom: 53px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.option_title img {
  height: 60px;
}

.option_content {
  width: 100%;
  /* background: #fff; */
  padding-bottom: 100px;
  overflow: hidden;
}

.option_zx_left {
  width: 560px;
  float: left;
}

.option_zx_left:hover a {
  color: #9c7660;
  text-decoration: underline;
}

.option_zx_img {
  width: 560px;
  height: 297px;
}

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

.option_zx_left_item {
  margin-top: 12px;
}

.ill {
  display: flex;
  justify-content: space-between;
}

.ill_too {
  font-size: 14px;
  font-weight: 400;
  color: #9c7660;
  margin-top: 12px;
}

.option_zx_left_item a {
  font-size: 16px;
  font-weight: 400;
}

.option_zx_left_item span {
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
}

.option_zx_right {
  width: 424px;
  float: left;
  margin-left: 16px;
}

.option_zx_right_item {
  width: 100%;
  height: 62px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 16px;
}

.option_zx_right_item a {
  width: 340px;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  /* 确保超出的内容会被隐藏 */
  display: -webkit-box;
  /* 作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置盒子的垂直排列 */
  -webkit-line-clamp: 1;
  /* 限制在3行 */
  text-overflow: ellipsis;
  /* 多行时显示省略符号 */
  white-space: normal;
  /* 使用正常的白空格处理方式，允许换行 */
}

.option_zx_right_item a:hover {
  color: #9c7660;
  text-decoration: underline;
}

.option_zx_right_item span {
  font-size: 14px;
  font-weight: 400;
  color: #a0a0a0;
}

.option_zx_right_more {
  height: 24px;
  padding: 0 6px 0 10px;
  border: 0.5px solid #333333;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  float: left;
  cursor: pointer;
}

.option_item {
  width: 100%;
}

.option_item_title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 32px;
  margin-bottom: 16px;
  text-align: center;
}

.option_item_text {
  width: 100%;
}

.option_item_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: justify;
  color: #333333;
}

.option_image {
  width: 900px;
  margin: 17px auto 50px auto;
}

.option_image img {
  display: block;
  width: 900px;
  margin: 0 auto;
}

.option_video {
  width: 913px;
  height: 428px;
  background: #eee;
  margin: 17px auto 50px auto;
}

.option_video video {
  width: 100%;
  height: 100%;
}

.option_cards {
  width: 100%;
  /* max-height: 350px; */
  /* display: flex;
  /* justify-content: space-between; */
  margin-top: 22px;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
  /* 网格项之间的间隙 */
}

.option_card {
  /* width: 320px; */
  height: 217px;
  /* margin-right: 20px; */
  /* margin-bottom: 20px; */
}

.option_card:nth-child(4n) {
  margin-right: 0;
}

.option_card_img {
  width: 100%;
  height: 180px;
  background: #eaeaea;
}

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

.option_card_title {
  font-size: 18px;
  color: #333333;
  margin-top: 13px;
  font-weight: 500;
}

.option_card:hover .option_card_title {
  color: #9c7660;
  text-decoration: underline;
}

.swiper_box {
  width: 1000px;
  margin: 0 auto;
}

.option_swiper {
  width: 1000px;
  height: 342px;
  margin: 0 auto;
  overflow: hidden;
}

.option_swiper .swiper-button-next,
.option_swiper .swiper-rtl .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.option_swiper .swiper-button-prev,
.option_swiper .swiper-rtl .swiper-button-next {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.option_swiper .swiper-button-next:after,
.option_swiper .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

.swiper_item {
  width: 608px;
  height: 342px;
  position: relative;
}

.swiper_item_img {
  width: 100%;
  height: 342px;
  position: relative;
}

.swiper_item_img .btn_play {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

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

.swiper_item_title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.3);
}

.option_apple {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template: repeat(4, auto) / repeat(4, auto); */
  grid-gap: 24px;
  margin-top: 25px;
}

.option_apple_item {
  /* width: 490px; */
  height: 160px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
}

/* .option_apple_item:nth-child(3) {
  grid-row-start: span 2;
  grid-column-start: span 2;
} */

.option_apple_item img {
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.option_apple_item_img {
  overflow: hidden;
}

.option_apple_item img:hover {
  transform: scale(1.1);
}

.option_apple_item_title {
  width: 203px;
  font-size: 16px;
  color: #595959;
  background: #E5DCD3;
  padding: 0 16px;
}

.option_apple_item_title h2 {
  font-size: 18px;
  color: #AD8C5B;
  margin-top: 16px;
  margin-bottom: 6px;
  ;
}

.option_apple_item_title p {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 指定显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

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

.option_farming_item {
  width: 392px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #e6e6e6 url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1603705823513963/zwPic269_78.png) no-repeat center center;
  transition: all 0.1s;
}

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

.option_farming_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: 152px;
  height: 100%;
}

.option_farming_num_title {
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 152px;
  letter-spacing: 5px;
}

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

.option_farming_con_title {
  width: calc(100% - 96px);
  /* height: 100px; */
  position: absolute;
  left: 48px;
  top: 204px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

.option_farming_con_title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}

.option_service {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.option_service_item {
  width: 378px;
  height: 200px;
  float: left;
  position: relative;
  background: #efefef;
  margin-bottom: 20px;
}

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

.option_service_title {
  background: linear-gradient(3.01deg,
      rgba(0, 0, 0, 0.6) 2.61%,
      rgba(0, 0, 0, 0) 97.62%);
  width: 100%;
  height: 60px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
}

.option_service_big {
  margin-right: 19px;
}

.option_service_middle {
  width: 340px;
  margin-right: 18px;
}

.option_service_small {
  width: 245px;
  height: 90px;
}

.option_border {
  width: 490px;
  height: 283px;
  border: 1px solid #dcdcdc;
  float: left;
  padding: 20px 26px 30px 26px;
}

.option_border_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}

.option_border_text {
  width: 100%;
  height: 55px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

.option_border_list {
  margin-top: 36px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.option_border_item {
  width: 100px;
  height: 100px;
  position: relative;
}

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

.option_border_item_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.0001) 0%,
      rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}

.option_massage {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.option_massage_title {
  width: 100%;
  cursor: pointer;
}

.option_massage_title:hover {
  color: #9c7660;
  text-decoration: underline;
}

.option_massage_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.option_massage_info_tag {
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #5e4520;
  background: #eee4d4;
}

.option_massage_info_time {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}

.option_massage_more {
  width: 82px;
  margin: 0 auto;
  height: 24px;
  padding: 0 6px 0 10px;
  border: 0.5px solid #333333;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}

.statement {
  padding: 70px 0 100px 0;
}

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

/* 
.option_box_apple {
  background: url("https://os.j.cctv.com/common/channel/qiye/xlz/img/bg_apple.png");
} */

.img_hover {
  overflow: hidden;
}

.img_hover img {
  transition: all 0.5s;
}

.img_hover:hover img {
  transform: scale(1.1);
}

.margin_right_20 {
  margin-right: 20px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

.margin_bottom_60 {
  margin-bottom: 60px;
}

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

.play_video_box video {
  width: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.option_more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.option_more .option_zx_right_more {
  float: none;
}

.option_zm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.option_zm_item_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.option_zm_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.option_zm_item_img img:hover {
  transform: scale(1.2);
}

.option_zm_item {
  position: relative;
  margin-bottom: 24px;
}

.option_zm_item p {
  width: 100%;
  /* height: 32px; */
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0;
}

.option_zm_item p img {
  width: 100%;
}

.option_xw {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.option_xw .swiper-slide {
  display: flex;
}

.swiper-slide-left {
  width: 660px;
  height: 360px;
}

.swiper-slide-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-right {
  flex: 1;
  padding: 29px 20px;
  background: #fff;
}

.swiper-title {
  font-size: 18px;
  font-weight: 600;
}

.swiper-title a:hover {
  color: #C10714;
}

.swiper-slide-right p {
  width: 100%;
  color: #7D7D7D;
  font-size: 14px;
  margin: 20px 0;
  /* height: 50px; */
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;

}

.option_xw .swiper-pagination {
  position: absolute;
  left: auto !important;
  right: 0;
  width: 340px !important;
  height: 60px;
  bottom: 0;
  font-size: 14px;
}

.option_xw .swiper-pagination-current {
  font-size: 20px;
  font-weight: bold;
}

.option_xw {
  --swiper-theme-color: #000;
  /* 设置Swiper风格 */
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 14px;
  /* 设置按钮大小 */
}

.option_xw .swiper-button-next,
.option_xw .swiper-button-prev {
  top: auto;
  bottom: 38px;

}

.option_xw .swiper-button-prev,
.option_xw .swiper-rtl .swiper-button-next {
  left: auto;
  right: 307px;
}

.option_xw .swiper-button-next,
.option_xw .swiper-rtl .swiper-button-prev {
  right: 30px;
}

.item_share {
  /* position: absolute;
  right: 0;
  bottom: 0px;
  width: 137px;
  height: 28px; */
}

.item_share .icon {
  height: 26px;
  width: 26px;
  display: inline-block;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-image: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/share1.png");
  cursor: pointer;
}

.item_share .icon:hover {
  background-image: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/share2.png");
}

.item_share .wx {
  background-position: 0 0;
}

.item_share .wb {
  background-position: -35px 0;
}

.item_share .kj {
  background-position: -70px 0;
}

.item_share .qq-btn {
  background-position: -104px 0;
}

.item_share {
  position: relative
}

.item_share .qrcode {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100px;
  height: 100px;
  background: #fff;
  flex-direction: column;
  margin: 0;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 100;
  z-index: 99;
}

.codeqr {
  padding: 10px 10px 0 10px;
}

.cntvshare_headfoot {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #666;
}

.option_tj {
  margin-top: 29px;
  position: relative;
  height: 100px;
  display: flex;
  justify-content: space-between;
  padding: 24px 20px 0;
  background: #fff;
  flex-wrap: wrap;
  border: 1px solid;
  border-image: linear-gradient(to bottom right, #ff7e79, #56abf6);
  /* border-image: linear-gradient(to right, #8f41e9, #578aef) 1; */
}


.option_tj_item {
  display: flex;
  justify-content: center;
}

.option_tj_item span {
  width: 40px;
  background: #C10714;
  line-height: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  margin-right: 11px;
  color: #fff;
}

.option_tj_item a {
  text-overflow: ellipsis;
  font-size: 12px;
  width: 414px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: underline;
  cursor: pointer;
}

.option_fc {
  height: 182px;
  background: #fff;
  padding: 16px 20px;
  margin-top: 27px;
}

.option_fc h2 {
  font-size: 20px;
  font-weight: 500;
}

.option_fc_box {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  /* 横向滚动 */
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.option_fc_box a {
  flex: 0 0 auto;
  width: 200px;
  height: 102px;
  padding-top: 8px;
  background: rgba(183, 143, 97, 0.08);
  margin-top: 16px;
  margin-right: 20px;
  cursor: pointer;
}

.option_fc_box img {
  width: 56px;
}

.option_ly {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  /* 横向滚动 */
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  margin-top: 30px;
  height: 250px;
}

.option_ly_item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  background-color: #fff;
  margin-right: 20px;
  width: 200px;
  height: 170px;
  align-items: center;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
}

.option_ly_item img {
  width: 72px;
  height: 68px;
  margin-top: 26px;
  margin-bottom: 16px;
}

.option_ly_item span {
  color: #fff;
  font-size: 12px;
  width: 72px;
  line-height: 28px;
  text-align: center;
  background: #C10714;
  border-radius: 2px;
  margin-top: 26px;
}

.zmxyh {
  width: 100%;
  background: url("https://os.j.cctv.com/common/channel/qiye/xiyang/bg_01_pc.png") no-repeat;
  background-size: 100%;
}

.bigbg {
  position: absolute;
  width: 100%;
  height: 2950px;
  background: url("https://os.j.cctv.com/common/channel/qiye/xiyang/bg_02_pc.png") no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

.option_fy {
  position: relative;
  height: 550px;
  background: url("https://os.j.cctv.com/common/channel/qiye/xiyang/nmh_bg_pc.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 32px;

}

.option_fy .swiper-wrapper {
  width: 100%;
  padding-top: 50px;
}

.option_fy .swiper-wrapper .swiper-img {
  width: 615px;
  height: 422px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.option_fy .swiper-wrapper div img {
  height: 100%;
}

.option_fy .swiper-wrapper span {
  /* text-align: center; */
  color: #fff;
}

.option_fy p {
  text-align: center;
  line-height: 5;
}

.option_fy .swiper-horizontal>.swiper-pagination-bullets,
.option_fy .swiper-pagination-bullets.swiper-pagination-horizontal,
.option_fy .swiper-pagination-custom,
.option_fy .swiper-pagination-fraction {
  width: 100px;
  right: 100px;
  bottom: 40px;
  left: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.option_fy .swiper-button-prev,
.option_fy .swiper-rtl .swiper-button-next {
  left: 45px;
}

.option_fy .swiper-button-next:after,
.option_fy .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.option_fy .swiper-button-next,
.option_fy .swiper-rtl .swiper-button-prev {
  right: 45px;
}

.option_fy .swiper-slide {
  opacity: 0 !important;

}

.option_fy .swiper-slide-active {
  opacity: 1 !important;
}

.option_fy .swiper-title {
  font-size: 15px;
  padding-left: 140px;
  padding-top: 10px;
  color: #fff;
  font-weight: normal;
}

.swiper-nav {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  margin-top: 30px;
  height: 108px;
}

.swiper-nav .swiper-nav-div {
  width: 190px;
  height: 108px;
  flex: 0 0 auto;
  cursor: pointer;
  overflow: hidden;
}

.swiper-nav div.cur {
  border: 1px solid #958C72;
}

.swiper-nav div img {
  height: 106px;
  cursor: pointer;
}

.swiper-nav::-webkit-scrollbar,
.option_ly::-webkit-scrollbar,
.option_fc_box::-webkit-scrollbar {
  display: none;
}