.zhibo_head {
  padding: 15px
}
.match_info_head {
  height: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #1487f4;
  margin-bottom: 5px
}
.fixed_score_box.zuqiu {
  background-image: url(/img/zuqiu_info_banner.png)
}
.fixed_score_box {
  width: 100%;
  height: 200px;
  background-size: auto;
  overflow: hidden;
  background-position: bottom;
  background-repeat: no-repeat
}
.fixed_score_top {
  width: 650px;
  height: 120px;
  margin: 40px auto 0
}
.score_name_left {
  width: 140px;
  height: 120px;
  float: left;
  text-align: center
}
.score_name_left > img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  border-radius: 50px;
    margin-left: 15px;
}
.score_name_left > h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 35px
}
.score_name {
  width: 370px;
  float: left;
  margin-top: -30px
}
.score_name p:nth-child(1) {
  margin-top: 27px
}
.score_name p {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  text-align: center
}
.score_name_right {
  float: right
}
.score_name_left {
  width: 140px;
  height: 120px;
  float: left;
  text-align: center
}
.score_name span {
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center
}
.score_name .match_info_btn {
  width: 100%;
  cursor: default;
  color: #fff;
  height: 48px;
  line-heights: 48px;
  margin: 0 auto
}
.score_name .match_red_btn {
  color: #ff007b
}

@media(max-width: 600px) {
.zhibo_head {
        margin-top: 10px;
        padding: 0
    }

    .score_name {
        width: unset
    }

    .score_name p {
        font-size: 16px
    }

    .fixed_score_top {
        display: flex;
        width: unset
    }

    .score_name_left {
        float: none
    }

    .score_name_left>h1 {
        font-size: 14px
    }	
	
}