@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(/font/Rubik2.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald';
  src: url('/font/Oswald-Medium.ttf');
}
@font-face {
  font-family: 'Avanti1';
  src: url('/font/AVANTI-1.TTF');
}
@font-face {
  font-family: 'Avanti2';
  src: url('/font/AVANTI-2.TTF');
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: '思源宋体 Regular';
  font-weight: 400;
  src: url('/font/8tGJVet5gTfH.woff2') format('woff2'),
    url('/font/8tGJVet5gTfH.woff') format('woff');
  font-display: swap;
}
:root {
  --mgtb: 4%;
  --mglr: 2%;
  --brs1: 10px;
  --bsd: 0 0 0 1px rgba(229, 218, 195, 0.9);
}
body {
  --bgcolor: #fff;
  background: var(--bgcolor);
  color: #000;
  font-size: 16px;
}
body,
html {
  max-width: 1080px;
  line-height: 1.6;
  margin: 0 auto;
}
a {
  color: #000;
}

/*body iframe{ display:none;}*/

.pop-login-style {
  color: #000;
  margin-top: 20px;
}
.pop-login-style a {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 40px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
}
.pop-login-style a span {
  display: flex;
  align-items: center;
}
.pop-login-style a svg {
  margin-right: 10px;
}

.header {
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.header .logo {
  width: 110px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.header .logo img {
  width: 100%;
}
.header .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
}
.header .list:before {
  transition: all 0.3s ease;
  content: '\20';
  width: 19px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 16px;
  top: 18px;
}
.header .list:after {
  transition: all 0.3s ease;
  content: '\20';
  width: 19px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 16px;
  top: 24px;
}
.header .rCart {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  background: url(../images/image_small.svg) no-repeat 50% 30%;
}
.header .rCart:before {
  visibility: hidden;
  position: absolute;
  right: 15px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
  content: '';
}

.popHead {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4000;
  transition: all 0.3s ease;
}
.popHead .header {
  background: none;
}

.hide_list {
  visibility: visible;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.98);
  padding-top: 44px;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3000;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  -webkit-overflow-scrolling: touch;
}
.hide_list ul {
  padding-top: 16px;
}
.hide_list li {
  margin: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hide_list li a {
  line-height: 40px;
  display: block;
  position: relative;
  color: #fff;
  background: url(../images/icon-right.svg) no-repeat right center;
  background-size: 6px;
  font-size: 0.8rem;
}
.hide_list li a i {
  color: #fff;
  background: #ff1a1a;
  border-radius: 3px;
  padding: 2px;
  vertical-align: middle;
  margin-left: 2px;
  font-size: 0.6rem;
}
.hide_list .ft {
  color: #666;
  margin: 30px 10px;
  text-align: center;
  font-size: 12px;
}
.hide_list .ft a {
  color: #fff;
  margin: 0 3px;
}

.pop-nav {
  overflow: hidden;
}
.pop-nav .header .list:before {
  transform: rotate(-45deg) translateX(-4px) translateY(4px);
  width: 21px;
}
.pop-nav .header .list:after {
  transform: rotate(45deg) translateX(0) translateY(0);
  width: 21px;
}
.pop-nav .hide_list {
  transform: translateX(0);
  visibility: visible;
}
.pop-nav .popHead .header {
  background: rgba(0, 0, 0, 0.98);
}

.hide_cart {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 44px;
  right: 0;
  z-index: 3000;
  transform: translateX(100%);
  transition: all 0.3s ease;
  overflow-scrolling: touch;
}
.hide_cart li {
  margin: 0 16px;
  border-bottom: 1px solid #dcdcdc;
}
.hide_cart li a {
  line-height: 40px;
  display: block;
  position: relative;
  color: #000;
}
.hide_cart li span {
  color: #0079ff;
}
.hide_cart .ft {
  color: #666;
  margin: 30px 10px;
  text-align: center;
  font-size: 12px;
}
.hide_cart .ft a {
  color: #0079ff;
  margin: 0 3px;
}

.hd-cart .null {
  margin: 0 16px;
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.hd-cart .btn {
  border-bottom: 1px solid #dcdcdc;
  margin: 0 16px;
  padding: 12px 0 30px;
}
.hd-cart .btn a {
  display: block;
  color: #fff;
  background: #0079ff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
}
.hd-cart .item {
  margin: 0 16px;
  padding: 14px 0;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}
.hd-cart .item .img {
  margin-right: 10px;
  width: 60px;
}
.hd-cart .item .img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.hd-cart .item .r h3 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hd-cart .item .r p {
  color: #999;
  font-size: 12px;
  padding-top: 4px;
}
.hd-cart .item .r > span {
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 20px;
  line-height: 1;
}
.hd-cart .item .del {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  width: 30px;
  height: 50px;
  background: url(../images/del.svg) no-repeat right 50%;
  background-size: 20px;
}
.hd-cart .item:last-child {
  border-bottom: 0;
}

.pop-member .popHead .header {
  background: rgba(0, 0, 0, 0.98);
}
.pop-member .hide_cart {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.pop-member .header .rCart:before {
  visibility: visible;
}
.pop-member .padding-top .popHead {
  background: #000;
}
.pop-member .header .logo {
  display: flex;
}

.i-hicon {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 16px;
}
.i-hicon img {
  width: 100%;
}

#banner .swiper-pagination {
  bottom: 28%;
}

.bannerSlide {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
}
.bannerSlide .swiper-wrapper img {
  width: 100%;
  height: auto;
}
.bannerSlide .pagination {
  position: absolute;
  left: 0;
  bottom: 26%;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.bannerSlide .swiper-pagination-bullet-active {
  background: #fff;
}
.bannerSlide .swiper-pagination-bullet {
  background: #fff;
}

.index-bg {
  padding: var(--mgtb) var(--mglr);
}
.index-bg .play-img > img {
  width: 100%;
  height: auto;
  border-radius: var(--brs1) var(--brs1) 0 0;
}
.index-bg .img2 {
  width: 100%;
  height: auto;
  border-radius: 0 0 var(--brs1) var(--brs1);
}
.index-bg .video {
  margin-bottom: var(--mgtb);
}
.index-bg .video .play-img {
  display: block;
  position: relative;
}
.index-bg .video .play-img:before {
  /* content: '';
  opacity: 0.7;
  width: 85px;
  height: 98px;
  background: url(/images/index/i-play.png) 50% 50% no-repeat;
  background-size: 70px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -43px;
  position: absolute; */
}

.index-bg .list {
  margin-bottom: var(--mgtb);
}
.index-bg .list .img {
  width: 100%;
  border-radius: var(--brs1);
  box-shadow: var(--bsd);
}
.index-bg .list .img2 {
  width: 100%;
  border-radius: var(--brs1);
}
.index-bg .list .img3 {
  padding-top: 12%;
  width: 100%;
}
.wlist .img3 {
  padding-top: 12%;
  width: 100%;
}
.index-bg .list .tips {
  color: #808080;
  font-size: 0.75rem;
  padding: 2% 2% 0;
}
.index-bg .gridlist {
  margin-bottom: var(--mgtb);
}
.index-bg .gridlist .flex {
  display: flex;
  padding: var(--mgtb) 0;
  gap: var(--mgtb);
  justify-content: space-between;
}
.index-bg .gridlist .img {
  width: 100%;
  border-radius: var(--brs1);
  box-shadow: var(--bsd);
}
.index-bg .gridlist a:first-child {
  grid-column-start: span 2;
}
.index-bg .gridlist a:last-child {
  grid-column-start: span 2;
}

.video-prolist {
  background: url(../images/index2023/img11.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  margin-bottom: var(--mgtb);
  border-radius: 0 0 var(--brs1) var(--brs1);
}
.video-prolist .alist {
  display: flex;
  justify-content: center;
  padding-bottom: var(--mgtb);
}
.video-prolist .a {
  font-family: '思源宋体 Regular';
  padding: 10px 12px;
  transition: 0.3s;
  background: none;
  background: url(../images/index2023/btn-bg.png) no-repeat 50% 50%;
  background-size: 0;
}

.video-prolist .active {
  color: #826420;
  background: url(../images/index2023/btn-bg.png) no-repeat 50% 50%;
  text-align: center;
  background-size: 100%;
}
.video-prolist .videoradius {
  margin: 4%;
  width: calc(100% - 8%);
  height: 0;
  padding-top: calc(100% - 8%);
  border-radius: 20px;
  position: relative;
  clip-path: inset(0 0 0 0 round 2em);
}
.video-prolist .videoradius video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.video-scroll {
  padding: var(--mgtb);
  overflow: hidden;
}
.video-wrap {
  width: 300%;
  display: flex;
}

.itop {
  background: #fff;
  padding: 30px 8px 8px;
}
.tipTitle {
  text-align: center;
  position: relative;
  z-index: 2;
}
.tipTitle img {
  width: 90%;
}

.indexe-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
}
.indexe-list a {
  width: 50%;
  padding: 1%;
  position: relative;
}
.indexe-list img {
  width: 100%;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.indexe-list a:before {
  content: '';
  left: 2%;
  right: 2%;
  bottom: 4%;
  height: 68%;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1;
  border-radius: 6px;
}
.indexe-list a:nth-child(3):before,
.indexe-list a:nth-child(4):before {
  height: 90%;
}

.padding-top {
  padding-top: 44px;
}
.padding-top .popHead {
  background: #444;
}

.html-popHead .popHead {
  background: rgba(0, 0, 0, 0.9);
}
.html-popHead .header .logo {
  width: 80px;
}

.text_top {
  margin: 16px 16px 0;
}
.text_top .name {
  float: left;
  font-size: 16px;
  color: #000;
}
.text_top .a {
  color: #666666;
  float: right;
  font-size: 12px;
  margin-top: 3px;
  padding-right: 9px;
  background: url(../images/icon-right-hs.svg) no-repeat right 6px;
  background-size: 4px;
}

.error-wrap {
  padding: 20% 5%;
}
.error-wrap .error-tit {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
.error-wrap .error-tit i {
  animation: bounce 3s ease both infinite;
}
.error-wrap .error-tit2 {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.error-wrap .error-tit3 {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.error-dl {
  margin-top: 40px;
  text-align: center;
}
.error-dl dd a {
  display: inline-block;
  font-size: 14px;
}
.error-dl dd em {
  margin: 0 10px;
  color: #eee;
}

@keyframes bounce {
  0%,
  100% {
    color: #000;
  }
  40% {
    color: red;
  }
  60% {
    color: Blue;
  }
}

.video-js {
  background: #fff;
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  margin: -1em 0 0 -1em;
  text-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}
.vjs-default-skin .vjs-big-play-button:before {
  font-size: 0.85em;
  line-height: 2.1em;
}
.vjs-default-skin .vjs-big-play-button {
  width: 2em;
  height: 2em;
  border-radius: 50%;
}

.navs {
  margin: 0 16px 10px;
  display: flex;
}
.navs .li {
  text-align: center;
  border: 1px solid #000;
  width: 33.33%;
}
.navs .li a {
  display: flex;
  color: #000;
  font-size: 14px;
  height: 36px;
  align-items: center;
  justify-content: center;
}
.navs .li.cur {
  background: #000;
}
.navs .li.cur a {
  color: #fff;
}
.navs .li:first-child {
  border-radius: 40px 0 0 40px;
  border-right: 0;
}
.navs .li:last-child {
  border-radius: 0 40px 40px 0;
  border-left: 0;
}

.newsDetail {
  margin: 20px 16px 0;
  border-bottom: 1px solid #666;
  padding-bottom: 30px;
}
.newsDetail .h1 {
  line-height: 1.6;
  font-size: 1.2rem;
}
.newsDetail time {
  color: #666666;
  font-size: 0.75rem;
}
.newsDetail time span {
  margin-left: 16px;
}
.newsDetail .article {
  margin-top: 16px;
  border-top: 1px solid #ddd;
  padding-top: 16px;
  font-size: 0.8rem;
}
.newsDetail .article img {
  max-width: 100%;
  height: auto;
}
.newsDetail .article p {
  margin-bottom: 20px;
}
.newsDetail .article p img {
  margin-bottom: 10px;
}
.newsDetail .tag {
  margin-top: 20px;
}
.newsDetail .tag span {
  margin: 0 4px 4px 0;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  border: 1px solid #ccc;
  color: #999;
  border-radius: 4px;
}

.footer {
  background: #222222;
  padding: 20px 16px 50px;
}
.footer ul {
  border-top: 1px solid #444444;
}
.footer li {
  border-bottom: 1px solid #444444;
}
.footer li a {
  line-height: 40px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 0.8rem;
  background: url(../images/icon-right.svg) no-repeat right center;
  background-size: 6px;
}
.footer .ft {
  color: #999999;
  margin: 30px 0 0;
  font-size: 12px;
}
.footer .ft a {
  color: #0079ff;
  margin: 0 3px;
}
.footer .copyright {
  color: #666;
  margin: 10px 0;
  font-size: 12px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.footer .copyright a {
  color: #999;
}

.Ntop {
  text-align: center;
}
.Ntop h3 {
  font-size: 26px;
  line-height: 30px;
}
.Ntop h6 {
  font-size: 14px;
  line-height: 18px;
}
.Ntop .en {
  font-style: italic;
  font-size: 8px;
  line-height: 12px;
}

.about {
  padding-bottom: 10px;
}
.about .banner {
  margin: 16px 0;
}
.about .txt {
  padding: 0 16px;
  text-align: justify;
}
.about .txt h4 {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.about .txt p {
  font-size: 10px;
  color: #444444;
  line-height: 16px;
}
.about .center {
  text-align: center;
  margin: 16px 0;
}
.about .center .a {
  border-bottom: 1px solid #b1865d;
  color: #b1865d;
  display: inline-block;
  padding-right: 16px;
  background: url(../images/icon-right4.svg) no-repeat right 8px / 5px;
}
.news {
  padding-bottom: 10%;
}
.news .top {
  font-family: '思源宋体 Regular';
  font-size: 2rem;
  text-align: center;
  padding: 48px 0 0;
}
.news .top img {
  width: 100%;
}
.news .item {
  padding: 0 16px;
}
.news .item a {
  display: flex;
  align-items: center;
  padding: 16px 0;
  font-family: '思源宋体 Regular';
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #fff;
}
.news .item:first-child a {
  border-top: 0;
}
.news .item:last-child a {
  border-bottom: 0;
}
.news .item .img {
  width: 110px;
  overflow: hidden;
  margin-right: 16px;
  flex-shrink: 0;
}
.news .item .img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.news .item h3 {
  font-size: 14px;
  color: #000;
  line-height: 18px;
  margin-bottom: 5px;
}
.news .item p {
  font-size: 10px;
  color: #999999;
  height: 28px;
  line-height: 14px;
  overflow: hidden;
}
.news .item time {
  font-size: 10px;
  color: #999;
  line-height: 12px;
  font-style: italic;
}
.news .more {
  text-align: center;
  padding: var(--mgtb);
}
.news .more a {
  height: 42px;
  line-height: 42px;
  color: #000;
  display: block;
  margin: 0 auto;
  border: 1px solid #7e7764;
  border-radius: 30px;
  width: 46%;
  font-size: 0.75rem;
  font-family: '思源宋体 Regular';
}
.news .more a img {
  width: 100%;
}
.news .more a:last-child::after {
  content: '';
  width: 4px;
  height: 4px;
  margin-left: 10px;
  display: inline-block;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: translate(0, 50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
}

.Innav {
  margin: 30px 16px 1rem;
}
.Innav ul {
  display: flex;
}
.Innav li {
  width: 33.333%;
  border: 1px solid #000;
  text-align: center;
  border-right: 0;
  transition: all 0.3s ease;
}
.Innav li a {
  display: flex;
  font-size: 12px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.Innav li:first-child {
  border-radius: 40px 0 0 40px;
}
.Innav li:last-child {
  border-radius: 0 40px 40px 0;
  border-right: 1px solid #000;
}
.Innav li.cur {
  background: linear-gradient(270deg, #112E7D 0%, #185AC7 100%);
}
.Innav li.cur a {
  color: #fff;
}
.Innav4 li {
  width: 25%;
}

.elseTop {
  border-bottom: 1px solid #666;
  padding: 10px 0;
  margin-bottom: 16px;
  background: #fff;
}
.elseTop span {
  display: block;
  margin: 0 16px;
  background: url(../images/icon-down.svg) no-repeat right center / 16px;
}

.stores_topImg img {
  max-width: 100%;
  height: auto;
}

.bgClose {
  transform: translateY(-300%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.8;
  z-index: 1000;
  visibility: hidden;
}
.comm-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #111 url('/images/load1.gif') no-repeat 50% 50%;
  z-index: 1000;
  opacity: 0.3;
  display: none;
}

.footer_Nav {
  position: fixed;
  z-index: 200;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5px 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 1) 67%,
    rgba(255, 255, 255, 1) 100%
  );
  transition: 0.3s;
}
/*.footer_Nav .flex {
  display: flex;
  align-items: center;
}*/
.footer_Nav .a a {
  display: block;
}
.footer_Nav .a:first-child {
  border: 0;
}
.footer_Nav .a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.footer_Nav .animiCss img {
  position: relative;
  animation: bounce 1.2s 0.2s ease both infinite;
}
.footer_Nav .a span {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
.footer_Nav .box20{
    width:20%;
    text-align:center;
    float:left;
}

.layui-m-layerbtn {
  border: 0 !important;
}

.landscape {
  display: none;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-3px);
  }
  60% {
    transform: translateY(-2px);
  }
}

@media all and (orientation: landscape) {
  .landscape {
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.99);
    z-index: 30000;
    display: block;
  }
  .landscape img {
    width: 20%;
    height: auto;
    margin: 15% 0 2%;
  }
  .landscape h4 {
    color: #fff;
    font-size: 20px;
  }
}
/*.loading{ position:fixed; left:0;top:0; right:0; bottom:0; background:#111 url("/images/loading-1.gif") no-repeat 50% 50%; z-index:9999999; opacity:.4; display:none}*/
.loading {
  display: none;
}
.loading .con {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
}
.loading .con:after {
  content: '请求中...';
  margin-top: 20px;
  font-size: 20px;
}
.loading .con:before {
  border: 3px solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader-03 linear infinite;
  position: relative;
  width: 60px;
  height: 60px;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  content: '';
}

@-webkit-keyframes loader-03 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tihuo_focus {
  -webkit-animation: tihuo_focus 1s 0.2s ease both infinite;
}
@-webkit-keyframes tihuo_focus {
  0%,
  50%,
  100% {
    color: red;
  }
  25%,
  75% {
    color: #000;
  }
}