.title-box {
  width: 480px;
  height: 224px;
  font-size: 80px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 112px;
  color: #ffffff;
  text-shadow: 0px 3px 6px rgba(78, 78, 78, 0.16);
  -webkit-text-stroke: 1 #ffffff;
  opacity: 1;
  position: absolute;
  left: 10%;
  top: 10%;

}
.top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* padding: 162px 0; */
  background-size: cover;
  position: relative;
}
.match_box{
    padding-top: 90px;
    padding-bottom: 44px;
    justify-content: center;
    flex-wrap: wrap;
}
.logo {
  margin-left: 266px;
  position: absolute;
  right: 10%;
  top: 10%;

}
.match_item {
  width: 275px;
  height: 349px;
  background: #f7f7f7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 10px 10px 0px 0px;
  margin-right: 48px;
  margin-bottom: 24px;
}
.match_item_img {
  width: 275px;
  height: 210px;
  background: #ffffff;
  opacity: 1;
  border-radius: 10px 10px 0px 0px;
}

.match_item_time {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 22px;
  color: #505050;
  opacity: 1;
  margin-top: 19px;
  padding: 0 20px;
}
.match_item_name {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 22px;
  color: #505050;
  opacity: 1;
  margin-top: 9px;
  padding: 0 20px;

}
