.home-top {
  position: relative;
  width: 100%;
}

.home-top .home-top-text {
  position: absolute;
  left: 10%;
  top: 39%;
  font-size: 22px;
}

.home-top .home-top-text>h5 {
  font-size: 38px;
  font-weight: 400;
}

.home-top .home-top-text>h1 {
  font-size: 46px;
  margin-bottom: 20px;
}

.home-top .home-top-img {
  width: 100%;
}



.home-bottom {
  color: #fff;
  height: 106px;
  background: rgba(167, 123, 86, 0.85);
  width: 100%;
  padding: 0 10%;
}

.home-bottom .try-remake>div {
  position: relative;
}

.home-bottom .from-err {
  position: absolute;
  right: 2px;
  color: red;
  font-size: 12px;
  top: 43px;
  display: none;
}

.home-bottom .try-use {
  font-size: 24px;
  flex: 1.4;
}

.home-bottom .try-use>span {
  font-size: 28px;
}

.home-bottom .try-remake {
  justify-content: flex-end;
}

.home-bottom .try-remake>div:nth-of-type(2) {
  margin: 0 20px;
}

.home-bottom .try-remake .choose-city {
  width: 40px;
  cursor: pointer;
  border: 0;
  background-color: unset;
  color: #fff;
}

.home-bottom .try-remake .sanjiao {
  cursor: pointer;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
  margin-left: 7px;
}

.home-bottom .try-remake .from-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.home-bottom .try-remake .from-vich {
  width: 1px;
  height: 52px;
  margin-right: 22px;
  background: rgba(167, 123, 86, 0.85);
  background: linear-gradient(to bottom, #B38E6E, #a77a54, #B38E6E);
}

.home-bottom .try-remake .form-input {
  background: unset;
  border: none;
  width: 120px;
  color: #fff;
  background-color: #CDBDAA;
  border-radius: 20px;
  padding: 8px;
  outline: none;
  /* 移除聚焦时的轮廓线 */
  box-shadow: none;
  /* 移除聚焦时的阴影（如果有的话） */
  padding-left: 16px;
}

.home-bottom .try-remake .form-input :focus {
  border: none;
  outline: none;
  /* 聚焦时没有轮廓线 */
  box-shadow: none;
  /* 聚焦时没有阴影 */
}

.home-bottom .try-remake .form-input::placeholder {
  color: #888;
  font-size: 13px;
  /* 设置placeholder颜色为灰色 */
}

/* 为了更好的兼容性，可以添加不同浏览器的厂商前缀 */
.home-bottom .try-remake .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.home-bottom .try-remake .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.home-bottom .try-remake .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.home-bottom .try-remake .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}


.home-bottom .try-remake .from-submit {
  width: 143px;
  height: 47px;
  line-height: 47px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 21px;
  color: #897D6D;
  margin-left: 20px;
}

.solution-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.solution-content .h-title {
  font-size: 40px;
  margin-bottom: 33px;
}

.solution-content .h-title2 {
  font-size: 21px;
  font-weight: 400;
}

.solution-content .solution-left {
  padding-right: 85px;
}

.solution-content .solution-left .more-info {
  width: 144px;
  height: 46px;
  background: #A77B56;
  line-height: 46px;
  font-size: 19px;
  color: #fff;
  margin-top: 74px;
}

.solution-content .solution-left .more-info:hover {
  opacity: 1;
}

.solution-content .solution-right .from-icon {
  width: 100%;
}

.solution-content .solution-right .from-icon-top {
  margin-bottom: 22px;
}

.solution-content .solution-right .from-icon {
  width: 100%;
}

.solution-content .solution-right .from-icon-top {
  margin-bottom: 22px;
}

.about-us-content {
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-us-content .video-wrap {
  width: 59%;
  height: auto;
}

.about-us-content .video-wrap .video-content {
  width: 100%;
  height: 100%;
}

.about-us-content .about-text-wrap>h2 {
  color: #fff;
  margin-top: 114px;
  text-align: right;
  font-size: 40px;
}

.about-us-content .about-text-wrap>h3 {
  color: #fff;
  margin-top: 20px;
  text-align: right;
  font-weight: 300;
  font-size: 36px;
}

.about-us-content .about-text-wrap .title-about {
  color: #A77B56;
  position: relative;
  font-size: 42px;
  text-align: right;
}

.about-us-content .about-text-wrap .title-about::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  background: #A77B56;
  margin-top: 31px;
  position: absolute;
  right: 2px;
}

