:root {
    --doc-background-1: linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 60%) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.05) 100%);
}

@keyframes slide-right-in {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100%, 0);
    }
}

@keyframes slide-right-out {
    0% {
        transform: translate(100%, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes audio-play {
    0% {
        height: 10%;
    }

    50% {
        height: 100%;
    }

    100% {
        height: 10%;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.toast-wrap {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    white-space: pre-wrap;
    word-break: break-all;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 6px;
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 96px;
    min-height: 0;
    padding: 14px 18px;
    transition: all .2s;
    z-index: 2240;
}

.toast-wrap span {
    color: var(--color-theme);
}

.toast-wrap.fade-enter-active {
    animation: 0.3s fade-in both ease-out;
}

.toast-wrap.fade-leave-active {
    animation: 0.3s fade-out both ease-in;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

body.aio {
    background:linear-gradient(-50deg, #001529, #003a72);
    background-size: cover;
    min-width: 300px;
    min-height: 100vh;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    position: relative;
}
.aio-body-bg{
    background: no-repeat center top fixed url(../../images/report/bg-home.png);
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    animation: fade-in 2s linear forwards;
}

.aio-sys-render {
    max-width: 750px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    display: none;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

a.aio-bt-flip {
    background: none;
    color: rgba(255, 255, 255, 0.7)
}

.aio-bt-flip>em {
    opacity: 1;
}

.list-flip.aio-loading-mini {
    font-size: 14px;
    color: #fff;
    padding: 54px 0 10px 0 !important;
    background-size: auto 36px;
}

/* 导航栏 */
.navbar-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto;
}
.search-bar {
    padding: 10px 0 10px 10px;
    background: linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 60%) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.05) 100%);
    display: none;
    border-radius: 5px;
}

.search-bar[data-ai-vis="1"] {
    display: flex;
    align-items: center;
}
.search-bar .input-text {
    flex: 1;
    min-width: 0;
    padding: 0 8px;
    height: 34px;
    border: none;
    background: #000;
    color: #f5f5f5;
    resize: none;
    user-select: auto;
}
.search-bar .search-action {
    padding: 0 20px;
    color: #f5f5f5;
    font-size: 15px;
    line-height: 34px;
    cursor: pointer;
    user-select: none;
    border: 0;
    background: none;
}


.dropdown-menu-row {
    background: var(--doc-background-1);
    padding: 20px 0;
    display: none;
    border-radius: 5px;
    font-size: 16px;
}
.dropdown-menu-row[data-ai-vis="1"] {
    display: flex;
    align-items: center;
}
.dropdown-menu-row .menu-item {
    flex: 1;
    line-height: 30px;
    text-align: center;
}
.dropdown-menu-row .menu-item a {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
}

.aio-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 28px;
    padding: 6px 0;
}
.aio-navbar a {
    color: inherit;
}

/* .aio-navbar .tabbar {
    display: flex;
} */

.aio-navbar .tabbar .a0item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    padding: 0 10px;
    margin-right: 10px;
}

.aio-navbar .tabbar .a0item:last-child {
    margin-right: 0;
}

.aio-navbar .tabbar .a0item[data-ai-vis="1"] {
    color: #fff;
    font-weight: 800;
}
.aio-navbar .right {
    display: flex;
    align-items: center;
}
.aio-navbar .lang {
    cursor: pointer;
    margin: 0 10px;
}

.aio-navbar .icon-search {
    width: 24px;
    height: 24px;
    background: url(../../images/report/search.png) no-repeat center center;
    background-size: 18px;
    margin: 0 10px;
    cursor: pointer;
}
/* 导航栏end */
#match_pay_prompt_dialog {
    display: none;
}

/* 标签栏 */
.aio-tabbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    max-width: 750px;
    margin: 0 auto;
}

.aio-tabbar-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.aio-tabbar .tab-bar-item {
    flex: 1 1;
    white-space: nowrap;
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    padding: 12px 0;
    height: 52px;
    position: relative;
    cursor: pointer;
}

.aio-tabbar .tab-bar-item-inner {
    display: inline-block;
    position: relative;
}

.aio-tabbar .tab-bar-item-inner::before {
    content: attr(data-count);
    background-color: #f82f55;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    white-space: nowrap;
    border-radius: 100px;
    padding: 0 6px;
    position: absolute;
    top: 4px;
    right: -8px;
    transform: translate(50%, -50%);
}

.aio-tabbar .tab-bar-item .fan-text {
    background: url(../../images/report/icon-magic.png) no-repeat center center, radial-gradient(50% 50%, rgba(255, 255, 255, 1) 43.52%, rgba(252, 239, 121, 0.91) 100%);
    border: 2px solid #ffc300;
    box-sizing: border-box;
    width: 49px;
    height: 49px;
    line-height: 45px;
    border-radius: 50%;
    box-shadow: 0px 0px 16px #ffc300;
    margin: 0 auto;
    color: #ff5733;
    font-size: 0px;
    font-weight: bold;
    margin-top: -12px;
    background-size: 60%, cover;
}

.aio-tabbar .tab-bar-item.is-active .tab-bar-text {
    color: #ffc300;
    font-weight: bold;
}

