
.live-detail-wrapper  .team-box {
    position: relative;
    margin-bottom: 14px;
}

.live-detail-wrapper .team-box .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    border-radius: 4px;
}

.live-detail-wrapper  .team-box .content {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.live-detail-wrapper  .team-box .content.has-face {
    position: relative;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box {
    display: block;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .team {
    margin-top: 65px;
    font-size: 0;
    text-align: center;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .team .team-img {
    width: 80px;
    height: 80px;
    margin-bottom: 14px;
    object-fit: cover;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .team .team-name {
    width: 180px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .host {
    float: left;
    margin-left: 120px;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .guest {
    float: right;
    margin-right: 120px;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race {
    position: relative;
    display: block;
    width: 303px;
    margin: 0 auto 0;
    padding-top: 26px;
    padding-bottom: 36px;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .remarks {
    margin-bottom: 26px;
    font-size: 14px;
    color: #d7d7d7;
    text-align: center;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .remarks .time1 {
    margin-right: 4px;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .remarks .time2 {
    margin-right: 17px;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .remarks .league {
    display: inline-block;
    position: relative;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .remarks .league:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: white;
    left: -11px;
    top: 50%;
    transform: translateY(-40%);
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .remarks .top {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .remarks .bottom {
    font-size: 12px;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .score-box {
    position: relative;
    width: 210px;
    height: 36px;
    margin: 0 auto;
    line-height: 36px;
    text-align: center;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .score-box .host-score,
.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .score-box .guest-score {
    width: 72px;
    font-size: 38px;
    font-weight: bold;
    color: #daaf8b;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .score-box .host-score {
    float: left;
    text-align: right;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .score-box .guest-score {
    float: right;
    text-align: left;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .race .score-box .vs {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 6px;
    margin: 0 auto;
    background: #daaf8b;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .source-box {
    padding: 0 68px;
    margin-bottom: 14px;
    text-align: center;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .source-box .source-text {
    margin-bottom: 8px;
    font-size: 12px;
    color: #fff;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .source-box .source-list {
    display: inline-block;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .source-box .source-list ul {
    margin-right: -12px;
    margin-bottom: -12px;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .source-box .source-list ul li {
    float: left;
    height: 28px;
    padding: 0 11px;
    margin-right: 12px;
    margin-bottom: 12px;
    line-height: 24px;
    border-radius: 15px;
    border: 1px solid #dd4d30;
    text-align: center;
}

.live-detail-wrapper  .team-box .content.has-face .has-face-box .source-box .source-list ul li a {
    font-size: 14px;
    color: #dd4d30;
}
.gmore{
    width: 100%;
    margin-top: 20px;
    float: left;
}
.hot-match-list {
    display: flex;
}
.hot-match-item {
    flex: 1;
}
.hot-match-container h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.hot-match-item {
    background: #000000;
    box-sizing: border-box;
    padding: 10px 14px;
}
.hot-match-item:not(:last-child) {
    margin-right: 15px;
}
.hot-match-item a {
    color: #ffffff;
}
.hot-match-item .match-info {
    display: flex;
    margin-bottom: 15px;
}
.hot-match-item .match-info h4 {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
}
.hot-match-item .match-info p {
    font-size: 12px;
}
.hot-match-item .match-team {
    display: flex;
    margin-bottom: 15px;
    text-align: center;
    justify-content: space-around;
}
.hot-match-item .match-score {
    display: flex;
    margin-bottom: 5px;
    text-align: center;
    justify-content: space-around;
}
