
body {
  background: url('../images/bg.jpg');
}
header {
  background-color: rgba(0,0,0,.7);
}
header nav.menu {
  margin-top: 20px;
}
.curtain {
  background-image: none;
  background-color: rgba(0,0,0,.7);
}
.lang-lg {
  top: 20px;
}
.product {
  padding-top: 60px;
}
.product .banner {
  position: relative;
  width: 100%;
  height: 640px;
  background: url('../images/product/umbrella_banner.jpg') no-repeat center center;
  background-size: cover;
}
.product.clothing .banner {
  background-image: url('../images/product/clothing_banner.jpg');
}
.product.artware .banner {
  background-image: url('../images/product/artware_banner.jpg');
}
.product.hair .banner {
  background-image: url('../images/product/hair_banner.jpg');
}
.product .banner .banner-content {
  position: absolute;
  top: 54.5px;
  width: 420px;
  height: 100%;
}
.product.umbrella .banner .banner-content,
.product.artware .banner .banner-content {
  left: 18.5%;
}
.product.clothing .banner .banner-content,
.product.hair .banner .banner-content {
  right: 18.5%;
}
.product .banner .banner-content img {
  width: 420px;
  height: auto;
}
.product .banner .banner-content .banner-text {
  position: absolute;
  top: 100px;
  padding: 0 30px;
}
.product .banner .banner-content .banner-text p {
  color: rgba(255,255,255,.8);
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 30px;
}
.product.clothing .banner .banner-content .banner-text p {
  color: #bfbfbf;
}
.product.hair .banner .banner-content .banner-text p {
  color: #ab7597;
}
.product .banner .banner-content .banner-text p.title {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
.product.clothing .banner .banner-content .banner-text p.title {
  color: #d8cfa8;
}
.product.hair .banner .banner-content .banner-text p.title {
  color: #fff;
}
.product .banner .banner-content .banner-text i {
  display: block;
  height: 5px;
  width: 30px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 30px;
}
.product.clothing .banner .banner-content .banner-text i {
  background-color: #d8cfa8;
}
.section.cpzs {
  margin: 50px 0 100px 0;
  background: none;
}
.section.cpzs .cpzs-content {
  padding-top: 0;
  opacity: 1;
  /* max-width: 1200px; */
}
.section.cpzs .cpzs-content .cpzs-box {
  position: relative;
  top: 0;
}
.section.cpzs .cpzs-content .cp-masking .cp-desc {
  line-height: 120px;
}
.section.cpzs .cpzs-content .cp-masking .cp-desc p {
  font-size: 24px;
}
.section.cpzs .cpzs-content ul li {
  overflow: hidden;
}
.section.cpzs .cpzs-content ul li img {
  -webkit-transition: transform .5s ease-in-out ;
	-moz-transition: transform .5s ease-in-out ;
	-ms-transition: transform .5s ease-in-out ;
	-o-transition: transform .5s ease-in-out ;
	transition:all transform .5s ease-in-out ;
}
.section.cpzs .cpzs-content ul li:hover img {
  transform: scale(1.2);
}
@media (max-width: 1600px) {
  .product .banner {
    height: 533px;
  }
  .product .banner .banner-content {
    top: 45.5px;
    width: 350px;
  }
  .product .banner .banner-content .banner-text {
    top: 85px;
  }
  .product .banner .banner-content .banner-text p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
  }
  .product .banner .banner-content .banner-text p.title {
    font-size: 26px;
  }
  .product .banner .banner-content .banner-text i {
    height: 3px;
    width: 22px;
    margin-top: 15px;
  }
  .product .banner .banner-content img {
    width: 350px;
  }
}
@media (max-width: 1366px) {
  .product .banner {
    height: 455px;
  }
  .product .banner .banner-content {
    top: 38px;
    width: 299px;
  }
  .product .banner .banner-content .banner-text {
    top: 65px;
  }
  .product .banner .banner-content .banner-text p {
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 24px;
  }
  .product .banner .banner-content .banner-text p.title {
    font-size: 22px;
  }
  .product .banner .banner-content .banner-text i {
    height: 3px;
    width: 18px;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .product .banner .banner-content img {
    width: 299px;
  }
}
@media (max-width: 1024px) {
  .product .banner {
    height: 341px;
  }
  .product .banner .banner-content {
    top: 29px;
    width: 224px;
  }
  .product .banner .banner-content .banner-text {
    top: 35px;
    padding: 0 15px;
  }
  .product .banner .banner-content .banner-text p {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .product .banner .banner-content .banner-text p.title {
    font-size: 18px;
  }
  .product .banner .banner-content .banner-text i {
    height: 2px;
    width: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .product .banner .banner-content img {
    width: 224px;
  }
}
@media (max-width: 768px) {
  .product {
    padding-top: 54px;
  }
  .product .banner {
    height: auto;
    background-position: left;
  }
  .product .banner .banner-content {
    position: relative;
    top: 0;
    left: 0!important;
    width: 420px;
    height: auto;
    padding: 40px 0;
    margin: 0 auto;
  }
  .product .banner .banner-content .banner-text {
    top: 145px;
    padding: 0 30px;
  }
  .product .banner .banner-content .banner-text p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
  }
  .product .banner .banner-content .banner-text p.title {
    font-size: 28px;
  }
  .product .banner .banner-content .banner-text i {
    height: 3px;
    width: 26px;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .product .banner .banner-content img {
    width: 100%;
    height: auto;
    max-width: 420px;
    max-height: 531px;
  }
}
@media (max-width: 500px) {
  .product .banner .banner-content {
    padding: 20px 0;
  }
}
@media (max-width: 460px) {
  .product {
    padding-top: 42px;
  }
}
@media (max-width: 420px) {
  .product .banner .banner-content {
    padding: 0;
    width: 100%;
  }
  .product .banner .banner-content .banner-text {
    top: 105px;
  }
}
@media (max-width: 375px) {
  .product .banner .banner-content .banner-text {
    top: 65px;
  }
}
@media (max-width: 350px) {
  .product .banner .banner-content .banner-text {
    top: 55px;
    padding: 0 20px;
  }
}
