.wrap {
    width: 1200px;
    margin: 0 auto;
}

.mainBox {
    display: flex;
    gap: 20px;
}

#header {
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 18px -5px rgba(0, 0, 0, 0.14);
}

.navbox {
    display: flex;
    align-items: center;
    margin: auto;
    height: 70px;
}

.navbox img {
    width: 200px;
    height: auto;
    object-fit: cover;
}

.nav_left {
    margin-left: 50px;
}

.nav_left ul {
    display: flex;
    align-items: center;
    margin: auto;
}

.nav_left ul li {
    text-align: center;
}

.nav_left ul li a {
    font-size: 18px;
    color: #000;
    padding: 0 15px;
    line-height: 70px;
}

.nav_left ul li:hover {
    transition: .3s;
    background-color: #dd4d30;
}

.nav_left ul li a:hover {
    transition: .3s;
    color: #fff;
}

.Match_title_button {
    display: flex;
    align-items: center;
    background-color: #fff;
}

.Match_title_button h1 {
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.Match_title_button p {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
}

.hdt {
    text-align: center;
    color: #999;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.hdt.active {
    background-color: #dd4d30;
    color: #FFF;
}

.hdt:hover {
    background-color: #dd4d30;
    color: #FFF;
}

.Match {
    position: relative;
    padding-bottom: 20px;
    background-color: #fff;
    padding: 20px;
}

.emble {
    display: flex;
    align-items: center;
    gap: 15px;
}

.emble time {
    font-size: 14px;
    color: #8e8e8e;
    text-align: center;
}

.fame {
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fame a {
    color: #8e8e8e;
    font-size: 14px;
}

.battle {
    display: flex;
    align-items: center;
    gap: 23px;

}

.team {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team img {
    width: 45px;
    height: 47px;
}

.click {
    background-color: red;
    width: 114px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}


.li_pc {
    height: 60px;
    width: 100%;
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Match .list>li:hover {
    background: #f4faff;
}

/*底部*/
#footer {
    clear: both;
    --tw-bg-opacity: 1;
    background-color: #262626;
    font-size: 14px;
}

#footer p {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-top: 15px;
}

#footer .footer_container {
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
}

#footer .djQ5_ZnJpZW5kTGlua3A {
    overflow: hidden;
    line-height: 28px;
    color: #fff;
}

#footer .djQ5_ZnJpZW5kTGlua3A li {
    float: left;
    margin-right: 5px;
}

#footer a {
    color: #fff;
    margin-right: 8px;
}

#footer2 {
    clear: both;
    background-color: #fff;
    font-size: 14px;
    padding: 10px 0;
    border: 1px solid #eaeaea;
}

#footer2 nav {
    margin: 0 auto;
    color: #000;
    padding: 0 20px;
    font-size: 16px;
}

#footer2 a {
    color: #0000EE;
    margin-left: 10px;
}

/**_404/500*/
._404_a {
    color: #ff0000;
    font-weight: bold;
}

._404_h1_font {
    color: red;
}

.miaobao ul {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    align-items: center;
    padding: 10px 0;
    display: flex;
}

.miaobao ul li {
    color: #808080;
    font-size: 14px;
}

.miaobao ul li a {
    color: #808080;
    font-size: 14px;
}

.miaobao ul li a:hover {
    transition: .3s;
    color: #12B89C;
}

.bar-wrap {
    position: fixed;
    bottom: 70px;
    right: 50px;
    background-color: #2F8162;
}

/*首页zhibo*/
.Contentfirst {
    display: flex;
    width: 100%;
    gap: 10px
}


.leftDIV>div {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}



/*左侧直播内页*/
.live_content {
    box-shadow: 0 1px 10px #ddd;
    float: left;
    margin: 0px 0px;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
}

.live_content_topBox {
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #292E2E 0%, #0f1852 50%, #292E2E 100%);
    padding: 30px;
    box-sizing: border-box
}

.live_content_topBox .teamName {
    width: 30%;
    margin-top: 20px;
}

.live_content_topBox .teamX {
    text-align: center;
}

.live_content_topBox .teamY {
    text-align: center;
}

