body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

em,
b {
    font-style: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
}

html {
    width: 100%;
}

body {
    background: #f3f2f0;
    width: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th,
ul,
ol {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

.c:before,
.c:after {
    content: "";
    display: table;
}

.c:after {
    clear: both;
}

.hidden {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.pr {
    position: relative;
}

.overh {
    overflow: hidden;
}

.pop {
    outline: none;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.pop-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

#afooter {
    padding: 0.3rem 0;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.2rem;
    background-color: #000;
    color: #c0c0c0;
}

#afooter a,
#afooter a:hover {
    color: #c0c0c0;
    text-decoration: none;
}

@font-face {
    font-family: "hxqy";
    src: url(//game.gtimg.cn/images/lol/act/a20241210live//hxqy.ttf) format("truetype");
}

html,body {
    height: 100%;
}

.wrap {
    width: 7.5rem;
    overflow: hidden;
    height: 100%;
}
.main {
    height: 100%;
}

.top {
    background: url(//game.gtimg.cn/images/joc/v2/m/top-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 7.5rem;
    height: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .2rem;
}
.part-scroll {
    /* height: calc(100dvh - 1.4rem); */
    height: calc(100% - 1.4rem);
    padding-bottom: .5rem;
    box-sizing: border-box;
    overflow-y: scroll;
}

.top-logo1 {
    background: url(//game.gtimg.cn/images/joc/v2/m/top-logo1.png) no-repeat;
    background-size: 100% 100%;
    width: .56rem;
    height: .82rem;
}

.top-logo2 {
    background: url(//game.gtimg.cn/images/joc/v2/m/top-logo2.png) no-repeat;
    background-size: 100% 100%;
    width: .84rem;
    height: 1.09rem;
}

.top-item {
    background: url(//game.gtimg.cn/images/joc/v2/m/top-item.png) no-repeat;
    background-size: 100% 100%;
    width: .54rem;
    height: .63rem;
}

.part-index {
    /* height: calc(100dvh - 1.4rem); */
    height: calc(100% - 1.4rem);
    position: relative;
}

.part1-top {
    width: 100%;
    height: 2.2rem;
    background: #f3f2f0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    padding: .37rem 0.1rem 0.2rem 0.1rem;
    box-sizing: border-box;
    z-index: 5;
}

.part1-index-time1 {
    font-size: .32rem;
    color: #39393e;
}

.part1-index-time2 {
    font-size: .44rem;
    color: #39393e;
    font-weight: bold;
}

.part1-btns {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.part1-btns-inner {
    display: flex;
}

.part1-btns-inner-btn {
    width: 1.8rem;
    height: .5rem;
    background-color: #575760;
}

.part1-btns-inner-btn1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .16rem;
}

.part1-btns-inner-date {
    font-size: .24rem;
    color: #f3f3f3;
    font-weight: bold;
}

.part1-btns-btn1-prev {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-btns-btn1-prev.png) no-repeat;
    background-size: 100% 100%;
    width: .23rem;
    height: .2rem;
    display: block;
}

.part1-btns-btn1-next {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-btns-btn1-next.png) no-repeat;
    background-size: 100% 100%;
    width: .23rem;
    height: .2rem;
    display: block;
}
.part1-btns-btn1-prev.disable,
.part1-btns-btn1-next.disable {
    opacity: .4;
    pointer-events: none;
}

.part1-btns-inner-btn2 {
    margin-left: 0.2rem;
    text-align: center;
    line-height: .5rem;
    font-size: .24rem;
    color: #f1f1f1;
    font-weight: bold;
}

.part1-btns-inner-btn.part1-btns-inner-btn2.on {
    background-color: #ffa600;
}

.part1-btns-inner-btn-book {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-btns-inner-btn-book.png) no-repeat;
    background-size: 100% 100%;
    width: .37rem;
    height: .48rem;
    display: block;
}

.part1-btns-inner-btn-book.done {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-btns-inner-btn-book-done.png) no-repeat;
    background-size: 100% 100%;
}
.part1-schedule {
    width: 7.3rem;
    height: calc(100% - 2.22rem);
    margin: 0 auto;
    overflow-y: auto;
}
.part1-schedule-item:first-child {
    margin-top: .4rem;
}
/* .part1-schedule-item:last-child {
    margin-bottom: 0;
} */
.part1-schedule-item {
    margin-bottom: 1rem;
}

.part1-match-title {
    width: 100%;
    background: #ffa600;
    height: .51rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .18rem;
}

.part1-match-title-l {
    display: flex;
    justify-content: center;
    align-items: center;
}

.part1-match.do .part1-match-sate {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-match-do.png) no-repeat;
    background-size: 100% 100%;
    width: .27rem;
    height: .3rem;
}

.part1-match.doing .part1-match-sate {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-match-living.png) no-repeat;
    background-size: 100% 100%;
    width: .21rem;
    height: .29rem;
}

.part1-match.done .part1-match-sate {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-match-done.png) no-repeat;
    background-size: 100% 100%;
    width: .23rem;
    height: .3rem;
}

