/* Header Styles */
#video-bg-inner {
    position: absolute;
    width: 100%;
    min-height: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.header-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-item {
    display: block;
    transition: all 0.3s ease;
}

.tab-item:not(.home-btn) img {
    width: 153px;
    height: 55px;
}

.tab-item.home-btn img {
    width: 39px;
    height: 39px;
}

.home-main-btn {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -0%);
    cursor: pointer;
    bottom: 0;
}

.logo {
    width: 200px;
    height: 117px;
    background: url("../images/xtj_logo.png") no-repeat center center;
    background-size: contain;
    position: fixed;
    left: 20px;
    top: 20px;
}

body {
    font-family: '微软雅黑';
}

body.home {
    background: url(../images/max_bg1.jpg) no-repeat center center fixed;
    overflow: hidden;
}

body.content {
    background: #0E1116 url(../images/max_bg2.jpg) no-repeat bottom center fixed;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

th,
td {
    border: 1px solid #40707e;
    padding: 5px;
    text-align: center;
}

th {
    background-color: #40707e;
    color: white;
}

.home-bg {
    left: 50%;
    transform: translate(-50%, 0%);
}

.app {
    height: 100%;
}

#home {
    height: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
}

#content {
    margin: 0 auto;
    position: relative;
}

#content:after {
    content: '';
    display: block;
    clear: both;
}

#content .top_box {
    width: 100vw;
    height: 66.6vw;
    position: relative;
    background: url(../images/top.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

#content .h5 {
    background: none !important;
}

.top_box .season-selector {
    position: absolute;
    top: 0.5rem;
    right: 0.9rem;
    z-index: 10;
    display: none;
}

.season-dropdown {
    position: relative;
    width: 2.2rem;
    font-size: 0.22rem;
    cursor: pointer;
}

.season-dropdown .cur {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.5rem;
    background: url(../images/赛季选择底.png) no-repeat center center;
    background-size: 100% 100%;
}

.selected-season {
    color: #3E0304;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-arrow {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.2rem;
}

.season-options {
    position: absolute;
    top: 100%;
    left: 2.5%;
    width: 96%;
    background: #FFF5BF;
    border: 1px solid #B98741;
    display: none;
    z-index: 11;
}

.season-option {
    color: #3E0304;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    margin-left: 0.06rem;
}

.season-option:hover {
    background: #B98741;
    color: #FFF5BF;
}

