@import 'reset.css';
/*PC端*/
/*M端*/
@font-face {
  font-family: 'Arial';
  src: url('../fonts/arial.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helveti0.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.wpforms-form {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.b-lazy {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.overlay-full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-full .warning-frame {
  margin: auto;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
  height: 3.5rem;
  color: #ffffff;
  z-index: 200;
  background-color: #ffffff;
  border-radius: 0.38rem;
  padding-top: 0.38rem;
}
.overlay-full .warning-frame .warning-title {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.25rem;
  color: #fff;
}
.overlay-full .warning-frame .warning-title .logo {
  width: 3.22rem;
  height: 0.79rem;
  display: inline-block;
}
.overlay-full .warning-frame .warning-content {
  color: #000;
  text-align: center;
  padding: 0 0.4rem;
}
.overlay-full .warning-frame .warning-content .warning-tit {
  font-size: 0.2rem;
  font-family: Helvetica;
  font-weight: bold;
}
.overlay-full .warning-frame .warning-content strong {
  font-weight: bold;
}
.overlay-full .warning-frame .warning-content .warning-p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  margin-top: 0;
}
.overlay-full .warning-frame .warning-footer {
  width: 2.88rem;
  margin: 0.3rem auto 0;
  display: flex;
  justify-content: space-between;
}
.overlay-full .warning-frame .warning-footer .warning-footer-button {
  text-align: center;
}
.overlay-full .warning-frame .warning-footer .warning-footer-button .line-button {
  font-size: 0.1712rem;
  width: 1.25rem;
  height: 0.44rem;
  border-radius: 0.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}
