/*  */
img {
  height: auto;
  max-width: 100%;
  /*display: block;*/
  border: 0;
}
.topbgH {
}
.top_image {
  width: 100%;
  height: 10.8rem;
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}
.top_image img {
  width: 100%;
}
.top_image .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.03rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1px;
}
.top_image .swiper-pagination-bullet-active {
  background: #ffffff;
}
.detheidht {
  height: 1.17rem;
}
/* 悬浮 */
.suspension {
  width: 0.7rem;
  height: 4.3rem;
  position: fixed;
  top: 3.8rem;
  left: 0.5rem;
  /*background: linear-gradient(180deg, #f5d5a0 0%, #debb83 100%);*/
  /*border-radius: 0.36rem;*/
  z-index: 99;
}
.suspension .round {
  width: 0.5rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0.02rem 0.04rem 0px #c69848;
  margin: 0.2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.suspension_zx {
  width: 0.3rem;
  height: 0.3rem;
}
.suspension_title {
  margin: 0px auto;
  width: 0.5rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.24rem;
  text-align: center;
  font-style: normal;
}
.suspension_zt {
  width: 0.16rem;
  height: 0.19rem;
}
.suspension_top {
  width: 0.36rem;
  height: 0.36rem;
  margin: 0.2rem auto;
}
.suspension_db {
  width:0.22rem;
  height: 0.15rem;
}


.popVideoComFix {
    position: fixed;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4990;
   
}

.popVideoCom {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 600px;
    z-index: 5000;
    border: 10px solid #111;
    background: #000;
    border-radius: 3px;
    overflow: hidden;
}


