/* banner */
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
}

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

.banner .h-indi {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10vh;
  z-index: 9;
  justify-content: flex-end;
  padding: 0 9vw;
}

.banner .h-indi .active,
.banner .h-indi .total {
  font-size: 18px;
  color: #FFF;
}

.banner .h-indi .h-page {
  font-size: 0;
  width: 150px;
  border-radius: 100px;
  height: 3px;
  position: relative;
  margin: auto 0.1rem;
  background: rgba(216, 216, 216, 0.3);
}

.banner .h-indi .h-page.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #FFF;
}

.banner .mbanner {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .banner .nbanner {
    display: none;
  }

  .banner .mbanner {
    display: block;
  }

  .banner .h-indi {
    justify-content: center;
  }

  .banner .h-indi .active,
  .banner .h-indi .total {
    display: none;
  }

  .banner .h-indi .h-page {
    width: 3rem;
  }
}

/* tab */
.layui-tab {
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
}

.layui-tab-title {
  position: absolute;
  width: 100%;
  height: 0.76rem !important;
  line-height: 0.76rem !important;
  padding-left: 2.06rem;
  background-image: url('/skin/default/images/home/tab_bg0.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-bottom: 0 solid #fff;
}

.layui-tab-title .tab-item {
  padding: 0;
  margin-right: 0.8rem;
  font-family: Libre Franklin;
  font-size: 0.26rem !important;
  font-weight: bold;
  line-height: 0.76rem !important;
  letter-spacing: 0em;
  height: 0.76rem;
  color: #FFFFFF;
}

.layui-tab-brief>.layui-tab-title .layui-this {
  position: relative;
  color: #FFFFFF;
}

.layui-tab-brief>.layui-tab-title .layui-this::after {
  position: absolute;
  top: 0.75rem !important;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 0.316rem solid transparent;
  border-right: 0.316rem solid transparent;
  border-top: 0.208rem solid #FC4C02;
  border-bottom: 0;
}

.layui-tab-content {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.layui-tab-content .layui-tab-item {
  padding: 0.3rem 2.08rem 0.3rem 1.82rem;
  /* height: 10.84rem; */
  /* background-image: url('/skin/default/images/home/tab_item_bg.png'); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.layui-tab-content .layui-tab-item .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  height: 100%;
}

.row {
  position: relative;
}

.row .btns {
  position: absolute;
  right: -0.5rem;
  top: 40%;
}

.row .btns .btn {
  width: 0.34rem;
  height: 0.34rem;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.row .btns .btn:hover {
  background: #f14c01;
  cursor: pointer;
}

.row .btns .btn:hover i {
  background: #f14c01;
  color: #fff;
}

.row .btns .btn i {
  color: #f14c01;
}

.car-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0.15rem;
  column-gap: 0.15rem;
}
.car-row .row-item {
  background: url('/skin/default/images/home/tab_item_bg.png') no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  text-align: right;
}
.car-row .row-item a{
  height: 7.6rem;
  display: block;
  padding: 0.5rem 0.4rem 0;
  position: relative;
  /* margin-right: 0.9rem; */
  cursor: pointer;
}
.car-row .row-item:hover .cover{
  transform: scale(1.1);
}
.car-row .row-item .cover {
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95%;
  height: 70%;
  object-fit: cover;
  object-position: right;
}

.car-row .row-item p {
  font-family: Libre Franklin;
  font-weight: bold;
  /* line-height: 0.9rem; */
  text-align: right;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #f84826;
}

.car-row .row-item .title{
  font-size: 0.60rem;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}

.car-row .row-item .desc{
  font-size: 0.20rem;
  color: #000;
  font-style: italic;

}

.car-row .row-item .icon{
  width: 0.5rem;
  height: auto;
}

.car-row .row-item:hover p{
  color: #f14c01;
}

/* 视频展示 */
.video-row {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: 100%;
}

.video-row .play-btn {
  position: absolute;
  right: 3rem;
  bottom: 2.2rem;
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
  z-index: 1;
}

.video-row .muted-btn {
  position: absolute;
  right: 1.5rem;
  bottom: 2.2rem;
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
  z-index: 1;
}

.video-row .muted-btn img{
  width: 100%;
  height: 100%;
}

.video-row .bottom-box {
  padding: 0 2.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
}

.video-row .bottom-box p {
  font-family: Libre Franklin;
  font-size: 0.32rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.video-row .bottom-box p img {
  margin: 0 0.1rem;
  width: 1.84rem;
  height: auto;
}

.video-row .bottom-box a {
  font-family: Libre Franklin;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #FC4C02;
}

.video-row .bottom-box a img {
  margin-left: 0.2rem;
  width: 0.25rem;
  height: auto;
}

.video-row .right-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  z-index: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.video-row .video-play {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video {
  height: 10.8rem;
  width: 100%;
  cursor: pointer;
}

.layui-layer-title {
  border-bottom: 0px solid #f0f0f0;
}

.layui-layer-setwin span {
  color: #fff;
}

.m-video-ad {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .video {
    display: none;
  }

  .m-video-ad {
    padding-bottom: 1rem;
    display: block;
    text-align: center;
  }

  .m-video-ad .video-box {
    position: relative;
    margin-bottom: 0.5rem;
  }

  .m-video-ad .video-box .play-btn {
    position: absolute;
    left: 35%;
    z-index: 20;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
  }

  .m-video-ad .video-box .muted-btn {
    position: absolute;
    left: 65%;
    z-index: 20;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
  }

  .m-video-ad .video-box .muted-btn img{
    width: 100%;
    height: 100%;
  }



  .m-video-ad .video-box .m-video {
    width: 100%;
    height: auto;
  }

  .m-video-ad .video-box .m-video-play {
    width: 100%;
    height: auto;
  }

  .m-video-ad p {
    margin-bottom: 0.5rem;
    font-family: Libre Franklin;
    font-size: 0.44rem;
    font-weight: 500;
    line-height: 0.64rem;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #222222;
  }

  .m-video-ad p .logo {
    height: 0.78rem;
    width: auto;
  }

  .m-video-ad a {
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    font-family: Libre Franklin;
    font-size: 0.32rem;
    font-weight: normal;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    background: #FC4C02;
  }
}

/* swiper2 */
.swiper2 {
  position: relative;
  --swiper-theme-color: #fff;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 0.5rem;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  /* 设置按钮大小 */
}

.swiper2 .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper2 .swiper-slide .banner-img {
  height: 100vh;
}

.swiper2 .swiper-slide .text-box {
  position: absolute;
  top: 27vh;
  text-align: center;
  width: 100%;
}

.swiper2 .swiper-slide .text-box h2 {
  font-family: Libre Franklin;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0em;
  text-align: center;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.swiper2 .swiper-slide .text-box p {
  padding: 0 0.5rem;
  margin: 0.65rem 0 0.34rem;
  font-family: Libre Franklin;
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 0.7rem;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.swiper2 .swiper-slide .text-box a {
  display: inline-block;
  border: none;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  background-color: #f14c01;
  font-family: Libre Franklin;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.swiper2 .swiper-slide .text-box a:hover {
  cursor: pointer;
  transform: translateY(-0.1rem);
}

.m-banner {
  display: none;
}

.swiper-button-prev {
  position: absolute;
  font-weight: 600;
  left: 1.1rem;
}

.swiper-button-next {
  position: absolute;
  font-weight: 600;
  right: 1.1rem;
}

.swiper-button-prev:hover {
  color: #f14c01;
}

.swiper-button-next:hover {
  color: #f14c01;
}

.m-ad {
  display: none;
}

.ad {
  padding-top: 1.9rem;
  display: block;
  margin: 0.33rem auto 0;
  width: 16.93rem;
  height: 8.6rem;
  background: url('/skin/default/images/home/4.png') no-repeat;
  background-size: 100% 100%;
  font-family: Libre Franklin;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.6rem;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  .layui-tab {
    margin-top: 0;
  }

  .layui-tab-title {
    position: absolute;
    width: 100%;
    padding-left: 0.19rem;
    height: 1.1rem !important;
    background-image: none;
    background-color: #f14c01;
    overflow: hidden;
    overflow-x: scroll !important;
  }

  .layui-tab-bar {
    display: none;
  }

  .layui-tab-title .tab-item {
    padding: 0;
    margin-right: 1.8rem;
    font-family: Libre Franklin;
    font-size: 0.44rem !important;
    font-weight: bold;
    line-height: auto;
    letter-spacing: 0em;
    color: #FFFFFF;
  }

  .layui-tab .layui-tab-title li {
    min-width: auto;
  }

  .layui-tab-brief>.layui-tab-title .layui-this {
    position: relative;
    color: #FFFFFF;
  }

  .layui-tab-brief>.layui-tab-title .layui-this::after {
    position: absolute;
    top: 1rem !important;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: '';
    z-index: 999;
    width: 0;
    height: 0;
    border-left: 0.206rem solid transparent;
    border-right: 0.206rem solid transparent;
    border-top: 0.208rem solid #FC4C02;
    border-bottom: 0;
  }

  .layui-tab-content .layui-tab-item {
    padding: 0.5rem 0.36rem ;
    /* min-height: 10.34rem; */
    height: auto;
  }

  .layui-tab-content .layui-tab-item .content {
    min-height: 100%;
    height: auto;
  }

  .row .btns {
    display: none;
    position: absolute;
    right: -0.5rem;
    top: 40%;
  }

  .car-row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.3rem;
  }

  .car-row::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.03rem;
  }

  .car-row .row-item {
    text-align: right;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
  }
  .car-row .row-item a{
    padding: 0.5rem ;
    height: 4.6rem;
  }

  
  .car-row .row-item .cover{
    width: 80%;
    height: 80%;
    object-fit: contain;
  }
  .car-row .row-item p {
    font-family: Libre Franklin;
    font-size: 0.36rem;
    font-weight: bold;

    text-align: right;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
   
  }

  .car-row .row-item .title{
    font-style: italic;
    font-weight: 800;
    line-height: normal;
  }

  .swiper2 {
    position: relative;
    --swiper-theme-color: #fff;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 0.5rem;
    /* 设置按钮大小 */
  }

  .swiper2 .swiper-slide .text-box h2 {
    font-size: 0.9rem;
    font-weight: 900;
  }

  .swiper2 .swiper-slide .text-box p {
    font-size: 0.44rem;
    font-weight: 500;
    line-height: 0.6rem;
  }

  .swiper2 .swiper-slide .text-box a {
    border: none;
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    background-color: #f14c01;
    font-family: Libre Franklin;
    font-size: 0.32rem;
  }

  .swiper2 .n-banner {
    display: none;
  }

  .swiper2 .m-banner {
    display: block;
  }

  .swiper-button-prev {
    position: absolute;
    font-weight: 600;
    left: 0.3rem;
  }

  .swiper-button-next {
    position: absolute;
    font-weight: 600;
    right: 0.3rem;
  }

  .ad {
    display: none;
  }

  .m-ad {
    display: block;
    margin: 0.33rem auto 0;
    width: 7.31rem;
    height: 7.42rem;
  }

  .video-row {
    display: none;
  }
}

.layui-unselect {
  display: none;
}