/* 头部样式修改 */
.myfans-span{
  width: 100%;
 display: inline-block;
 text-align: center;
}
.myfans-box{
  width: 100%;
}
.my-btn{
  display: inline-block;
  text-align: center;
  width: 180px;
}
/* 主体区块 */
.handtailor-desc{
  width: 100%;
  display: block;
  margin:  0 auto;
}
/* 定制流程 */
.handtailor-process {
  padding-top:68px;
  padding-bottom: 100px;
  background: #F7F7F7;
  background-size: 100%;
}
.customized{
  width: 100%;
}
textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #A1A1A1;
}
.my-flex{
  display: flex;
}
/* 联系我们 */
.submit-btn {
  width: 300px;
}
@media (max-width: 992px) {
  .header:before {
    background-image: url('https://cdn.myfans.cc/newIndexbg5.jpg');
  }
  .handtailor-desc p {
    text-align: center;
  }
  .textHeight{
    height: 36px;
  }
}
@media (max-width: 576px) {
  .header:before {
    background-image: url('https://cdn.myfans.cc/newIndexbg5.jpg');
  }
  .handtailor-desc p {
    text-align: left;
  }
  .textHeight{
    height: 54px;
  }
}

@media (min-width: 992px) {
  .textHeight{
    height: 36px;
  }
    /* 头部样式 */
    .active {
      border-bottom: 2px solid #fff !important;
    }
    /* .link-box{
      color: #000; height: 68px; line-height: 63px; padding-top:0; padding-bottom: 0px
    } */

}
