@charset "utf-8";
/**
 * @Description: 【慕思】网站主要样式
 * @Author: MaXueWei
 * @Date: 2024-1-25 09:24:53
 * @LastEditors: MaXueWei
 * @LastEditTime: 2024-5-7 14:52:32
 */
@font-face {
  font-family: "HYJunhei-85J";
  src: url('https://www-obs.iderucci.com/font/HYJunHei-85W.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HYJunhei-35J";
  src: url('https://www-obs.iderucci.com/font/HYJunHei-35W.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HYJunhei-65J";
  src: url('https://www-obs.iderucci.com/font/HYJunHei-65W.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ==================== 重置样式 Start ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "HYJunhei-65J";
}
a {
  text-decoration: none;
  outline: none;
}
html {
  font-size: 60px;
  min-width: 900px;
}
html.no-scroll {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #ececec;
  border-radius: 100px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #333;
  cursor: pointer;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
input,
button {
  outline: 0 none;
  border: none;
  background-color: transparent;
}
button {
  cursor: pointer;
}
/* 图片统一动画 */
.mxw-image {
  overflow: hidden;
}
.mxw-image img {
  transition: transform 0.4s;
  width: 100%;
}
.mxw-image:hover img {
  transform: scale(1.1);
}
main,
header,
footer,
.mxw-box,
section {
  font-size: 16px;
}
main {
  position: relative;
  z-index: 10;
}
section {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 53px;
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 45px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 44.77px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 44px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 43px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 38px;
  }
}
@media screen and (max-width: 1152px) {
  html {
    font-size: 35px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 26px;
  }
}
/* ==================== 重置样式 End ==================== */
/* ==================== 通用容器大小 Start ==================== */
.mxw-box {
  width: 1440px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  .mxw-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==================== 通用容器大小 End ==================== */
/* ==================== 通用断点隐藏 Start ==================== */
@media screen and (max-width: 749px) {
  .m-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  .pc-hide {
    display: none !important;
  }
}
/* ==================== 通用断点隐藏 End ==================== */
/* ==================== 通用布局 start ==================== */
@media screen and (min-width: 750px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 > .u-col {
    width: 49%;
  }
  .u-row-2 > .u-col:nth-child(2n) {
    margin-left: 2%;
  }
  .u-row-2 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-3 > .u-col {
    width: 32%;
  }
  .u-row-3 > .u-col:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .u-row-3 > .u-col:nth-child(3) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-4 > .u-col {
    width: 23.5%;
    margin-right: 2%;
  }
  .u-row-4 > .u-col:nth-child(4n) {
    margin-right: 0%;
  }
  .u-row-4 > .u-col:nth-child(4) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-5 > .u-col {
    width: 18.4%;
    margin-right: 2%;
  }
  .u-row-5 > .u-col:nth-child(5n) {
    margin-right: 0%;
  }
  .u-row-5 > .u-col:nth-child(5) ~ .u-col {
    margin-top: 2%;
  }
  .u-row-6 > .u-col {
    width: 15.5%;
    margin-right: 1.4%;
  }
  .u-row-6 > .u-col:nth-child(6n) {
    margin-right: 0%;
  }
  .u-row-6 > .u-col:nth-child(6) ~ .u-col {
    margin-top: 1.4%;
  }
}
@media screen and (max-width: 749px) {
  .u-row-2,
  .u-row-3,
  .u-row-4,
  .u-row-5,
  .u-row-6 {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .u-row-2 .u-col {
    width: 100%;
  }
  .u-row-2 .u-col:nth-child(1) ~ .u-col {
    margin-top: 4%;
  }
  .u-row-3 > .u-col,
  .u-row-4 > .u-col,
  .u-row-5 > .u-col,
  .u-row-6 > .u-col {
    width: 48%;
  }
  .u-row-3 > .u-col:nth-child(2n),
  .u-row-4 > .u-col:nth-child(2n),
  .u-row-5 > .u-col:nth-child(2n),
  .u-row-6 > .u-col:nth-child(2n) {
    margin-left: 4%;
  }
  .u-row-3 > .u-col:nth-child(2) ~ .u-col,
  .u-row-4 > .u-col:nth-child(2) ~ .u-col,
  .u-row-5 > .u-col:nth-child(2) ~ .u-col,
  .u-row-6 > .u-col:nth-child(2) ~ .u-col {
    margin-top: 4%;
  }
}
/* ==================== 通用布局 end ==================== */
/* ==================== 通用文本行数限制 start ==================== */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-line-2 {
  -webkit-line-clamp: 2;
}
.u-line-3 {
  -webkit-line-clamp: 3;
}
.u-line-4 {
  -webkit-line-clamp: 4;
}
.u-line-5 {
  -webkit-line-clamp: 5;
}
.u-line-6 {
  -webkit-line-clamp: 6;
}
.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* ==================== 通用文本行数限制 end ==================== */
/* ==================== 图片放大插件 Start ==================== */
.viewer-list > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.viewer-list > li img {
  width: 100% !important;
  height: auto !important;
  transform: translate(0, 0) !important;
}
/* ==================== 图片放大插件 End ==================== */
/* ==================== ElementUI Start ==================== */
.el-table-filter__bottom {
  font-size: 12px;
}
/* ==================== ElementUI End ==================== */
/* ==================== 头部导航样式 Start ==================== */
header.white .common-header .nav-seach {
  background-color: #fff;
}
header.white .common-header .nav-seach .search,
header.white .common-header .nav-seach .shop {
  color: #000;
}
header.white .common-header .pc-nav {
  background-color: #fff;
}
header.white .common-header .logo {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}
header.white .common-header .navbar > ul > li {
  color: #000;
}
header.white .common-header .navbar > ul > li > ul .ul-bg {
  background-color: #fff;
}
header.white .common-header .navbar > ul > li > ul .mxw-box > li > a {
  color: #86868B;
}
header.white .common-header .navbar > ul > li > ul .mxw-box > li > ul > li > a {
  color: #000;
}
.navbar-bg {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 1.4rem);
  max-width: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(0.3333rem);
  -webkit-backdrop-filter: blur(0.3333rem);
  top: 1.4rem;
  left: 0;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.navbar-bg.active {
  opacity: 1;
  visibility: visible;
}
header {
  width: 100%;
}
.common-header {
  transition: background-color 0.4s;
  z-index: 99;
  width: 100%;
  position: relative;
}
.common-header > div {
  z-index: 13;
}
.common-header .nav-box {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 24rem;
}
.common-header .pc-nav {
  position: relative;
  background-color: #000;
}
.common-header .nav-seach {
  background-color: #1C1C1C;
}
.common-header .nav-seach .mxw-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 0.6667rem;
  max-width: 98%;
}
.common-header .nav-seach .search,
.common-header .nav-seach .shop {
  font-size: 0.2333rem;
  margin-right: 0.1667rem;
  color: #fff;
  cursor: pointer;
}
.common-header .navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 1.6667rem;
}
.common-header .navbar > ul {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.common-header .navbar > ul > li {
  font-size: 0.2667rem;
  line-height: 1.2;
  color: #E1E1E1;
  font-family: "HYJunhei-65J";
}
.common-header .navbar > ul > li > a {
  opacity: 0.8;
}
.common-header .navbar > ul > li:last-child {
  margin-right: 0;
}
.common-header .navbar > ul > li.active {
  color: #000;
}
.common-header .navbar > ul > li.active:after {
  width: 100%;
}
.common-header .navbar > ul > li:hover > a {
  opacity: 1;
}
.common-header .navbar > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.common-header .navbar > ul > li:hover > ul .mxw-box > li > ul > li.big {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.common-header .navbar > ul > li > a {
  color: inherit;
  font-size: inherit;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-header .navbar > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 100%;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  height: calc(100vh - 1.4rem);
  pointer-events: none;
}
.common-header .navbar > ul > li > ul .ul-bg {
  background-color: #1C1C1C;
  pointer-events: auto;
}
.common-header .navbar > ul > li > ul .mxw-box {
  padding-left: 1.8333rem;
  padding-top: 0.8333rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
}
.common-header .navbar > ul > li > ul .mxw-box > li {
  margin-right: 1.6667rem;
}
.common-header .navbar > ul > li > ul .mxw-box > li:last-child {
  margin-right: 0;
}
.common-header .navbar > ul > li > ul .mxw-box > li > a {
  margin-bottom: 0.3333rem;
  display: block;
  color: #86868b;
  font-size: 0.2rem;
}
.common-header .navbar > ul > li > ul .mxw-box > li > ul > li {
  margin-bottom: 0.3333rem;
  font-size: 0.2rem;
}
.common-header .navbar > ul > li > ul .mxw-box > li > ul > li.big {
  font-size: 0.4rem;
  line-height: 1.1;
  margin-bottom: 0.3333rem;
  transition: all 0.8s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.common-header .navbar > ul > li > ul .mxw-box > li > ul > li > a {
  color: #fff;
  display: block;
  transition: all 0.4s;
}
.common-header .navbar > ul > li > ul .mxw-box > li > ul > li > a:hover {
  transform: translateX(0.0833rem);
}
.common-header .logo {
  width: 0.4rem;
  margin-right: 1.4333rem;
  flex-shrink: 0;
}
.common-header .other {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.common-header .other .search {
  width: 0.5333rem;
  height: 0.5333rem;
  border-radius: 100%;
  background-color: rgba(209, 209, 209, 0.3);
  box-shadow: 0rem 0.1833rem 0.6333rem 0rem rgba(43, 38, 38, 0.04);
  border-radius: 0.2667rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1667rem;
  cursor: pointer;
}
.common-header .other .search .iconfont {
  font-size: 0.2rem;
  color: #1a1a1a;
}
.common-header .other .language {
  width: 1.5002rem;
  height: 0.5333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #999;
  line-height: 1.1;
  background-color: rgba(209, 209, 209, 0.3);
  border-radius: 1.6667rem;
  cursor: pointer;
}
.common-header .other .language:after {
  content: "";
  display: block;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(45deg);
  width: 0.05rem;
  height: 0.05rem;
  margin-bottom: 0.05rem;
  margin-left: 0.1667rem;
}
.common-header .other .language .iconfont {
  font-size: 0.2rem;
  color: #666;
  margin-right: 0.1rem;
}
.mobile-nav,
.mobile-menus {
  display: none;
}
/* ==================== 头部导航样式 End ==================== */
/* ==================== 底部样式 Start ==================== */
footer {
  position: relative;
  z-index: 14;
}
footer.gray .footer {
  background-color: #F5F5F7;
}
footer.gray .footer .foot-right .item .icon {
  background-color: #fff;
}
footer.gray .footer .foot-right .item .icon img:nth-child(1) {
  opacity: 0.5;
}
footer.black .footer {
  background-color: #0D0D0D;
}
footer.black .footer .foot-bottom {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
footer.black .footer .foot-copyright {
  color: #fff;
}
footer.black .footer .foot-top > ul > li > a {
  color: #fff;
}
footer.black .footer .foot-top > ul > li > ul > li > a {
  color: #86868B;
}
footer.black .footer .foot-tel {
  border-color: #898989;
}
footer.black .footer .foot-tel:hover .icon img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
footer.black .footer .foot-tel:hover .text {
  color: #000;
}
footer.black .footer .foot-tel:after {
  background-color: #fff;
}
footer.black .footer .foot-tel .icon img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 1;
}
footer.black .footer .foot-tel .text {
  color: #FFFFFF;
}
footer.black .foot-right .item .icon {
  background-color: #898989;
}
footer.black .foot-right .item .icon img:nth-child(1) {
  opacity: 1;
}
.footer {
  background-color: #fff;
}
.footer .mxw-box {
  padding-top: 1.3333rem;
  padding-bottom: 1.6667rem;
  width: 24rem;
}
.footer .foot-top {
  margin-bottom: 1.3333rem;
}
.footer .foot-top > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .foot-top > ul > li:last-child > ul {
  margin-bottom: 0;
}
.footer .foot-top > ul > li > a {
  color: #1D1D1F;
  font-size: 0.3rem;
  font-family: "HYJunhei-85J";
  display: block;
  margin-bottom: 0.3333rem;
}
.footer .foot-top > ul > li > ul > li {
  margin-bottom: 0.25rem;
}
.footer .foot-top > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.footer .foot-top > ul > li > ul > li > a {
  font-size: 0.2333rem;
  display: block;
  line-height: 1.2;
  font-family: "HYJunhei-65J";
  color: inherit;
}
.footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3333rem;
  padding-bottom: 0.3333rem;
  border-bottom: 1px solid #424245;
}
.footer .foot-left {
  font-size: 0.2333rem;
  color: #424245;
  line-height: 1.2;
  font-family: "HYJunhei-65J";
}
.footer .foot-left span {
  color: #0071E3;
}
.footer .foot-left a {
  color: #0071E3;
  font-family: inherit;
}
.footer .foot-left a:hover {
  text-decoration: underline;
}
.footer .foot-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .foot-right .itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .foot-right .item {
  margin-right: 0.3667rem;
  position: relative;
}
.footer .foot-right .item:last-child {
  margin-right: 0;
}
.footer .foot-right .item:hover .icon img:nth-child(1) {
  display: none;
}
.footer .foot-right .item:hover .icon img:nth-child(2) {
  display: block;
}
.footer .foot-right .item:hover .qr,
.footer .foot-right .item:hover .tel {
  opacity: 1;
  visibility: visible;
}
.footer .foot-right .item .icon {
  width: 0.4667rem;
  height: 0.4667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #EAEAEC;
  border-radius: 100%;
}
.footer .foot-right .item .icon img:nth-child(1) {
  width: 70%;
  display: block;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.5;
}
.footer .foot-right .item .icon img:nth-child(2) {
  display: none;
}
.footer .foot-right .item .qr {
  width: 3.3333rem;
  height: 3.3333rem;
  border-radius: 0.1667rem;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.3333rem;
  padding: 0.1667rem;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 0.1667rem -0.0833rem rgba(0, 0, 0, 0.5);
}
.footer .foot-right .item .tel {
  white-space: nowrap;
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0.1667rem;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.3333rem;
  transition: all 0.4s;
  color: #333;
  font-size: 0.2667rem;
  opacity: 0;
  visibility: hidden;
}
.footer .foot-right .foot-tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.1667rem 0.2333rem;
  border: 1px solid #898989;
  border-radius: 0.0666rem;
  overflow: hidden;
  margin-left: 0.3333rem;
  cursor: pointer;
  position: relative;
}
.footer .foot-right .foot-tel:hover .icon img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 1;
}
.footer .foot-right .foot-tel:hover .text {
  color: #fff;
}
.footer .foot-right .foot-tel:hover:after {
  width: 100%;
}
.footer .foot-right .foot-tel:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #000;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .foot-right .foot-tel .icon {
  width: 0.4rem;
  display: block;
  flex-shrink: 0;
  margin-right: 0.1rem;
  position: relative;
  z-index: 2;
}
.footer .foot-right .foot-tel .icon img {
  transition: all 0.4s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.5;
}
.footer .foot-right .foot-tel .text {
  font-size: 0.2333rem;
  color: #666666;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  font-family: "HYJunhei-85J";
}
.footer .foot-right .language {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .foot-right .language .text {
  font-size: 0.3833rem;
  margin-right: 0.2333rem;
  line-height: 1.1;
  color: #898989;
  font-family: "HYJunhei-85J";
}
.footer .foot-right .language .icon {
  width: 0.75rem;
  display: block;
  flex-shrink: 0;
}
.footer .foot-copyright {
  font-size: 0.2333rem;
  color: #424245;
  font-family: "HYJunhei-65J";
}
.footer .foot-copyright a {
  color: inherit;
  font-family: inherit;
}
.footer .foot-copyright a:hover {
  text-decoration: underline;
}
/* ==================== 底部样式 End ==================== */
/* ==================== 滤镜白色 Start ==================== */
.filter-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* ==================== 滤镜白色 End ==================== */
/* ==================== 在1920下图片保持最小1920p Start ==================== */
.mxw-full-img {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1903px) {
  .mxw-full-img {
    min-width: 1920px;
  }
}
/* ==================== 在1920下图片保持最小1920p End ==================== */
/* ==================== 通用分页 Start ==================== */
.mxw-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.6666rem;
}
.mxw-pagination > span,
.mxw-pagination > a {
  width: 0.8333rem;
  height: 0.8333rem;
  border-radius: 100%;
  margin-left: 0.1334rem;
  margin-right: 0.1334rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2666rem;
  transition: all 0.4s;
  flex-shrink: 0;
  color: #999999;
  background: #f5f5f5;
}
.mxw-pagination > span:hover,
.mxw-pagination > a:hover,
.mxw-pagination > span.active,
.mxw-pagination > a.active {
  background-color: #0071E3;
  color: #fff;
}
.mxw-pagination .tool {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.2333rem;
  color: #999999;
  margin-left: 0.1667rem;
}
.mxw-pagination .tool input {
  border: 1px solid #ddd;
  height: 0.6667rem;
  width: 0.6667rem;
  margin-left: 0.1667rem;
  margin-right: 0.1667rem;
  border-radius: 0.0833rem;
  text-align: center;
}
/* ==================== 通用分页 End ==================== */
/* ==================== 通用图帧滚动等待加载动画 Start ==================== */
.mxw-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.mxw-loading .mxw-progress-bar {
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 12px;
}
.mxw-loading .mxw-progress-bar span {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
}
/* ==================== 通用图帧滚动等待加载动画 End ==================== */
/* ==================== layui主题色修改 Start ==================== */
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #0071E3;
}
.layui-form-checked[lay-skin=primary] i,
.layui-form-checkbox[lay-skin=primary]:hover i,
.layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #0071E3 !important;
}
.layui-form-checked[lay-skin=primary] i,
.layui-form-select dl dd.layui-this,
.layui-btn {
  background-color: #0071E3;
}
/* ==================== layui主题色修改 End ==================== */
/* ==================== 导航搜索弹框 Start ==================== */
.nav-seach-popup {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  height: 0;
}
.nav-seach-popup .nav-seach-popup-box {
  background-color: #1C1C1C;
  padding-top: 50px;
  padding-bottom: 50px;
}
.nav-seach-popup.active {
  opacity: 1;
  visibility: visible;
}
.nav-seach-popup .mxw-box {
  width: 1020px;
}
.nav-seach-popup .search {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.nav-seach-popup .search .icon {
  font-size: 20px;
  color: #C0C5CE;
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.nav-seach-popup .search input {
  min-width: 0;
  flex-grow: 1;
  color: #000;
  height: 40px;
  padding-right: 20px;
  font-size: 20px;
}
.nav-seach-popup .search input::-webkit-input-placeholder {
  color: #C0C5CE;
}
.nav-seach-popup .search input::-moz-placeholder {
  color: #C0C5CE;
}
.nav-seach-popup .search input:-moz-placeholder {
  color: #C0C5CE;
}
.nav-seach-popup .search input:-ms-input-placeholder {
  color: #C0C5CE;
}
.nav-seach-popup .link {
  padding-left: 10px;
}
.nav-seach-popup .link .title {
  font-size: 12px;
  color: #fff;
  margin-bottom: 4px;
}
.nav-seach-popup .link ul > li {
  transition: all 0.4s;
  padding: 0 10px;
  border-radius: 5px;
}
.nav-seach-popup .link ul > li:hover {
  background-color: rgba(255, 255, 255, 0.02);
}
.nav-seach-popup .link ul > li:last-child {
  margin-bottom: 0;
}
.nav-seach-popup .link ul > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  padding: 4px 0;
}
.nav-seach-popup .link ul > li .icon {
  font-size: 14px;
  margin-right: 10px;
}
/* ==================== 导航搜索弹框 End ==================== */
/* ==================== 置顶按钮 Start ==================== */
.goto-top {
  position: fixed;
  right: 1.17rem;
  bottom: 20%;
  font-size: 0.6rem;
  background-color: #0071E3;
  z-index: 11;
  width: 1.17rem;
  height: 1.17rem;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.goto-top .iconfont {
  font-size: inherit;
}
.goto-top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 749px) {
  .goto-top {
    right: 15px;
    bottom: 5%;
    width: 40.2px;
    height: 40.2px;
    font-size: 18px;
  }
}
/* ==================== 置顶按钮 End ==================== */
/* ==================== 通用播放分页 Start ==================== */
.common-pagination {
  bottom: 30.01px;
  left: 0;
  z-index: 13;
  position: sticky;
  text-align: center;
  opacity: 0;
}
.common-pagination.white .swiper-pagination {
  background: -webkit-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
}
.common-pagination.white .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}
.common-pagination.white .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #fff;
}
.common-pagination.white .play-btn {
  color: #fff;
  background: -webkit-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
}
.common-pagination.white2 .swiper-pagination {
  background: -webkit-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: -o-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: -moz-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  border-color: rgba(255, 255, 255, 0.05);
}
.common-pagination.white2 .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}
.common-pagination.white2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: #fff;
}
.common-pagination.white2 .play-btn {
  border-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  background: -webkit-linear-gradient(155deg, #353537, #353537);
  background: -o-linear-gradient(155deg, #353537, #353537);
  background: -moz-linear-gradient(155deg, #353537, #353537);
  background: linear-gradient(155deg, #353537, #353537);
}
.common-pagination .body {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.common-pagination .pagination {
  position: relative;
  z-index: 2;
}
.common-pagination .swiper-pagination {
  min-width: 54px;
  height: 54px;
  position: static;
  padding: 0 22.003px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 100px;
  border: 1px solid #DFDEDE;
  background: -webkit-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  backdrop-filter: blur(0.1168rem);
  -webkit-backdrop-filter: blur(0.1168rem);
}
.common-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  overflow: hidden;
  margin-right: 7px;
  margin-left: 7px;
  background-color: #707073;
  position: relative;
  opacity: 0;
  transition: width 1s, border-radius 1s;
  border-radius: 100px;
}
.common-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 100px;
}
.common-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation: common-pagination-ani 5s linear forwards;
  animation-play-state: running;
}
.common-pagination .swiper-pagination .swiper-pagination-bullet.play:after {
  animation-play-state: running;
}
.common-pagination .swiper-pagination .swiper-pagination-bullet.paused:after {
  animation-play-state: paused;
}
.common-pagination .play-btn {
  width: 54px;
  height: 54px;
  border: 1px solid #DFDEDE;
  background: -webkit-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  background: linear-gradient(146deg, rgba(218, 214, 214, 0.4) 0%, rgba(214, 211, 211, 0.58) 100%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  z-index: 2;
  position: relative;
  flex-shrink: 0;
}
.common-pagination .play-btn.active .iconfont:nth-child(1) {
  display: none;
}
.common-pagination .play-btn.active .iconfont:nth-child(2) {
  display: block;
}
.common-pagination .play-btn .iconfont {
  font-size: 30.01px;
}
.common-pagination .play-btn .iconfont:nth-child(2) {
  display: none;
}
.common-pagination .play-btn-bg {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: #0071E3;
  transform: scale(1.5);
  margin-top: -27px;
  margin-left: -27px;
}
@keyframes common-pagination-ani {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* ==================== 通用播放分页 End ==================== */
/* ==================== 通用按钮 Start ==================== */
.common-btn {
  text-align: center;
  margin-top: 60px;
  position: sticky;
  bottom: 30px;
  left: 0;
  z-index: 12;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.common-btn.style1 .btn-content {
  background: -webkit-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: -o-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: -moz-linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  background: linear-gradient(146deg, rgba(46, 46, 48, 0.72) 0%, rgba(46, 46, 48, 0.75) 100%);
  border-color: rgba(255, 255, 255, 0.05);
}
.common-btn.style1 .text {
  color: #fff;
}
.common-btn .common-btn-box {
  display: none;
}
.common-btn .btn-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(234, 233, 234, 0.7);
  background: -webkit-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -o-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: -moz-linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  background: linear-gradient(146deg, rgba(234, 234, 234, 0.4) 0%, rgba(237, 235, 235, 0.58) 100%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  min-width: 58px;
  height: 58px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 4;
  position: relative;
  cursor: pointer;
}
.common-btn .text {
  text-align: left;
  font-size: 24px;
  line-height: 1.1;
  color: #000;
  padding-left: 30px;
  padding-right: 26px;
  font-family: "HYJunhei-65J";
}
.common-btn .icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background: url('../images/img062@76x76.png') no-repeat center;
  background-size: 100%;
}
.common-btn .icon .iconfont {
  font-size: 24px;
  color: #fff;
}
.common-btn .icon.icon2 {
  background-image: url('../images/img115@72x72.png');
}
.common-btn .play-btn-bg {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: #0071E3;
  transform: scale(1.1);
  margin-top: -40px;
  margin-left: -40px;
}
/* ==================== 通用按钮 End ==================== */
/* ==================== 通用弹窗 Start ==================== */
.common-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  z-index: 100;
  background-color: rgba(50, 50, 50, 0.48);
  -webkit-backdrop-filter: blur(0.3334rem);
  backdrop-filter: blur(0.3334rem);
  overflow: auto;
  padding-bottom: 1.6666rem;
  padding-left: 2.2499rem;
  padding-right: 2.2499rem;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s;
  display: none;
  display: block;
}
.common-popup.active {
  opacity: 1;
  visibility: visible;
}
.common-popup.active .popup-box {
  transform: translateY(0);
}
.common-popup .popup-box {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  border-radius: 0.3334rem;
  transform: translateY(100%);
  transition: transform 0.5s;
  margin-top: 1.6666rem;
  padding-top: 1px;
}
.common-popup .close {
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: 0.5002rem;
  position: sticky;
  right: 0;
  margin-right: 0.3334rem;
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 0.3334rem;
  margin-top: 0.5002rem;
  z-index: 99;
}
.common-popup .close .iconfont {
  color: #fff;
  font-size: 0.2333rem;
}
.common-popup .body {
  overflow: hidden;
  color: #fff;
  padding-left: 0.3334rem;
  padding-right: 0.3334rem;
  font-size: 0.2666rem;
}
/* ==================== 通用弹窗 End ==================== */
/* ==================== 通用前进后退按钮 Start ==================== */
.swiper-button-prev,
.swiper-button-next {
  width: 0.8333rem;
  height: 0.8333rem;
  border-radius: 100%;
  opacity: 1;
  margin: 0;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-button-prev .iconfont,
.swiper-button-next .iconfont {
  color: #fff;
  font-size: 0.4rem;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev {
  transform: rotateY(180deg) translateY(-50%);
  left: 1.3334rem;
}
.swiper-button-next {
  right: 1.3334rem;
}
/* ==================== 通用前进后退按钮 End ==================== */
/* ==================== 通用前进后退按钮2 Start ==================== */
.swiper-btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.1667rem;
}
.swiper-btn-group .swiper-btn {
  position: static;
  width: 0.5334rem;
  height: 0.5334rem;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.2333rem;
  transform: translate(0);
  margin: 0;
  margin-right: 0.1002rem;
  cursor: pointer;
}
.swiper-btn-group .swiper-btn.swiper-button-disabled {
  opacity: 1;
  color: rgba(255, 255, 255, 0.2);
}
.swiper-btn-group .swiper-btn-prev {
  margin-right: 0.3334rem;
}
/* ==================== 通用前进后退按钮2 End ==================== */
/* ==================== 通用视频样式 End ==================== */
.video-hide {
  position: fixed;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
}
.scroll-video {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.scroll-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* ==================== 通用视频样式 End ==================== */
/* ==================== 首页 - 通用板块 Start ==================== */
.index-info {
  min-width: 0;
  flex-grow: 1;
  color: #000000;
  text-align: center;
}
.index-info.white {
  color: #fff;
}
.index-info .text1 {
  font-size: 0.2666rem;
  font-family: "HYJunhei-65J";
  line-height: 1;
}
.index-info .text2 {
  font-size: 1rem;
  font-family: "HYJunhei-85J";
  line-height: 1.2;
  margin-top: 0.2499rem;
}
.index-info .text3 {
  margin-top: 0.0899rem;
  font-size: 0.4333rem;
  font-family: "HYJunhei-65J";
}
/* ==================== 首页 - 通用板块 End ==================== */
/* ==================== 首页 - 通用按钮 Start ==================== */
.index-btn {
  color: #0071E3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3334rem;
  line-height: 1;
  font-family: "HYJunhei-65J";
  position: relative;
}
.index-btn.min {
  min-width: 2.1002rem;
  height: 0.7667rem;
}
.index-btn.min:after {
  display: none;
}
.index-btn.white {
  color: #fff;
}
.index-btn.white:before {
  background-color: #fff;
}
.index-btn.white:after {
  background-image: url(../images/img830@36x36.png);
}
.index-btn.white.video-style:after {
  background-image: url(../images/img109@140x140.png);
}
.index-btn.video-style {
  line-height: 0.4666rem;
  height: 0.4666rem;
}
.index-btn.video-style:after {
  margin-left: 0.1667rem;
  width: 0.4666rem;
  height: 0.4666rem;
  background-image: url(../images/img110@140x140.png);
}
.index-btn:hover:before {
  display: block;
}
.index-btn:after {
  content: "";
  display: block;
  width: 0.3002rem;
  height: 0.3002rem;
  margin-left: 0.1002rem;
  margin-top: -0.1em;
  background: url(../images/img833@36x36.png) no-repeat center;
  background-size: 100%;
}
.index-btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1002rem;
  height: 0.7667rem;
  font-size: 0.3002rem;
  line-height: 1;
  font-family: "HYJunhei-65J";
  position: relative;
  background-color: #0071E3;
  border-radius: 1.6666rem;
  color: #fff;
}
/* ==================== 首页 - 通用按钮 Start ==================== */
/* ==================== gsap 通用 Start ==================== */
.pin-spacer {
  max-width: 100% !important;
}
/* ==================== gsap 通用 End ==================== */
/* ==================== 内页16-1 - 板块八 Start ==================== */
.ny16-1-section8 {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  z-index: 13;
}
.ny16-1-section8 .pin-spacer {
  background-color: #fff !important;
}
.ny16-1-section8 .ny16-1-section8-pin {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny16-1-section8 .ny16-1-section8-box {
  width: 100%;
}
.ny16-1-section8 .info-group {
  position: relative;
}
.ny16-1-section8 .info-group .info-item {
  position: relative;
}
.ny16-1-section8 .info-group .info-item:first-child {
  z-index: 2;
}
.ny16-1-section8 .info-group .info-item:first-child ~ .info-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ny16-1-section8 .info-group .info-item .text1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.2;
  height: 2.4em;
  color: #000000;
  font-family: "HYJunhei-85J";
  white-space: nowrap;
}
.ny16-1-section8 .info-group .info-item .index-btn {
  margin-top: 0.6666rem;
}
.ny16-1-section8 .image-group {
  position: relative;
  margin-right: 1.0832rem;
}
.ny16-1-section8 .image-group .image-item {
  width: 14.5002rem;
  height: 9.6666rem;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  clip-path: inset(0 0 0);
}
.ny16-1-section8 .image-group .image-item img {
  width: 100%;
}
.ny16-1-section8 .image-group .image-item video {
  display: block;
  width: 101%;
  height: 101%;
  object-fit: cover;
  object-position: center;
}
.ny16-1-section8 .image-group .image-item ~ .image-item {
  position: absolute;
  top: 0;
  left: 0;
}
.ny16-1-section8 .image-group .image-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.ny16-1-section8 .image-group .image-item .bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  left: 0;
}
.ny16-1-section8 .right-body {
  min-width: 0;
  flex-grow: 1;
}
.ny16-1-section8 .body {
  margin-left: auto;
  margin-right: auto;
}
.ny16-1-section8 .body .max-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4.5834rem;
  padding-right: 4.5834rem;
}
.ny16-1-section8 .tab {
  width: 7rem;
  margin-top: 2.5002rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.ny16-1-section8 .tab .tab-item {
  font-size: 0.3334rem;
  color: #000;
  padding-bottom: 0.1667rem;
  margin-right: 0.5002rem;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
}
.ny16-1-section8 .tab .tab-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  display: none;
}
.ny16-1-section8 .tab .tab-item.active {
  color: #000;
}
.ny16-1-section8 .tab .tab-item:last-child {
  margin-right: 0;
}
.ny16-1-section8 .line {
  display: block;
  width: 7rem;
  background-color: #ECECEC;
  position: relative;
  height: 2px;
  margin-bottom: 0.2499rem;
  font-size: 0.3334rem;
}
.ny16-1-section8 .line span {
  width: 4em;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.ny16-1-section8 .desc-group {
  width: 7rem;
  position: relative;
}
.ny16-1-section8 .desc-group .desc {
  font-size: 0.3334rem;
  color: #666666;
  line-height: 1.6;
  text-align: justify;
  opacity: 0.8;
}
.ny16-1-section8 .desc-group .desc:first-child ~ .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* ==================== 内页16-1 - 板块八 End ==================== */
/* ==================== 内页16 - 板块九 Start ==================== */
.ny16-section9 {
  background-color: #000;
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
  overflow: hidden;
}
.ny16-section9 .title {
  font-size: 1rem;
  color: #fff;
  line-height: 1.4;
  font-family: "HYJunhei-85J";
  margin-bottom: 0.8333rem;
  text-align: center;
}
.ny16-section9 .swiper-slide {
  opacity: 0.4;
  transition: all 0.4s;
}
.ny16-section9 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.ny16-section9 .swiper-slide.swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
}
.ny16-section9 .swiper-slide .image {
  display: block;
}
.ny16-section9 .swiper-slide video {
  display: block;
  width: 100%;
  height: 7rem;
  object-fit: cover;
  object-position: center;
}
.ny16-section9 .swiper-slide .text {
  text-align: center;
  color: #fff;
  font-size: 0.3334rem;
  margin-top: 0.5002rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ny16-section9 .swiper-scrollbar {
  height: 0.1168rem;
  width: 6.4333rem;
  border-radius: 1.6666rem;
  overflow: hidden;
  background-color: #373737;
  margin-left: auto;
  margin-right: auto;
}
.ny16-section9 .swiper-scrollbar .swiper-scrollbar-drag {
  display: block;
  height: 100%;
  width: 50%;
  background-color: #fff;
  border-radius: 1.6666rem;
}
.ny16-section9 .bolun {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 8.3334rem;
  height: 2.5002rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  margin-top: -1.3334rem;
  position: relative;
  z-index: 0;
}
.ny16-section9 .bolun::before,
.ny16-section9 .bolun:after {
  content: "";
  display: block;
  background-color: #000;
  height: 100%;
  width: 0.1667rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.ny16-section9 .bolun::before {
  left: 0;
  right: auto;
}
.ny16-section9 .bolun video {
  width: 100%;
  background-color: #000;
  object-fit: cover;
  object-position: center;
}
/* ==================== 内页16 - 板块九 End ==================== */
/* ==================== 内页16-1 - 板块十三 Start ==================== */
.ny16-1-section13 {
  background-color: #fff;
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
  position: relative;
  z-index: 1;
}
.ny16-1-section13 .ny16-1-section13-box {
  width: 23.6666rem;
  margin-left: auto;
  margin-right: auto;
}
.ny16-1-section13 .title {
  text-align: center;
  margin-bottom: 1.3334rem;
}
.ny16-1-section13 .title .text1 {
  font-size: 1rem;
  color: #000000;
  line-height: 1;
  font-family: "HYJunhei-85J";
}
.ny16-1-section13 .title .text2 {
  margin-top: 0.5002rem;
  color: #666666;
  font-size: 0.3334rem;
  line-height: 1.8;
}
.ny16-1-section13 .itembox {
  height: 8.1667rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ny16-1-section13 .item {
  width: 33.333%;
  background-size: cover;
  background-position: center;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
  display: block;
}
.ny16-1-section13 .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.ny16-1-section13 .item .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ny16-1-section13 .item .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny16-1-section13 .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.ny16-1-section13 .item:after {
  content: "";
  display: block;
  background: url(../images/img826@52x52.png) no-repeat center;
  position: absolute;
  right: 0.4rem;
  bottom: 0.6602rem;
  background-size: 100%;
  width: 0.4333rem;
  height: 0.4333rem;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.ny16-1-section13 .item:nth-child(3n-1) {
  margin-left: 0.1667rem;
  margin-right: 0.1667rem;
}
.ny16-1-section13 .item:hover,
.ny16-1-section13 .item.active {
  width: 12.6666rem;
  flex-shrink: 0;
}
.ny16-1-section13 .item:hover:before,
.ny16-1-section13 .item.active:before,
.ny16-1-section13 .item:hover:after,
.ny16-1-section13 .item.active:after {
  opacity: 0;
  visibility: hidden;
}
.ny16-1-section13 .item:hover .info,
.ny16-1-section13 .item.active .info {
  transform: translateY(0);
}
.ny16-1-section13 .item:hover .info .desc,
.ny16-1-section13 .item.active .info .desc {
  opacity: 1;
  visibility: visible;
}
.ny16-1-section13 .item .info {
  padding: 0.6666rem 0.3334rem;
  padding-right: 0.8333rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(75%);
  transition: all 0.4s;
  z-index: 3;
}
.ny16-1-section13 .item .info .title2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.3667rem;
  color: #FFFFFF;
  line-height: 1.1;
  text-align: left;
  padding-left: 0.3334rem;
  padding-right: 0.3334rem;
  transform: translateY(-0.3334rem);
}
.ny16-1-section13 .item .info .desc {
  font-size: 0.3002rem;
  color: #FFFFFF;
  line-height: 1.8;
  width: 12.6666rem;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  font-family: "HYQiHei_40S";
}
/* ==================== 内页16-1 - 板块十三 End ==================== */
/* ==================== 内页16-1 - 板块十四 Start ==================== */
.ny16-1-section14 {
  overflow: hidden;
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
  background-color: #000000;
  position: relative;
  z-index: 2;
}
.ny16-1-section14 .ny16-1-section14-box {
  max-width: 23.3334rem;
  margin-left: auto;
  margin-right: auto;
}
.ny16-1-section14 .title {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.1667rem;
  line-height: 1;
}
.ny16-1-section14 .title .text1 {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.1667rem;
  color: transparent;
  background: -webkit-linear-gradient(to left, #E4CD94 0%, #CCA870 51%, #DFC78F 100%);
  background: -o-linear-gradient(to left, #E4CD94 0%, #CCA870 51%, #DFC78F 100%);
  background: -moz-linear-gradient(to left, #E4CD94 0%, #CCA870 51%, #DFC78F 100%);
  background: linear-gradient(to left, #E4CD94 0%, #CCA870 51%, #DFC78F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HYJunhei-85J";
}
.ny16-1-section14 .title .text2 {
  font-size: 0.3328rem;
  color: #FFFFFF;
  letter-spacing: 0.224rem;
}
.ny16-1-section14 .itembox {
  display: flex;
  justify-content: space-around;
}
.ny16-1-section14 .item .icon {
  width: 0.832rem;
  margin-bottom: 0.5824rem;
  margin-left: auto;
  margin-right: auto;
}
.ny16-1-section14 .item .info {
  text-align: center;
}
.ny16-1-section14 .item .text1 {
  font-size: 0.4rem;
  line-height: 1.1;
  color: #FFFFFF;
  font-family: "HYQiHei_55S";
  letter-spacing: 2px;
}
.ny16-1-section14 .item .text2 {
  font-size: 0.3002rem;
  line-height: 1.1;
  margin-top: 0.2499rem;
  color: #FFFFFF;
  opacity: 0.5;
}
.ny16-1-section14 .item .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 0.8333rem;
  font-family: "HYJunhei-35J";
}
.ny16-1-section14 .item .more-btn img {
  width: 0.1333rem;
  margin-left: 0.0833rem;
}
.ny16-1-section14 .item .more-btn .iconfont {
  font-size: 1em;
  line-height: 1;
  margin-top: 0.0333rem;
  margin-left: 0.0333rem;
}
/* ==================== 内页16-1 - 板块十四 End ==================== */
/* ==================== 内页16-1 - 板块十一 Start ==================== */
.ny16-1-section11-bg-video {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  margin-top: -100vh;
}
.ny16-1-section11-bg-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ny16-1-section11 {
  position: relative;
  height: 100vh;
  width: 100%;
}
.ny16-1-section11 .bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ny16-1-section11 .bg-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny16-1-section11 .body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny16-1-section11 .ny16-1-section11-box {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny16-1-section11 .body {
  width: 23.3334rem;
  margin-left: auto;
  margin-right: auto;
}
.ny16-1-section11 .body .text1 {
  font-size: 0.6rem;
  line-height: 1.1;
  margin-bottom: 0.3334rem;
  color: #FFFFFF;
  font-family: "HYJunhei-65J";
}
.ny16-1-section11 .body .text2 {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1;
  font-family: "HYJunhei-85J";
}
.ny16-1-section11 .body .text3 {
  margin-top: 0.5002rem;
  font-size: 0.3334rem;
  color: #E0E0E0;
  line-height: 1.8;
  text-align: justify;
  font-family: "HYJunhei-65J";
}
.ny16-1-section11 .body .btn-group {
  margin-top: 1.1667rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny16-1-section11 .body .btn-group .index-btn2 {
  margin-right: 0.7501rem;
}
.ny16-1-section11 .body-right {
  width: 14.6666rem;
  flex-shrink: 0;
  margin-left: 1.5002rem;
}
/* ==================== 内页16-1 - 板块十一 End ==================== */
/* ==================== 内页16-1 - 板块十二 Start ==================== */
.ny16-1-section12 {
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 3;
}
.ny16-1-section12 .ny16-1-section12-pin {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny16-1-section12 .ny16-1-section12-box {
  width: 100%;
}
.ny16-1-section12 .body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny16-1-section12 .left-body {
  z-index: 3;
  position: relative;
  margin-left: -8.6746rem;
}
.ny16-1-section12 .left-body .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border-radius: 0.7306rem;
  padding: 0.2832rem;
}
.ny16-1-section12 .left-body .img1 video {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.7306rem;
}
.ny16-1-section12 .left-body .img1 .bg {
  width: 25.3974rem;
  height: 11.936rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: url(../images/img828.png) no-repeat center;
  background-size: 100%;
}
.ny16-1-section12 .left-body .img2 {
  width: 25.3334rem;
  height: 12rem;
  position: relative;
  z-index: 3;
}
.ny16-1-section12 .left-body .img2 img {
  width: 100%;
}
.ny16-1-section12 .right-body {
  padding-right: 3.8333rem;
  margin-left: 2rem;
}
.ny16-1-section12 .right-body .text1 {
  width: 3.3334rem;
  margin-bottom: 0.6666rem;
}
.ny16-1-section12 .right-body .text2 {
  font-size: 1rem;
  color: #fff;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.ny16-1-section12 .right-body .text3 {
  font-size: 0.3334rem;
  color: #9C9C9C;
  line-height: 1.8;
}
.ny16-1-section12 .right-body .index-btn {
  margin-top: 1.2499rem;
}
/* ==================== 内页16-1 - 板块十二 End ==================== */
/* ==================== 内页26 - 通用标题 Start ==================== */
.ny26-title {
  display: inline-block;
  color: transparent;
  background: -webkit-linear-gradient(30deg, #7F5E4F 40%, #9E7F70, #4F3730 50%, #9E7F70, #A38575 100%);
  background: -o-linear-gradient(30deg, #7F5E4F 40%, #9E7F70, #4F3730 50%, #9E7F70, #A38575 100%);
  background: -moz-linear-gradient(30deg, #7F5E4F 40%, #9E7F70, #4F3730 50%, #9E7F70, #A38575 100%);
  background: linear-gradient(30deg, #7F5E4F 40%, #9E7F70, #4F3730 50%, #9E7F70, #A38575 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HYJunhei-85J";
  font-size: 1rem;
  line-height: 1.2;
}
.ny26-title2 {
  text-align: center;
  font-size: 1rem;
  font-family: "HYJunhei-85J";
  line-height: 1.2;
  color: #000000;
  margin-bottom: 1.1667rem;
}
/* ==================== 内页26 - 通用标题 End ==================== */
/* ==================== 内页26 - 通用表格 Start ==================== */
.ny26-table {
  border-radius: 0.1667rem;
  border: solid 1px #C9C9C9;
  overflow: hidden;
}
.ny26-table table,
.ny26-table td,
.ny26-table th {
  border-collapse: collapse;
}
.ny26-table table {
  width: 100%;
}
.ny26-table tr:nth-child(2n-1) td {
  color: #000;
}
.ny26-table tr:nth-child(2n) {
  background-color: #E4ECF4;
}
.ny26-table tr:nth-child(2n) td {
  color: #000;
}
.ny26-table td {
  border-right: 1px solid #e4ecf4;
  font-size: 0.3334rem;
  line-height: 1.6em;
  padding-top: 0.1667rem;
  padding-bottom: 0.1667rem;
  padding-left: 1.6666rem;
  padding-right: 1.6666rem;
  font-family: "HYJunhei-35J";
}
.ny26-table td strong {
  font-family: "HYJunhei-65J";
  font-weight: 400;
}
.ny26-table td:last-child {
  border-right: 0;
}
/* ==================== 内页26 - 通用表格 End ==================== */
/* ==================== 内页1 通用预约弹窗 Start ==================== */
.ny1-1-section2-popup2 .popup-box {
  background-color: #fff;
  padding-top: 0;
  max-width: 32rem;
  min-width: 21rem;
}
.ny1-1-section2-popup2 .close {
  position: sticky;
  top: 0;
  right: 0.5002rem;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #333336;
  width: 0.6333rem;
  height: 0.6333rem;
  margin-bottom: -0.6333rem;
  transform: translateY(0.6333rem);
}
.ny1-1-section2-popup2 .body {
  padding-left: 0;
  padding-right: 0;
}
.ny1-1-section2-popup2 .top {
  position: relative;
}
.ny1-1-section2-popup2 .top .image {
  border-radius: 0.3334rem 0.3334rem 0 0;
  width: 100%;
  overflow: hidden;
}
.ny1-1-section2-popup2 .top .image img {
  width: 100%;
}
.ny1-1-section2-popup2 .top .info {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  padding-left: 4.1667rem;
  transform: translateY(-50%);
}
.ny1-1-section2-popup2 .top .info .text1 {
  font-size: 1rem;
  color: #1E1E20;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  margin-bottom: 1.1667rem;
}
.ny1-1-section2-popup2 .top .info .text2 {
  font-size: 0.4333rem;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 0.3334rem;
}
.ny1-1-section2-popup2 .top .info .text3 {
  color: #1E1E20;
  font-size: 1.3334rem;
  line-height: 1.1;
}
.ny1-1-section2-popup2 .form .head {
  padding-left: 4.1667rem;
  padding-right: 4.1667rem;
  padding-top: 2.0832rem;
  padding-bottom: 1rem;
  border-bottom: 0.0832rem solid #F5F5F7;
}
.ny1-1-section2-popup2 .form .head .text1 {
  font-size: 0.4333rem;
  line-height: 1.1;
  color: #86868B;
  margin-bottom: 0.3334rem;
}
.ny1-1-section2-popup2 .form .head .text2 {
  font-size: 0.6666rem;
  line-height: 1.1;
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form {
  padding-left: 4.1667rem;
  padding-right: 4.1667rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.ny1-1-section2-popup2 .form form .form-item {
  position: relative;
}
.ny1-1-section2-popup2 .form form .label {
  font-size: 0.3334rem;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 0.4166rem;
}
.ny1-1-section2-popup2 .form form input {
  width: 100%;
  height: 1.2499rem;
  line-height: 1.2499rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.1667rem;
  padding: 0 0.5002rem;
  margin-bottom: 0.3334rem;
  font-size: 0.3334rem;
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form input::-webkit-input-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form input::-moz-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form input:-moz-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form input:-ms-input-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form .text {
  font-size: 0.3334rem;
  color: #86868B;
  line-height: 1.6;
  margin-bottom: 1.5002rem;
}
.ny1-1-section2-popup2 .form form textarea {
  resize: none;
  width: 100%;
  height: 6.3334rem;
  line-height: 1.8;
  border: 1px solid #CCCCCC;
  border-radius: 0.1667rem;
  padding: 0.1667rem 0.5002rem;
  margin-bottom: 0.3334rem;
  font-size: 0.3334rem;
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form textarea::-webkit-input-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form textarea::-moz-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form textarea:-moz-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form textarea:-ms-input-placeholder {
  color: #1E1E20;
}
.ny1-1-section2-popup2 .form form button {
  margin-top: 2rem;
  width: 100%;
  border-radius: 0.1667rem;
  overflow: hidden;
  background-color: #000000;
  line-height: 1.5667rem;
  height: 1.5667rem;
  text-align: center;
  font-size: 0.4666rem;
  color: #FFFFFF;
  display: block;
}
.ny1-1-section2-popup2 iframe {
  display: block;
  width: 100%;
  height: 600px;
}
/* ==================== 内页1 通用预约弹窗 End ==================== */
/* ==================== 通用最大1920px Start ==================== */
.max-body {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* ==================== 通用最大1920px End ==================== */
/* ==================== 通用产品底部 - 板块一 Start ==================== */
.public-product-page1 {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  z-index: 13;
}
.public-product-page1 .pin-spacer {
  background-color: #fff !important;
}
.public-product-page1 .public-product-page1-pin {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-product-page1 .public-product-page1-box {
  width: 100%;
}
.public-product-page1 .info-group {
  position: relative;
}
.public-product-page1 .info-group .info-item {
  position: relative;
}
.public-product-page1 .info-group .info-item:first-child {
  z-index: 2;
}
.public-product-page1 .info-group .info-item:first-child ~ .info-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.public-product-page1 .info-group .info-item .text1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.2;
  height: 2.4em;
  color: #000000;
  font-family: "HYJunhei-85J";
  white-space: nowrap;
}
.public-product-page1 .info-group .info-item .index-btn {
  margin-top: 0.6666rem;
}
.public-product-page1 .image-group {
  position: relative;
  margin-right: 1.0832rem;
}
.public-product-page1 .image-group .image-item {
  width: 14.5002rem;
  height: 9.6666rem;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  clip-path: inset(0 0 0);
}
.public-product-page1 .image-group .image-item img {
  width: 100%;
}
.public-product-page1 .image-group .image-item video {
  display: block;
  width: 101%;
  height: 101%;
  object-fit: cover;
  object-position: center;
}
.public-product-page1 .image-group .image-item ~ .image-item {
  position: absolute;
  top: 0;
  left: 0;
}
.public-product-page1 .image-group .image-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.public-product-page1 .image-group .image-item .bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  left: 0;
}
.public-product-page1 .right-body {
  min-width: 0;
  flex-grow: 1;
}
.public-product-page1 .body {
  margin-left: auto;
  margin-right: auto;
}
.public-product-page1 .body .max-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 4.5834rem;
  padding-right: 4.5834rem;
}
.public-product-page1 .tab {
  width: 7rem;
  margin-top: 2.5002rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.public-product-page1 .tab .tab-item {
  font-size: 0.3334rem;
  color: #000;
  padding-bottom: 0.1667rem;
  margin-right: 0.5002rem;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
}
.public-product-page1 .tab .tab-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  display: none;
}
.public-product-page1 .tab .tab-item.active {
  color: #000;
}
.public-product-page1 .tab .tab-item:last-child {
  margin-right: 0;
}
.public-product-page1 .line {
  display: block;
  width: 7rem;
  background-color: #ECECEC;
  position: relative;
  height: 2px;
  margin-bottom: 0.2499rem;
  font-size: 0.3334rem;
}
.public-product-page1 .line span {
  width: 4em;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.public-product-page1 .desc-group {
  width: 7rem;
  position: relative;
}
.public-product-page1 .desc-group .desc {
  font-size: 0.3334rem;
  color: #666666;
  line-height: 1.6;
  text-align: justify;
  opacity: 0.8;
}
.public-product-page1 .desc-group .desc:first-child ~ .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* ==================== 通用产品底部 - 板块一 End ==================== */
/* ==================== 通用产品底部 - 板块二 Start ==================== */
.public-product-page2 {
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 3;
}
.public-product-page2 .public-product-page2-pin {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-product-page2 .public-product-page2-box {
  width: 100%;
}
.public-product-page2 .body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.public-product-page2 .left-body {
  z-index: 3;
  position: relative;
  margin-left: -8.6746rem;
}
.public-product-page2 .left-body .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border-radius: 0.7306rem;
  padding: 0.2832rem;
}
.public-product-page2 .left-body .img1 video {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.7306rem;
}
.public-product-page2 .left-body .img1 .bg {
  width: 25.3974rem;
  height: 11.936rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: url(../images/img828.png) no-repeat center;
  background-size: 100%;
}
.public-product-page2 .left-body .img2 {
  width: 25.3334rem;
  height: 12rem;
  position: relative;
  z-index: 3;
}
.public-product-page2 .left-body .img2 img {
  width: 100%;
}
.public-product-page2 .right-body {
  padding-right: 3.8333rem;
  margin-left: 2rem;
}
.public-product-page2 .right-body .text1 {
  width: 3.3334rem;
  margin-bottom: 0.6666rem;
}
.public-product-page2 .right-body .text2 {
  font-size: 1rem;
  color: #fff;
  line-height: 1.2;
  font-family: "HYJunhei-85J";
}
.public-product-page2 .right-body .text3 {
  font-size: 0.3334rem;
  color: #9C9C9C;
  line-height: 1.8;
}
.public-product-page2 .right-body .index-btn {
  margin-top: 1.2499rem;
}
/* ==================== 通用产品底部 - 板块二 End ==================== */
/* ==================== 通用产品底部 - 板块三 Start ==================== */
.public-product-page3 {
  background-color: #fff;
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
  position: relative;
  z-index: 1;
}
.public-product-page3 .public-product-page3-box {
  width: 23.6666rem;
  margin-left: auto;
  margin-right: auto;
}
.public-product-page3 .title {
  text-align: center;
  margin-bottom: 1.3334rem;
}
.public-product-page3 .title .text1 {
  font-size: 1rem;
  color: #000000;
  line-height: 1;
  font-family: "HYJunhei-85J";
}
.public-product-page3 .title .text2 {
  margin-top: 0.5002rem;
  color: #666666;
  font-size: 0.3334rem;
  line-height: 1.8;
}
.public-product-page3 .itembox {
  height: 8.1667rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.public-product-page3 .item {
  width: 33.333%;
  background-size: cover;
  background-position: center;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
  display: block;
}
.public-product-page3 .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.public-product-page3 .item .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.public-product-page3 .item .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.public-product-page3 .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.public-product-page3 .item:after {
  content: "";
  display: block;
  background: url(../images/img826@52x52.png) no-repeat center;
  position: absolute;
  right: 0.4rem;
  bottom: 0.6602rem;
  background-size: 100%;
  width: 0.4333rem;
  height: 0.4333rem;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.public-product-page3 .item:nth-child(3n-1) {
  margin-left: 0.1667rem;
  margin-right: 0.1667rem;
}
.public-product-page3 .item:hover,
.public-product-page3 .item.active {
  width: 12.6666rem;
  flex-shrink: 0;
}
.public-product-page3 .item:hover:before,
.public-product-page3 .item.active:before,
.public-product-page3 .item:hover:after,
.public-product-page3 .item.active:after {
  opacity: 0;
  visibility: hidden;
}
.public-product-page3 .item:hover .info,
.public-product-page3 .item.active .info {
  transform: translateY(0);
}
.public-product-page3 .item:hover .info .desc,
.public-product-page3 .item.active .info .desc {
  opacity: 1;
  visibility: visible;
}
.public-product-page3 .item .info {
  padding: 0.6666rem 0.3334rem;
  padding-right: 0.8333rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(75%);
  transition: all 0.4s;
  z-index: 3;
}
.public-product-page3 .item .info .title2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.3667rem;
  color: #FFFFFF;
  line-height: 1.1;
  text-align: left;
  padding-left: 0.3334rem;
  padding-right: 0.3334rem;
  transform: translateY(-0.3334rem);
}
.public-product-page3 .item .info .desc {
  font-size: 0.3002rem;
  color: #FFFFFF;
  line-height: 1.8;
  width: 12.6666rem;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
/* ==================== 通用产品底部 - 板块三 End ==================== */
/* ==================== 通用产品底部 - 板块四 Start ==================== */
.public-product-page4 {
  overflow: hidden;
  padding-top: 2.6666rem;
  padding-bottom: 2.6666rem;
  background-color: #000000;
  position: relative;
  z-index: 2;
}
.public-product-page4 .public-product-page4-box {
  max-width: 23.3334rem;
  margin-left: auto;
  margin-right: auto;
}
.public-product-page4 .title {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.1667rem;
  line-height: 1;
}
.public-product-page4 .title .text1 {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.1667rem;
  color: transparent;
  background: -webkit-linear-gradient(to left, #E4CD94 0%, #CCA870 51%, #DFC78F 100%);
  background: -o-linear-gradient(to left, #E4CD94 0%, #CCA870 51%, #DFC78F 100%);
  background: -moz-linear-gradient(to left, #E4CD94 0%, #CCA870 51%, #DFC78F 100%);
  background: linear-gradient(to left, #E4CD94 0%, #CCA870 51%, #DFC78F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "HYJunhei-85J";
}
.public-product-page4 .title .text2 {
  font-size: 0.3328rem;
  color: #FFFFFF;
  letter-spacing: 0.224rem;
}
.public-product-page4 .itembox {
  display: flex;
  justify-content: space-around;
}
.public-product-page4 .item .icon {
  width: 0.832rem;
  margin-bottom: 0.5824rem;
  margin-left: auto;
  margin-right: auto;
}
.public-product-page4 .item .info {
  text-align: center;
}
.public-product-page4 .item .text1 {
  font-size: 0.4rem;
  line-height: 1.1;
  color: #FFFFFF;
  font-family: "HYQiHei_55S";
  letter-spacing: 2px;
}
.public-product-page4 .item .text2 {
  font-size: 0.3002rem;
  line-height: 1.1;
  margin-top: 0.2499rem;
  color: #FFFFFF;
  opacity: 0.5;
}
.public-product-page4 .item .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.3334rem;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 0.8333rem;
  font-family: "HYJunhei-35J";
}
.public-product-page4 .item .more-btn img {
  width: 0.1333rem;
  margin-left: 0.0833rem;
}
.public-product-page4 .item .more-btn .iconfont {
  font-size: 1em;
  line-height: 1;
  margin-top: 0.0333rem;
  margin-left: 0.0333rem;
}
/* ==================== 通用产品底部 - 板块四 End ==================== */
/* ==================== 通用产品底部 - 板块五 Start ==================== */
.public-product-page5 {
  background-color: #000;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.public-product-page5 .public-product-page5-box {
  width: 100%;
}
.public-product-page5 .title {
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "HYJunhei-85J";
  line-height: 1;
  text-align: center;
  margin-bottom: 1.0832rem;
}
.public-product-page5 .swiper {
  padding-left: 4.5002rem;
}
.public-product-page5 .public-product-page5-swiper {
  width: 15.6666rem;
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}
.public-product-page5 .public-product-page5-swiper .swiper-slide {
  width: 100%;
  margin-right: 1.2%;
  position: relative;
}
.public-product-page5 .public-product-page5-swiper .swiper-slide .video {
  width: 100%;
  height: 8.5002rem;
}
.public-product-page5 .public-product-page5-swiper .swiper-slide .video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.public-product-page5 .public-product-page5-swiper .swiper-slide .image img {
  width: 100%;
}
.public-product-page5 .public-product-page5-swiper .swiper-slide .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.public-product-page5 .bottom {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8333rem;
}
.public-product-page5 .line {
  width: 100%;
  height: 0.1168rem;
  border-radius: 1.6666rem;
  overflow: hidden;
  background-color: #1d1d1f;
  position: relative;
}
.public-product-page5 .line span {
  height: 100%;
  width: 2rem;
  background-color: #fff;
  border-radius: 1.6666rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.public-product-page5 .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.1667rem;
}
.public-product-page5 .tab-item {
  color: #fff;
  line-height: 1.1;
  font-size: 0.2666rem;
  margin-right: 1.8333rem;
  opacity: 0.5;
  cursor: pointer;
}
.public-product-page5 .tab-item.active {
  color: #fff;
}
.public-product-page5 .tab-item:last-child {
  margin-right: 0;
}
/* ==================== 通用产品底部 - 板块五 End ==================== */
/* ==================== 内页56 - 板块二 Start ==================== */
.ny56-section2 {
  padding-top: 1.9168rem;
  padding-bottom: 3.1667rem;
}
.ny56-section2 .ny56-section2-box {
  width: 16.5002rem;
  margin-left: auto;
  margin-right: auto;
}
.ny56-section2 .text1 {
  font-size: 1rem;
  color: #1E1E20;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  margin-bottom: 1rem;
  text-align: center;
}
.ny56-section2 .el-form .label {
  font-size: 0.4333rem;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 0.2499rem;
  position: relative;
  display: table;
}
.ny56-section2 .el-form .label.required:after {
  content: "*";
  color: red;
}
.ny56-section2 .el-form .el-form-item__error {
  font-size: 0.3333rem;
  margin-top: 0.0833rem;
}
.ny56-section2 .el-form .el-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny56-section2 .el-form .el-checkbox .el-checkbox__inner {
  width: 0.4rem;
  height: 0.4rem;
}
.ny56-section2 .el-form .el-checkbox .el-checkbox__inner:after {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -70%) rotate(45deg);
  height: 0.1667rem;
  width: 0.1rem;
}
.ny56-section2 .el-form .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner,
.ny56-section2 .el-form .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #0071E3;
  border-color: #0071E3;
}
.ny56-section2 .el-form .el-checkbox .el-checkbox__label {
  font-size: 0.4333rem;
  color: #1E1E20;
  line-height: 1.1;
}
.ny56-section2 .el-form .el-checkbox a {
  color: #0071E3;
}
.ny56-section2 .el-form .el-checkbox a:hover {
  text-decoration: underline;
}
.ny56-section2 .el-form .el-form-item {
  margin-bottom: 0.8333rem;
}
.ny56-section2 .el-form .el-form-item.form-checkbox {
  margin-bottom: 0.3333rem;
}
.ny56-section2 .el-form .el-select {
  width: 100%;
}
.ny56-section2 .el-form .el-select .el-input .el-select__caret {
  font-size: 0.3333rem;
  width: 0.5833rem;
}
.ny56-section2 .el-form .el-input__inner {
  height: 1.1168rem;
  font-size: 0.4333rem;
  color: #1E1E20;
  padding-left: 0.3334rem;
  padding-right: 0.3334rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.1334rem;
}
.ny56-section2 .el-form .el-input__inner::-webkit-input-placeholder {
  color: #1E1E20;
}
.ny56-section2 .el-form .el-input__inner::-moz-placeholder {
  color: #1E1E20;
}
.ny56-section2 .el-form .el-input__inner:-moz-placeholder {
  color: #1E1E20;
}
.ny56-section2 .el-form .el-input__inner:-ms-input-placeholder {
  color: #1E1E20;
}
.ny56-section2 .el-form .el-button--primary.is-disabled,
.ny56-section2 .el-form .el-button--primary.is-disabled:active,
.ny56-section2 .el-form .el-button--primary.is-disabled:focus,
.ny56-section2 .el-form .el-button--primary.is-disabled:hover {
  border-color: #050A32;
}
.ny56-section2 .el-form button {
  padding: 0 0.3334rem;
  height: 1.1168rem;
  line-height: 1.1168rem;
  width: 6.6666rem;
  border-radius: 0.1334rem;
  background-color: #050A32;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6666rem;
  font-size: 0.4333rem;
  border-color: #050A32;
}
.ny56-section2 .el-form button:hover {
  background-color: #050A32;
  color: #fff;
}
.ny56-section2-popup .body {
  min-height: 100vh;
}
/* ==================== 内页56 - 板块二 End ==================== */
