html, body {
  height: 100%;
  overflow: hidden;
  background-color: #D9C7BB;
}
@media (max-width: 1000px) {
  html, body {
    overflow: visible;
  }
}

.header {
  background-color: #D9C7BB;
  color: rgba(255, 255, 255, 0.75);
}
.header .menu .item:hover {
  color: #fff;
}
.header .menu .active {
  color: #fff;
}

.pcShow {
  position: relative;
  max-width: 1620px;
  margin: 0 auto;
}
.pcShow .footer .logo:before {
  color: #fff;
}
@media (max-width: 1000px) {
  .pcShow .footer {
    display: none;
  }
}

@media (min-width: 1000px) {
  .slideBox {
    padding-top: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1240px;
    height: 756px;
    margin-left: -620px;
    margin-top: -378px;
  }
}
@media (max-height: 940px) {
  .slideBox {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-height: 800px) {
  .slideBox {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.mobileShow {
  padding-top: 54px;
}
@media (max-width: 1000px) {
  .mobileShow .footer {
    position: static;
    height: auto;
    background-color: #fff;
    color: #828282;
  }
}

.footer {
  position: fixed;
  bottom: 0;
  background-color: #D9C7BB;
  color: #fff;
}
@media (min-width: 1720px) {
  .footer {
    left: 50%;
    margin-left: -860px;
  }
}
.footer .footer_box {
  border-color: #fff;
}

.one, .two, .three {
  position: relative;
}

@media (max-width: 1000px) {
  .three {
    margin-bottom: 40px;
  }
}

.top {
  margin-top: 120px;
  text-align: center;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 760px) {
  .top {
    margin-top: 60px;
    font-size: 24px;
  }
}
@media (min-width: 1000px) {
  .top {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .top {
    font-size: 24px;
  }
}
.top .number {
  position: relative;
  width: 100px;
  height: 40px;
  margin: 0 auto;
  line-height: 55px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .top .number {
    height: 20px;
    line-height: 33px;
  }
}
.top .number:before {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: -1;
  content: "";
  display: block;
  width: 15px;
  height: 40px;
  background-color: #672d20;
  -webkit-transform: skew(-35deg, 0);
  -moz-transform: skew(-35deg, 0);
  -ms-transform: skew(-35deg, 0);
  -o-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0);
}
@media (max-width: 1000px) {
  .top .number:before {
    left: 38px;
    width: 9px;
    height: 25px;
  }
}
.top .title {
  margin-top: 30px;
  height: 36px;
  line-height: 36px;
  letter-spacing: 12px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .top .title {
    margin-top: 16px;
    letter-spacing: 6px;
  }
}
@media (max-width: 760px) {
  .top .title {
    font-size: 18px;
  }
}
.top .desc {
  margin-top: 14px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 6px;
}
@media (max-width: 1000px) {
  .top .desc {
    margin-top: 4px;
    letter-spacing: 2px;
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .top .desc {
    font-size: 12px;
  }
}

.pic-list-wrap {
  margin: 0 auto;
  margin-top: 16px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
}

.pic-list-wrap .title {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.pic-list-wrap .subtitle {
  font-size: 16px;
  line-height: 1;
}

@media (min-width: 1000px) {
  .pic-list-wrap .pic-list {
    width: 1240px;
    margin: 0 auto;
  }
}

.pic-list-wrap .pic-list:after {
  content: '';
  display: block;
  clear: both;
}

.pic-list-wrap .list {
  position: relative;
  float: left;
  margin-right: 8px;
  max-width: 405px;
}
@media (min-width: 1000px) {
  .pic-list-wrap .list:hover .magnifier {
    transform: scale(1);
  }
  .pic-list-wrap .list:hover .look_view {
    top: 105%;
  }
  .pic-list-wrap .list:hover .look_view_mask {
    height: 0;
  }
}
.pic-list-wrap .list > img {
  width: 100%;
  max-width: 405px;
}

.pic-list-wrap .list img + img {
  display: block;
}

.pic-list-wrap .desc {
  font-size: 14px;
}

.look_view {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 1;
  width: 270px;
  margin-left: -135px;
  height: 100px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.look_view .title {
  font-size: 24px;
  letter-spacing: 6px;
}
@media (max-width: 760px) {
  .look_view .title {
    font-size: 12px;
  }
}

.look_view_mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.magnifier {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transform: scale(0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.magnifier .magnifier-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  background-color: #672d20;
  border-radius: 50%;
}
.magnifier img {
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-top: 50px;
}

@media (max-width: 1000px) {
  .swiper-container-h {
    height: auto;
  }
}

.swiper-pagination-h {
  position: absolute;
  top: 17% !important;
  right: 30px !important;
  z-index: 10;
}
@media (max-width: 1000px) {
  .swiper-pagination-h {
    display: none;
  }
}
.swiper-pagination-h .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 24px 0 !important;
}
.swiper-pagination-h .swiper-pagination-bullet-active {
  background-color: #672d20;
}

.swiper-container-v {
  height: 199px;
}
@media (min-width: 1000px) {
  .swiper-container-v {
    height: 100%;
  }
}
@media (max-width: 1000px) {
  .swiper-container-v {
    height: 199px;
  }
}

.swiper-container-horizontal > .swiper-scrollbar {
  bottom: auto;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.25);
  z-index: 9;
}

.swiper-scrollbar-drag {
  background: #fff;
}

.dialog-title {
  font-size: 30px;
  color: #222;
  text-align: left;
  line-height: 30px;
}

.dialog-cont {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  font-size: 16px;
  color: #222;
  text-align: left;
}

.dialogBox .dialog-close .dialog-close-box {
  background-color: #6d645d;
}
