
.aa-content-box{
  width: 100%;
}
.aa-content-width{
  width: 1200px;
  margin: auto;
  height: 72px;
  display: flex;
  align-items: center;
}
.aa-content-width a{
  height: 72px;
  line-height: 72px;
  color: #666666;
}
/*  */
.bb-content-back{
  padding: 74px 0;
  background-color: #ebe7e3;
}
.bb-content-box{
  width: 1200px;
  margin: 0 auto  ;
  display: flex;
  align-items: center;
}
.bb-left{
  width: 43.46%;
  background: #fff;
  font-size: 0;
}
.bb-left-img{
  width: 100%;
}
.bb-right{
  margin-left: 60px;
  width: calc(56.54% - 60px);
}
.bb-title{  
  font-weight: bold;
  font-size: 30px;
  color: #232323;
  line-height: 24px;
  margin-bottom: 22px;
}
.bb-text{
  font-weight: 400;
  font-size: 18px;
  color: #484848;
  line-height: 28px;
  border-top: 1px solid #000000;
  padding-top: 15px;
}
.bb-this-box{
  display: flex;
  align-items: center;
  padding-top: 40px;
}
.bb-this-tit{
  font-weight: bold;
  font-size: 16px;
  color: #999999;
}
.bb-line{
  width: 50px;
  height: 2px;
  background: #999999;
  margin: 0 10px;
}
.bb-icon-1{
  width: 10px;
}
.bb-icon-2{
  margin: 0 10px;
  width: 23px;
}
.bb-icon-3{
  width: 17px;
}

.bb-content-box-diy{
  background-color: #9a8674;
  margin-top: 50px;
}

/*  */
.cc-content-box{
  width: 1200px;
  margin: 0 auto;
}

.cc-content-tit{
  font-weight: bold;
  font-size: 30px;
  color: #232323;
  line-height: 24px;
  padding-top: 79px;
  text-align: center;
  padding-bottom: 30px;
}
.cc-content-box img{
  width: 100%;
}

.cc-content-tit2{
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  color: #232323;
  padding: 40px 0 28px 0;
  line-height: 24px;
}
.cc-content-faqs{
  font-size: 24px;
  line-height: 32px;
  color: #1C2225;
  text-align: left;
  padding-bottom: 55px;
}
p{
  word-wrap: break-word; /* 允许在容器宽度内换行 */
  overflow-wrap: break-word; /* 确保在溢出时也能换行 */
}

/*  */
.dd-content-back{
  width: 100%;
  position: relative;
  min-height: 780px;
}
.dd-content-back-img{
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
}

.dd-content-box{
  position: relative;
  z-index: 20;
  padding-top: 114px;
  width: 1200px;
  margin: 0 auto;
}
.dd-content-tit{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 28px;
}
.dd-content-text{
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
  padding-top: 16px;
  padding-bottom: 42px;
}
.dd-content-from{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.dd-content-from input{
  width: 49%;
  height: 65px;
  background: #FFFFFF;
  border: none;
  outline: inherit;
  padding-left: 34px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  box-sizing: border-box;
}
.dd-content-from input:nth-child(2){
  margin-left: auto;
}
.dd-content-from-textarea{
  background: #FFFFFF;
  border: none;
  outline: inherit;
  width: 100%;
  height: 150px;
  padding: 25px 30px;
  box-sizing: border-box;
}
.dd-send-btn{
  display: flex;
  align-items: center;
  width: 360px;
  height: 70px;
  color: #fff;
  background: #9a8674;
  margin: 40px auto;
  cursor: pointer;
}
.dd-send-btn-tit{
  margin-left: auto;
}
.dd-send-btn img{
  margin-right: auto;
  margin-left: 18px;
  width: 20px;
}
.cc-content-box img{
    max-width: 100%;
}
@media screen and (max-width: 1680px) {
    
}
@media screen and (max-width: 1366px) {
    .aa-content-width,
    .bb-content-box,
    .dd-content-box,
    .cc-content-box{
        width: 1100px;
    }
}
@media screen and (max-width: 1200px) {
    .aa-content-width,
    .bb-content-box,
    .dd-content-box,
    .cc-content-box{
        width: 992px;
    }
}

@media screen and (max-width: 768px) {
  .aa-content-box{
    width: 100%;
  }
  .aa-content-width{
    width: 100%;
    margin: auto;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .aa-content-width a{
    height: 72px;
    line-height: 72px;
    color: #666666;
  }
  /*  */
  .bb-content-back{
    padding: 0 0 30px;
    background-color: #EBEBEB;
  }
  .bb-content-box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .bb-left{
    width: 100%;
    margin-right: auto;
    padding: 0px;
    background: #fff;
    font-size: 0;
  }
  .bb-left-img{
    width: 100%;
  }
  .bb-right{
    margin-left: auto;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .bb-title{  
    font-weight: bold;
    font-size: 30px;
    color: #232323;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .bb-text{
    font-weight: 400;
    font-size: 18px;
    color: #484848;
    line-height: 28px;
    border-top: 1px solid #000000;
    padding-top: 15px;
  }
  .bb-this-box{
    display: flex;
    align-items: center;
    padding-top: 40px;
  }
  .bb-this-tit{
    font-weight: bold;
    font-size: 16px;
    color: #999999;
  }
  .bb-line{
    width: 50px;
    height: 2px;
    background: #999999;
    margin: 0 10px;
  }
  .bb-icon-1{
    width: 10px;
  }
  .bb-icon-2{
    margin: 0 10px;
    width: 23px;
  }
  .bb-icon-3{
    width: 17px;
  }
  
  .bb-content-box-diy{
    background-color: #9a8674;
    margin-top: 50px;
  }
  
  /*  */
  .cc-content-box{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .cc-content-tit{
    font-weight: bold;
    font-size: 30px;
    color: #232323;
    line-height: 24px;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
  }
  .cc-content-box img{
    width: 100%;
  }
  
  .cc-content-tit2{
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    color: #232323;
    padding: 40px 0 28px 0;
    line-height: 24px;
  }
  .cc-content-faqs{
    font-size: 18px;
    line-height: 32px;
    color: #1C2225;
    text-align: left;
    padding-bottom: 55px;
  }
  p{
    word-wrap: break-word; /* 允许在容器宽度内换行 */
    overflow-wrap: break-word; /* 确保在溢出时也能换行 */
  }
  
  /*  */
  .dd-content-back{
    width: 100%;
    position: relative;
    min-height: 780px;
  }
  .dd-content-back-img{
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
  }
  
  .dd-content-box{
    position: relative;
    z-index: 20;
    padding-top: 54px;
    width: 100%;
    margin: 0 auto;
  }
  .dd-content-tit{
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 28px;
  }
  .dd-content-text{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    padding-top: 16px;
    padding-bottom: 42px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dd-content-from{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .dd-content-from input{
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    border: none;
    outline: inherit;
    padding-left: 34px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .dd-content-from input:nth-child(2){
    margin-left: auto;
  }
  .dd-content-from-textarea{
    background: #FFFFFF;
    border: none;
    outline: inherit;
    width: calc(100% - 20px);
    height: 150px;
    padding: 25px 30px;
    box-sizing: border-box;
    margin: 10px;
  }
  .dd-send-btn{
    display: flex;
    align-items: center;
    width:calc(100% - 20px);
    height: 70px;
    color: #fff;
    background: #9a8674;
    margin: 40px auto;
    cursor: pointer;
  }
  .dd-send-btn-tit{
    margin-left: auto;
  }
  .dd-send-btn img{
    margin-right: auto;
    margin-left: 18px;
  }
}