.crumbs,
.detail .title,
.detail .down {
  font-size: 18px;
}

.banner .banner_content {
  width: 58.69%;
  box-sizing: border-box;
  padding: 3.75% 5.7% 3.23%;
  top: 41%;
  left: 41.31%;
  color: #46B98C;
  background-color: rgba(255, 255, 255, 0.6);
}

.banner .banner_content .subtitle_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2.75%;
  margin-bottom: 3.72%;
  border-bottom: 2px solid #e29d48;
}

.crumbs {
  width: 68.75%;
  display: flex;
  align-items: center;
  margin: 3.9% auto 3rem;
  color: #696969;
}

.crumbs li:first-child {
  color: #a6aea7;
}

.detail {
  width: 88.02%;
  margin: 0 auto 11.51%;
}

.detail .title {
  width: 80%;
  color: #46B98C;
  margin: 0 auto 4.14%;
  text-align: center;
}

.detail .img_box {
  width: 54.2%;
  margin: 0 auto 3.49%;
}

.detail .down {
  width: 7.33%;
  padding: 0.53% 0;
  margin: 0 auto;
  background-color: #46B98C;
  color: #FFF;
  border-radius: 0.5rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .banner_content .title {
    font-size: 1.982rem;
  }
  .crumbs,
  .detail .title {
    font-size: 1.189rem;
  }
  .detail .down {
    font-size: 0.991rem;
  }
  .banner_content .subtitle {
    font-size: 0.951rem;
  }
  .banner_content .en_title {
    font-size: 0.792rem;
  }
  .banner .banner_content {
    width: 68.19%;
    padding: 0;
    top: 23.85%;
    left: 30.55%;
    text-align: right;
    background-color: transparent;
  }
  .banner .banner_content .subtitle_box {
    width: 92.64%;
    display: block;
    padding-bottom: 4.15%;
    margin-bottom: 3.4%;
  }
  .banner .banner_content .subtitle_box .en_title {
    margin-bottom: 4.48%;
  }
  .banner .banner_content .title {
    width: 95.85%;
    padding: 2.83% 6.6%;
    margin-left: auto;
    line-height: 3.5rem;
    box-sizing: border-box;
  }
  .crumbs {
    margin: 14.4% auto 14% 5.46%;
  }
  .detail {
    width: 89.06%;
    margin: 0 auto 21.86%;
  }
  .detail .title {
    margin: 0 auto 4.19%;
  }
  .detail .img_box {
    width: 71.7%;
    margin: 0 auto 5.68%;
  }
  .detail .down {
    width: 18.71%;
    padding: 1.49% 0;
  }
}