/* 标签栏end */
/* 工具栏 */
.aio-toolbar {
    position: fixed;
    bottom: calc(56px + 3%);
    z-index: 3;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    max-width: 750px;
    width: 100%;
    text-align: right;
    height: 0;
}
.aio-toolbar .tool-bars{display: block;position: absolute;right: 0;bottom: 0;}

.aio-toolbar .tool-bar-item {
    text-align: center;
    width: 50px;
    height: 60px;
    position: relative;
    cursor: pointer;
    margin-bottom: 17px;
    background: radial-gradient(rgb(0 0 0 / 50%) 0%, transparent 80%);
}

.aio-toolbar .tool-bar-item:last-child {
    margin-bottom: 0;
}

.aio-toolbar .tool-bar-item .text {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.aio-toolbar .tool-bar-item .text.has-color {color: #ffc300;font-weight: bold;}
.aio-toolbar .tool-bar-item .text[data-round]:after{content:attr(data-round)"轮";display: block;border-radius: 3px;min-width: 20px;text-align: center;color: #ffc300;line-height: 15px;font-size: 12px;font-weight: normal;}
.aio-toolbar .tool-bar-item .icon {
    display: block;
    width: 32px;
    height: 32px;
    background: no-repeat center center;
    background-size: contain;
    margin: 0 auto 4px;
}

.aio-toolbar .tool-bar-item .content {
    position: absolute;
    right: 100%;
    bottom: 5px;
    width: calc(100vw - 74px);
    text-align: right;
    overflow: hidden;
    display: none;
}

.aio-toolbar .tool-bar-item .screen {
    display: inline-block;
    background: linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 60%) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.05) 100%);
    color: #fff;
    text-align: left;
    padding: 11px 8px;
    border-radius: 10px;
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
    max-width: 750px;
}

.aio-toolbar .tool-bar-item .league-tabs,
.aio-toolbar .tool-bar-item .round-tabs {
    overflow: hidden;
    min-height: 32px;
    box-sizing: content-box;
}


.aio-toolbar .tool-bar-item .round-tabs::before {
    content: "轮次";
    font-size: 12px;
    line-height: 32px;
    opacity: .5;
    position: absolute;
    left: 18px;
}

.aio-toolbar .tool-bar-item .screen .a0item {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 5px;
}

.aio-toolbar .tool-bar-item .screen .a0item.active,
.aio-toolbar .tool-bar-item .screen .a0item[data-ai-vis] {
    color: #ffc300;
    font-weight: 700;
    background-color: rgb(255 192 0 / 10%);
}

.aio-toolbar .tool-bar-item .round-tabs {
    /* display: none; */
    padding: 10px 0 0 50px;
}
.aio-toolbar .tool-bar-item .round-tabs .a0item {
    margin: 1px;
    background: rgb(255 255 255 / 6%);
    min-width: 40px;
    text-align: center;
}

.aio-toolbar .tool-bar-item[data-ai-vis="1"] .content {
    display: block;
}

.aio-toolbar .tool-bar-item[data-role="audio"] .icon {
    background-image: url(../../images/report/pause.png);
    transition: all .3s;
}

.aio-toolbar .tool-bar-item[data-role="audio"].is-active .icon {
    width: 50px;
    height: 50px;
    background-image: url(../../images/report/play.png);
}

.aio-toolbar .tool-bar-item[data-role="navigation"] .icon {
    background-image: url(../../images/report/navigation.png);
}

.aio-toolbar .tool-bar-item[data-role="like"] .icon {
    background-image: url(../../images/report/like.png);
}

.aio-toolbar .tool-bar-item.is-active[data-role="like"] .icon {
    background-image: url(../../images/report/like_active.png);
}

.aio-toolbar .tool-bar-item[data-role="collect"] .icon {
    background-image: url(../../images/report/collect.png);
}

.aio-toolbar .tool-bar-item.is-active[data-role="collect"] .icon {
    background-image: url(../../images/report/collect_active.png);
}

.aio-toolbar .tool-bar-item[data-role="share"] .icon {
    background-image: url(../../images/report/share.png);
}

.audio-throb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14px;
}

.audio-throb span {
    width: 1px;
    height: 0;
    background-color: #fff;
    margin: 0 2px;
}

.aio-toolbar .tool-bar-item[data-role="audio"] span:nth-child(1) {
    height: 30%;
}

.aio-toolbar .tool-bar-item[data-role="audio"] span:nth-child(2) {
    height: 60%;
}

.aio-toolbar .tool-bar-item[data-role="audio"] span:nth-child(3) {
    height: 100%;
}

.aio-toolbar .tool-bar-item[data-role="audio"] span:nth-child(4) {
    height: 60%;
}

.aio-toolbar .tool-bar-item[data-role="audio"] span:nth-child(5) {
    height: 30%;
}

.aio-toolbar .tool-bar-item[data-role="audio"].is-active .audio-throb span:nth-child(1) {
    animation: audio-play 1s 0.2s infinite linear;
}

.aio-toolbar .tool-bar-item[data-role="audio"].is-active .audio-throb span:nth-child(2) {
    animation: audio-play 1s 0.4s infinite linear;
}

.aio-toolbar .tool-bar-item[data-role="audio"].is-active .audio-throb span:nth-child(3) {
    animation: audio-play 1s 0.6s infinite linear;
}

.aio-toolbar .tool-bar-item[data-role="audio"].is-active .audio-throb span:nth-child(4) {
    animation: audio-play 1s 0.8s infinite linear;
}

