/* 关于我们样式 */
.about_bg{
  height: 100%;
  /* background: url('/static/index/default/images/about_bg.jpg') no-repeat; */
}
.about_content_p{
  font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #d9bf8f;
  text-align: center;
}
.about_content_hr{
  width: 40px;
  border: 1px solid #b8b8b8;
  margin: auto;
}
.about_text .about_content_h1{
  font-size: 2em !important;
  text-align: center;
}
.about_content_p1{
  font-size: 1.5em;
  color: #adadae;
  margin: 10px;
  text-align: center;
}
.about_content_p2{
  font-size: 1.2em;
  color: #adadae;
  margin-top: 20px;
  text-align: center;
}
.col-6, .con_pad{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 搭配美学样式 */
.colloction_bg{
  height: 100%;
  width: 100%;
}
.left_prev{
  left: -12% !important;
}
.right_prev{
  right: -12% !important;
}
.carousel-inner{
  height: 60%;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}

/* 客户服务 */
.statement_title, .problem_title, .feedback_title{
  text-align: center;
}
.statement_content{
  margin-top: 50px;
}
.statement_content_p > .h6{
  color: #ff8e8a;
}
.statement_content_p > .hr{
  border: 2px solid #dadada;
  width: 50px;
}
.statement_content_p, .feedback_content{
  margin-top: 50px;
}
.nav_pill{
  background-color: #fff;
  margin: 30px 0 100px 0;
}
.li_width{
  width: 23%;
  text-align: center;
  border-right: 2px solid #8c8c8c;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  height: 33px;
  background-color: #f7ecd7 !important;
}
.asterisk{
  color: red;
}

/* 联系我们*/
.contact_bg{
  /* background: url('/static/common/images/login-bg.jpg') no-repeat; */
  background-size: cover;
  height: 700px;
}
.contact_bg_container{
  background: #f5f6f7;
  padding: 10px;
}
.contact_border{
  box-shadow: 0 0 0 1.5px #d9bf8f;
  padding: 4%;
}
.qrcode_text{
  font-size: 1.5em;
}
.contact_p{
  font-size: 1.2em;
}


/*定制页面*/
@media only screen and (min-width: 1025px) {
  .conFlex{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    min-height: 790px;
    flex-wrap: wrap;
  }
  .border_cont{
    border-top: 5px solid #d9be8f;
  }
  .customized{
    border: 1px solid #eee;
    background-color: #fff;
    padding-top: 10px;
    height: 400px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    margin: 20px 0 20px 10px;
    width: 31%;
    flex: 0 0 31%;
  }
  .col-md-3 :hover{
    z-index: 99;
    color: rgb(107, 104, 104) !important;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    transition: box-shadow .2s ease-in;
  }
  .img_thumb{
    transform: scale(0.95);
    transition: all 0.6s;
  }
  
  .img_thumb:hover{
    transform: scale(1);
    transition: all 0.6s;
  }
  /* .conFlex:after {
    content: "";
    flex: auto;
    } */
    .about_margin, .con_pad{
      margin: 100px 0;
    }

    .diytitle{
      background-color: #0f0f0f;
      border-radius: 2px;
      color: #fff;
    }
}

@media only screen and (max-width: 640px){
  .conFlex{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    height: 100%;
    margin: 30px 0;
    width: 100%;
    padding: 0 !important;
  }
  .customized{
    width: 50% !important;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 20px 0;
  }
  
  .about_margin, .con_pad{
    margin-top: 50px;
  }
}

.price_y{
  font-size: 14px;
  font-weight: 500 !important;
}

.price_price{
  font-size: 16px;
  font-weight: 700 !important;
}
