@charset "UTF-8";
.finalMatch_4team .eventGroup:nth-child(odd) .eventGroup_teamBox::before {
  content: "";
  width: 0.4rem;
  height: 1.55rem;
  position: absolute;
  left: 2.8rem;
  top: 0.35rem;
  border-top: 1px solid #383839;
  border-right: 1px solid #383839;
  border-bottom: 1px solid #383839;
}

.finalMatch_4team .eventGroup:nth-child(odd) .eventGroup_teamBox::after {
  content: "";
  width: 0.4rem;
  height: 1px;
  position: absolute;
  right: -0.8rem;
  top: 1.02rem;
  background-color: #383839;
}

.finalMatch_4team .matchColumn:last-child .eventGroup .eventGroup_teamBox::after, .finalMatch_4team .matchColumn:last-child .eventGroup .eventGroup_teamBox::before {
  display: none;
}

.finalMatch_4team .column1 .eventGroup:nth-child(3) {
  margin-top: 1rem;
}

.finalMatch_4team .column1 .eventGroup:nth-child(3) .eventGroup_teamBox::before {
  content: "败者组";
  color: #9d7e4b;
  font-size: 0.18rem;
  position: absolute;
  left: 50%;
  top: -1.05rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
  background: url(https://p1.ssl.qhimg.com/d/inn/d306780b5965/img/group_icon1.png) no-repeat center/0.34rem;
  width: auto;
  height: auto;
  padding-bottom: 0.5rem;
}

.finalMatch_4team .column1 .eventGroup:nth-child(3) .eventGroup_teamBox::after {
  content: "";
  width: 0.8rem;
  height: 1px;
  position: absolute;
  right: -0.8rem;
  top: 0.35rem;
  background-color: #383839;
}

.finalMatch_4team .column2 .eventGroup:nth-child(odd) .eventGroup_teamBox::before {
  height: 2.92rem;
}

.finalMatch_4team .column2 .eventGroup:nth-child(odd) .eventGroup_teamBox:after {
  top: 1.7rem;
}

.finalMatch_4team .column2 .eventGroup:nth-child(2) {
  margin-top: 1.87rem;
}

.finalMatch_4team .column2 .eventGroup:nth-child(2) .eventGroup_teamBox::before {
  content: "败者组";
  color: #9d7e4b;
  font-size: 0.18rem;
  position: absolute;
  left: 50%;
  top: -1.05rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
  background: url(https://p1.ssl.qhimg.com/d/inn/d306780b5965/img/group_icon1.png) no-repeat center/0.34rem;
  width: auto;
  height: auto;
  padding-bottom: 0.5rem;
}

.finalMatch_4team .column3 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.finalMatch_4team .column3 .eventGroup:nth-child(1) {
  margin-top: 0.45rem;
}

.finalMatch_4team .column3 .eventGroup:nth-child(1)::before {
  content: "总决赛";
  color: #9d7e4b;
  font-size: 0.2rem;
  position: absolute;
  left: 50%;
  top: -0.3rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*# sourceMappingURL=final_4team.css.map */