.match{
  background: url("../../img/match/banner_bg@2x.png") no-repeat;
  background-size: cover;
}
.avtive{
  background: rgba(255,255,255,0.8) !important;
}
.live_programme{
  background: #EAF3FF;
}
.match_programme.live_programme .programme_container_left{
  display: flex;
  align-items: center;
  width: 37.5rem;
}
 .match_programme.live_programme .programme_container_right{
  margin-left: 5.625rem;
}
.match_programme.live_programme .programme_container_right_item{
  padding: 1.3125rem 0 1.25rem 1.375rem;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.5);
  margin-bottom: 1.25rem;
 }
.match_programme.live_programme .blue_f{
  font-weight: 400;
  font-size: 1.125rem;
}
.match_programme.live_programme .programme_container_right_item .bottom{
  font-size: 0.875rem;
}
.match_programme.live_programme .programme_container_right .top>img{
  width: 1.25rem;
  margin-right: 0.75rem;
}
.match_show.show{
  background: url("../../img/match/bg_display@2x.png") no-repeat;
  background-size: cover;
}
.match_show.show>h1,
.match_show.show>p,
body .match_show.show .show_container .right .solution-desc>h1,
body .match_show.show .show_container .right .solution-desc>p{
  color: #000000 !important;
}
body .match_show.show .show_container .left >div{
  color: #222;
  background: rgba(255,255,255,0.5);
}
body .match_show.show .show_container .right .solution-desc>a{
  background: #227CFF;
  color: #FFFFFF;
}
body .match_show.show .show_container .right{
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.7);
}
.match_intro_content{
  display: flex;
}
.match_intro_content_item{
  width: calc((100% - 5.25rem)/3);
  margin-right: 2.625rem;
}
.match_intro_content_item:nth-child(3n+0){
  margin-right: 0;
}
.match_intro_content_item_child{
  background: rgba(255,255,255,0.8);
  box-shadow: 0px 0px 24px 0px rgba(104,153,255,0.1);
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
  cursor: pointer;
  transition: all 1s;
  height:8.875rem;
}
.match_intro_content_item_child:hover{
  transform: scale(1.1);
}
.match_intro_content_item_child_num{
  width: 2.25rem;
  height: 2.25rem;
  background: #6CA8FF;
  border-radius: 100%;
  font-size: 1.375rem;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #FFFFFF; display: flex;
  justify-content: center;
  align-items: center;
}
.match_intro_content_item_child_title{
  font-size: 1.125rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 1.5625rem;
  margin: 1.25rem 0;
}
.match_intro_content_item_child_text{
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.3125rem;
  margin: 0 1.875rem;
  text-align: center;
}