@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  max-width: 8rem;
  min-width: 3.2rem;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #f5f5f5;
}
img {
  border: 0;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
}
div,
p,
h1,
h2,
h3,
h4,
b,
form,
input,
textarea,
ul,
ol,
li,
a,
dd,
dt,
dl,
i,
em,
strong {
  list-style: none;
  font-family: "Microsoft YaHei", tahoma, Arial, "微软雅黑", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
input,
select,
button,
textarea {
  font: 100% tahoma, \5b8b\4f53, arial;
  font-family: arial, sans-serif;
  vertical-align: baseline;
  border-radius: 0;
  background-color: transparent;
}
input {
  -webkit-appearance: none;
  /*去除input默认样式*/
}
/*清空浮动的代码-start*/
.clr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clr {
  display: block;
}
html[xmlns] .clr {
  display: block;
}
* html .clr {
  height: 1%;
}
img {
  border: 0;
}
/*清空浮动的代码-end*/
.a_hidden {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4748702 */
  src: url('//at.alicdn.com/t/c/font_4748702_4i7s2cxdvgk.woff2?t=1733132822630') format('woff2'), url('//at.alicdn.com/t/c/font_4748702_4i7s2cxdvgk.woff?t=1733132822630') format('woff'), url('//at.alicdn.com/t/c/font_4748702_4i7s2cxdvgk.ttf?t=1733132822630') format('truetype');
}
/**
加载动画
*/
.module-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 108;
  background: var(--scrollpage-main-bg-color);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
}
.module-loader.show {
  opacity: 1;
  visibility: visible;
}
.module-loader .loading {
  width: 48px;
  height: 48px;
  border: 3px dotted #FFF;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
}
.module-loader .loading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #FF3D00;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-animation: rotationBack 1s linear infinite;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg) translateZ(1px);
  }
  100% {
    transform: rotate(360deg) translateZ(1px);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg) translateZ(1px);
  }
  100% {
    transform: rotate(360deg) translateZ(1px);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/**引导向下翻动*/
.module-guide {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 7;
  text-align: center;
  /*
  mix-blend-mode: difference;*/
  color: #fff;
  font-size: 0.38rem;
  opacity: 0;
  transition: all 0.4s;
  font-weight: 700;
}
.module-guide .arrow {
  font-size: 0.48rem;
  font-family: 'iconfont';
  display: block;
  position: relative;
  font-style: normal;
}
.module-guide.show {
  opacity: 1;transform: translate(-50%, -200%);
  /* bottom: 16%; */
}
/*关闭模板*/
.module-close {
  position: fixed;
  top: 0.4rem;
  left: 1em;
  height: 2em;
  line-height: 2;
  background-color: rgba(251, 117, 16, 0.8);
  padding: 0 1em 0 0.5em;
  z-index: 10;
  border-radius: 2em;
  color: #fff;
  font-size: 0.28rem;
  text-align: center;
  font-family: 'iconfont';
  font-style: normal;
  font-weight: 700;
}
/**
浮动留言按钮
*/
.module-floatmsgbtn {
  position: fixed;
  right: 2%;
  top: 40%;
  border-radius: 0.1rem;
  z-index: 2;
  background: #fb7510;
  text-align: center;
  color: #fff;
  padding: 0.2rem;
  animation: bounce 3s ease-in-out 1s infinite forwards;
}
.module-floatmsgbtn .icon {
  display: block;
  font-size: 0.5rem;
  font-family: 'iconfont';
  margin-bottom: 0.1rem;
}
.module-floatmsgbtn .tip {
  font-size: 0.24rem;
  line-height: 1.5;
  display: block;
  white-space: nowrap;
}
/*表单*/
.module-floatmsg .tit {
  font-size: 0.3rem;
  padding: 0.4rem 0.2rem 0.1rem 0.2rem;
}
.module-floatmsg .close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  font-size: 0.4rem;
  color: #cd000d;
  font-family: 'iconfont';
  font-style: normal;
}
.module-floatmsg .form {
  background: #fff;
  padding: 0.2rem;
}
.module-floatmsg .form .li {
  margin-bottom: 0.2rem;
}
.module-floatmsg .form .li .input {
  position: relative;
}
.module-floatmsg .form .li .input .text,
.module-floatmsg .form .li .input .textarea {
  background: #f5f5f5;
  width: 100%;
  height: 0.8rem;
  display: block;
  border: 0;
  font-size: 0.26rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.module-floatmsg .form .li .input .textarea {
  height: 1.2rem;
  padding: 10px 0.2rem;
}
.module-floatmsg .form .li .input .d17-input-checktip {
  position: absolute;
  right: 0.2rem;
  top: 0;
  line-height: 0.8rem;
}
.module-floatmsg .form .sub-btn {
  width: 100%;
  height: 0.8rem;
  font-size: 0.28rem;
  color: #fff;
  border: 0;
  background: #cd000d;
  border-radius: 0;
  display: block;
}
.allpage-banner {
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.allpage-banner .swiper-slide {
  overflow: hidden;
  background-color: var(--scrollpage-main-bg-color);
}
.allpage-banner .img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.pagein-popvideo {
  min-height: 100vh;
  overflow: hidden;
  background-image: var(--scrollpage-main-bg-img);
  background-color: var(--scrollpage-main-bg-color);
  background-size: 100% auto;
}
.pagein-popvideo .hd .pic {
  display: block;
  width: 100%;
}
.pagein-popvideo .bd {
  width: 86%;
  margin: 0 7%;
}
.pagein-popvideo .bd .li {
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
  display: block;
  overflow: hidden;
}
.pagein-popvideo .bd .li .pic {
  width: 100%;
  display: block;
}
.pagein-popvideo .ft {
  width: 86%;
  margin: 0 7%;
  font-size: 0.24rem;
}
.pagein-popvideo .ft img {
  max-width: 100%;
  display: block;
}
.pagein-popvideo-play {
  background-color: var(--scrollpage-main-bg-color);
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: unset;
}
.pagein-popvideo-play .close {
  position: fixed;
  top: 0.4rem;
  left: 1em;
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: #fb7510;
  padding: 0 1em 0 0.5em;
  border-radius: 2em;
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
  font-family: 'iconfont';
  font-style: normal;
  font-weight: 700;
}
/**列表页*/
.pagein-productlist {
  min-height: 100vh;
  overflow: hidden;
  background-image: var(--scrollpage-main-bg-img);
  background-color: var(--scrollpage-main-bg-color);
  background-size: 100% auto;
}
.pagein-productlist .hd .pic {
  display: block;
  width: 100%;
}
.pagein-productlist .bd {
  width: 86%;
  margin: 0 7%;
}
.pagein-productlist .bd .li {
  margin-bottom: 0.3rem;
  border-radius: 0.2rem;
  display: block;
  overflow: hidden;
}
.pagein-productlist .bd .li .pic {
  width: 100%;
  display: block;
}
.pagein-productlist .editor {
  width: 86%;
  margin: 0 7% 0.3rem 7%;
}
.pagein-productlist .editor .pic {
  display: block;
  width: 100%;
}
.pagein-productlist .ft .pic {
  display: block;
  width: 100%;
}
.pagein-productlist .openbtn {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0.3rem;
}
.pagein-productlist .openbtn .link-btn {
  color: #fff;
  font-size: 0.24rem;
  border: 1px solid #7F7F7F;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  padding: 0.4em 0.5em;
  line-height: 1;
}
.pagein-productlist .openbtn .link-btn .icon {
  font-family: 'iconfont';
  font-style: normal;
  font-size: 0.28rem;
  color: #7F7F7F;
  margin-right: 0.04rem;
}
.pagein-productlist .openbtn .link-btn .tip {
  color: #FDFDFD;
  font-size: 0.22rem;
}
.pagein-productlist-play {
  background-color: var(--scrollpage-main-bg-color);
  position: relative;
}
.pagein-productlist-play .pic {
  display: block;
  width: 100%;
}
.pagein-productlist-play .close {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 4em;
  height: 2.5em;
  line-height: 2.5;
  background-color: #000;
  font-style: normal;
  transform-style: preserve-3d;
  border-radius: 0.3em;
  color: #fff;
  font-size: 0.4rem;
  padding: 0 1em;
  transform: translate(-50%, 0);
  overflow: hidden;
  z-index: 3;
  -webkit-overflow-scrolling: unset;
}
.pagein-productlist-play .close::before {
  content: '';
  width: 60%;
  height: 3.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left top;
  background: #fb7510;
  z-index: 1;
  transform: translateZ(1px);
  animation: rotation 2s linear infinite;
}
.pagein-productlist-play .close::after {
  content: "";
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
  bottom: 0.05rem;
  right: 0.05rem;
  background-color: #8b0808;
  border-radius: inherit;
  z-index: 2;
  transform: translateZ(2px);
}
.pagein-productlist-play .close .t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  z-index: 3;
  transform: translate3d(-50%, -50%, 3px);
  white-space: nowrap;
}
.pagein-productlist-gzh {
  font-size: 0.24rem;
}
.pagein-productlist-gzh .hd {
  border-bottom: 1px solid #ede5e5;
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagein-productlist-gzh .hd .tit {
  font-size: 0.28rem;
}
.pagein-productlist-gzh .hd .close {
  font-size: 0.4rem;
  color: #cd000d;
  font-family: 'iconfont';
  font-style: normal;
}
.pagein-productlist-gzh .bd {
  display: flex;
  justify-content: space-evenly;
  padding: 1em 0;
}
.pagein-productlist-gzh .bd .tr {
  width: 40%;
  text-align: center;
}
.pagein-productlist-gzh .bd .tr-img .pic {
  display: block;
  width: 100%;
}
.pagein-productlist-gzh .bd .tr-item {
  color: #4c4c4c;
  font-size: 0.24rem;
  padding-top: 0.5em;
  font-weight: 700;
}
.pagein-productlist-app {
  font-size: 0.24rem;
}
.pagein-productlist-app .hd {
  border-bottom: 1px solid #ede5e5;
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagein-productlist-app .hd .tit {
  font-size: 0.28rem;
}
.pagein-productlist-app .hd .close {
  font-size: 0.4rem;
  color: #cd000d;
  font-family: 'iconfont';
  font-style: normal;
}
.pagein-productlist-app .bd .tr {
  border-bottom: 1px solid #ede5e5;
  padding: 0.5em 1em;
  display: flex;
  justify-content: space-between;
}
.pagein-productlist-app .bd .tr-item {
  flex: 1;
  overflow: hidden;
}
.pagein-productlist-app .bd .tr-item .info {
  display: flex;
  align-items: center;
}
.pagein-productlist-app .bd .tr-item .info .icon::before {
  font-family: 'iconfont';
  font-style: normal;
  font-size: 0.7rem;
}
.pagein-productlist-app .bd .tr-item .info .icon1::before {
  content: '\e600';
  color: #000;
}
.pagein-productlist-app .bd .tr-item .info .icon2::before {
  content: '\e957';
  color: #FF2442;
}
.pagein-productlist-app .bd .tr-item .info .icon3::before {
  content: '\e782';
  color: #FF5000;
}
.pagein-productlist-app .bd .tr-item .info-main {
  padding: 0 1em;
  flex: 1;
  overflow: hidden;
}
.pagein-productlist-app .bd .tr-item .info-main .tit {
  color: #4c4c4c;
  font-size: 0.24rem;
  font-weight: 700;
  display: block;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
.pagein-productlist-app .bd .tr-item .info-main .link-btn {
  font-size: 0.22rem;
  background: #fb7510;
  color: #fff;
  padding: 0.05em 0.6em;
  line-height: 1.5;
  border-radius: 0.4em;
  display: inline-block;
}
.pagein-productlist-app .bd .tr-item .desc {
  padding: 0.5em 1em 0 0;
  color: #898989;
}
.pagein-productlist-app .bd .tr-img {
  width: 30%;
}
.pagein-productlist-app .bd .tr-img .pic {
  display: block;
  width: 100%;
}
.d17-dialog-black-mask {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 2000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.d17-dialog-white-mask {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 2000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.d17-confirm {
  width: 85%;
  background-color: #FAFAFA;
  border-radius: 4px;
  font-size: 0.3rem;
  animation: zoomIn 0.15s ease forwards;
}
.d17-confirm-hd {
  text-align: left;
  padding: 0.3rem 0.4rem 0.1rem;
}
.d17-confirm-title {
  font-weight: normal;
  color: #444;
  word-break: break-all;
}
.d17-confirm-bd {
  text-align: left;
  padding: 0 0.4rem;
  font-size: 0.28rem;
  color: #888;
  line-height: 0.4rem;
  word-break: break-all;
}
.d17-confirm-ft {
  position: relative;
  line-height: 0.8rem;
  margin-top: 0.28rem;
  display: flex;
}
.d17-confirm-ft:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #D9D9D9;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.d17-confirm-ft > a {
  position: relative;
  text-align: center;
  display: block;
  flex: 1;
  padding: 0 4px;
}
.d17-confirm-ft > a:not(:last-child):after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #D9D9D9;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.d17-confirm-ft > a.default {
  color: #353535;
}
.d17-confirm-ft > a.primary {
  color: #0BB20C;
}
.d17-alert {
  animation: zoomIn 0.15s ease forwards;
}
.d17-alert .d17-confirm-bd {
  text-align: center;
  padding: 0.4rem 0.4rem 0 0.4rem;
}
.d17-alert .d17-confirm-ft {
  margin-top: 0.28rem;
}
/*弹窗*/
.d17-popup-mask {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}
.d17-popup {
  position: fixed;
  background-color: #FFF;
  z-index: 101;
  transition: transform 0.3s;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}
.d17-popup-content {
  flex: 1;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.d17-popup-left {
  transform: translate(-100%, 0);
  left: 0;
  top: 0;
  height: 100%;
}
.d17-popup-right {
  transform: translate(100%, 0);
  right: 0;
  top: 0;
  height: 100%;
}
.d17-popup-bottom {
  transform: translate(0, 100%);
  right: 0;
  bottom: 0;
}
.d17-popup-show {
  pointer-events: auto;
  transform: translate(0, 0);
}
.d17-popup-center {
  background-color: #FFF;
  z-index: 102;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transform-origin: 50% 50%;
  transition: all 0.1s;
  border-radius: 2px;
  pointer-events: none;
}
.d17-popup-center * {
  pointer-events: none;
}
.d17-popup-center.d17-popup-show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
.d17-popup-center.d17-popup-show * {
  pointer-events: auto;
}
/*
输入框*/
.d17-input {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.d17-input-clear,
.d17-input-error,
.d17-input-wrong,
.d17-input-warn,
.d17-input-password,
.d17-input-success {
  display: flex;
  align-items: center;
}
.d17-input-clear:after,
.d17-input-error:after,
.d17-input-wrong:after,
.d17-input-warn:after,
.d17-input-password:after,
.d17-input-success:after {
  font-family: "iconfont";
}
.d17-input-clear:after {
  content: '\e65e';
  color: #B2B2B2;
  font-size: 0.3rem;
}
.d17-input-error:after {
  content: '\e65e';
  color: #F43530;
  font-size: 0.4rem;
}
.d17-input-wrong:after {
  content: '\e65e';
  color: #F43530;
  font-size: 0.4rem;
}
.d17-input-warn:after {
  content: '\e681';
  color: #10AEFF;
  font-size: 0.4rem;
}
.d17-input-success:after {
  content: '\e668';
  color: #09BB07;
  font-size: 0.4rem;
}
