
.qfy_item_block .item_img {
  overflow: visible;
}

.qfy_item_block .item_img img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  border-radius: 1rem;
}



.pic-img {
  margin: 60px auto 40px auto;
  height: 40rem;
}

.pic-img .swiper-container {
  width: 100%;
  height: 100%;
  padding: 15px 0;
}

.pic-img .swiper-slide {
  height: 100%;
  text-align: center;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  z-index: 10;
  opacity: .6;
}

.pic-img .swiper-slide img {
  height: 100%;
  border-radius: 1rem;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}

.pic-img .swiper-slide-active, .pic-img .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 20;
  opacity: 1;
}

/* 按钮样式 */
.dn-area {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.dn-box {
  margin-top: 20px;
}
.dn-btn {
  background-color:#ff6e14;
  width: 240px;
  height: 65px;
  border-radius: 5px;
  display: none;
}
.dn-btn .dn-img {
  height: 32px;
  margin-left: 45px;
  cursor: pointer;
}
.dn-btn .dn-font {
  color:#fff;
  font-size: 22px;
  cursor: pointer;
  margin: 0 25px;
}

.dn-sub-box {
  margin-top: 10px;
  display: flex;
  align-items: center;
  width: 104%;
}

.dn-sub-box .dn-btn {
  width: 76px;
  height: 70px;
  margin-right: 5px;
  justify-self: center;
}

.dn-sub-box .dn-btn .dn-wg {
  flex-direction: column;
  justify-content: center;
}

.dn-sub-box .dn-btn .dn-font {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.dn-sub-box .dn-btn .dn-img {
  margin-left: 0;
  height: 25px;
}

.dn-wg {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

.dn-wg:hover .dn-img {
  animation: xuanzhuan 2s ease-in-out infinite;
}

.d-windows {
  background-color:#ff6e14;
}

.d-android {
  background-color:#35cc7d;
}

.d-ios {
  background-color:#1cb4f9;
}

.d-mac {
  background-color:#000000;
}

/* 遮罩 */
.d-mask {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
}

/* 微信浏览器指引 */
.d-wx {
  position: fixed;
  z-index: 10001;
  right: 30px;
  top: 20px;
  display: none;
}
.d-wx .share-icon {
  width: 80px;
  position: absolute;
  top: 5px;
  right: -15px;
  transform: rotate(-90deg) scaleY(-1);
}
.d-wx .share-font {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 70px;
  right: 0;
  width: 30vh;
  text-align: center;
}

.d-link:hover {
  color: #f30;
  text-decoration: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cpath fill='none' stroke='%23ff3300' d='M0 3.5c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E") repeat-x 0 100%;
  background-size: 20px auto;
  animation: waveMove 1s infinite linear;
}

@keyframes waveMove {
  from { background-position:0 100%; }
  to { background-position:-20px 100%; }
}

@keyframes xuanzhuan {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

/* 媒体查询 */
@media only screen and (max-width: 768px) {
  #list-part .qfe_content_element .ft-ne {
    height: 50px;
  }
}

@media only screen and (max-width: 720px) {
  .pic-img {
    height: 30rem;
    margin: 40px auto 20px auto;
  }
}

@media only screen and (min-width: 992px) {
  #banner-part {
    display: flex;
    flex-direction: row;
  }
  #banner-part .qfe_single_image .qfe_wrapper img {
    margin-left: 0;
  }

  #img-part {
    display: block;
  }

  .pic-img {
    display: none;
  }

}

@media only screen and (max-width: 992px) {
  #banner-part {
    display: flex;
    flex-direction: column-reverse;
  }
  #banner-part .qfe_single_image .qfe_wrapper img {
    margin-left: -130px;
  }

  #list-part.qfe_row .vc_span3 {
    width: 50%;
  }

  #img-part {
    display: none;
  }

  .pic-img {
    display: block;
  }

  .bit-html section.section.qfy-row-5-63fd63f41e7ad318219 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bit-html .page section.qfy-row-5-63fd63f41e7ad318219 .container {
    max-width: 100%;
  }
}