.top_box .roles-box {
    position: absolute;
    top: 3.2rem;
    left: 3rem;
    width: 13.1rem;
    height: 6.8rem;
    border-radius: 50%;
    padding: 0.3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_box .roles-box .role {
    width: 2rem;
    height: 3.22rem;
    background: url(../images/role_bg.png) no-repeat top left;
    background-size: cover;
    position: absolute;
    --ellipse-width: 13.1rem;
    --ellipse-height: 6.8rem;
    transform: translate(-50%, -50%);
    padding: 0.6rem 0.5rem 0.45rem;
    box-sizing: border-box;
}

.roles-box .center {
    position: absolute;
    left: 50.5%;
    top: 41%;
    transform: translate(-50%, -50%);
    width: 4.6rem;
    height: 2.1rem;
    color: #3E0304;
    text-align: center;
}

.center .team {
    width: 100%;
    height: 1.23rem;
    background: url("../images/冠军名称底.png") no-repeat center center;
    background-size: cover;
    font-size: 0.27rem;
    line-height: 1.23rem;
}

.center .remark {
    background: #F2ECD6;
    width: 70%;
    margin-left: 15%;
    margin-top: -3%;
    height: 1rem;
    border: solid 1px #B98741;
    padding: 0.1rem;
    box-sizing: border-box;
    font-size: 0.16rem;
}

.remark .tit {
    margin-bottom: 0.04rem;
    font-weight: bold;
}

.role .role-img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.role-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.role .role-img img {
    width: 100%;
    height: 100%;
}

.role .role-name {
    font-weight: 500;
    text-align: center;
    color: #fff;
    width: 200%;
    margin-left: -50%;
    margin-top: -0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: url("../images/bg-role-name.png") no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
}

.rank-box,
.honor-box,
.video-box {
    width: 11.7rem;
    margin: 20px auto;
}

.honor-box,
.video-box {
    margin-top: 1.5rem;
    margin-bottom: 1.3rem;
}

.title-img {
    width: 7.4rem;
    height: 0.84rem;
    margin: 0.84rem auto 0.42rem;
}

.rank-title {
    background: url("../images/h1.png") no-repeat center center;
    background-size: cover;
}

.honor-title {
    background: url("../images/h2.png") no-repeat center center;
    background-size: cover;
}

.video-title {
    background: url("../images/h3.png") no-repeat center center;
    background-size: cover;
}

.video-box .poster {
    width: 11.7rem;
    height: 6.26rem;
    background: url("../images/video-poster.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}

.video-box .poster .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.8rem;
    height: 1.95rem;
    background: url("../images/play.png") no-repeat center center;
    background-size: contain;
}

.honor-box .honors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.honor-box .honors .honor {
    width: 3rem;
    height: 3.75rem;
    margin: 0 0.45rem 0.55rem;
    position: relative;
}

.honor-box .honors .honor .honor-img {
    width: 3rem;
    height: 3.56rem;
}

.honor-box .honors .honor .honor-name-img {
    width: 3.35rem;
    height: 0.9rem;
    position: absolute;
    top: 2.5rem;
    left: -0.18rem;
}

.honor-box .honors .honor .name {
    width: 3rem;
    height: 0.49rem;
    background: url("../images/个人荣誉名称.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    line-height: 0.49rem;
    font-size: 0.23rem;
    color: #fff;
}


.rank-box .rank-td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 11.7rem;
    color: #FFF5BF;
    text-align: center;
    font-size: 0.25rem;
    border-bottom: solid 2px #FFF5BF;
    height: 0.8rem;
    line-height: 0.8rem;
    font-weight: bold;
}

.rank-tb .rank-td {
    color: #fff;
    border-bottom: solid 1px #FFF5BF;
    background: rgba(190, 155, 65, 0.3);
    font-weight: normal;
}

.rank-td .num {
    flex: 1;
}

.rank-td .group {
    flex: 3;
}

.rank-td .leader {
    flex: 2;
}

.rank-td .btns {
    flex: 2;
}

.rank-td .btns .btn {
    width: 1.6rem;
    height: 0.4rem;
    background: url(../images/btn_bg.png) no-repeat center center;
    background-size: cover;
    line-height: 0.4rem;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.mod-dialog-main {
    width: 7rem;
    height: 8rem;
    background: #13161D;
    position: relative;
    /* background: url(../images/弹窗底.png) no-repeat top center;
    background-size: contain; */
    padding: 0.3rem;
    box-sizing: border-box;
}

.mod-dialog-title img {
    margin: 0 auto;
    width: 5.1rem;
    height: 1.11rem;
}

.mod-dialog-close {
    width: 0.31rem;
    height: 0.31rem;
    right: -0.31rem;
    top: 0rem;
    background: url(../images/close.png) no-repeat center center;
    background-size: contain;
}

.dialog-bg-mid .artical-main {
    max-height: 500px;
    overflow-y: auto;
}

.dialog-bg-mid .artical {
    padding-bottom: 20px;
    height: 4.8rem;
}

.artical .title-box,
.item {
    display: flex;
    color: #fff;
    align-items: center;
    width: 90%;
    margin-top: 0.5rem;
    margin: 0 auto;
    background: #5B4221;
    text-align: center;
    padding: 0.1rem 0;
}

.artical .item {
    background: transparent;
    margin-top: 0.1rem;
    padding: 0;
}

.artical .name {
    width: 55%;
}

.artical .job {
    width: 45%;
}

@media screen and (max-width: 768px) {
    body.home {
        background: #222632 url(../images/min_bg1.jpg) no-repeat center center fixed;
        background-size: cover;
    }

    body.content {
        background: #0E1116 url(../images/min_bg2.jpg) no-repeat top center fixed;
    }

    .season-dropdown {
        width: 4.5rem;
        font-size: 0.6rem;
    }

    .season-dropdown .cur {
        height: 1.2rem;
    }

    .season-option {
        height: 1rem;
        line-height: 1rem;
    }

    #content .top_box {
        height: auto;
        background: none;
    }

    .top_box .roles-box-mini {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0.3rem;
        box-sizing: border-box;
    }

    .top_box .roles-box-mini .roles-mini {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0.3rem;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 2rem;
    }

    .top_box .roles-box-mini .role {
        width: 5.6rem;
        height: 9rem;
        background: url(../images/role_bg.png) no-repeat top left;
        background-size: cover;
        position: relative;
        padding: 1rem;
        box-sizing: border-box;
    }

    .roles-box-mini .role:nth-child(1) {
        margin-right: 5.5rem;
    }

    .roles-box-mini .role:nth-child(3) {
        margin-right: 5.5rem;
    }

    .roles-box-mini .center {
        position: absolute;
        left: 50.5%;
        top: 10%;
        transform: translate(-50%, -50%);
        width: 7rem;
        color: #3E0304;
        text-align: center;
    }

    .center .cup {
        width: 6rem;
        height: 13rem;
        background: url("../images/cup.png") no-repeat center center;
        background-size: cover;
        margin: 12rem auto 0;
    }

    .center .team {
        width: 100%;
        height: 1.23rem;
        background: url("../images/冠军名称底.png") no-repeat center center;
        background-size: cover;
        font-size: 0.55rem;
        line-height: 1.23rem;
        margin-top: -4rem;
    }

    .center .remark {
        background: #F2ECD6;
        width: 70%;
        margin-left: 15%;
        margin-top: -3%;
        height: auto;
        border: solid 1px #B98741;
        padding: 0.1rem;
        box-sizing: border-box;
        font-size: 0.5rem;
    }

    .remark .tit {
        margin-bottom: 0.04rem;
        font-weight: bold;
    }

    .role .role-img {
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .role-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .role .role-img img {
        width: 100%;
        height: 100%;
    }

    .role .role-name {
        font-weight: 500;
        text-align: center;
        color: #fff;
        width: 150%;
        margin-left: -25%;
        margin-top: -0.1rem;
        background: url("../images/bg-role-name.png") no-repeat center center;
        background-size: 100% 100%;
        z-index: 9;
        font-size: 0.5rem;
        height: 1rem;
        line-height: 1rem;
    }

    .home-main {
        opacity: 1 !important;
    }

    .home-main-btn {
        bottom: 30px;
    }

    .logo {
        width: 150px;
        height: 87px;
    }

    .rank-box,
    .honor-box,
    .video-box {
        width: 15.7rem;
        margin: 20px auto;
    }

    .title-img {
        width: 15rem;
        height: 1.7rem;
        margin: 1.8rem auto 0.9rem;
    }

    .video-box .poster {
        width: 15.7rem;
        height: 8.4rem;
    }

    .rank-box .rank-td {
        width: 15.7rem;
        height: 2rem;
        font-size: 12px;
    }

    .rank-td .btns .btn {
        width: 3.2rem;
        height: 0.8rem;
        line-height: 0.8rem;
    }

    .mod-dialog-main {
        width: 90vw;
        height: auto;
        min-height: 50vh;
        padding: 40px 10px 20px 15px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .honor-box .honors .honor {
        width: 4.3rem;
        height: 5.375rem;
        margin: 0 0.45rem 0.55rem;
    }

    .honor-box .honors .honor .honor-img {
        width: 4.3rem;
        height: 5.09rem;
    }

    .honor-box .honors .honor .honor-name-img {
        width: 5rem;
        height: 1.34rem;
        position: absolute;
        top: 3.5rem;
        left: -0.35rem;
    }

    .honor-box .honors .honor .name {
        width: 4.3rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.45rem;
    }

    .mod-dialog-title {
        display: flex;
        justify-content: center;
    }

    .mod-dialog-title img {
        width: 80%;
        height: auto;
    }

    .dialog-bg-mid .artical {
        height: auto;
    }

    .artical {
        font-size: 15px;
        color: #222222;
    }

    .mod-dialog-close {
        width: 20px;
        height: 20px;
        right: 0;
        top: 0;
    }
}