/* 这是首页中部轮播图css样式 */
.box {
  /* width: 1183px; */
  width: 100%;
  background: #fff;
  /* height: 720px; */
  overflow: hidden;
  position: relative;
  /* margin: 100px auto 0; */
  /*border: 1px solid red;*/
}

.module {
  display: none;
  position: absolute;
  /* width: 639px; */
  width: 48%;
  height: 380px;
  /* left: 278px;
      top: 6px; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.8;
  /* 设置透明度*/
  background: #cd8646;
  z-index: 2;
}

/* .module :hover {
      display: block; */
/* background: red; */
/* } */

/* 图片描述 */
.introduce {
  height: 314px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* 鼠标移至轮播图中间图片时文字描述大盒子样式 */
.share {
  display: none;
}

.share2 {
  display: none;
}

.share3 {
  display: none;
}

/* 文字描述标题字体样式 */
.crosshead {
  color: #fff;
  font-size: 20px;
  padding-bottom: 10px;
}

/* 文字描述，文字样式 */
.detailedness {
  color: #fff;
}

/* 轮播图左右按钮样式 */
.btn span {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 4;
  cursor: pointer;
}

/* 轮播图右切换箭头样式 */
.right {
  right: 16px;
  background: url(../images/product/youanniu.png) 0 0 no-repeat;
}

/* 轮播图左切换箭头样式 */
.left {
  left: 16px;
  background: url(../images/product/zuoanniu.png) 0 0 no-repeat;
}

.ceshi li {
  position: absolute;
}

.ceshi li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* .ceshi img {
      object-fit: cover;
    } */

.list li.no0 {
  /* width: 281px; */
  width: 60%;
  height: 60%;
  left: 20%;
  /* top: 82px; */
  top: 40px;
  /* z-index: 1; */
}

.list li.no1 {
  width: 435px;
  height: 380px;
  /* left: 0px; */
  /* top: 30px; */
  left: -60px;
  top: 10px;
  z-index: 1;
}

.list li.no2 {
  /* width: 639px; */
  width: 435px;
  height: 380px;
  /* left: 278px;
      top: 6px; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /* z-index: 3; */
}

.list li.no3 {
  width: 435px;
  height: 380px;
  /* left: 761px;
      top: 30px; */
  right: -90px;
  top: 10px;
  z-index: 1;
}

.list li.no4 {
  /* width: 281px; */
  width: 435px;
  height: 380px;
  /* left: 1053px;
      top: 82px; */
  right: -106px;
  top: 10px;
  /* z-index: 1; */
}

.list li.waiting {
  display: none;
  z-index: 0
}

/* ------------------------------------------------------------------------------------------------------ */
/* 底部图片全屏预览样式 */
#trtr {
  background: url(../images/product/close2.png) 0 0 no-repeat;
  background-size: 24px;
  top: 40px;
  right: 16px;
}

/*弹出层样式*/
#popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}

#popup span {
  width: 45px;
  height: 45px;
  position: absolute;
  margin-top: -23px;
  z-index: 9999;
  cursor: pointer;
}

#popup .bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

@media \0screen\,screen\9 {
  #popup .bg {
    background-color: #000000;
    filter: Alpha(opacity=50);
    position: static;
  }

  #popup .bg img {
    position: relative;
  }
}

#popup img {
  max-width: 100%;
  max-height: 100%;
  /*以下三行实现垂直居中*/
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*以上三行实现垂直居中*/
}

.large {
  display: block;
}

.large2 {
  display: none;
}

.large3 {
  display: block;
}

.large4 {
  display: none;
}

.diverse1 {
  display: block;
}

.diverse2 {
  display: none;
}

.diverse3 {
  display: none;
}

/* 用户端小程序页面，给轮播图按钮设置点击事件样式 */
.simulation {
  width: 12%;
  height: 12%;
  /* background: red; */
  /* transparent 透明 */
  background: transparent;
  display: inline-block;
  position: absolute;
  top: 68%;
  left: 20%;
  z-index: 1;
}