html {
  font-size: 16px;
}
body {
  background: #ebebeb;
}
.home-container{
  background: #ebebeb;
  z-index: 2;
  padding-top: 1px;
  position: relative;

}
.cotainer{
  padding: 0; 
}
.homepage-drawer {
  position: fixed;
  width: 100%;
  height: 480px;
}
.homepage-container {
  position: absolute;
  bottom: 50px;
  /* left: 50%;
    transform: translateX(-50%); */
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 20px 0;
  color: #fff;
}

.homepage-container-title {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  text-align: center;
  margin: 0;
}

.homepage-container-subtitle {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.homepage-container-subtitle::before {
  display: block;
  width: 2.8125rem;
  margin: 0.9375rem auto;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  content: "";
}

.homepage-container-button {
  margin-top: 1.25rem;
  color: #fff;
  min-width: 220px;
}

.homepage-container-button:hover {
  color: #fff;
  border-color: #fff;
}
.homepage-top-hero {
  position: relative;
}
.slider-area{
  position: relative;
  overflow: hidden;

}

.slider-active-2{
  position: fixed;
  max-width: 1920px;
  }
.homepage-top-hero,.slider-area,.slider-active-2{
  height: 640px;
  overflow: hidden;
}

.homepage-top-hero .layui-btn-primary{
  background: rgba(255, 255, 255, .1);
}


.media-cotainer {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
}

/* 当月推荐 */
.monthscuration-tiles{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.monthscuration-tile{
  width: 48.75%;
}
.monthscuration-tile p{
  font-size: .875rem;
  margin: 0.625rem 0 0;
  text-align: center;
  color: #4b4b4b;
  font-weight: 300;    
  line-height: 1.375rem;
}
.img-wrap{
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;

}
.monthscuration-modal{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
  display: none;
}
.modal-content{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 343px;
    height: 266px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: hsla(0,0%,100%,.9);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.0625);
    z-index: 11;
}
.modal-title{
text-align: center;
font-size: 16px;
    font-weight: 300;
    color: #4b4b4b;
    line-height: 22px;
    text-align: center;
}
.modal-code-content{
  width: 125px;
  margin-top: 25px;
}
.modal-code-content img{
  width: 125px;
}

.monthscuration-code-btn{
  display: none;
}

.product-area{
  margin-top: 20px;
  padding: 10px 0;
}
.after-line H2 {
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: #4b4b4b;
  text-align: center;
}

.the-house H2{
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
}

.thehouse-tile{
  width: 90%;
  height: 100px;
  background: #f00;
  margin: 0 auto;
}
.blog-top-title{
  text-align: center;
  margin-bottom: 12;
  font-size: .75rem;
  line-height: .9375rem;
  margin-top: 0.3125rem;
}

.blog-img{
  margin-top: 12px;
}
.blog-wrap .blog-content.blog-content-mrg-2{
margin: 25px 0;
}
.blog-wrap .blog-content h3{
  text-align: center;

}
.blog-wrap .blog-content h3 a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.blog-more{
  display: inline-block;
  line-height: 1.625rem;
    color: #4b4b4b;
    background-color: transparent;
    min-width: 0;
    min-height: 0;
    padding: 0 0 0.625rem;
    text-transform: none;
    border-bottom: 1px solid #4b4b4b ;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 991px) {
  .homepage-top-hero,.slider-area,.slider-active-2 {
    height: 400px;
  }
  .media-cotainer {
    background-position: top center;
  }
  .homepage-container {
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    left: 50px;
    padding: 0.375rem 0.75rem;
    max-width: 40%;
  }
  .phone-big {
    display: block;
  }
  .phone-vs-mobile {
    display: none;
  }
  .img-wrap{
    height: 250px;
  }
  .monthscuration-tile p{
    font-size: 1.125rem;
  }
  
.monthscuration-code-btn{
  display: block;
  margin: 0 auto;
  min-width: 220px;
  margin-top: 25px;
  background: transparent;
  border-color: rgb(75, 75, 75);
}

.blog-wrap .blog-content h3 a {
  font-size: 16px;
  font-size: 1rem;
}

}

/* @media screen and (min-width: 64rem)
{
.homepage-container {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: auto;
      max-width: 40%;
      right: 12.5%;
      width: 30%;
}
} */

@media screen and (min-width:1680px) {
  .homepage-top-hero,.slider-area,.slider-active-2 {
    height: 680px;
  }
  .homepage-container-title {
    font-size: 2.125rem;
  } 
  .homepage-container-subtitle {
    font-size: 1rem;
  }
  .homepage-container-button {
    font-size: 1rem;
    margin-top: 40px;
  }

  .img-wrap{
    height: 410px;
  }

  .blog-wrap .blog-content h3 a {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    line-height: 1.5rem;
  }

}

.mt60 {
  margin-top: 60px;
}

.after-line::after {
  content: "";
  display: block;
  width: 2.8125rem !important;
  border-bottom: 1px solid #6e6e6e;
  margin: 0.9375rem auto 0;
}

.box-month{
position: relative;  
}

.background-diagonals-line-a{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: 100%;
  background-image: url('/skin/image/lineA.svg');
  background-position: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background-repeat: repeat;
}

.product-detail-desc {
	padding: 50px 0;
}
.product-detail-desc img {
	width: 100%;
}
.product-detail-desc .col-lg-6 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product-detail-desc .title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: .5rem;
  color: #4b4b4b;
}
.product-detail-desc .content {
	font-size: 18px;
}