.live_content_topBox .djQ5_c2NvcmVfbmFtZXA {
    width: 40%;
    text-align: center;
}

.live_content .live_content_topBox img {
    width: 80px;
    height: 80px;
}

.live_content .live_content_topBox .teamName span {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.live_content .djQ5_c2NvcmVfbmFtZXA time {
    display: block;
    font-size: 16px;
    text-align: center;
}

.live_content .djQ5_c2NvcmVfbmFtZXA span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
}

.live_content .djQ5_c2NvcmVfbmFtZXA p {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}

.live_content .djQ5_c2NvcmVfbmFtZXA p a {
    color: #fff;
}

.live_content .MatchInfo {
    background: #fff;
    border-radius: 6px;
    padding: 0px 0px 20px 0px;
    border: 1px solid #eaeaea;
}

.live_content .MatchInfo .signal {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    align-items: center;
}

.live_content .MatchInfo .signal span {
    text-align: center;
    font-size: 16px;
    background: url('/style/img/signal.webp') left 9px no-repeat;
    padding-left: 18px;
    line-height: 30px;
}

.live_content .MatchInfo .signal a {
    width: 90px;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
    border: 1px solid #953119;
    color: #953119;
    line-height: 30px;
    border-radius: 5px;
}

.live_content .MatchInfo .signal2 {
    display: flex;
    justify-content: center;
}

.live_content .MatchInfo .signal2 span {
    width: 80px;
    text-align: center;
    font-size: 16px;
    background: url('/style/img/signal.webp') left 9px no-repeat;
    padding-left: 18px;
    line-height: 30px;
}

.live_content .MatchInfo .signal2 div {
    width: 170px;
    text-align: center;
    font-size: 18px;
    margin-left: 10px;
    border: 1px solid #333;
    color: #333;
    line-height: 30px;
    border-radius: 5px;
    font-weight: bold;
}

.live_content .MatchInfo .signal2 div:hover {
    background-color: #1F5641;
    color: #fff;
}

.gqzb {
    cursor: pointer;
}

.dname {
    font-size: 14px;
    font-weight: 200;
}

.daohang {
    font-size: 14px;
    line-height: 20px;
    text-indent: 2em;
}

.newsbody {
    padding: 20px 25px 0 25px;
    font-size: 14px !important;
}

.lx {
    text-indent: 1.2em;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.newsbody .qingbao {
    background: url("/style/img/qingbao.webp") no-repeat left 2px;
    padding-left: 28px;
}

/*--评论--*/
#comment_box {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 10px;
    margin: 20px;
}

.comment-list .ul {
    list-style: none;
    border-top: 1px solid #ededed
}

.comment-list .li {
    overflow: hidden;
    padding: 1em
}

.comment-list .li:hover {
    background: #f8f8f8
}

.comment-list .li img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.list_comment_chatgpt_title {
    font-weight: 900;
    color: #333;
}

.djQ5_Y29tbWVudF9hcmVhcA {
    padding: 0;
    margin: 0;
    list-style: none;
}

.djQ5_Y29tbWVudF9hcmVhcA li {
    line-height: 22px;
    border-bottom: 1px dotted #e0e0e0;
    padding: 8px 0;
    color: #333;
}

.showMoreButton {
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin: 12px 0;
}

#comments-title {
    padding-top: 70px;
    margin-top: -40px
}

.djQ5_Yy10aXRsZXA {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}


.compost .djQ5_Y29tLWluZm9w li:nth-child(2) {
    padding-right: 0
}

.compost .djQ5_Y29tLWluZm9w li .verify {
    position: absolute;
    right: 6.5%;
    top: 0;
    z-index: 1;
    height: 40px
}

.compost .djQ5_Y29tLWluZm9w li .verify img {
    height: 100%;
    border: 1px solid #ddd
}

.compost .djQ5_Y29tLWluZm9w li input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 10px
}

.compost .djQ5_Y29tLW5hbWVw {
    padding: 1em 0 1em .2em
}

.comment-num {
    color: #999;
    font-size: 16px
}