.aio-toolbar .tool-bar-item[data-role="audio"].is-active .audio-throb span:nth-child(5) {
    animation: audio-play 1s 1s infinite linear;
}

/* 工具栏end */
.app {
    width: 100%;
    min-height: 100vh;
    overflow: auto;
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.app::before, .app::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    pointer-events: none;
    margin: 0 auto;
    z-index: 1;
}

.app::before {
    top: 0;
    height: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 30%, rgba(204, 204, 204, 0) 100%);
    z-index: 2;
}

.app::after {
    bottom: 0;
    height: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 40%, rgba(204, 204, 204, 0) 100%);
    z-index: 2;
}

.app.detail::after {
    height: 110px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.88) 70%, rgba(204, 204, 204, 0) 100%);
}
.app.detail .aio-navbar .lang{ display:none;}

.app[data-weather] {
    background-image: url(../../images/report/weather_1.jpg);
}

.league-wrapper {
    /* height: 100vh; */
    padding: 50px 14px 100px;
    color: #fff;
    text-align: center;
    /* overflow: auto; */
    position: relative;
}
.league-wrapper > .aio-loading-mini {
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.league-wrapper .title {
    font-size: 17px;
    line-height: 28px;
    padding: 8px 0;
    font-weight: normal;
}

.league-wrapper .item {
    margin-bottom: 4px;
}

.league-wrapper .item:hover {
    margin-bottom: 4px;
    opacity: 1;
}

.league-wrapper .item-box {
    padding: 20px 5px 10px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    transition: all 10s;
    background: rgb(0 0 0 / 30%);
    border-radius: 20px;
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
}

.league-wrapper .item .bg {
    background: linear-gradient(90deg, rgba(121, 72, 234, 0.3) 0%, rgba(255, 87, 51, 0.3) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 20px;
    opacity: .3;
    transition: all .5s;
}

.league-wrapper .item:hover .bg {
    opacity: 0.7;
}

.league-wrapper .item .team {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}

.league-wrapper .item .team.hometeam {
    padding-left: 40px;
}

.league-wrapper .item .team.awayteam {
    padding-right: 40px;
}

.league-wrapper .item .team img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.league-wrapper .item .team .name {
    line-height: 20px;
    font-size: 16px;
    margin: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.league-wrapper .item .info {
    width: 100px;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.league-wrapper .item .info:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.league-wrapper .item .score {
    font-size: 20px;
    height: 20px;
    line-height: 30px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    vertical-align: middle;
    width: 120%;
    color: rgb(255 255 255 / 50%);
    transform: translateX(-10%);
}

.league-wrapper .item .score b {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
}

.league-wrapper .item .home-score, .league-wrapper .item .away-score {
    font-size: 31px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    color: white;
    width: 40%;
    text-align: left;
    overflow: visible;
    padding: 0 5px;
}

.league-wrapper .item .home-score {
    text-align: right;
}

.league-wrapper .item .time {
    color: rgb(255 255 255 / 70%);
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.league-wrapper .item .time em {
    font-style: inherit;
    font-weight: normal;
}
.league-wrapper .item .time b{font-weight: 600;color: #ffc300;}

.league-wrapper .item .other {position: absolute;left: 10px;top: 10px;font-size: 12px;text-align: left;max-width: 40%;}
.league-wrapper .item .match {line-height: 20px;white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.league-wrapper .item .starttime {color: rgba(255, 255, 255, .5);font-size: 12px;line-height: 13px;white-space: break-spaces;}

.league-wrapper .item .lock {
    width: 20px;
    height: 20px;
    background: url(../../images/report/lock.png) no-repeat center center;
    background-size: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.league-wrapper .item .result {
    width: 40px;
    height: 40px;
    background: url(../../images/report/win.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}

.detail .match-info {
    padding: 4px 10px 0;
    color: #fff;
    margin-bottom: -25px;
    position: relative;
    /* z-index: 2; */
}

.detail .match-info .match-content {
    display: flex;
    text-align: center;
    margin-bottom: 5px;
}

.detail .match-content .info{
    width: 120px;
}

.detail .match-content .team {
    flex: 1;
}

.detail .match-content .icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.detail .match-content .name {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    letter-spacing: 1px;
}

.detail .match-content .name[title]:before,
.detail .match-content .name[title]:after {
    content: attr(title);
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 5px #f52c1d;
    left: 0;
    top: 0;
    width: 100%;
    text-shadow: 0 0 6px black;
}

.detail .match-content .name[title]:after {
    z-index: -2;
    text-shadow: 1px 1px 10px black;
    -webkit-text-stroke: 10px #000;
    left: 0px;
    top: 0px;
}


.detail .match-content .away-team .name[title]:before {
    -webkit-text-stroke: 5px #0576f7;
}

.detail .match-content .score {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 1px 0 16px;
}

.detail .match-content .status {
    font-size: 11px;
}

.detail .match-info .weather-info {
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    margin: 0;
}

.detail-info {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 3;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    color: #fff;
    padding-left: 17px;
    padding-right: 17px;
    max-width: 750px;
    margin: 0 auto;
}

.detail-info h2 {
    font-size: 17px;
    font-weight: 200;
    line-height: 26px;
    opacity: .8;
}

.detail-info h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.detail-base {
    color: #fff;
    text-align: center;
    /* position: fixed; */
    padding-top: 30%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 750px;
    margin: 0 auto;
}

.detail-base .title {
    width: 200px;
    position: absolute;
    /* top: -72px; */
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}

.detail-base .match-content {
    margin: 0 10px;
}

.detail-base .match-content::after {
    content: "";
    clear: both;
    display: table;
}

.detail-base .match-content .team {
    width: 40%;
}

.detail-base .match-content .team .icon {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
}

.detail-base .match-content .team .name {
    font-size: 21px;
}

.detail-base .match-content .home-team {
    float: left;
}



.detail-base .match-content .away-team {
    float: right;
}



.detail-base .text {
    font-size: 15px;
    line-height: 30px;
    margin-top: 20px;
}

.detail-base .btn {
    display: block;
    min-width: 100px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(180deg, rgba(255, 235, 59, 1) 0%, rgba(255, 195, 0, 1) 100%);
    border: 0;
    border-radius: 50px;
    color: #000;
    font-size: 18px;
    padding: 0 32px;
    margin: 20px auto 0;
    position: relative;
}

.detail-base .btn::before {
    content: "";
    display: inline-block;
    vertical-align: -6px;
    width: 20px;
    height: 26px;
    background: url(../../images/report/lock_black.png) no-repeat center center;
    background-size: contain;
    margin-right: 14px;
}

.detail-base.notdata .text {
    font-size: 22px;
    font-weight: normal;
    line-height: 35px;
}

.detail-base.notdata .btn a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.detail-base.notdata .btn::before {
    background-image: url(../../images/report/look_home.png);
    width: 28px;
    height: 28px;
}

.weather-info {
    background: linear-gradient(90deg, rgb(0 92 196 / 80%) 0%, rgb(212 48 48 / 80%) 100%);
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    margin: 5px 10px 0;
    display: flex;
    justify-content: space-between;
    padding: 0 14px 0 20px;
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
}

.weather-info .weather {
    font-size: 14px;
}

.weather-info .weather i {
    display: inline-block;
    vertical-align: -4px;
    width: 18px;
    height: 18px;
    background: url(../../images/report/sunny.png) no-repeat center center;
    background-size: contain;
    margin: 0 5px 0 3px;
}

.detail-content {
    padding: 40px 0 150px;
}

.page-content{background: linear-gradient(90deg, rgb(0 0 0 / 40%), rgb(0 0 0 / 20%));min-height: 100vh;}

.detail-content .box-title {
    width: 100%;
    height: 206px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.detail-content .box-title img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.detail-content .box-title h2 {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    color: #ff3d12;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
}

.detail-content .tip {
    color: rgb(255 255 255 / 70%);
    text-shadow: 1px 1px 6px black;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 0 28px;
    margin-bottom: 4px;
    position: relative;
}

.forecast-box {
    padding-top: 162px;
    position: relative;
}

.forecast-box .grid-wrap {
    color: #fff;
    padding: 0 25px;
    margin-top: 10px;
    position: relative;
}

.forecast-box .grid-group {
    display: flex;
    gap: 3px;
}

.forecast-box .grid-wrap .griditem {
    background: linear-gradient(180deg, rgba(43, 100, 225, 0.5) 0%, rgba(73, 100, 225, 0.9) 100%);
    padding: 11px 0;
    flex: 1;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.forecast-box .grid-wrap .griditem .label {
    font-size: 14px;
    line-height: 24px;
}

.forecast-box .grid-wrap .griditem .value {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 4px;
}

.forecast-box .grid-wrap .griditem.active::before, .forecast-box .score-wrap .scoreitem.active .circle::before {
    content: "";
    width: 40px;
    height: 32px;
    background: url(../../images/report/win_fill.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -5px;
    top: -5px;
}

.forecast-box .grid-wrap .score {
    background: linear-gradient(180deg, rgba(156, 41, 227, 0.5) 0%, rgba(82, 24, 148, 0.78) 100%);
    padding: 2px 10px 5px;
    margin-top: 3px;
}

.forecast-box .score-wrap {
    display: flex;
    flex-wrap: wrap;
}

.forecast-box .score-wrap .scoreitem {
    flex: 1;
    padding: 0 8px;
    min-width: 25%;
    position: relative;
}

.forecast-box .score-wrap .scoreitem .circle {
    display: block;
    max-width: 70px;
    margin: 0 auto;
    position: relative;
}

.forecast-box .score-wrap .scoreitem .circle::after {
    content: "";
    display: block;
    padding-top: 100%;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    border-radius: 100%;
    box-shadow: 0 0 20px rgb(255 255 255 / 20%);
}

.forecast-box .score-wrap .scoreitem span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.lineup-box {
    padding-top: 162px;
    margin-top: 14px;
    position: relative;
}

.lineup-wrap {
    margin: 0 25px 24px;
    position: relative;
    text-align: center;
}

.lineup-wrap .bg-field{display:block;max-height: 1000px;margin: 0 auto;border-radius: 5px;}

.lineup-wrap .lineup {
    position: relative;
    margin: 0 auto;
    height: 100%;
    min-height: 60vh;
    min-width: 60%;
    text-align: center;
    display: inline-block;
    background: linear-gradient(90deg, #1f550b, #2b710f);
    border-radius: 5px;
    transition: all 1s;
}


.lineup-player {
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.lineup-player.lineuphome {
    top: 0;
    padding-top: 0%;
}

.lineup-player.lineupaway {
    bottom: 0;
    flex-direction: column-reverse;
}

.lineup-player .list {
    /* display: flex; */
    text-align: center;
    justify-content: center;
    padding: 0 0%;
}

.lineup-player .list .item {
    transition: all .3s;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    position: relative;
}
.lineup-player .list .item:first-child:last-child p{width: 200%;transform: translateX(-25%);height: auto;padding-bottom: 5px;}

.lineup-player .list .item:hover {
    transform: scale(1.5);
    z-index: 3;
    background: radial-gradient(rgb(0 0 0 / 100%), rgb(0 0 0 / 70%));
    border-radius: 5px;
}

.lineup-player .list .avatarbox {
    width: 56%;
    max-width: 70px;
    margin: 0 auto;
    position: relative;
}
.lineup-player .list .avatarbox::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.lineup-player .list .avatarbox::before {
    content: attr(data-number);
    position: absolute;
    top: -2px;
    right: -2px;
    color: #fff;
    font-size: 10px;
    min-width: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 100%;
    background-color: #d43030;
    z-index: 1;
}

.lineup-player.lineupaway .list .avatarbox::before {
    background-color: #2a82e4;
}

.lineup-player .list .avatarbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.lineup-player .list .name {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    /* max-height: 20px; */
    padding: 0px 1px 3px;
}
.lineup-player.lineuphome[data-row="4"] .list:not(:last-child) {
    padding-bottom: 5%;
}
.lineup-player.lineuphome[data-row="5"] .list:not(:last-child) {
    padding-bottom: 2.5%;
}
.lineup-player.lineupaway[data-row="4"] .list:not(:first-child) {
    padding-bottom: 5%;
}
.lineup-player.lineupaway[data-row="5"] .list:not(:first-child) {
    padding-bottom: 2.5%;
}

.lineup-other-wrap {
    padding: 0px 10px 0;
    white-space: nowrap;
}

.lineup-other {
    position: relative;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.lineup-other .header {
    background-color: #d43030;
    background: linear-gradient(90deg, rgb(212 48 48 / 70%), rgb(212 48 48 / 10%));
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 36px;
    border-radius: 5px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.lineup-other .header span {
    font-weight: bold;
}

.lineup-other.away-lineup-other .header {
    background-color: #2a82ef;
    background: linear-gradient(90deg, rgb(42 130 239 / 70%),  rgb(42 130 239 / 10%));
}

.lineup-other .list {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(125, 1, 1, 0.8) 100%);
    margin: 0 0px;
    border-radius: 5px;
    padding: 45px 30px 10px 10px;
}

.lineup-other .list .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    align-items: center;
}

.lineup-other .list .item:last-child {
    margin-bottom: 0;
}

.lineup-other .list .item .avatar {
    width: 31px;
    height: 31px;
    object-fit: contain;
    border-radius: 5px 0 0 5px;
    background: white;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.lineup-other .list .item .avatar>img {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    min-width: 100%;
    min-height: 100%;
}

.lineup-other .list .item .number {
    background-color: rgb(255 87 51 / 50%);
    border-radius: 0 5px 5px 0;
    width: 31px;
    min-width: 31px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0px 10px 0 0;
    vertical-align: middle;
    display: inline-block;
}

.lineup-other .list .item .name {
    flex: 1;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    white-space: normal;
    vertical-align: middle;
}

.away-lineup-other .list {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 56, 120, 0.7) 100%);
}

.away-lineup-other .list .item .number {
    background-color: rgb(42 130 228 / 50%);
}

.injury-box {
    padding: 168px 10px 0;
    margin-top: 14px;
    position: relative;
}

.injury-content {
    background: linear-gradient(270deg, rgba(42, 130, 228, 0.8) 0%, rgba(212, 48, 48, 0.8) 100%);
    border-radius: 5px;
    position: relative;
}

.injury-content::after {
    content: "";
    clear: both;
    display: table;
}

.injury-content::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.injury-content .list {
    float: left;
    width: 50%;
    padding: 14px 26px 20px 10px;
}

.injury-content .away-list {
    float: right;
}

.injury-content .list .item {
    color: #fff;
    margin-bottom: 10px;
    display: flex;
}

.injury-content .list .item:last-child {
    margin-bottom: 0;
}

.injury-content .list .item .avatar {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 10px;
}

.injury-content .list .item .info {
    flex: 1;
}

.injury-content .list .item .name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}

.injury-content .list .item .status {
    display: inline-block;
    vertical-align: top;
    background: rgb(250 250 250 / 30%);
    padding: 0 8px;
    line-height: 20px;
    color: #000;
    font-size: 12px;
    border-radius: 10px;
}

.radar-box {
    padding-top: 162px;
    position: relative;
}

.score-box {
    padding: 200px 10px 0;
    margin-top: 34px;
    position: relative;
}

.score-box .list {
    position: relative;
}

.score-box .list::after {
    content: "";
    display: block;
    width: 120px;
    height: calc(100% + 28px);
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 5px;
}

.score-box .list .item {
    display: flex;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 2px;
}

.score-box .list .item:last-child {
    margin-bottom: 0;
}

.score-box .list .item[data-kind="8"] .label {
    color: #ff4a4a;
    font-weight: bold;
}

.score-box .list .item .label {
    width: 120px;
    text-align: center;
    background: linear-gradient(270deg, rgba(42, 130, 228, 0.8) 0%, rgba(212, 48, 48, 0.8) 100%);
}

.score-box .list .item .label span {
    position: relative;
    z-index: 1;
}

.score-box .list .item .value {
    flex: 1;
    white-space: nowrap;
    position: relative;
}

.score-box .list .item .value span {
    position: absolute;
    z-index: 1;
    padding: 0 10px;
    font-size: 16px;
}

.score-box .list .item .home-value span {
    right: 0;
    border-radius: 5px 0 0 5px;
    background-color: rgb(212 48 48 / 70%);
    background: linear-gradient(-45deg, rgb(212 48 48 / 80%), rgb(212 48 48 / 20%));
    text-align: right;
}

.score-box .list .item .away-value span {
    left: 0;
    border-radius: 0 5px 5px 0;
    background-color: rgb(42 130 228 / 70%);
    background: linear-gradient(45deg, rgb(42 130 228 / 80%), rgb(42 130 228 / 20%));
    text-align: left;
}

.keyplayer-box {
    padding: 162px 10px 0;
    margin-top: 18px;
    position: relative;
}

.keyplayer-box::after {
    content: "";
    clear: both;
    display: table;
}

.keyplayer-box .playerlist {
    float: left;
    width: calc(50% - 4px);
    position: relative;
}

.keyplayer-box .playerlist.awaylist {
    float: right;
}

.keyplayer-box .playerlist .playeritem {
    margin-bottom: 8px;
    position: relative;
}

.keyplayer-box .playerlist .playeritem:last-child {
    margin-bottom: 0;
}

.keyplayer-box .playerlist .avatar {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
}

.keyplayer-box .playerlist .card {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.66) 100%);
    border-radius: 5px;
    color: #fff;
    padding-bottom: 8px;
}

.keyplayer-box .playerlist .card .name {
    height: 30px;
    line-height: 30px;
    background: linear-gradient(90deg, #d43030, rgb(212 48 48 / 50%));
    border-radius: inherit;
    text-align: center;
    font-size: 14px;
}

.keyplayer-box .playerlist.awaylist .card .name {
    background: linear-gradient(90deg, rgb(42 130 239 / 50%), #2a82ef);
}

.keyplayer-box .playerlist .card .card-title {
    color: #ff4a4a;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

.keyplayer-box .playerlist .description {
    overflow: hidden;
    text-align: center;
    padding: 0 25px;
    color: rgb(255 255 255 / 80%);
}

.keyplayer-box .playerlist .description .cell-item {
    /* float: left; */
    line-height: 22px;
    padding: 0 13px;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.keyplayer-box .playerlist .description .label {
    flex: 1;
    font-size: 12px;
    line-height: 16px;
    padding-right: 2px;
    padding: 3px 0;
}

.keyplayer-box .playerlist .description .value {
    font-size: 15px;
    font-weight: bold;
}

.keyplayer-box .playerlist .status {
    position: absolute;
    left: 0;
    top: 40px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(255, 195, 0, 1) 0%, rgba(255, 87, 51, 1) 100%);
    color: #fff;
    font-size: 9px;
    text-align: center;
    width: 50px;
    padding: 4px 0;
}

.keyplayer-box .playerlist .status::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../../images/report/wound.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
}

.scoringstyle-box {
    padding: 162px 10px 0;
    position: relative;
}

.scoringstyle-box .card {
    background: linear-gradient(270deg, rgba(42, 130, 228, 0.8) 0%, rgba(212, 48, 48, 0.8) 100%);
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
    padding: 0 20px;
}

.scoringstyle-box .card:last-child {
    margin-bottom: 0;
}

.scoringstyle-box .card-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.33) 100%), linear-gradient(270deg, rgba(42, 130, 228, 0.8) 0%, rgba(212, 48, 48, 0.8) 100%);
    border-radius: inherit;
    line-height: 35px;
    height: 35px;
    text-align: center;
    overflow: hidden;
    margin: 0 -20px;
}

.scoringstyle-box .card-header .value {
    float: left;
    width: calc(50% - 40px);
    height: 100%;
    color: #ffc300;
    font-size: 17px;
    font-weight: 700;
}

.scoringstyle-box .card-header .label {
    float: left;
    width: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.scoringstyle-box .card-body {
    overflow: hidden;
    position: relative;
}

.scoringstyle-box .card-body::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.scoringstyle-box .list {
    float: left;
    width: 50%;
}

.scoringstyle-box .awaylist {
    float: right;
    text-align: right;
}

.scoringstyle-box .list .item {
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
    margin: 7px 0;
}

.scoringstyle-box .awaylist .item {
    flex-direction: row-reverse;
    padding: 0 5px 0 10px;
}

.scoringstyle-box .list .item .avatar {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.scoringstyle-box .awaylist .item .avatar {
    margin-right: 0;
    margin-left: 10px;
}

.scoringstyle-box .list .item .name {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

.goalscorer-box {
    padding: 162px 10px 0;
    position: relative;
}

.goalscorer-box .card {
    background: linear-gradient(270deg, rgb(42 130 228 / 70%) 0%, rgb(212 48 48 / 70%) 100%);
    border-radius: 5px;
    padding: 18px 0;
    overflow: hidden;
    position: relative;
}

.goalscorer-box .card::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.goalscorer-box .card .list {
    float: left;
    width: 50%;
}

.goalscorer-box .card .awaylist {
    float: right;
    text-align: right;
}

.goalscorer-box .card .item {
    display: flex;
    align-items: center;
    padding: 0 15px 0 18px;
    margin-bottom: 14px;
}

.goalscorer-box .card .awaylist .item {
    flex-direction: row-reverse;
    padding-right: 25px;
    padding-left: 10px;
}

.goalscorer-box .card .item:last-child {
    margin-bottom: 0;
}

.goalscorer-box .card .avatar {
    width: 40px;
    /* height: 40px; */
    object-fit: contain;
    margin-right: 5px;
}

.goalscorer-box .card .awaylist .avatar {
    margin-right: 0;
    margin-left: 5px;
}

.goalscorer-box .card .average {
    color: #ffc300;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 2px;
    font-weight: 700;
}

.goalscorer-box .card .name {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.infoanalysis-box {
    padding: 163px 10px 0;
    position: relative;
    margin-top: 7px;
}

.infoanalysis-box .card {
    background: linear-gradient(270deg, rgba(42, 130, 228, 0.8) 0%, rgba(212, 48, 48, 0.8) 100%);
    border-radius: 5px;
    padding: 20px 60px 20px 30px;
    position: relative;
    text-align: justify;
}

.infoanalysis-box .card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.5);
}

.infoanalysis-box .card dl:not(:last-child) {
    margin-bottom: 40px;
}

.infoanalysis-box .card dt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
    position: relative;
}

.infoanalysis-box .card dd {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    white-space: pre-wrap;
    position: relative;
}

/* 我的页面 */
.user-view {
    position: relative;
    z-index: 3;
}

.user-view .logout-btn {
    display: block;
    max-width: 450px;
    line-height: 50px;
    margin: 10px auto 0;
    background-color: rgba(255, 115, 16, 0.8);
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.user-top {
    background-color: rgb(0 0 0 / 60%);
    background: linear-gradient(45deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 30%));
    padding: 44px 10px 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 0 0 5px 5px;
    color: white;
}

.user-top .content {
    display: flex;
    align-items: center;
}

.user-top .user-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.user-top .userinfo {
    flex: 1;
    margin-left: 10px;
}

.user-top .userinfo .username {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.user-top .userinfo .login-text {
    position: relative;
    z-index: 1;
}

.user-top .userinfo .userfollow a {
    padding: 0;
    font-size: 12px;
    color: rgb(255 255 255 / 70%);
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.user-top .user-avatar {
    width: 58px;
    height: 58px;
}

.user-top .user-avatar .avatarimg {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.user-items .items {
    background: rgb(0 0 0 / 60%);
    background: linear-gradient(45deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 30%));
    margin-bottom: 10px;
    color: white;
    border-radius: 5px;
}

.user-items .items:last-child {
    margin-bottom: 0;
}

.user-items .items .item:not(:last-child) {
    border-bottom: solid 1px rgb(255 255 255 / 20%);
}

.user-items .items .item .link {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 10px;
    position: relative;
    color: inherit;
}

.user-items .items .item .value {
    flex: 1;
    text-align: right;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.user-items .items .item .arrow {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: url(../../images/icon/arrow-right-white.png) no-repeat center center;
    background-size: contain;
}

.user-items .items .item .icon {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(../../images/icon/css_sprites.png) no-repeat center center;
    background-size: 20px;
    margin-right: 8px;
}

.user-items .items .item .i-chongzhi {
    background-position: 0 2px;
}

.user-items .items .item .i-xiaofei {
    background-position: 0 -158px;
}

.user-items .items .item .i-huiyuan {
    background-position: 0 -30px;
}

.user-items .items .item:not(:last-child) a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    transform-origin: center bottom;
}

/* 我的页面end */
/* 消息页面 */
.notification {
    padding: 5px 5px 0;
    position: relative;
    z-index: 2;
    overflow: auto;
    height: calc(100vh - 44px - 64px);
    color: white;
}

.notification-list .item {
    background-color: rgb(0 0 0 /40%);
    border-radius: 5px;
    margin-bottom: 1px;
}

.notification-list .item .link {
    display: flex;
    align-items: flex-start;
    padding: 15px 10px;
    color: inherit;
}

.notification-list .item .content {
    flex: 1;
    min-width: 1px;
}

.notification-list .item .title {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-list .item .time {
    font-size: 12px;
    color: rgb(255 255 255 / 50%);
    line-height: 20px;
}

.notification-list .item .status {
    font-size: 12px;
    line-height: 20px;
    color: #ff7310;
}

.notification-list .item .status::before {
    content: "未读";
}

.notification-list .item .status.isread {
    color: rgb(255 255 255 / 70%);
}

.notification-list .item .status.isread::before {
    content: "已读";
}

/* 消息页面end */
/* 信息详情 */
.notification-info {
    padding: 5px 5px 100px;
    position: relative;
    z-index: 2;
}

.notification-info .time {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 10px;
}

.notification-info .content {
    background-color: rgb(0 0 0 / 80%);
    border-radius: 5px;
    padding: 30px 15px;
    color: white;
}

.notification-info .content .title {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}

.notification-info .content .text {
    font-size: 15px;
    color: rgb(255 255 255 / 80%);
    line-height: 25px;
    white-space: pre-wrap;
}

/* 信息详情end */
/* 导航栏 */
.navbar {
    color: #fff;
    height: 44px;
    position: sticky;
    font-weight: bold;
    z-index: 3;
    left: 0;
    top: 0;
}

.navbar-left {
    left: 0;
}

.navbar-right {
    right: 0;
}

.navbar-left, .navbar-right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 5px 0 0;
    font-weight: normal;
}

.navbar-title {
    text-align: left;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    position: absolute;
    line-height: 28px;
    font-weight: 800;
    top: 0%;
    left: 0%;
    padding: 6px 10px;
    /* transform: translate(-50%, -50%); */
}

.navbar-left+.navbar-title {
    left: 50px;
    padding-left: 0;
}

.navbar-back {
    width: 50px;
    height: 40px;
    background: url(../../images/report/icon-arrow-left.png) no-repeat center center;
    background-size: auto 50%;
}

.navbar-read {
    font-size: 12px;
    color: rgb(255 255 255 / 80%);
    cursor: pointer;
    padding: 4px 0;
}

/* 导航栏end */
/* 空状态 */
.empty {
    padding: 170px 0 32px;
    background: url(../../images/report/empty.png) no-repeat center 32px;
    background-size: auto 140px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

/* 空状态emd */

body[data-render="share"] .app::after,
body[data-render="share"] .app::before,
body[data-render="share"] .detail-info,
body[data-render="share"] .aio-toolbar,
body[data-render="share"] .aio-tabbar {
    display: none !important;
}
body[data-render="share"][data-mode="1"] .detail-content {
    padding: 32% 0 40px;
}
body[data-render="share"][data-mode="1"] .league-wrapper {
    padding-top: 140px;
}
body[data-render="share"][data-mode="1"] .poster-mode-1 {
    display: block;
}

body[data-render="share"][data-mode="1"]  .app {
    height: 100vh;
}

.poster-container {position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 2000;display: none;}
.poster-container[data-ai-vis="1"] {display: block;}
.poster-container .dialog-model {-webkit-backdrop-filter: blur(2px);backdrop-filter: blur(2px);background: rgba(0,0,0,.7);height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: -1;}
.poster-container .poster-content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background-color: #fff;width: 85%;height: 85%;max-width: 400px;max-height: 800px;display: flex;flex-direction: column;border-radius: 4px;padding: 10px;}
.poster-container .poster-wrap {flex: 1;overflow: auto;position: relative;border: 1px solid rgba(0, 0,0, 0.1);}
.poster-container .poster-loading {display: flex;align-items: center;justify-content: center;font-size: 17px;position: absolute;top: 50%;transform: translateY(-50%);width: 100%;}
.poster-container .poster-loading .icon-loading {width: 18px;height: 18px;margin-right: 4px;}
.poster-container .poster-share .btn-group {display: flex;justify-content: center;padding: 20px 0;}
.poster-container .poster-share .btn-group .btn {flex: 1;}
.poster-container .poster-share .btn-group .btn .icon {display: block;margin: 0 auto;width: 40px;}
.poster-container .poster-share .select-group {display: flex;justify-content: center;padding: 8px 0;}
.poster-container .poster-share .select-group .item {width: 88px;line-height: 30px;font-size: 14px;text-align: center;background-color: #ffe2ce;border-radius: 4px;margin: 0 14px;cursor: pointer;}
.poster-container .poster-share .select-group .item.active {background-color: #ff7310;color: #fff;}
.poster-mode-1 {position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 2000;display: none;}
.poster-mode-1 .bottom {position: absolute;left: 0;bottom: 0;width: 100%;;background: url(../../images/report/share_bottom_img.png) no-repeat center top;background-size: cover;text-align: center;color: rgba(0, 0, 0, 0.8);color: #fff;font-size: 16px;line-height: 20px;padding: 30px 0;}
.poster-mode-1 .bottom h3 {font-weight: bold;margin: 36px 0 14px;}
.poster-mode-1 .bottom .qrcode {width: 220px;height: 220px;margin: 0 auto;padding: 15px;background: url(../../images/border.png) no-repeat center center;background-size: cover;position: relative;}
.poster-mode-1 .bottom .qrcode::before {content: "";background: #fff url(../../images/logo-icon.png) no-repeat center center;background-size: 86%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 40px;height: 40px;border-radius: 5px;box-shadow: 0px 0 8px rgba(0, 0, 0, 0.3);}
.poster-mode-1 .bottom .qrcode::after {content: "";position: absolute;left: 50%;bottom: -18px;transform: translateX(-50%);background: url(../../images/report/share_img_btn.png) no-repeat center center;background-size: contain;width: 132px;height: 32px;}

.aio-status-code{ color:white;}
.aio-bt-m, a.aio-bt-m{color: rgb(255 255 255 / 70%);}
.sign-container{background: #eee;background: linear-gradient(45deg, #ddd, #fff);border-radius: 5px;box-shadow: 0 0 5px rgb(0 0 0 / 50%);}
.sign-box .sign-content{ background:none;}
.sign-box .sign-from>div{ border-radius:5px; overflow:hidden;}
input:-webkit-autofill {background:red !important;font-weight: bold;color: blue !important;}

