.banner_box > img {
  width: 100%;
}
.banner_1 {
  background-color: #f5f5f5;
  padding: 1.2rem 0;
}
.banner_1 > div .content {
  display: flex;
  justify-content: space-between;
}
.banner_1 > div .content .text {
  padding: 0.47rem;
  background-color: #ffffff;
  width: 9.6rem;
}
.banner_1 > div .content .text > span {
  font-size: 0.36rem;
  font-family: "Microsoft YaHei";
  color: #231815;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  margin-top: 0.3rem;
  position: relative;
}
.banner_1 > div .content .text > span::after {
  content: "";
  position: absolute;
  bottom: -0.29rem;
  left: 0;
  display: block;
  height: 0.06rem;
  width: 0.67rem;
  background-color: #c30d23;
}
.banner_1 > div .content .text > p {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.875;
  text-align: left;
  /*margin-top: 0.75rem;*/
  margin-bottom: 0.3rem;
}
.banner_1 > div .content .text > p:nth-of-type(1) {
  margin-top: 0.75rem;
}
.banner_1 > div .content .text > img {
  width: 100%;
}
.banner_1 > div .content .recommend {
  width: 5rem;
}
.banner_1 > div .content .recommend > span {
  font-size: 0.36rem;
  font-family: "Microsoft YaHei";
  color: #1a1a1a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
.banner_1 > div .content .recommend > ul > li {
  background-color: #ffffff;
  padding: 0.25rem;
  margin-top: 0.25rem;
}
.banner_1 > div .content .recommend > ul > li > a .img {
  border-radius: 10px;
  max-width: 4.56rem;
  max-height: 2.92rem;
  overflow: hidden;
}
.banner_1 > div .content .recommend > ul > li > a .img > img {
  width: 100%;
  height: 100%;
}
.banner_1 > div .content .recommend > ul > li > a .Details {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner_1 > div .content .recommend > ul > li > a .Details .text_b {
  width: 50%;
}
.banner_1 > div .content .recommend > ul > li > a .Details .text_b .subheading {
  font-size: 0.3rem;
  font-family: "Microsoft YaHei";
  color: #1a1a1a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
.banner_1 > div .content .recommend > ul > li > a .Details .text_b > p {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
  line-height: 1.875;
  text-align: left;
}
.banner_1 > div .content .recommend > ul > li > a .Details > button {
  background-color: #c30d23;
  width: 1.54rem;
  height: 0.44rem;
  font-size: 0.14rem;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .w_1600 {
    width: 95%;
  }
  .banner_1 > div .content {
    flex-direction: column;
  }
  .banner_1 > div .content .text {
    width: 87%;
  }
  .banner_1 > div .content .recommend {
    width: 100%;
    margin-top: 0.5rem;
  }
  .banner_1 > div .content .recommend > ul {
    display: flex;
    justify-content: space-between;
  }
  .banner_1 > div .content .recommend > ul > li {
    width: 40%;
  }
  .banner_1 > div .content .recommend > ul > li > a .img {
    max-height: 1.92rem;
  }
  .banner_1 > div .content .recommend > ul > li > a .Details {
    align-items: flex-start;
    flex-direction: column;
  }
  .banner_1 > div .content .recommend > ul > li > a .Details .text_b {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
