
/* banner  start*/
.banner {
  width: 100%;
  height: 600px;
  background: url('https://wpt-1259767173.cos.ap-guangzhou.myqcloud.com/web/market_banner%403x.png');
  background-size: 100% 100%;
  position: relative;
}

.banner_text {
  width: 465px;
  height: 218px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  background: url('https://wpt-1259767173.cos.ap-guangzhou.myqcloud.com/web/txt_border.png');
  background-size: 100% 100%;
  padding: 90px 30px 80px 50px;
}

.banner_text_title {
  width: 85px;
  height: 82px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  padding: 9px 0;
}

.banner_text_title div {
  text-align: center;
}

.banner_text_info {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}

.banner_text_info span{
  display: inline-block;
  background:#F5A34B;
}

/*banner end*/

/* 中部 */
.middle {
  width: 100%;
  margin: 70px 0 100px;
}

.middle_item {
  justify-content: space-between;
}

.middle_item_info_title {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFB86D;
  margin-bottom: 40px;
  position: relative;
}

.middle_item_info_title:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: '';
  width: 28px;
  height: 1px;
  background: #FFB86D;
}

.middle_item_info_txt {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

.middle_item img {
  width: 600px;
  height: 344px;
}