.djQ5_Y29tLXN1Ym1pdHA {
    border-radius: 3px;
    border: none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #000;
    padding: 0 20px;
    font-size: 14px;
}

* {
    transition: .3s;
}

/**公用css 样式**/
.mb15 {
    margin-bottom: 15px !important;
}


.mt15 {
    margin-top: 15px !important;
}

.hidden {
    display: none !important;
}



#auTxaArticle {
    border-radius: 3px;
    text-indent: 5px;
    margin: 0 0 20px 0;
    padding: 5px;
    width: 98%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
}

.compost .djQ5_Y29tLWluZm9w {
    margin-bottom: 10px;
}

.compost .djQ5_Y29tLWluZm9w li {
    float: left;
    margin-bottom: 1em;
    width: 99%;
    padding-right: 10%;
    position: relative;
}

.banner {
    width: 100%;
    height: 300px;
    position: relative;
    user-select: none;
    backdrop-filter: blur(20px);
    overflow: hidden;
    background-color: #196650;
    margin: 0 auto;
    max-width: 1280px;
    border-radius: 5px;
}

.banner img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner .banner-word {
    background-color: hsla(0, 0%, 0%, 0.6);
    position: absolute;
    color: #fff;
    top: 20%;
    left: 0;
    padding: 30px 35px;
    align-items: center;
}

.banner-word h1 {
    font-size: 37px;
    font-weight: 100;
    letter-spacing: 15px;
    font-family: 'CangErYuYangTiW05';
    background-image: linear-gradient(135deg, #ffe6a7 12%, #f9fad0 50%, #fff0f3 33%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.banner-word h2 {
    margin-top: 5px;
    letter-spacing: 8px;
}

.ad-banner {
    margin: 10px auto 10px auto;
    max-width: 1280px;
    width: 100%;
    height: 320px;
    position: relative;
    user-select: none;
    backdrop-filter: blur(20px);
    overflow: hidden;
    background: linear-gradient(to bottom, #010101, #000);
}

.ad-banner-filter {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.ad-banner img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 10;
}

.ad-banner-word {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
}

.ad-banner-word h2 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 8px;
    font-family: 'CangErYuYangTiW05';
}

.ad-banner-button {
    margin-top: 20px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), linear-gradient(145deg, green, blue 25%, #9f6eff 50%, #fd66cb 75%, orange);
    transform-style: preserve-3d;
    border-radius: 9999px;
    padding: 2px;
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    display: inline-block;
    transform: scaleZ(1.01);
    box-shadow: 0 3px 7px rgba(19, 17, 26, .14);
}

.button-80 {
    margin: 10px auto 0 auto;
    background: #ae7a20;
    backface-visibility: hidden;
    border-radius: .375rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Circular, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.5;
    padding: 8px 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    /* 重要，確保 <a> 沒有下劃線 */
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-80:not(:disabled):hover {
    transform: scale(1.05);
    color: #fff;
}

.button-80:not(:disabled):hover:active {
    transform: scale(1.05) translateY(.125rem);
}

.button-80:focus {
    outline: 0 solid transparent;
}

.button-80:focus:before {
    content: "";
    left: calc(-1*.375rem);
    pointer-events: none;
    position: absolute;
    top: calc(-1*.375rem);
    transition: border-radius;
    user-select: none;
}

.button-80:focus:not(:focus-visible) {
    outline: 0 solid transparent;
}

.button-80:focus:not(:focus-visible):before {
    border-width: 0;
}

.button-80:not(:disabled):active {
    transform: translateY(.125rem);
}

.button-85 {
    background-color: black;
    color: #fff;
    text-align: center;
    letter-spacing: .01786em;
    white-space: nowrap;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    padding: 20px 34px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.111em;
    display: flex;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1.01) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
}

.button-85:hover {
    color: #fff;
}

.sall_cellPhone {
    width: 256px;
    MARGIN: 2px auto;
    HEIGHT: 28px;
    line-height: 28px;
    display: none;
}

.Hot_events {
    display: flex;
    justify-content: space-between;
}

.hot_events_tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    margin: auto;
}

.hot_events_tabsTitles {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding-bottom: 10px;
}

