.match_container {
  margin-top: 0.7rem;
  width: 100%;
}

.match_container .match_banner {
  width: 100%;
  position: relative;
}

.match_container .match_banner .banner_img {
  width: 100%;
}

.match_container .match_banner .banner_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.match_container .match_banner .banner_inner .banner_text {
  width: 12rem;
  margin: 0 auto;
  font-weight: bold;
}

.match_container .match_banner .banner_inner .banner_text .text1 {
  font-size: 0.4rem;
  margin-top: 1.93rem;
  line-height: 0.42rem;
  font-weight: bold;
  color: #fff;
}

.match_container .match_banner .banner_inner .banner_text .text2 {
  color: #fff;
  font-weight: normal;
  font-size: 0.24rem;
  margin-top: 0.3rem;
  line-height: 0.26rem;
}

.match_container .match_content_1 {
  background-image: url("/static/images/img230628/match/content_1_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 0.8rem;
}

.match_container .match_content_1 .title {
  font-weight: 600;
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
  padding: 0.8rem 0 0.2rem 0;
  line-height: 1;
}

.match_container .match_content_1 .sub_title {
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  text-align: center;
  padding-bottom: 0.5rem;
  line-height: 1;
}

.match_container .match_content_1 .list {
  display: flex;
  flex-wrap: wrap;
  width: 12rem;
  margin: 0 auto;
  gap: 0.2rem;
}

.match_container .match_content_1 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem 0.2rem;
  width: 2.85rem;
  height: 3.00rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.03);
  border-radius: 0.1rem;
}

.match_container .match_content_1 .list .item .item_img {
  width: 0.7rem;
  height: 0.7rem;
}

.match_container .match_content_1 .list .item .item_text_1 {
  font-weight: 600;
  font-size: 0.2rem;
  color: #333333;
  padding: 0.24rem 0 0.1rem 0;
}

.match_container .match_content_1 .list .item .item_text_2 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5;
}

.match_container .match_content_2 {
  padding-bottom: 0.8rem;
}

.match_container .match_content_2 .title {
  font-weight: 600;
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
  padding: 0.8rem 0 0.2rem 0;
  line-height: 1;
}

.match_container .match_content_2 .sub_title {
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  text-align: center;
  padding-bottom: 0.5rem;
  line-height: 1;
}

.match_container .match_content_2 .list {
  display: flex;
  flex-wrap: wrap;
  width: 12rem;
  margin: 0 auto;
  gap: 0.2rem;
}

.match_container .match_content_2 .list .item {
  width: 3.85rem;
  background: #f7f2fe;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.match_container .match_content_2 .list .item .type_img {
  width: 100%;
}

.match_container .match_content_2 .list .item .type_text {
  font-weight: 600;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  line-height: 0.4rem;
}

.match_container .match_content_3 {
  background-image: url("/static/images/img230628/match/content_3_bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 0.8rem;
}

.match_container .match_content_3 .title {
  font-weight: 600;
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0 0.2rem 0;
  line-height: 1;
}

.match_container .match_content_3 .sub_title {
  font-weight: 400;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  padding-bottom: 0.5rem;
  line-height: 1;
}

.match_container .match_content_3 .list {
  display: flex;
  flex-wrap: wrap;
  width: 12rem;
  margin: 0 auto;
  gap: 20px;
}

.match_container .match_content_3 .list .item {
  width: 5.8rem;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.03);
  border-radius: 0.1rem;
  padding: 0.3rem 0.4rem 0 0.4rem;
  display: flex;
  gap: 0.4rem;
}

.match_container .match_content_3 .list .item .left {
  width: 1.2rem;
  height: 1.2rem;
}

.match_container .match_content_3 .list .item .right .right_text_1 {
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 1.5;
  color: #1f2431;
}

.match_container .match_content_3 .list .item .right .right_text_2 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #42537e;
  line-height: 1.8;
}

.match_container .try {
  background-image: url("/static/images/img230628/match/freebg.jpg");
}