.about-bottom-item {
  margin-top: 34px;
  color: #fff;
}

.about-bottom-item .p-text1 {
  font-size: 18px;
}

.about-bottom-item .p-text1 .span-num {
  font-size: 100px;
}

.about-bottom-item .p-text2 {
  font-size: 13px;
}

.baosheng-wrap {
  background-color: #F5F6F5;
  padding-top: 132px;
  padding-bottom: 132px;
}

.baosheng-wrap .baosheng-h3 {
  margin-top: 24px;
  font-size: 24px;
  color: #303030;
}

.baosheng-wrap .more-info {
  width: 146px;
  height: 46px;
  background: #A77B56;
  border-radius: 5px;
  line-height: 46px;
  font-size: 17px;
  color: #fff;
  margin-top: 37px;
}

.baosheng-wrap .baosheng-h2 {
  font-size: 40px;
}

.baosheng-wrap .baosheng-p {
  font-size: 17px;
  color: #000000;
  margin-top: 23px;
}

.baosheng-wrap .bs-bottom-left {
  padding: 10px;
  background-color: #fff;
  margin-right: 20px;
}

.baosheng-wrap .bs-bottom-left .more-info2 {
  margin-top: 14px;
  width: 140px;
  height: 42px;
  line-height: 42px;
}

.baosheng-wrap .bs-bottom-right {
  position: relative;
  color: #fff;
}

.baosheng-wrap .bs-bottom-right .bs-text-wrap {
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0;
  left: 20px;
}

.baosheng-wrap .bs-bottom-right .bs-text-wrap .baosheng-p {
  color: #fff;
}

.solution2-wrap {
  background-color: #AB8D72;
  padding-top: 45px;
  padding-bottom: 80px;
}

.solution2-wrap .solution2-top>h1 {
  font-size: 40px;
  color: #FEFEFF;
}

.dynamic-wrap {
  background-color: #F2F2F2;
  padding-top: 110px;
  padding-bottom: 100px;
}

.dynamic-wrap h1 {
  font-size: 37px;
  color: #202020;
}

.dynamic-wrap .view-all {
  font-size: 15px;
  color: #2A2A2A;
}

.dynamic-wrap .dynamic-item {
  width: 30%;
  margin-bottom: 30px;
}

.dynamic-wrap .dynamic-item:nth-of-type(3n+2) {
  margin: 0 5%;
}

.dynamic-wrap .dynamic-item>img {
  width: 100%;
  height: 205px;
}

.dynamic-item-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  aspect-ratio: 3/2;
  height: auto
}

.dynamic-wrap .dynamic-item .d-i-text {
  background-color: #FFFFFF;
  padding: 20px 28px;
}

.dynamic-wrap .dynamic-item .d-i-text .d-i-time {
  border-top: 1px solid #EEEEEE;
  margin-top: 18px;
  padding-top: 20px;
}

.dynamic-wrap .dynamic-item .d-i-text .d-i-time img {
  width: 15px;
  height: 7px;
}

.dynamic-wrap .dynamic-item .d-i-text .d-i-title {
  color: #545454;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}


@media screen and (max-width: 1600px) {
  .about-bottom-item .p-text1 .span-num {
    font-size: 89px;
  }

  .home-bottom .try-use {
    font-size: 20px;
  }

  .home-bottom .try-use>span {
    font-size: 24px;
  }
}

@media screen and (max-width: 1300px) {
  .about-text-wrap>h2 {
    margin-top: 100px !important;
  }

  .about-text-wrap>h3 {
    margin-top: 10px !important;
  }

  .home-bottom .try-use {
    font-size: 18px;
  }

  .home-bottom .try-use>span {
    font-size: 22px;
  }

  .home-bottom .try-remake .from-submit {
    width: 114px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }

}