.tag_title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    min-width: 146px;
    text-align: center;
    background: #dd4d30;
    border-radius: 15px 0px 15px 0px;
    padding: 0 10px;
}

.tag_title1 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
    min-width: 146px;
    text-align: center;
    background: #dd4d30;
    border-radius: 15px 0px 15px 0px;
    padding: 0 10px;
}

.tag_title h1 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
    min-width: 146px;
    text-align: center;
    background: #dd4d30;
    border-radius: 15px 0px 15px 0px;
    padding: 0 10px;
}

.tag_title1 h1 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
    min-width: 146px;
    text-align: center;
    background: #dd4d30;
    border-radius: 15px 0px 15px 0px;
}
.news-tag_title h1 {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 34px;
    min-width: 146px;
    background: #dd4d30;
    border-radius: 15px 0px 15px 0px;
}

.events_box {
    float: left;
    width: 100%;
    margin: 0 0% 0px 0%;
    background-color: #fff;
}

.tBox {
    height: 110px;
    padding: 10px;
    overflow: hidden;
    float: left;
    width: 20%;
    border-right: 1px solid #ddd;
    margin: 5px;
}

.tBox:hover {
    transition: .3s;
    box-shadow: 0 0px 10px #5e3023;
}

.tBox_txt {
    float: left;
    width: 100%;
    width: 100%;
    margin: 10px 0;
    font-size: 0.8rem;
    text-align: center;
    color: #999;
}