.part1-match-fgx {
    width: 1px;
    height: .19rem;
    background-color: #ffdb99;
    margin: 0 .16rem;
}

.part1-match-time {
    font-size: .24rem;
    color: #ffffff;
    font-weight: bold;
}

.part1-match-name {
    font-size: .24rem;
    color: #ffffff;
    font-weight: bold;
    margin-left: .14rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 4.7rem;
}

.part1-match-title-detial {
    font-size: .24rem;
    color: #3d3d48;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part1-match-title-detial.expand .part1-match-detial-arrow{
    transform: rotate(180deg);
}

.part1-match-detial-arrow {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-match-detial-arrow.png) no-repeat;
    background-size: 100% 100%;
    width: .18rem;
    height: .09rem;
    margin-left: .1rem;
}

.part1-match.do .part1-match-title-detial {
    display: none;
}

.part1-team {
    width: 7.3rem;
    background-color: #ffffff;
    padding: .3rem 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.part1-team-man {
    width: 1.55rem;
    margin: 0 0.1rem 0.3rem;
}

.part1-team-man-pic {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-team-man-pic.png) no-repeat;
    background-size: 100% 100%;
    width: 1.32rem;
    height: 1.53rem;
    margin: 0 auto;
    position: relative;
}
.part1-team-man-topicon {
    background: url(//game.gtimg.cn/images/joc/v2/m/icon-top.png) no-repeat center top / 100%;
    width: 0.35rem;
    height: 0.3rem;
    position: absolute;
    left: 0.92rem;
    top: 0;
}

.part1-team-man-pic-mask {
    width: 1.32rem;
    height: 1.53rem;
    -webkit-mask-image: url(//game.gtimg.cn/images/joc/v2/m/part1-team-man-pic-maks.png);
    -webkit-mask-size: 1.32rem 1.53rem;
    position: absolute;
    top: 0;
    left: 0;
}

.part1-team-man-pic img {
    display: block;
    max-width: 110%;
    position: absolute;
    top: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
}

.part1-team-man-name {
    text-align: center;
    color: #575760;
    font-size: .24rem;
}

.part1-match-man-num {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-match-man-num.png) no-repeat;
    background-size: 100% 100%;
    width: .28rem;
    height: .32rem;
    position: absolute;
    top: .3rem;
    left: -0.14rem;
    text-align: center;
    line-height: .35rem;
    font-size: .18rem;
    color: #ffffff;
    font-weight: bold;
}

.part1-match-detial {
    background-color: #ffffff;
}

.part1-match-detial-done-tabs {
    width: 7.1rem;
    height: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffa600;
    padding-bottom: 1px;
    margin: 0 auto;
}

.part1-match-detial-done-tabs ul {
    display: flex;
}

.part1-match-detial-done-tabs ul li {
    width: 1.8rem;
    height: .5rem;
    border: 1px solid #dedddd;
    text-align: center;
    line-height: .5rem;
    font-size: .2rem;
    color: #575760;
}

.part1-match-detial-done-tabs ul li.on {
    background-color: #ffa600;
    border: 1px solid #ffa600;
    color: #ffffff;
}

.part1-match-detial-close {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #ffa600;
}

.part1-match-detial-close-arrow {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-match-detial-close.png) no-repeat;
    background-size: 100% 100%;
    width: .18rem;
    height: .09rem;
    margin-left: .1rem;
}

.part1-match-detial-close.on .part1-match-detial-close-arrow {
    transform: rotate(180deg);
}

