html,
body,
.container {
  min-height: 100%;
  height: auto;
}

.videoHtml {
  height: 100%;
}

footer {
  position: relative;
}

.container {
  text-align: center;
}

.tit {
  position: relative;
  text-align: center;
  color: #cac574;
  width: 80%;
  text-transform: uppercase;
  padding-bottom: 0.15rem;
  margin: 0 auto;
}
.tit h2 {
  font-size: 0.55rem;
  font-family: Cambria;
  background-image: -webkit-linear-gradient(top, #efeaa4, #866e40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.tit .back {
  color: #cac574;
  font-size: 24px;
  width: 137px;
  line-height: 46px;
  position: absolute;
  right: 0;
  bottom: 22px;
  border: 1px solid #cac574;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tit .back:hover {
  background-color: #cac574;
  color: #fff;
}

.back1 {
  display: none;
}

.imgList {
  border-top: 1px solid #c9c573;
  width: 80%;
  margin: 0 auto;
  font-size: 0;
}
.imgList li {
  position: relative;
  float: left;
  margin: 0.2rem 0.1rem 0 0.1rem;
  border: 1px solid #c6c06b;
  cursor: pointer;
  width: calc(33.3% - 0.2rem);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imgList li:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #c6c06b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imgList li:hover::after {
  content: "";
  position: absolute;
  left: 0.04rem;
  top: 0.05rem;
  right: 0.04rem;
  bottom: 0.05rem;
  border: 1px solid #c6c06b;
}
.imgList li img {
  width: 100%;
}

.imgPopbox {
  font-size: 0;
}
.imgPopbox .wrap {
  width: 60%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.imgPopbox img {
  width: 100%;
}
.imgPopbox .cont {
  position: relative;
  border: 2px solid #bcb55d;
  background-color: #000;
}
.imgPopbox .cont::before {
  content: "";
  position: absolute;
  left: 0.12rem;
  right: 0.12rem;
  top: -0.12rem;
  bottom: -0.12rem;
  border: 2px solid #bcb55d;
  background-color: #000;
  z-index: -1;
}

.videoList li:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.videoList li:hover .btn-video {
  display: block;
}
.videoList .btn-video {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.81rem;
  height: 0.81rem;
  margin: -0.4rem 0 0 -0.4rem;
  background: url("../images/btn-video1.png") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .videoHtml {
    height: auto;
  }

  .tit {
    margin-top: 0.7rem;
  }
  .tit h2 {
    font-size: 0.6rem;
  }
  .tit .back {
    display: none;
  }

  .imgList {
    width: auto;
    margin: 0 0.2rem;
  }
  .imgList li {
    width: 100%;
    margin: 0.2rem 0 0 0;
  }

  .imgPopbox .wrap {
    width: 100%;
  }
  .imgPopbox .close {
    right: auto;
    top: auto;
    bottom: -2rem;
  }

  .popVideo .close {
    bottom: 0.6rem;
  }

  .back1 {
    display: block;
    width: 2.51rem;
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #cac574;
    color: #cac574;
    font-size: 0.44rem;
    text-transform: uppercase;
    margin: 0.3rem auto;
  }
}
::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.4);
  /*border-radius: .07rem;
  -webkit-border-radius: .07rem;*/
}

/*# sourceMappingURL=wallpaper.css.map */