.tBox_txt p {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.tBox_txt p img {
    float: left;
    width: 9%;
}

.tBox_txt p span {
    float: left;
    text-align: left;
    width: 50%;
    overflow: hidden;
    margin: 0 0 0 8%;
    font-size: 15px;
    font-weight: 600;
}

.tBox_txt p b {
    font-weight: 300;
    float: right;
    color: #999;
    width: 20%;
    overflow: hidden;
    font-size: 14px;
}

.tBox_title {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.tBox_title b {
    float: left;
    width: 50%;
    height: 25px;
    line-height: 25px;
    margin: 0 0 0px 0px;
    padding: 0 3%;
    text-align: left;
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;

}

.tBox_title span {
    color: #999;
    font-size: 14px;
}

.Match_title {
    height: 30px;
    line-height: 30px;
    color: #006bb7;
    background: #bfdff5;
    display: flex;
    align-items: center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 175px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.Match_title i {
    font-size: 14px;
    color: #006bb7;
}

.Match_title span {
    font-size: .985rem;
}

.icon_calendar {
    content: url('/static/s32/images/rili.webp');
    width: 30px;
    height: 30px;
}

.iconfont {
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.mvs32 {
    width: 35%;
    height: 60px;
    float: left;
    position: relative;
    font-size: 13px;
}

.mvs32 .time {
    margin-right: 10px;
    margin-left: 10px;
}

.mvs32 .name {
    margin-right: 10px;
    margin-left: 10px;
}

.mvs32 img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.mvs2 {
    width: 50%;
    height: 60px;
    float: left;
    position: relative;
    font-size: 14px;
}

.player1 {
    position: absolute;
    right: 60%;
    white-space: nowrap;
    overflow: hidden;
}

.countryLogo1 {
    width: 30px;
    height: 23px;
    margin-left: 10px;
    vertical-align: middle;
}

.vsMid {
    font-size: 18px;
    display: flex;
    color: #000;
}

.vsMid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vsMid span {
    font-size: 18px;
    color: #222222;
    text-align: center;
    width: 25px;
    text-align: center;
}

.vsMid .vs {
    color: #b1b0b0;
    font-weight: 600;
    font-size: 22px;
}

.player2 {
    position: absolute;
    left: 60%;
}

.countryLogo2 {
    margin-right: 10px;
    width: 30px;
    height: 23px;
    vertical-align: middle;
}

.mvs3 {
    height: 60px;
    float: left;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
}

.mvs3 .live1 {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    background-color: #dd4d30;
    border-radius: 26px;
}


.fixed_score_top {
    display: flex;
    justify-content: space-between;
    flex: 1;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}



.score_name_left {
    display: flex;
    align-items: center;
    flex: 1;
    flex-direction: column;
}

.score_name {
    text-align: center;
}

.score_name_right {
    display: flex;
    align-items: center;
    flex: 1;
    flex-direction: column;
}

.image_container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
}

.image_container img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.score_name_left span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    color: #FFFFFF;
}

.score_name_right span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    color: #FFFFFF;
}

.league_name {
    line-height: 18px;
    border: 1px solid #FFFFFF;
    border-radius: 18px;
    padding: 4px 27px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.match_score {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    height: 39px;
    padding: 0 28px;
}

.match_score>div {
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}

.match_status {
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 36px;
    width: 140px;
    margin: auto;
    color: #0c100c;
}

.live_content h2 {
    border-radius: 8px;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 15px 10px 15px 20px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 1px 10px #ddd;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 8px;
}

.live_button a {
    background: #5e3023;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 8px 10px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
    cursor: pointer;
}

.matchInfo h3 {
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.live_content h2 img {
    height: 22px;
}

.li_cellphone {
    display: none;
}

.prclist {
    display: block;
    position: fixed;
    bottom: 10%;
    right: 2%;
    background: 0 0;
    z-index: 100;
}

.refreshbtn {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: #dd4d30;
    margin-bottom: 6px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.refreshbtn i {
    width: 24px;
    height: 28px;
    text-align: center;
    line-height: 50px;
    background: url('/style/img/shuaxing_n.webp') no-repeat center center !important;
    background-size: 100% 100%;
    display: block;
    margin: 10px auto 0;
}

.refreshbtn span {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.totop {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    background: #dd4d30;
    margin-bottom: 6px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.totop i {
    width: 33px;
    height: 32px;
    text-align: center;
    line-height: 50px;
    background: url('/style/img/totop.webp') no-repeat center center !important;
    background-size: 100% 100%;
    display: block;
    margin: 10px auto 0;
}

.totop span {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

/*推荐新闻*/
.newsDIV_bottom {
    background: #fff;
    padding: 10px;
    font-size: 14px;
}

.newsDIV_bottom ul li {
    border-bottom: solid 1px #eaeaea;
    padding: 15px;
    display: flex;
    align-items: center;
}

.newsDIV_bottom ul li:hover {
    background: #f4faff;
    color: #2054ae;
}

.newsDIV_bottom ul li a.img {
    width: 20%;
    display: block;
    width: 150px;
    height: 110px;
    margin-right: 20px;
}

.newsDIV_bottom ul li img {
    width: 100%;
    height: 100%;
}

.newsDIV_bottom ul li .title {
    font-weight: bold;
    color: #333;
    text-align: left;
}

.newsDIV_bottom ul li .title a {
    color: #333;
    font-weight: bold;
}

.newsDIV_bottom ul li .info {
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 25px;
    overflow: hidden;
}

.newsDIV_bottom ul li .cate {
    margin-top: 10px;
    color: #333;
}

.match_data {
    overflow: hidden;
    width: 100%;
}

.broadside {
    width: 38%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.collection {
    background: #fff;
    border-radius: 8px;
}

.vision {
    background: #fff;
    padding: 10px;
}

.vision ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
}

.vision ul li figure {
    margin: 0;
    display: flex;
    gap: 10px;
}


.vision ul li figure figcaption {
    flex: 1;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.vision ul li figure figcaption img {
    display: inline-block;
    min-width: 62px;
    min-height: 46px;
    max-width: 62px;
    max-height: 46px;
}

.vision ul li figure figcaption p {
    font-size: 13px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-clamp: 3;
    line-clamp: 3;
    line-clamp: 3;
    line-clamp: 3;
    line-clamp: 3;
    line-clamp: 3;
    margin-left: 10px;
}

.vision1 {
    padding: 10px;
}

.vision1 ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.vision1 ul li {
    flex-wrap: wrap;
    background-color: #F5F5F5;
    border-radius: 5px;
    margin: 5px;
    padding: 5px 10px;
    flex: 1 0 10%;
    text-align: center;
    align-items: center;
}

.vision1 ul li a:hover {
    color: #2054ae;
}

.vision1 ul li a {
    text-align: center;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}



.sign {
    display: flex;
    align-items: center;
    min-width: 136px;
    line-height: 34px;
}

.sign p {
    line-height: 34px;
    color: #fff;
    font-size: 22px;
    min-width: 146px;
    text-align: center;
    background: #dd4d30;
    border-radius: 15px 0px 15px 0px;
}

.steam-side-area {
    padding: 0 8px;
    margin-bottom: 20px;
    background-color: #fff;
}

.steam-side-area-coneten {
    margin-top: 20px;
}

.steam-side-area .steam-side-area-item {
    margin: 0px auto;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.steam-side-area .steam-side-area-item .time {
    flex: 0 0 20%;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.steam-side-area .steam-side-area-item .league-name {
    flex: 0 0 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}

.steam-side-area .steam-side-area-item .team-info {
    flex: 0 0 35%;
    display: flex;
    align-items: start;
    flex-direction: column;
    text-align: left;
    font-size: 12px;
}

.steam-side-area .steam-side-area-item .team-info img {
    width: 22px;
    height: 22px;
}

.steam-side-area .steam-side-area-item .button-area {
    flex: 0 0 20%;
}

.steam-side-area .steam-side-area-item .button-area a {
    width: 70px;
    cursor: pointer;
    padding: 5px;
    display: flex;
    text-align: center;
    border-radius: 35px;
    align-items: center;
    background: #dd4d30;
    color: #fff;
}

.steam-side-area-item-div {
    display: flex;
    align-items: center;
}

.league-wrap {
    color: #fff;
    background: url('/style/img/bg-league.webp') no-repeat;
    margin-bottom: 10px;
}

.league-wrap .logo {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}

.league-wrap .logo img {
    width: 100px;
    max-height: 100px;
    margin: 36px;
    border-radius: 5px;
}

.league-wrap .info {
    display: inline-block;
    vertical-align: top;
    width: 990px;
    height: 172px;
    position: relative;
}

.league-wrap .info .middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}


.league-wrap .info .middle .intro {
    word-break: break-all;
    color: rgba(255, 255, 255, .7);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.league-wrap .team_league * {
    vertical-align: bottom;
}

.league-wrap .team_league i {
    font-style: normal;
}

.league-wrap .team_league a {
    color: #ff4d4d;
    line-height: 25px;
    margin: 0 3px;
    display: inline-block;
}

.newsDIV {
    background: #fff;
    border-radius: 5px;
}


.djQ5_Ymlhb3RpLXBw {
    font-size: 14px;
    margin-top: 5px;
}

.news_tabsTitles {
    width: 100%;
    background: #ffffff;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    padding: 0 10px;
}

.news-tag_title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    min-width: 150px;
    padding: 5px 30px;
}

.arc {
    padding-left: 23px;
    margin-top: 10px;
    color: red;
    font-weight: bold;
    font-size: 15px;
}

.djQ5_aW50cm9fZGl2cA {
    display: flex;
    align-items: baseline;
}

/*分页*/
.pages,
.pageback {
    margin-top: 7px;
    text-align: right;
    float: right;
    padding: 2px 0;
}

.pages a,
.pages strong,
.pageback a {
    font-size: 12px;
    color: #333;
    float: left;
    padding: 3px 10px;
    margin: 3px;
    height: 20px;
    background: #fff;
    line-height: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pages a.cur {
    background: var(--pagination-bg-hover-color);
    color: var(--pagination-text-active-color);
    font-weight: bold;
}

.navbox1 {
    box-shadow: 0px 2px 18px -5px rgba(0, 0, 0, 0.14);
    width: 100%;
}

.nav_left1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    width: 1280px;
}

.nav_left1 ul {
    display: flex;
    align-items: center;
    margin: auto;
}

.nav_left1 ul li {
    text-align: center;
}

.nav_left1 ul li a {
    font-size: 14px;
    color: #6d6d6d;
    padding: 0 10px;
    line-height: 60px;
}

.nav_left1 ul li:hover {
    transition: .3s;
    font-weight: bold;
    color: #6d6d6d;
}

.nav_left1 ul li a:hover {
    color: #6d6d6d;
}

.cav {
    width: 100%;
    text-align: right;
    cursor: pointer;
}



.login_area_content_PC {
    display: block;
    margin-left: 80px;
}

.login_area_content_PC a {
    font-size: 14px;
    cursor: pointer;
    color: #000;
}

.login_area_content_PC span {
    color: #000;
    font-size: 16px;
}

.login_area_content_PC a:hover {
    font-weight: bold;
}


.login_area_content {
    width: 95%;
    text-align: right;
    padding: 10px 0;
    display: none;
}

.login_Area_cellPhone {
    display: none;
}

.login_area_content a {
    font-size: 16px;
    cursor: pointer;
    color: #000;
}

.login_area_content span {
    color: #000;
    font-size: 16px;
}

.login_area_content a:hover {
    font-weight: bold;
}

.navTop {
    width: 100%;
    background-color: #333;
    height: 35px;
}

@keyframes bobbing {

    0%,
    100% {
        color: #dde5b6;
    }

    25% {
        color: #a8dadc;
    }

    75% {
        color: #ecf39e;
    }
}


/************移动端模式适配************/
@media screen and (max-width:900px) {
    .Contentfirst {
        gap: initial;
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    .navTop {
        display: none;
    }

    .sall_cellPhone {
        display: flex;
    }

    .login_area_content_PC {
        display: none;
    }

    .login_area_content {
        display: block;
    }

    .league-wrap {
        display: none;
    }

    .sall {
        display: none;
    }

    .mainBox {
        display: block;
    }

    .prclist {
        display: none;
    }

    .banner {
        display: none;
    }

    .miaobao {
        width: 100%;
    }

    .miaobao ul {
        white-space: unset;
        display: ruby;
    }

    .broadside {
        width: 100%;
        margin-bottom: 20px;
        margin-top: unset;
    }

    .newsDIV_bottom ul li .title a {
        font-size: 12px;
    }

    .miaobao ul li {
        color: #000;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
    }

    .miaobao ul li a {
        color: #000;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
    }


    .ad-banner {
        height: 180px;
    }

    .ad-banner-word {
        width: 100%;
    }

    .ad-banner-word h2 {
        letter-spacing: 0;
        font-size: 25px;
    }

    .navbox {
        gap: 5px;
        padding: 5px 0;
        height: unset;
        width: 100%;
        flex-direction: column;
    }

    .navbox1 {
        gap: 5px;
        padding: 5px 0;
        height: unset;
        width: 100%;
        flex-direction: column;
    }

    .flex-between {
        flex-direction: column;
        width: 100%;
    }

    .nav_left ul li a {
        height: unset;
        padding: unset;
    }

    .nav_left1 ul li a {
        height: unset;
        padding: unset;
    }

    .YTQ0_Ym94LXJpZ2h0dg {
        width: 100%;
        overflow-x: auto;
    }

    .nav_left ul li {
        min-width: 90px;
    }

    .nav_left1 ul li {
        min-width: 90px;
    }

    .wrap {
        width: 100%;
        flex-direction: column;
    }

    .nav_left {
        flex-direction: column;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        margin-left: unset;
    }

    .nav_left1 {
        flex-direction: column;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .top_wrap {
        display: block;
        text-align: center;
    }

    .home.Match {
        padding-top: 2.13333vw;
        padding-bottom: 8vw;
    }

    .Match_title_button {
        margin-top: 10px;
        width: 100%;
        overflow-x: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header_icon_left {
        display: none;
    }

    .header_icon_right {
        display: none;
    }

    .emble {
        gap: 2vw;
    }

    .fame {
        width: 55px;
    }

    .battle {
        gap: 5px;
    }

    .team {
        gap: 1.6vw;
    }

    .team span {
        width: 11.73333vw;
        font-size: 2.66667vw;
    }

    .team img {
        width: 6vw;
        height: 6vw;
    }

    .click {
        width: 40px;
        height: 60px;
        display: flex;
        text-align: center;
        align-items: center;
    }

    .type {
        margin-left: 0;
    }

    .djQ5_cGFnZs32ib3hw {
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: unset !important;
        padding: 0 12px !important;
    }

    .whitebg {
        border: none;
        padding: 0;
        overflow: hidden;
        margin-top: 15px !important;
    }

    .djQ5_bWFpbi1wYWdlcA {
        padding: 10px !important;
    }

    #pageContents {
        overflow-x: scroll;
    }

    #pageContents ul {
        width: 100%;
    }

    .djQ5_cGFnZs320aXRsZXA li {
        width: 100px;
        float: left;
        margin-right: 10px;
    }

    .compost .djQ5_Y29tLWluZm9w li input {
        padding-left: 0;
    }

    .emble time {
        font-size: 12px;
    }

    .Match {
        width: 100%;
        padding: unset;
    }

    .Contentfirst {
        gap: initial;
        flex-direction: column;
    }

    .live_content .MatchInfo {
        padding: 0px 5px 20px 0px;
    }

    .live_content .djQ5_c2NvcmVfbmFtZXA p {
        font-size: 16px;
    }

    .djQ5_cGFnaW5hdGlvbi13cmFwcA .djQ5_cGFnaW5nLWNsc3A {
        flex-wrap: wrap;
    }

    .djQ5_aGVhZC1iYW5uZXJw {
        margin-top: 15px;
    }


    .tBox {
        border-radius: 8px;
        border-top: 2px solid #eee;
        background: #fff;
        height: 90px;
        padding: 10px 2%;
        overflow: hidden;
        margin: 0 0 20px 0;
        float: left;
        width: 42%;
        margin: 5px;
    }

    .tBox a {
        color: #333;
    }

    .tBox_txt {
        float: left;
        width: 100%;
        margin: 10px 0;
        font-size: 0.8rem;
        text-align: center;
        color: #333;
    }

    .tBox_txt p {
        float: left;
        width: 100%;
        height: 25px;
        line-height: 25px;
    }

    .tBox_txt p img {
        float: left;
        margin: 5px 0px 0 0;
        width: 10%;
    }

    .tBox_txt p span {
        float: left;
        text-align: left;
        width: unset;
        overflow: hidden;
        margin: 0 0 0 1%;
        font-size: 12px;
        font-weight: unset;
    }

    .tBox_txt p b {
        font-weight: 300;
        float: right;
        color: #999;
        width: 20%;
        overflow: hidden;
    }

    .tBox_title {
        float: left;
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        margin-top: unset;
    }

    .tBox_title b {
        float: left;
        width: 50%;
        height: 25px;
        line-height: 25px;
        margin: 0 0 0px 0px;
        padding: 0 3%;
        text-align: left;
        overflow: hidden;
        font-weight: 500;
        font-size: 0.7rem
    }

    .tBox_title span {
        color: #333;
        font-size: 0.7rem
    }

    .hot_events_tabsTitles {
        margin: unset;
        width: calc(100% - 20px);
        padding: 10px;
    }

    .li_pc {
        display: none;
    }

    .vs {
        width: 33.3%;
        height: 90px;
        float: left;
        display: block;
        position: relative;
        font-size: 16px;
    }

    .countryLogo1 {
        margin: 5px auto;
        width: 45px;
        height: 34px;
        display: block;
    }

    .player1 {
        width: 100%;
        text-align: center;
        color: #333;
        font-size: 14px;
        display: block;
        overflow: hidden;
        padding-top: 1px;
        right: 0;
    }

    .vs .name {
        color: #999;
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .vs .playbtn {
        color: #fff;
        position: absolute;
        top: 28px;
        background-color: #dd4d30;
        border-radius: 5px;
        padding: 3px 0px;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
    }

    .vs .time {
        position: absolute;
        bottom: 10px;
        color: #66192f;
        font-size: 13px;
    }

    .li_cellphone {
        display: block;
        margin: 10px auto;
        padding-bottom: 10px;
    }

    .live_content {
        padding: unset;
        border-radius: unset;
    }

    .league_name {
        padding: unset;
    }
}