.sig-vs {
    width: 100%;
    background: url(../image/bg-sigs.png) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.sig-vs .team {
    display: inline-block;
    width: 100%;
    padding: 45px 0;
}

.sig-vs .team div.ht {
    width: 35%;
    text-align: right;
}

.sig-vs .team div {
    display: inline-block;
}

.sig-vs div * {
    vertical-align: middle;
}

.sig-vs b, .sig-vs b a {
    color: #fff;
    line-height: 80px;
    font-size: 24px;
    display: inline-block;
}

.sig-vs img {
    width: 120px;
    max-height: 120px;
    margin: auto 18px;
    border-radius: 2px;
}

.sig-vs-txt {
    min-width: 278px;
    width: 28%;
}

.sig-vs-txt em {
    font-size: 20px;
    line-height: 20px;
    color: #FF4D4D;
    display: block;
    font-style: normal;
}

.sig-vs-txt b {
    font-size: 24px;
    line-height: 33px;
}

.sig-vs-txt span {
    font-size: 18px;
    line-height: 25px;
    color: #666;
    display: block;
    vertical-align: middle;
}

.sig-vs .team div.gt {
    width: 35%;
    text-align: left;
}

.sig-list {
    display: block;
    width: 1200px;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 auto;
}

.sig-list a {
    display: inline-block;
    min-width: 82px;
    color: #FF4D4D;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    margin: 20px 12px 20px 0;
    border: solid 1px #FF4D4D;
    border-radius: 14px;
}

.sigsAppDL {
    color: #fff !important;
    border: none !important;
    background: linear-gradient(
        90deg, rgba(255, 122, 72, 1) 0%, rgba(255, 147, 67, 1) 100%) !important;
}

.sig-videos {
    height: 350px;
}

.sig-videos .new_div {
    width: 393px;
    height: 350px;
    margin-right: 10px;
    float: left;
}

.sig-videos .new_div:last-child {
    margin-right: 0;
}

.news_head img, .video_head img {
    margin-right: 6px;
}

.match_intro {
    margin-top: 10px;
    background: #fff;
    padding: 10px 15px;
}

.tag {
    margin-top: 10px;
}

.tag a {
    color: #3A78F4;
    margin-right: 10px;
}