.part1-match-detial-score {
    width: 7.1rem;
    margin-top: .2rem;
    margin-bottom: .5rem;
}

.part1-match-detial-score table {
    width: 100%;
}

.part1-match-detial-score table thead tr th {
    background-color: #575760;
    color: #ffffff;
    font-size: .24rem;
    font-weight: bold;
    border: 1px solid #575760;
    padding: .15rem .1rem;
    border-right: 1px solid #dedddd;
}
.part1-match-detial-score table thead tr th:last-child {
    border-right-width: 0;
}

.part1-match-detial-score table thead tr th:nth-child(1) {
    width: 15%;
}

.part1-match-detial-score table thead tr th:nth-child(2) {
    width: 45%;
}

.part1-match-detial-score table thead tr th:nth-child(3) {
    width: 20%;
}

.part1-match-detial-score tbody tr td {
    text-align: center;
    font-size: .24rem;
    color: #575760;
    padding: .15rem;
    border: 1px solid #dedddd;
}

.part1-match-detial-inner1 {
    display: none;
}

.part1-match-detial-playback {
    width: 7.1rem;
    margin: .2rem auto .35rem;
}

.part1-match-detial-video {
    width: 7.1rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: center center;
    background-size: contain;
    position: relative;
}

.part1-match-detial-vieo-btn {
    background: url(//game.gtimg.cn/images/joc/v2/m/video-btn.png) no-repeat;
    background-size: 100% 100%;
    width: .73rem;
    height: .85rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.part1-match-detial-playback-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .2rem;
}

.part1-match-detial-playback-swiper {
    width: 5rem;
    height: .5rem;
    position: relative;
    margin-left: 0;
}
.part1-match-detial-playback-swiper .swiper-slide {
    width: auto;
    margin-right: 0.15rem;
}

.part1-match-detial-playback-swiper a {
    display: inline-block;
    /* width: 1.66rem; */
    padding: 0 0.1rem;
    height: .5rem;
    background-color: #575760;
    font-size: .24rem;
    color: #ffffff;
    text-align: center;
    line-height: .5rem;
    white-space: nowrap;
}
.part1-match-detial-playback-swiper a.on {
    background-color: #ffa600;
}

.part1-match-detial-vieo-change-btn {
    width: 1.66rem;
    height: .5rem;
    background-color: #ffa600;
    font-size: .24rem;
    color: #ffffff;
    text-align: center;
    line-height: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .15rem;
}

.part1-match-detial-vieo-prev {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-btns-btn1-prev.png) no-repeat;
    background-size: 100% 100%;
    width: .23rem;
    height: .2rem;
    display: block;
}

.part1-match-detial-vieo-next {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-btns-btn1-next.png) no-repeat;
    background-size: 100% 100%;
    width: .23rem;
    height: .2rem;
    display: block;
}

.part1-match-detial-video-living {
    margin: 0.2rem auto .35rem;
}

.part1-match-detial-video-living {
    width: 7.1rem;
    height: 4rem;
}

.part1-match-detial-video-living .part1-match-detial-video-box {
    width: 7.1rem;
    height: 4rem;
    background-color: #000000;
    position: relative;
}

.part1-match-detial-video-living .part1-match-detial-video {
    width: 100%;
    height: 100%;
    position: absolute;
}

.part1-match-detial-done .part1-match-detial-video {
    display: none;
}

.part-all-match {
    padding: .3rem 0;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    z-index: 20;
    display: none;
}

.part-all-match-team {
    width: 7.3rem;
    display: flex;
    flex-wrap: wrap;
}

