:root {
  --swiper-color: #f5a53c;
  --swiper-theme-color: #f5a53c;
  --swiper-pagination-color: #f5a53c;
  --swiper-navigation-color: #f5a53c;
}
.m-video.m-video-two,
.m-video.m-video-one {
  position: relative;
}
.m-video.m-video-two {
  overflow: hidden;
}
.m-video.m-video-two video,
.m-video.m-video-one video {
  display: block;
}
.cover {
  display: block;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover.cover_svg {
  width: 220%;
  height: 220%;
}
.app_video_two_link {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 30px;
}
.app_video_two_link a {
  font-size: 14px;
  color: var(--swiper-color);
}
#video_btn1,
#video_btn2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
#video_btn1 img,
#video_btn2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  margin: -15px 0 0 -15px;
  animation: rotate 1s linear infinite both running;
}
#video_btn1.pause_btn img,
#video_btn2.pause_btn img {
  animation: none;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#video_gif1,
#video_gif2 {
  display: block;
  width: 100%;
  border: none;
}
.ljgd {
  line-height: 2;
  padding: 0 15px;
  margin-bottom: 20px;
  color: var(--swiper-theme-color);
  font-size: 14px;
}
.app_title {
  text-align: center;
  margin-top: 40px;
  color: #333;
}
/* app三大核心swiper区 */
.three {
  width: 95vw;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
}
.wrapper {
  width: 700%;
  display: flex;
  position: relative;
  transition: none;
}
.app_three_item {
  width: 95vw;
  padding: 0 10px;
  overflow: hidden;
}
.app_three_item img {
  width: calc(95vw - 20px);
  /* height: 200px; */
  border-radius: 15px 15px 0 0;
}
.app_three_text {
  background-color: #f5f5f5;
  padding: 20px 30px;
  transition: all 1s;
  border-radius: 0 0 15px 15px;
  transform: translateY(-10px);
}
.app_three_text h4 {
  color: #333;
  font-size: 17px;
  transition: all 1s;
  position: relative;
}
.app_three_text h4 a,
.app_three_text h4 span{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  font-weight: 400;
}
.app_three_text h4::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #666;
  position: absolute;
  bottom: -10px;
  transition: all 1s;
  left: 0;
}
.app_three_text p {
  line-height: 2;
  margin: 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.app_three_text p,
.app_three_text a,
.app_three_text span{
  transition: all 1s;
  color: #666;
  font-size: 12px;
}

.three .app_three_item.act .app_three_text {
  background-color: #f1b25f;
}
.three .app_three_item.act .app_three_text h4 {
  color: #fff;
}
.three .app_three_item.act .app_three_text h4::after {
  background-color: #fff;
}
.three .app_three_item.act .app_three_text p,
.three .app_three_item.act .app_three_text a,
.three .app_three_item.act .app_three_text span{
  color: #fff;
}
.three .app_three_item.act .app_three_text p::after {
  color: #fff;
  background: #f1b25f;
}
.btn_box {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 27%;
  left: 0;
  z-index: 99;
}
.swiper-pagination-bullet {
  background-color: #e3e7ee;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color);
}
/* 1.17更新板块标题样式 */
.title_new h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: auto;
}
.title_new h1 .after,
.title_new h1 .before {
  width: 5px;
  height: 5px;
  margin: 0 20px;
  border-radius: 50%;
  background-color: var(--swiper-theme-color);
}
.title_new h1 .after {
  margin-left: 5px;
}
.title_new h1 .before {
  margin-right: 5px;
}
.anli-swiper .swiper-slide div h3 .iconfont {
  color: #333;
  margin-right: 10px;
}
/* banner轮播 */
.banner {
  width: 100vw;
  height: 100vh;
}
.lunbo_banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.lunbo_wrapper {
  width: 400%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: none;
}
.lunbo_slide {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.lunbo_slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lunbo_slide.ani_slide > img {
  animation: scale 5s;
}
.lunbo_slide.ani_slide2 > img {
  animation: scale2 2s;
}
.lunbo_slide .banner-img {
  position: absolute;
  top: 34%;
  left: 18%;
  z-index: 99;
  text-align: left;
  height: 0;
  overflow: hidden;
  transition: all 3s;
}
.banner-img img {
  height: auto;
}
.lunbo_slide.ani_slide .banner-img {
  height: 300px;
}
@media (max-width: 1240px) {
  .banner {
    height: 52vw;
  }
}
@media (max-width: 690px) {
  .banner {
    height: 100vw;
  }
  .lunbo_slide > img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -45%;
  }
  .lunbo_slide .banner-img {
    top: 20%;
  }
  .lunbo_slide .banner-img img {
    width: 50vw;
  }
}

/* 加入罗曼视频 点击遮罩全屏播放 */
.app_v2_warp {
  width: 100vw;
  height: calc(100vh - 60px);
  display: none;
  position: fixed;
  z-index: 99;
  top: 60px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#app_v2 {
  width: 100%;
  margin-top: 45%;
}
.iconfont.icon-tuichuquanping {
  position: absolute;
  top: 15%;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* 三大核心改为六大业务 */
.three_right_list li {
  display: none;
}
.three_right_list li.act{
  display: block;
}