
.sven_match_all {
    margin-top: 15px;
}
.sven_matchs {
    width: 1200px;
    height: auto;
    margin: 10px auto 0;
    position: relative;
}
.sven_match__menus {
    position: absolute;
    top: 0px;
    left: auto;
    width: 170px;
    background: #ffffff;
    border-top: solid 3px var(--contrast-color);
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.sven_match__right {
    position: relative;
    width: 1000px;
    top: 0;
    left: 200px;
}
.sven_match__menus a {
    display: block;
    padding: 10px;
    text-align: center;
}
.sven_match__menus a.active {
    font-weight: bold;
    color: var(--contrast-color);
    border-bottom: solid 1px var(--contrast-color);
}
.sven_match__signal_link {
    display: inline-block;
    font-size: 14px;
    border: solid 1px #888888;
    padding: 3px 10px;
    margin-bottom: 5px;
}
.sven_match_button__special {
    display: inline-block;
    padding-right: 10px;
    width: 85px;
    vertical-align: top;
}
.sven_match_button__base {
    display: inline-block;
    width: 300px;
}
.sven_match__analysis_link {
    display: inline-block;
    font-size: 14px;
    color: var(--contrast-color);
    border: solid 1px var(--contrast-color);
    padding: 3px 10px;
    margin-bottom: 5px;
}

.sven_match_card {
    background: #ffffff;
    margin-bottom: 25px;
    border-top: solid 3px var(--contrast-color);
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%);
}
.sven_match__list {
    padding: 5px 15px;
}
.sven_match__date {
    display: flex;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: dashed 1px #BBBBBB;
    color: #000000;
}
.sven_match__date span {
    padding-left: 5px;
}

.sven_match__item {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 15px;
    border-bottom: solid 1px var(--prominent-color);
}

.sven_match__item:last-of-type {
    border-bottom: 0;
}

.sven_match__item__date {
    width: 10%;
}

.sven_match__item__league {
    width: 15%;
}

.sven_match__item__team {
    display: flex;
    align-items: center;
}

.sven_team__home {
    width: 150px;
    text-align: right;
}

.sven_team__score {
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.sven_team__away {
    width: 150px;
    text-align: left;
}

.sven_match_link {
    width: 75%;
    display: flex;
    align-items: center;
}

.sven_match__item__button {
    flex: 1;
    text-align: right;
    box-sizing: border-box;
    padding-right: 15px;
}

.sven_match__btn {
    font-size: 14px;
    display: inline-block;
    width: 100px;
    padding: 5px;
    border-radius: 5px;
    text-align: right;
    color: var(--contrast-color);
}

.sven_match__btn___live {
    color: var(--contrast-color);
}

.sven_display__none .sven_match__item {
    display: none;
}


.sven_match_video_box {
    width: 100%;
    height: 326px;
    overflow: hidden;
}
.sven_match_video__hd {
    text-align: center;
    background-color: var(--prominent-color);
    font-size: 20px;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sven_match_video__time {
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}
.sven_match_video__type {
    display: inline-block;
}
.sven_match_video__bd {
    background: url(../images/bg_t.png);
    background-size: cover;
    width: 100%;
    height: 426px;
    overflow: hidden;
    position: relative;
}
.sven_match_video__white_fill {
    background-color: #FFFFFF;
    opacity: 0.5;
    height: 127px;

}
.sven_match_video__bd div {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 10%;
}
.sven_match_video__team_left {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.sven_match_video__team_left img, .sven_match_video__team_right img {
    width: 60px;
    height: 60px;
    z-index: 2;
}
.sven_match_video__team_right {
    margin-left: 52.5%;
    margin-right: 40px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sven_match_video__score {
    line-height: 29px;
    padding-top: 70px;
    z-index: 2
}
.sven_match_video__state {
    line-height: 29px;
    padding-top: 30px;
    z-index: 2
}
.sven_match_live {
    padding: 20px;
    font-size: 14px;
}
.sven_match_live_icon_signal_new {
    display: inline-block;
    background-image: url(../images/live.png);
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 3px;
    vertical-align: middle;
}
.signalCon {
    margin-top: 15px;
}
.signalCon H5 {
    color: #000000;
}
.signalCon_listD {
    border: solid 1px #bbbbbb;
    border-radius: 5px;
    text-align: center;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.signalCon_listD a {
    text-align: center;
}
.sven_match_luxiang {
    background: var(--display-bg-color);
    padding: 15px;
}
.sven_match_luxiang a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.sven_match_analysis {
    background: var(--display-bg-color);
    padding: 15px;
}

.sven_match_analysis img {
    display: inline-block;
    width: 100%;
}

.btn_zhibo {
    background-color: #0f0;
    padding: 10px;
    border: solid 2px #f00;
    color: #f00;
}