.part-all-match li {
    width: 1.58rem;
    /* height: 1.18rem; */
    height: 1.58rem;
    position: relative;
    text-align: center;
    font-size: .24rem;
    color: #575760;
    margin: 0 .1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.part-all-match li.on {
    background-color: #e0e0e0;
}

.part-all-match li img {
    width: .8rem;
    display: block;
    margin: 0 auto;
}
.part-all-match li img.invert {
    filter: invert(1);
}
.part-all-match li p {
    font-size: 0.8em;
}

.part-match-news {
    width: 7.3rem;
    margin: .37rem auto 0;
}

.part-match-news h3 {
    color: #39393e;
    font-size: .44rem;
    font-weight: bold;
}

.part-match-news-fgx {
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
    margin: 0.2rem 0;
}

.part-match-news-inner {
    width: 7.17rem;
    /* height: 4.3rem; */
    padding-bottom: 0.2rem;
    margin: 0 auto .4rem;
    background-color: #fff;
    display: block;
}

.part-match-news-inner img {
    width: 7.17rem;
}

.part-match-news-desc1 {
    width: 100%;
    padding: 0 .2rem;
    font-size: .3rem;
    color: #000000;
    font-weight: bold;
    margin-top: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.part-match-news-desc2 {
    width: 100%;
    padding: 0 .2rem;
    font-size: .22rem;
    color: #575760;
    box-sizing: border-box;
}

/* .match-scroll {
    width: 7.3rem;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
} */

.part-match-leaderboard {
    width: 7.3rem;
    margin: .37rem auto 0;
}

.part-match-leaderboard h3 {
    color: #39393e;
    font-size: .44rem;
    font-weight: bold;
}

.part-match-leaderboard-fgx {
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
    margin: 0.2rem 0;
}

.part-match-leaderboard table {
    width: 100%;
}

.part-match-leaderboard table thead tr th {
    height: .6rem;
    font-size: .24rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #ffa600;
}

.part-match-leaderboard table thead tr th:nth-child(1) {
    width: 20%;
}

.part-match-leaderboard table thead tr th:nth-child(2) {
    width: 50%;
}

.part-match-leaderboard table thead tr th:nth-child(3) {
    width: 30%;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.part-match-leaderboard table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}

.part-match-leaderboard table tbody tr td {
    text-align: center;
    font-size: .22rem;
    color: #575760;
    background-color: #ffffff;
    padding: .2rem 0;
}

.part-match-leaderboard table tr td .pic {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-team-man-pic.png) no-repeat;
    background-size: 100% 100%;
    width: .79rem;
    height: .92rem;
    margin-right: .1rem;
    position: relative;
}

.part-match-leaderboard table tr td .pic .mask {
    width: .79rem;
    height: .92rem;
    -webkit-mask-image: url(//game.gtimg.cn/images/joc/v2/m/part1-team-man-pic-maks.png);
    -webkit-mask-size: .79rem .92rem;
    position: absolute;
    top: 0;
    left: 0;
}

.part-match-leaderboard table tr td .pic img {
    display: block;
    max-width: 110%;
    position: absolute;
    top: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
}

.part-match-leaderboard table tbody tr td:nth-child(2) {
    display: flex;
    justify-content: left;
    align-items: center;
    box-sizing: border-box;
    padding-left: .2rem;
}

.part-match-leaderboard-hover-icon {
    background: url(//game.gtimg.cn/images/joc/v2/m/part-match-leaderboard-hover-icon.png) no-repeat;
    background-size: 100% 100%;
    width: .26rem;
    height: .26rem;
    margin-right: .2rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.part-match-leaderboard-hover {
    background: url(//game.gtimg.cn/images/joc/v2/m/part-match-leaderboard-hover.png) no-repeat;
    background-size: 100% 100%;
    width: 3.55rem;
    height: 2.35rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.3rem;
    display: none;
    box-sizing: border-box;
    padding: .2rem;
}

.part-match-leaderboard-hover-icon:hover .part-match-leaderboard-hover {
    display: block;
}

.part-match-leaderboard-hover em {
    font-size: .24rem;
    color: #ffa600;
    font-weight: bold;
    text-align: left;
    display: block;
}

.part-match-leaderboard-hover p {
    font-size: .2rem;
    color: #d7d7d7;
    padding-left: .2rem;
    position: relative;
    text-align: left;
}

.part-match-leaderboard-hover p span {
    position: absolute;
    top: 0;
    left: 0;
}

.part-match-leaderboard-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}

.part-match-leaderboard-pagination-prev {
    background: url(//game.gtimg.cn/images/joc/v2/m/part-match-leaderboard-pagination-prev.png) no-repeat;
    background-size: 100% 100%;
    width: 1.1rem;
    height: .23rem;
    display: block;
}

.part-match-leaderboard-pagination-next {
    background: url(//game.gtimg.cn/images/joc/v2/m/part-match-leaderboard-pagination-next.png) no-repeat;
    background-size: 100% 100%;
    width: 1.1rem;
    height: .23rem;
    display: block;
}

.part-match-leaderboard-pagination-fgx {
    width: 1px;
    height: .25rem;
    background-color: #d4d4d6;
    margin: 0 .2rem;
}

.part-match-commentary {
    width: 7.3rem;
    margin: .37rem auto 0;
}

.part-match-commentary h3 {
    color: #39393e;
    font-size: .44rem;
    font-weight: bold;
}

.part-match-commentary-fgx {
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
    margin: 0.2rem 0;
}


.part-match-commentary-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}

.part-match-commentary-pagination-prev {
    background: url(//game.gtimg.cn/images/joc/v2/m/part-match-leaderboard-pagination-prev.png) no-repeat;
    background-size: 100% 100%;
    width: 1.1rem;
    height: .23rem;
    display: block;
}

.part-match-commentary-pagination-next {
    background: url(//game.gtimg.cn/images/joc/v2/m/part-match-leaderboard-pagination-next.png) no-repeat;
    background-size: 100% 100%;
    width: 1.1rem;
    height: .23rem;
    display: block;
}

.part-match-commentary-inner {
    background-color: #fff;
    padding: 0.3rem;
    display: flex;
    flex-wrap: wrap;
}

.part-match-commentator {
    width: 1.6rem;
    margin-left: 0.5rem;
}

.part-match-commentator-pic {
    background: url(//game.gtimg.cn/images/joc/v2/m/part1-team-man-pic.png) no-repeat;
    background-size: 100% 100%;
    width: 1.32rem;
    height: 1.53rem;
    position: relative;
    margin: 0 auto;
}

.part-match-commentator-pic .part-match-commentator-mask {
    width: 1.32rem;
    height: 1.53rem;
    -webkit-mask-image: url(//game.gtimg.cn/images/joc/v2/m/part1-team-man-pic-maks.png);
    -webkit-mask-size: 1.32rem 1.53rem;
    position: absolute;
    top: 0;
    left: 0;
}

.part-match-commentator-mask img {
    display: block;
    max-width: 110%;
    position: absolute;
    top: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
}

.part-match-commentator-name {
    font-size: .24rem;
    color: #575760;
    text-align: center;
}


.part-match-option {
    background: #ffffff url(//game.gtimg.cn/images/joc/v2/m/part-match-option.png) no-repeat;
    background-size: 100% auto;
    width: 7.5rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    z-index: 30;
}

.part-match-option .top-item-close {
    background: url(//game.gtimg.cn/images/joc/v2/m/top-item-close.png) no-repeat;
    background-size: 100% 100%;
    width: .63rem;
    height: .54rem;
}

.part-match-option .top {
    width: 7.3rem;
    border-bottom: 1px solid #7e5920;
    margin: 0 auto;
}

.part-match-option ul {
    width: 7.3rem;
    margin: .5rem auto 0;
}

.part-match-option ul li {
    height: 1rem;
    border-bottom: 1px solid #c9aa6a;
    box-sizing: border-box;
    padding-left: .35rem;
    font-size: .36rem;
    color: #000000;
    font-weight: bold;
    line-height: 1rem;
}

.part-match-option ul li:last-child {
    border-bottom: none;
}

.part-match-option-ad img {
    width: 7.1rem;
    display: block;
    margin: .5rem auto 0;
}




.part1-match-detial-inner {
    display: none;
}

.part1-match.doing .part1-match-detial-doing {
    display: block;
}

.part1-match.done .part1-match-detial-done {
    display: block;
}

/*video pop*/
.pop-video {
    width: 7.1rem;
    height: 4rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: #ffa600 solid 0.02rem;
    box-sizing: border-box;
    outline: none;
}

.pop-video .pop-close {
    display: block;
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: -0.6rem;
    right: 0;
    text-indent: -9999px;
}

.pop-video .pop-close:before,
.pop-video .pop-close:after {
    position: absolute;
    left: .26rem;
    top: 0;
    content: ' ';
    height: .56rem;
    width: .04rem;
    border-radius: .02rem;
    background-color: #fff;
}

.pop-video .pop-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pop-video .pop-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.video-play {
    width: 100%;
    height: 100%;
    position: relative;
}