.lfp {
  width: 100%;
  overflow: hidden;
}
.lfp * {
  padding: 0;
  margin: 0;
}
.lfp .icon-img {
  height: 1em;
  width: 1em;
  vertical-align: -0.15em;
}
.lfp .lfp-header {
  position: relative;
}
.lfp .lfp-header > img {
  width: 100%;
}
.lfp .lfp-header .lfp-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(9.38vw);
  width: 84.38vw;
  display: flex;
  z-index: 10;
}
.lfp .lfp-header .lfp-nav > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-size: 100% 100%;
  height: 14.58vw;
  padding: 2.6vw 1vw;
  transition: all 0.2s ease;
  gap: 1.56vw;
  font-size: 1.35vw;
  color: #fff;
  cursor: pointer;
}
.lfp .lfp-header .lfp-nav > div:first-of-type {
  background-image: url(../images/nav/01.png);
}
.lfp .lfp-header .lfp-nav > div:nth-of-type(2) {
  background-image: url(../images/nav/02.png);
}
.lfp .lfp-header .lfp-nav > div:nth-of-type(3) {
  background-image: url(../images/nav/03.png);
}
.lfp .lfp-header .lfp-nav > div .select {
  display: none;
}
.lfp .lfp-header .lfp-nav > div.active {
  gap: 4.17vw;
  font-size: 1.82vw;
  font-weight: bold;
}
.lfp .lfp-header .lfp-nav > div.active:first-of-type {
  background-image: url(../images/nav/01_active.png);
}
.lfp .lfp-header .lfp-nav > div.active:nth-of-type(2) {
  background-image: url(../images/nav/02_active.png);
}
.lfp .lfp-header .lfp-nav > div.active:nth-of-type(3) {
  background-image: url(../images/nav/03_active.png);
}
.lfp .lfp-header .lfp-nav > div.active .deault {
  display: none;
}
.lfp .lfp-header .lfp-nav > div.active .select {
  display: block;
}
.lfp .lfp-content > div {
  position: relative;
}
.lfp .lfp-content > div > picture img {
  width: 100%;
}
.lfp .lfp-content > div .link {
  display: flex;
  gap: 19.53vw;
  position: absolute;
  left: 7.81vw;
  top: 34.69vw;
}
.lfp .lfp-content > div .link a {
  width: 14.79vw;
  height: 9.27vw;
}
.lfp .lfp-content > div .lfp-studio {
  position: absolute;
  left: 50%;
  top: 0;
  width: 84.38vw;
  height: 100%;
  padding: 8.33vw 0 2.08vw;
  transform: translateX(-50%);
}
.lfp .lfp-content > div .lfp-studio .lfp-studio-title {
  display: flex;
  justify-content: center;
}
.lfp .lfp-content > div .lfp-studio .lfp-studio-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.04vw;
}
.lfp .lfp-content > div .lfp-studio .lfp-studio-list > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.04vw;
  padding: 1.56vw 1.3vw;
  height: 15.62vw;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.lfp .lfp-content > div .lfp-studio .lfp-studio-list > div:hover .customer-img {
  opacity: 1;
}
.lfp .lfp-content > div .lfp-studio .lfp-studio-list > div .customer-img {
  opacity: 0;
  width: 100%;
  transition: all 0.2s ease;
}
.lfp .lfp-content > div .lfp-studio .lfp-studio-list > div .arrow {
  position: absolute;
  right: 1.3vw;
  bottom: 1.56vw;
  width: 2.6vw;
}
.lfp .lfp-content > div .lfp-studio .lfp-studio-list > div p {
  min-height: 2.6em;
  font-size: 1.04vw;
  line-height: 1.3;
  color: #fff;
}
.lfp .lfp-content > div .lfp-medium {
  position: absolute;
  left: 50%;
  top: 0;
  width: 85.42vw;
  height: 100%;
  padding: 9.9vw 0 2.08vw;
  transform: translateX(-50%);
}
.lfp .lfp-content > div .lfp-medium::after {
  content: "";
  position: absolute;
  top: 0;
  left: -7.81vw;
  width: 100dvw;
  height: 9.9vw;
  background: rgba(0, 0, 0, 0.1);
}
.lfp .lfp-content > div .lfp-medium::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -7.81vw;
  width: 100dvw;
  height: 8.8vw;
  background: rgba(0, 0, 0, 0.1);
}
.lfp .lfp-content > div .lfp-medium .left {
  content: "";
  position: absolute;
  top: 9.9vw;
  left: -7.81vw;
  width: 7.81vw;
  height: calc(100% - 18.68vw);
  background: rgba(0, 0, 0, 0.1);
}
.lfp .lfp-content > div .lfp-medium .right {
  content: "";
  position: absolute;
  top: 9.9vw;
  right: -7.81vw;
  width: 7.81vw;
  height: calc(100% - 18.68vw);
  background: rgba(0, 0, 0, 0.1);
}
.lfp .lfp-content > div .lfp-medium .swiper-slide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lfp .lfp-content > div .lfp-medium .swiper-slide .item {
  position: relative;
  padding: 1.04vw 0.52vw;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: all 0.1s ease;
}
.lfp .lfp-content > div .lfp-medium .swiper-slide .item.disabled .item-content {
  background: none;
}
.lfp .lfp-content > div .lfp-medium .swiper-slide .item .item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 1.04vw;
  min-height: 26.04vw;
}
.lfp .lfp-content > div .lfp-medium .swiper-slide .item .item-content img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.lfp .lfp-content > div .lfp-medium .swiper-slide .item .item-content h4 {
  margin: 2.08vw 0;
  font-size: 1.35vw;
  color: white;
  font-weight: 400;
}
.lfp .lfp-content > div .lfp-medium .swiper-slide .item .item-content a {
  font-size: 1.15vw;
  color: white;
  text-decoration: underline !important;
}
.lfp .lfp-content > div .lfp-medium .swiper-slide .item:not(.disabled, .not-link):hover {
  background: transparent;
  border-color: white;
}
.lfp .lfp-content > div .lfp-medium .swiper-slide .item:not(.disabled, .not-link):hover .item-content {
  background: transparent;
}
.lfp .lfp-media {
  width: 100%;
  display: flex;
}
.lfp .lfp-media > div {
  padding: 2.6vw 2.08vw 1.56vw;
}
.lfp .lfp-media > div h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.lfp .lfp-media > div h3 span {
  display: flex;
  align-items: center;
  gap: 0.78vw;
  font-size: 1.88vw;
}
.lfp .lfp-media > div h3 a {
  color: #fff;
  font-size: 0.94vw;
}
.lfp .lfp-media > div .media-video {
  margin-top: 2.08vw;
  display: flex;
  gap: 2.6vw;
}
.lfp .lfp-media > div .media-video > div:first-of-type {
  position: relative;
  width: 27.71vw;
}
.lfp .lfp-media > div .media-video > div:first-of-type .swiper-slide {
  cursor: pointer;
}
.lfp .lfp-media > div .media-video > div:first-of-type .swiper-pagination {
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 2.6vw;
  transform: translateX(-50%) translateY(-250%);
}
.lfp .lfp-media > div .media-video > div:first-of-type .swiper-pagination .swiper-pagination-bullet {
  width: 0.78vw;
  height: 0.78vw;
  background: #fff;
  opacity: 1;
}
.lfp .lfp-media > div .media-video > div:first-of-type .swiper-pagination .swiper-pagination-bullet-active {
  background: #884825;
}
.lfp .lfp-media > div .media-video > div:first-of-type .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 9.6vw;
}
.lfp .lfp-media > div .media-video > div:first-of-type .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 9.6vw;
}
.lfp .lfp-media > div .media-video .video-list {
  padding-top: 3.66vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3.12vw;
  font-size: 1.15vw;
  color: #fff;
}
.lfp .lfp-media > div .media-video .video-list p {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.78vw;
}
.lfp .lfp-media > div .media-news {
  padding-top: 3.12vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.56vw;
}
.lfp .lfp-media > div .media-news img {
  width: 21.88vw;
}
.lfp .lfp-media > div .media-news p {
  display: flex;
  align-items: center;
  font-size: 1.15vw;
  color: #fff;
  gap: 1.56vw;
}
.lfp .lfp-media > div .media-news p i {
  width: 3.12vw;
  height: 3.12vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-style: normal;
  gap: 0.26vw;
}
.lfp .lfp-media > div .media-news p i span {
  font-size: 1.15vw;
  line-height: 1;
}
.lfp .lfp-media > div .media-news p i span:last-of-type {
  font-size: 0.73vw;
}
.lfp .lfp-media > div:first-of-type {
  width: 59.06vw;
  height: 28.49vw;
  background-image: url(../images/video_bg.jpg);
}
.lfp .lfp-media > div:last-of-type {
  flex: 1;
  height: 28.49vw;
  background-image: url(../images/news_bg.jpg);
}
.lfp .slide-dropdown {
  position: relative;
  width: 36.46vw;
  margin: 3.65vw;
}
.lfp .slide-dropdown.active .arrow {
  transform: rotate(180deg);
}
.lfp .slide-dropdown .arrow {
  font-size: 0.62vw;
  transition: transform 0.3s;
}
.lfp .slide-dropdown .dropdown-header {
  height: 3.65vw;
  padding: 0 1.3vw;
  border: 0.1vw solid rgba(255, 255, 255, 0.969);
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  font-size: 1.25vw;
}
.lfp .slide-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 0.21vw 0.21vw;
  background: white;
  display: none;
  /* 初始隐藏 */
  z-index: 100;
  box-shadow: 0 0.16vw 0.31vw rgba(0, 0, 0, 0.1);
}
.lfp .slide-dropdown .dropdown-menu li {
  padding: 0 1.3vw;
  cursor: pointer;
  line-height: 2;
  font-size: 1.25vw;
}
.lfp .city-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.lfp .city-mask .city-list {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28.65vw;
  background-color: #fff;
  padding: 0;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 0 16px;
}
.lfp .city-mask .city-list .customer-img {
  width: 100%;
}
.lfp .city-mask .city-list .customer-name {
  padding: 0.5vw 1vw;
  font-size: 1.04vw;
  color: #333;
  line-height: 2;
  font-weight: 600;
}
.lfp .city-mask .city-list .city-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.08vw;
  transform: translateY(-125%);
  cursor: pointer;
}
.lfp .swiper-container {
  padding-bottom: 4.17vw;
}
.lfp .swiper-container .swiper-scrollbar {
  height: 0.78vw;
}
.lfp .swiper-container .swiper-scrollbar-drag {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lfp .lfp-header {
    position: relative;
  }
  .lfp .lfp-header .lfp-nav {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
  }
  .lfp .lfp-header .lfp-nav > div {
    justify-content: space-between;
    height: 26vw;
    padding: 5.33vw 2vw;
    gap: 0 !important;
    font-size: 2.67vw;
  }
  .lfp .lfp-header .lfp-nav > div img {
    width: 4.27vw;
  }
  .lfp .lfp-header .lfp-nav > div:first-of-type {
    background-image: url(../images/nav/01_m.png);
  }
  .lfp .lfp-header .lfp-nav > div:nth-of-type(2) {
    background-image: url(../images/nav/02_m.png);
  }
  .lfp .lfp-header .lfp-nav > div:nth-of-type(3) {
    background-image: url(../images/nav/03_m.png);
  }
  .lfp .lfp-header .lfp-nav > div .select {
    display: none;
  }
  .lfp .lfp-header .lfp-nav > div.active {
    font-size: 3.2vw;
  }
  .lfp .lfp-header .lfp-nav > div.active:first-of-type {
    background-image: url(../images/nav/01_m_active.png);
  }
  .lfp .lfp-header .lfp-nav > div.active:nth-of-type(2) {
    background-image: url(../images/nav/02_m_active.png);
  }
  .lfp .lfp-header .lfp-nav > div.active:nth-of-type(3) {
    background-image: url(../images/nav/03_m_active.png);
  }
  .lfp .lfp-content {
    margin-top: -2.1vw;
  }
  .lfp .lfp-content > div {
    position: relative;
  }
  .lfp .lfp-content > div .link {
    gap: 20.63vw;
    left: 1.7vw;
    top: 72.87vw;
  }
  .lfp .lfp-content > div .link a {
    width: 18.67vw;
    height: 22.67vw;
  }
  .lfp .lfp-content > div .lfp-studio {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5.33vw 2vw;
    transform: none;
  }
  .lfp .lfp-content > div .lfp-studio .lfp-studio-title {
    display: flex;
    justify-content: center;
  }
  .lfp .lfp-content > div .lfp-studio .lfp-studio-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.33vw;
  }
  .lfp .lfp-content > div .lfp-studio .lfp-studio-list > div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2vw;
    padding: 3.33vw 2vw;
    height: 30.67vw;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }
  .lfp .lfp-content > div .lfp-studio .lfp-studio-list > div .customer-img {
    opacity: 0!important;
  }
  .lfp .lfp-content > div .lfp-studio .lfp-studio-list > div .arrow {
    position: absolute;
    right: 2vw;
    bottom: 3.33vw;
    width: 4.67vw;
  }
  .lfp .lfp-content > div .lfp-studio .lfp-studio-list > div p {
    font-size: 2.67vw;
    color: #fff;
  }
  .lfp .lfp-content > div .lfp-medium {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5.33vw 2vw;
    transform: none;
  }
  .lfp .lfp-content > div .lfp-medium::after {
    display: none;
  }
  .lfp .lfp-content > div .lfp-medium::before {
    display: none;
  }
  .lfp .lfp-content > div .lfp-medium .swiper-slide {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2vw 2.67vw;
  }
  .lfp .lfp-content > div .lfp-medium .swiper-slide .item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding-bottom: 1.04vw;
    min-height: 26.04vw;
  }
  .lfp .lfp-content > div .lfp-medium .swiper-slide .item-content img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .lfp .lfp-content > div .lfp-medium .swiper-slide .item-content h4 {
    margin: 2.08vw 0;
    font-size: 2.93vw;
    color: white;
    font-weight: 400;
    line-height: 1.5;
  }
  .lfp .lfp-content > div .lfp-medium .swiper-slide .item-content a {
    font-size: 2.93vw;
    color: white;
    text-decoration: underline !important;
  }
  .lfp .lfp-content > div .lfp-medium .swiper-slide .group {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lfp .lfp-content > div .lfp-medium .swiper-slide .group h4,
  .lfp .lfp-content > div .lfp-medium .swiper-slide .group a {
    text-align: center;
    font-size: 2.13vw;
  }
  .lfp .lfp-media {
    width: 100%;
    flex-direction: column;
  }
  .lfp .lfp-media > div {
    padding: 6.67vw 4vw 7.33vw;
  }
  .lfp .lfp-media > div h3 span {
    gap: 2.67vw;
    font-size: 4.8vw;
  }
  .lfp .lfp-media > div h3 a {
    color: #fff;
    font-size: 3.33vw;
  }
  .lfp .lfp-media > div .media-video {
    margin-top: 5.33vw;
    flex-direction: column;
    gap: 8vw;
  }
  .lfp .lfp-media > div .media-video > div:first-of-type {
    position: relative;
    width: 100%;
    padding-left: 10.67vw;
    padding-right: 10.67vw;
  }
  .lfp .lfp-media > div .media-video > div:first-of-type .swiper-slide {
    cursor: pointer;
  }
  .lfp .lfp-media > div .media-video > div:first-of-type .swiper-pagination {
    left: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 7.33vw;
    transform: translateX(-50%) translateY(150%);
  }
  .lfp .lfp-media > div .media-video > div:first-of-type .swiper-pagination .swiper-pagination-bullet {
    width: 2.67vw;
    height: 2.67vw;
    background: #fff;
    opacity: 1;
  }
  .lfp .lfp-media > div .media-video > div:first-of-type .swiper-pagination .swiper-pagination-bullet-active {
    background: #884825;
  }
  .lfp .lfp-media > div .media-video .video-list {
    padding-top: 0;
    gap: 6vw;
    font-size: 2.93vw;
  }
  .lfp .lfp-media > div .media-video .video-list p {
    padding-left: 17.33vw;
    gap: 2.67vw;
  }
  .lfp .lfp-media > div .media-video .video-list p img {
    width: 4vw;
  }
  .lfp .lfp-media > div .media-news {
    padding-top: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 9.33vw;
  }
  .lfp .lfp-media > div .media-news img {
    width: 71.07vw;
  }
  .lfp .lfp-media > div .media-news p {
    font-size: 2.93vw;
    gap: 2.67vw;
  }
  .lfp .lfp-media > div .media-news p i {
    width: 9.33vw;
    height: 9.33vw;
    gap: 1.33vw;
  }
  .lfp .lfp-media > div .media-news p i span {
    font-size: 3.73vw;
    line-height: 1;
  }
  .lfp .lfp-media > div .media-news p i span:last-of-type {
    font-size: 2.4vw;
  }
  .lfp .lfp-media > div:first-of-type {
    width: 100%;
    height: 106.27vw;
    background-image: url(../images/video_m_bg.jpg);
  }
  .lfp .lfp-media > div:last-of-type {
    width: 100%;
    height: 93.47vw;
    background-image: url(../images/new_m_bg.jpg);
  }
  .lfp .slide-dropdown {
    position: relative;
    width: 100%;
    margin: 2.67vw;
  }
  .lfp .slide-dropdown.active .arrow {
    transform: rotate(180deg);
  }
  .lfp .slide-dropdown .arrow {
    height: 3.6vw;
    transition: transform 0.3s;
  }
  .lfp .slide-dropdown .dropdown-header {
    height: 9.73vw;
    padding: 0 3.33vw;
    border: 2px solid rgba(255, 255, 255, 0.969);
    background: rgba(255, 255, 255, 0.22);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
    font-size: 3.2vw;
  }
  .lfp .slide-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 0.21vw 0.21vw;
    background: white;
    display: none;
    /* 初始隐藏 */
    z-index: 100;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.1);
  }
  .lfp .slide-dropdown .dropdown-menu li {
    padding: 0 3.33vw;
    cursor: pointer;
    line-height: 2;
    font-size: 3.2vw;
  }
  .lfp .swiper-container {
    padding-bottom: 8vw;
  }
  .lfp .swiper-container.spec {
    padding-bottom: 4vw;
  }
  .lfp .swiper-container .swiper-scrollbar {
    bottom: 0;
    height: 2vw;
  }
  .lfp .swiper-container .swiper-scrollbar-drag {
    background: #fff;
  }
  .lfp .city-mask {
    background: none;
  }
  .lfp .city-mask .city-list {
    width: 100vw;
  }
  .lfp .city-mask .city-list .customer-img {
    width: 100%;
  }
  .lfp .city-mask .city-list .customer-name {
    padding: 1em;
    font-size: 3.2vw;
    color: #333;
    font-weight: 600;
    background: #fff;
  }
  .lfp .city-mask .city-list .city-close {
    position: absolute;
    width: 5.33vw;
  }
}