.overlay-full .warning-frame .warning-footer .warning-footer-button .line-button.confirm {
  color: #fff;
  background-color: #000;
}
.overlay-full .warning-frame .warning-footer .warning-footer-button .line-button.cancel {
  border: 1px solid #000;
}
/* =================头部模块===================*/
.nicotine {
  font-family: "Arial";
  font-weight: bold;
  height: 0.4rem;
  text-align: center;
  color: #fff;
  background: #000;
  line-height: 0.4rem;
  font-size: 0.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.01rem;
}
.header {
  width: 100%;
  height: 0.6rem;
  background: #fff;
  position: sticky;
  z-index: 9999;
  transition: all 0.5s ease;
  top: 0;
}
.header .nav {
  width: 100%;
  height: 100%;
}
.header .nav.fixed {
  z-index: 1;
  top: 0;
  box-shadow: 0rem 0.2rem 0.3rem rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 0, 0.3);
}
.header .nav .navBox {
  width: 13.12rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .nav .navBox .logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.header .nav .navBox .logo img {
  width: 1.68rem;
  height: 0.41rem;
}
.header .nav .navBox .navbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 600px;
  justify-content: center;
  display: flex;
}
.header .nav .navBox .navbar li {
  height: 0.6rem;
  float: left;
  text-align: center;
  margin: 0 0.18rem;
}
.header .nav .navBox .navbar li a.title {
  display: block;
  position: relative;
  font-size: 0.12rem;
  line-height: 0.6rem;
  height: 0.6rem;
  color: #000000;
  text-transform: uppercase;
  font-family: "Arial";
  letter-spacing: 0.006rem;
}
.header .nav .navBox .navbar li a.title .line {
  position: absolute;
  bottom: -0.08rem;
  left: 0rem;
  background-color: rgba(0, 0, 0, 0.8);
  height: 0.02rem;
  width: 0;
  display: none;
  position: relative;
}
.header .nav .navBox .navbar li a.title .bg {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  background: url('../image/index/nav_tit_cur.png') no-repeat;
  background-size: auto 0.6rem;
  height: 0.6rem;
  width: 1.7rem;
  opacity: 0;
}
.header .nav .navBox .navbar li.active a.title {
  font-weight: bold;
  color: #fff;
  background: -moz-linear-gradient(to right, #fff 40%, #67d1ff 56%, #ff9d6d 70%);
  background: linear-gradient(to right, #fff 40%, #67d1ff 56%, #ff9d6d 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .nav .navBox .navbar li.on a.title {
  font-weight: bold;
  color: #fff;
  background: -moz-linear-gradient(to right, #fff 40%, #67d1ff 56%, #ff9d6d 70%);
  background: linear-gradient(to right, #fff 40%, #67d1ff 56%, #ff9d6d 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .nav .navBox .navbar li.on a.title .bg {
  opacity: 1;
}
.header .nav .navBox .navbar li.on .listBox {
  visibility: visible;
  opacity: 1;
}
.header .nav .navBox .navbar li.on .line,
.header .nav .navBox .navbar li.on.active .line {
  width: 100% !important;
}
.header .nav .navBox .navbar li .listBox {
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 100%;
  height: auto;
  z-index: 2;
  background: rgba(0, 0, 0, 0.9);
  padding-top: 0.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  box-shadow: 0rem 0.2rem 0.3rem rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  padding-bottom: 0.2rem;
}
.header .nav .navBox .navbar li .listBox::-webkit-scrollbar {
  width: 0.06rem;
  margin-left: 0.06rem;
}
.header .nav .navBox .navbar li .listBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.header .nav .navBox .navbar li .listBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.header .nav .navBox .navbar li .listBox::-webkit-scrollbar-thumb:window-inactive {
  background: #dadada;
}
.header .nav .navBox .navbar li .listBox .subList {
  width: 16.4rem;
  margin: 0.3rem auto;
  padding: 0 0.9rem 0.3rem;
}
.header .nav .navBox .navbar li .listBox .subList:last-child {
  border: none;
}
.header .nav .navBox .navbar li .listBox .subList dt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.header .nav .navBox .navbar li .listBox .subList dt .more {
  color: #fff;
}
.header .nav .navBox .navbar li .listBox .subList dd {
  width: 2.5rem;
  float: left;
  margin-right: 0.35rem;
}
.header .nav .navBox .navbar li .listBox .subList dd a {
  color: #fff;
}
.header .nav .navBox .navbar li .listBox .subList dd a:hover {
  color: #fff;
}
.header .nav .navBox .navbar li .listBox .subList dd:last-child {
  margin-right: 0;
}
.header .nav .navBox .navbar li .listBox .subList dd .img {
  width: 100%;
  height: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .nav .navBox .navbar li .listBox .subList dd .img .pro {
  height: 100%;
  position: relative;
  z-index: 2;
}
.header .nav .navBox .navbar li .listBox .subList dd .img:hover .pro {
  transform: scale(1.05);
}
.header .nav .navBox .navbar li .listBox .subList dd .img img {
  transition: all ease-in-out 0.5s;
}
.header .nav .navBox .navbar li .listBox .subList dd .img .newIco {
  width: 0.7rem;
  position: absolute;
  top: 0rem;
  right: 0.4rem;
  z-index: 1;
}
.header .nav .navBox .navbar li .listBox .subList dd .tit {
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.2rem;
  display: block;
  font-weight: bold;
}
.header .nav .navBox .navbar li .listBox.te {
  height: auto;
  padding-bottom: 0;
}
.header .nav .navBox .navbar li .listBox.te .subList {
  border: none;
  width: auto;
  padding: 0 0.52rem 0.4rem;
  margin: 0;
}
.header .nav .navBox .navbar li .listBox.te .subList dd {
  margin-right: 0.6rem;
  width: auto;
  line-height: 0.34rem;
  font-size: 0.2rem;
}
.header .nav .navBox .navbar li .listBox.te .subList dd a:hover {
  opacity: 0.8;
}
.header .nav .navBox .language {
  position: relative;
  height: 0.6rem;
}
.header .nav .navBox .language .lang-active {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav .navBox .language i {
  width: 16px;
  height: 16px;
  background-image: url(../image/language.png);
  background-size: 100% 100%;
}
.header .nav .navBox .language span {
  font-size: 12px;
  line-height: 1;
  font-family: Arial;
}
.header .nav .navBox .language .lang-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  width: 84px;
  left: -50%;
  display: none;
}
.header .nav .navBox .language .lang-list a {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #000;
}
.header .nav .navBox .language .lang-list a.gt-current-lang {
  background-color: #ececec;
}
.header .nav .navBox .language:hover .lang-list {
  display: flex;
}
.header .nav-m {
  display: none;
}
.container-fluid {
  z-index: 2;
}
/*=====================尾部模块====================*/
.footer {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 3.07rem;
  background-color: #f2f2f2;
  padding: 0.4rem 1.13rem 0 1rem;
}
.footer .footer-top {
  display: flex;
  align-items: flex-start;
}
.footer .footer-top .subLogo {
  width: 218px;
  height: 53px;
  line-height: 0;
}
.footer .footer-top .subLogo img {
  width: 100%;
  display: inline-block;
}
.footer .subnav {
  width: 6.65rem;
  display: flex;
  justify-content: space-between;
  margin-left: 3rem;
  margin-right: auto;
  min-height: 1.48rem;
  margin-top: 13px;
}
.footer .subnav li {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.footer .subnav li:nth-child(1) .tit {
  font-size: 12px;
}
.footer .subnav li .tit {
  font-size: 12px;
  line-height: 28px;
  color: #000;
  margin-bottom: 0.08rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: fit-content;
}
.footer .subnav li .list {
  line-height: 0.52rem;
  color: #bcbaba;
}
.footer .subnav li .list a {
  font-size: 0.2rem;
  color: #000000;
  display: block;
}
.footer .footer-search {
  flex: 0 0 auto;
  width: 5.4rem;
  height: 0.48rem;
  border: 1px solid #d4d4d4;
  padding: 0 0.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-right: 0.45rem;
}
.footer .footer-search .search-inp {
  line-height: 0.3rem;
  font-size: 0.15rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  border: none;
  width: 4.67rem;
  height: 0.3rem;
  background: transparent;
  border-right: 1px solid #d4d4d4;
}
.footer .footer-search .search-icon {
  cursor: pointer;
  width: 0.25rem;
  height: 0.25rem;
  background-image: url(../image/search.jpg);
  background-size: 100% 100%;
}
.footer .share-box {
  width: 212px;
  height: 26px;
  background-image: url(../image/share.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 13px;
}
.footer .share-item {
  width: 0.32rem;
  cursor: pointer;
}
.footer .footer-bottom {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  display: flex;
  align-items: center;
}
.back-top {
  text-align: center;
  position: fixed;
  z-index: 999;
  right: 0.38rem;
  bottom: 1.5rem;
  line-height: 1;
}
.back-top i {
  display: inline-block;
  width: 1.24rem;
  height: 1.24rem;
  background-image: url(../image/go-top.png);
  background-size: 100% 100%;
  margin-bottom: 0.25rem;
}
.back-top p {
  font-size: 0.35rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
@media (max-width: 750px) {
  .video-m-box {
    height: 3.375rem;
  }
  .video-m-box .layui-layer-btn {
    display: none;
  }
  .video-m-box .layui-layer-content {
    padding: 0 !important;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .overlay-full .warning-frame {
    width: 6.68rem;
    height: 5rem;
    padding: 0.3rem 0.55rem;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: inherit;
  }
  .overlay-full .warning-frame .warning-title {
    padding-bottom: 0.45rem;
  }
  .overlay-full .warning-frame .warning-title .logo {
    width: 3.78rem;
    height: auto;
  }
  .overlay-full .warning-frame .warning-content {
    padding: 0;
  }
  .overlay-full .warning-frame .warning-content .warning-tit {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .overlay-full .warning-frame .warning-content .warning-p {
    font-size: 0.25rem;
    line-height: 0.2536rem;
    letter-spacing: -0.008rem;
  }
  .overlay-full .warning-frame .warning-footer {
    width: 4.64rem;
    margin: 0.6rem auto 0;
  }
  .overlay-full .warning-frame .warning-footer .warning-footer-button .line-button {
    font-weight: normal;
    width: 2.2rem;
    height: 0.8rem;
    font-size: 0.3002rem;
  }
  .nicotine {
    height: 1.4rem;
    font-size: 0.2903rem;
    line-height: 0.33rem;
    padding: 0 0.36rem;
  }
  .header {
    height: 1.1rem;
  }
  .header .nav {
    height: 1.1rem;
    box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 1112;
  }
  .header .nav .navBox {
    width: 100%;
    height: 1.1rem;
  }
  .header .nav .navBox .navbar {
    display: none;
  }
  .header .nav .navBox .logo {
    margin-left: 0.4rem;
  }
  .header .nav .navBox .logo img {
    height: 0.55rem;
    width: auto;
  }
  .header .nav .navBox .language {
    margin: 0 0.5rem 0 auto;
    height: 100%;
  }
  .header .nav .navBox .language .lang-active {
    width: 0.36rem;
  }
  .header .nav .navBox .language .lang-active i {
    width: 0.36rem;
    height: 0.36rem;
  }
  .header .nav .navBox .language .lang-active span {
    display: none;
  }
  .header .nav .navBox .language .lang-list {
    width: 1.68rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .nav .navBox .menu {
    width: 0.33rem;
    height: 0.33rem;
    background-image: url(../image/menu.png);
    background-size: 100% 100%;
    margin-right: 0.29rem;
  }
  .header .nav .navBox .menu.active {
    background-image: url(../image/close.png);
  }
  .header .nav-m {
    position: relative;
    z-index: 1;
  }
  .header .nav-m.active .navBg {
    display: block;
  }
  .header .nav-m .navBg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
  }
  .header .nav-m.active {
    display: block;
  }
  .header .nav-m .submenu-trigger-group {
    width: 100%;
    background: #ffffff;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
  }
  .header .nav-m .submenu-trigger-group .submenu-trigger-item {
    margin: 0.5rem 0 0;
    padding: 0 0.38rem;
  }
  .header .nav-m .submenu-trigger-group .submenu-trigger-item .submenu-tit {
    font-family: Arial;
    font-weight: bold;
    color: #000;
    font-size: 0.35rem;
    line-height: 0.8rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid #b9b9b9;
  }
  .header .nav-m .submenu-trigger-group .showList {
    font-size: 0.24rem;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    padding-left: 1.7rem;
  }
  .header .nav-m .submenu-trigger-group .showList dt {
    position: absolute;
    top: 0.36rem;
    left: 0.8rem;
    background: url('../image/sub_m_jian.png') no-repeat;
    background-size: 0.2rem 0.34rem;
    display: none;
  }
  .header .nav-m .submenu-trigger-group .showList dt .submenuBackBtn {
    width: 0.2rem;
    height: 0.34rem;
    display: inline-block;
  }
  .header .nav-m .submenu-trigger-group .showList dd {
    margin-bottom: 0.2rem;
  }
  .header .nav-m .submenu-trigger-group .showList dd a {
    color: #b8b8b8;
    font-size: 0.32rem;
  }
  .footer {
    height: auto;
    padding: 1.64rem 0.38rem 2.28rem;
  }
  .footer .footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.02rem solid #b5b5b5;
    border-right: none;
    border-left: none;
    position: relative;
  }
  .footer .subnav {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.24rem 0;
  }
  .footer .subnav li {
    margin: 0.4rem 0;
    width: 100%;
  }
  .footer .subnav li:nth-child(1) {
    width: 100%;
  }
  .footer .subnav li .tit {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.35rem;
    line-height: 0.35rem;
    width: fit-content;
    display: inline-block;
    margin-bottom: 0;
  }
  .footer .subnav li .list {
    line-height: 0.7rem;
    display: none;
  }
  .footer .subnav li .list.on {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .footer .subnav li .list a {
    font-size: 0.24rem;
    color: #bcbaba;
  }
  .footer .subnav li .list a:hover {
    color: #fff;
  }
  .footer .subnav li .contact {
    line-height: 0.7rem;
    display: none;
    font-size: 0.24rem;
    color: #bcbaba;
  }
  .footer .subnav li .contact.on {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .footer .share-box {
    width: 3.97rem;
    height: 0.49rem;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -1.1rem;
    background-image: url(../image/share-m.png);
  }
  .footer .share-item {
    width: 0.45rem;
  }
  .footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    color: #000000;
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-top: 1.9rem;
  }
  .footer .footer-search {
    display: none;
  }
}
