#info{background:none!important;width:1060px;padding:0}#info .header{background:var(--bgcolor-1);border-radius:5px;padding:15px 20px;margin-bottom:10px;display:flex;align-items:center;-webkit-text-size-adjust:none}#info .header #imgBox{height:60px;width:60px;margin-right:10px;border-radius:50%}#info .header #imgBox img{width:100%;height:100%;object-fit:contain}#info .header .title-box{flex:1}#info .header .title-box .title{font-size:24px;line-height:30px;font-weight:bold;margin-bottom:6px}#info .header .title-box .bottom-info{display:flex}#info .header .title-box .bottom-info>*{font-size:14px;display:flex;align-items:center;margin-right:15px}#info .header .title-box .bottom-info a:hover{color:var(--text-primary);text-decoration:none}#info .header .title-box .bottom-info img{width:20px;height:20px;margin-right:5px;object-fit:cover}#info .header .title-box .bottom-info .headpic{width:14px}#info .header .title-box .selectbox .selectpop{padding:0;margin-top:0;width:100%}#info .header .title-box .selectbox .selectpop li{padding:5px 12px}#info .header .title-box .selectbox text:after{vertical-align:-1px}#info .header .title-box .selectbox:hover text:after{vertical-align:-1px}#info .header .information-box{width:45%;border:1px solid var(--border-3);border-radius:4px;display:flex}#info .header .information-box li{text-align:center;padding:8px 0;flex:1 0 auto}#info .header .information-box li span{color:var(--textcolor-3);margin-bottom:5px;display:block}#info .header .information-box li>div{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#info .header .PLnum{color:var(--text-white);font-size:14px;font-weight:bold;text-align:center;line-height:36px;font-family:cursive;width:36px;height:36px;margin-right:10px;position:relative;z-index:1}#info .header .PLnum .icon{color:var(--text-primary);font-size:36px;font-weight:normal;top:0;left:0;position:absolute;z-index:-1}#info .header .start{background:var(--bgcolor-2);text-align:center;width:30px;height:30px;line-height:30px;border-radius:4px;margin-left:20px}#info .header .start .icon{font-size:20px}#info .left-side{float:left;width:690px}#info .right-side{float:right;width:360px}.plates{background:var(--bgcolor-1);padding:10px;margin-bottom:10px;border-radius:5px}.plates h2{font-size:18px;font-weight:bold;line-height:28px;text-align:left;margin:0;padding-bottom:10px}.plates .tooltitle{margin-bottom:10px;align-items:center;justify-content:space-between;display:flex}.plates .tooltitle h2{padding:0}.plates .tooltitle .selectbox{text-align:center;min-width:20%}.plates .toolitem{margin-bottom:10px;align-items:center;display:flex}.plates .toolitem .selectbox{text-align:left;padding:7px 10px;min-width:20%}.plates .toolitem .selectbox text:after{margin-top:5px;float:right}.plates .toolitem .selectbox .selectpop{top:26px;text-align:left;width:100%;padding:0}.plates .toolitem .segmented-buttons:last-child,.plates .toolitem .selectbox:last-child{margin:0}.selectbox{width:max-content;padding:4px 12px;border-radius:5px;border:1px solid var(--border-3);position:relative;cursor:pointer}.selectbox text:after{content:"";margin-left:5px;vertical-align:-2px;border-width:4px;border-style:solid;border-color:var(--textcolor-2) transparent transparent transparent;display:inline-block;transition:transform .3s ease;transform:rotate(0deg)}.selectbox:hover .selectpop{display:block}.selectbox:hover text:after{transform:rotate(0deg);transition:transform .3s ease;vertical-align:2px}.selectbox .selectpop{display:none;transition:opacity .2s ease-out;background:var(--bgcolor-1);max-height:300px;padding:6px;border:1px solid var(--border-3);border-top:0;border-radius:0 0 6px 6px;box-shadow:0 5px 8px var(--black15);top:20px;left:50%;transform:translateX(-50%);position:absolute;overflow-y:auto;z-index:10}.selectbox .selectpop::-webkit-scrollbar{width:5px;height:100%;background:var(--bgcolor-2);border-radius:10px}.selectbox .selectpop::-webkit-scrollbar-thumb{background:#bbb;border-radius:10px}.selectbox .selectpop li{color:var(--textcolor-2);line-height:20px;padding:5px 10px;border-radius:4px;border:0;display:block;cursor:pointer;white-space:nowrap}.selectbox .selectpop li:hover{color:var(--text-primary);background:none}.selectbox .selectpop .on,.selectbox .selectpop .on:hover{background:var(--bgcolor-2);color:var(--textcolor-1)}.page-switcher{margin:10px;text-align:center}.page-switcher>span{min-width:14px;line-height:26px;text-align:center;padding:0 6px;margin:0 2px;border:1px solid var(--textcolor-4);border-radius:4px;display:inline-block;cursor:pointer}.page-switcher>span.on{border-color:var(--primary-color);color:var(--text-primary)}.segmented-buttons{background:var(--bgcolor-2);padding:0;margin:0 10px 0 0;border:1px solid var(--border-2);border-radius:5px;text-align:center;flex:1 0 auto;align-items:center;display:inline-flex;position:relative;overflow:hidden}.segmented-buttons span{color:var(--textcolor-2);text-align:center;line-height:20px;padding:4px;vertical-align:middle;flex:1;display:inline-block;cursor:pointer;z-index:2}.segmented-buttons span.on{color:var(--textcolor-1);border-radius:4px;z-index:2}.segmented-buttons .background-indicator{background:var(--bgcolor-1);width:33.33%;height:100%;border-radius:4px;box-shadow:0 0 10px var(--black15);top:0;left:0;padding:0!important;position:absolute;transition:transform .5s cubic-bezier(.68,-.55,.265,1.55);z-index:0}.segmented-buttons .background-indicator.two{width:50%}.segmented-buttons.left .background-indicator{transform:translateX(0)}.segmented-buttons.middle .background-indicator,.segmented-buttons.right .background-indicator.two{transform:translateX(100%)}.segmented-buttons.right .background-indicator{transform:translateX(200%)}.schedule .list>div{display:flex;align-items:center;border-bottom:1px solid var(--border-2)}.schedule .list>div>span{text-align:center}.schedule .list .title .home,.schedule .list .title .away{font-size:12px;justify-content:center}.schedule .list .title .score{font-size:12px;font-weight:normal}.schedule .list .lgeitem{background:var(--bgcolor-2);color:var(--textcolor-2);border:0}.schedule .list .lgeitem a{font-size:12px}.schedule .list .lgeitem img{width:15px;height:10px;margin:5px}.schedule .list .schedulis{line-height:20px;padding:12px 0;transition:all .2s linear}.schedule .list .schedulis:hover{background:var(--list_highlight)}.schedule .list .start,.schedule .list .icon{width:25px}.schedule .list .start .icon.on{color:var(--yellow60)}.schedule .list .date{color:var(--textcolor-2);width:70px}.schedule .list .home,.schedule .list .away{font-size:14px;display:flex;align-items:center;justify-content:right;flex:1;overflow:hidden;cursor:pointer}.schedule .list .home>span,.schedule .list .away>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 3px}.schedule .list .home img,.schedule .list .away img{width:16px;height:16px;margin:0 2px}.schedule .list .home .winer,.schedule .list .away .winer{font-weight:bold}.schedule .list .away{justify-content:left}.schedule .list .redcard,.schedule .list .yellowcard{background:var(--red40);color:var(--text-white);width:6px;height:14px;font-size:11px;text-align:center;font-weight:normal;font-style:normal;line-height:14px;padding:0 2px;margin:0 2px;border-radius:2px;display:inline-block}.schedule .list .yellowcard{background:#e7b70b}.schedule .list .rank{color:var(--textcolor-3);font-size:12px;font-style:normal;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:45px;flex-shrink:0}.schedule .list .score{width:50px;font-size:14px;font-weight:bold;cursor:pointer}.schedule .list .status{font-weight:bold;font-size:11px;color:var(--red60)}.schedule .list .odds{display:flex;width:105px;justify-content:center;cursor:pointer}.schedule .list .odds>span{flex:1}.schedule .list .odds.selectbox{padding:0;border:0}.schedule .list .odds .tocolor{color:var(--blue40);background:none;padding:0}.schedule .list .ht{display:flex;width:40px;justify-content:center;cursor:pointer;font-size:12px;font-weight:normal}.schedule .list .data{font-size:12px;width:40px}.schedule .list .data .rate{min-width:18px;line-height:20px;padding:0 4px;border-radius:4px;display:inline-block}.schedule .list .data .result{color:var(--text-white);width:20px;height:20px;line-height:20px;border-radius:50%}.schedule .list .icon-icon-live1{color:var(--text-primary);cursor:pointer}.schedule .list .bound{background:var(--table_highlight);padding:4px 0}.schedule .list .bound .score{font-weight:normal}.schedule .list .explain{color:var(--textcolor-2);font-size:12px;padding:6px 0;justify-content:center;align-items:center}.stat .list{text-align:center}.stat .list .title .rank{font-weight:normal}.stat .list .title .player{text-align:center}.stat .list .statlis{font-size:14px;padding:6px 0}.stat .list .rank{color:var(--textcolor-2);font-size:12px;font-weight:bold;width:40px}.stat .list .player{flex:1;text-align:left;cursor:pointer}.stat .list .player img{width:20px;height:auto;max-height:26px;min-width:20px;min-height:20px;margin:0 4px;vertical-align:middle}.stat .list .player .name{line-height:30px}.stat .list .data{width:100px}.transfer .translis{font-size:14px;padding:10px 0;cursor:pointer}.transfer .translis:last-child{border:0}.transfer .headpic{width:30px;height:40px;border-radius:3px;object-fit:contain}.transfer .des{color:var(--textcolor-3);font-size:12px;font-weight:normal;display:block}.transfer .type{line-height:20px;font-weight:bold;text-align:right}.transfer .name{flex:1;line-height:20px;text-align:left;margin:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transfer .name .teamlogo{width:16px;height:16px;margin-right:5px;vertical-align:-2px;object-fit:cover}.standings .list{margin-bottom:10px}.standings .list .title .team{text-align:center}.standings .list li>span{min-width:25px}.standings .list .group{padding:5px 5px 10px 5px;justify-content:left}.standings .list .group:not(:first-child){margin-top:5px}.standings .list .gray{color:var(--gray60);justify-content:left}.standings .list .standlis{font-size:14px}.standings .list .standlis.on{background:var(--yellow20)}.standings .list .standlis .rank{font-size:12px;line-height:32px}.standings .list .team{flex:1;text-align:left;cursor:pointer}.standings .list .team img{width:16px;min-width:16px;min-height:16px;margin:0 4px}.standings .list .team .name{width:calc(100% - 30px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block}.standings .list .key{width:30px}.standings .explain{color:var(--textcolor-2);margin:0;display:inline-block}.standings .explain span{margin:3px 10px 3px 0;display:inline-block}.standings .explain i{height:10px;width:10px;margin-right:5px;border-radius:2px;display:inline-block}.sub.selectbox{width:auto;margin-bottom:5px;padding:7px 12px;justify-content:space-around}.sub.selectbox text::after{float:right;margin-top:5px;margin-right:-2px}.sub.selectbox .selectpop{margin-top:10px;width:100%;padding:0}.sub.selectbox .selectpop li{text-align:left;padding:6px 12px}.start{cursor:pointer}.start .icon{color:var(--textcolor-3);transition:all .2s linear}.start.on .icon-font-collect-on{color:var(--yellow60)}.list .title,.list .title:hover{background:var(--table_header);color:var(--textcolor-2);font-size:12px;line-height:20px;border:0!important}.list li{display:flex;align-items:center;text-align:center;border-bottom:1px solid var(--border-2);transition:all .2s linear}.list li:hover{background:var(--list_highlight)}.dis-over{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.blue{color:var(--blue40)!important}.red{color:var(--red40)!important}.gear-1{background:#0fade8;color:var(--text-white)}.gear-2{background:#f2bb07;color:var(--text-white)}.gear-3{background:#31ad42;color:var(--text-white)}.gear-4{background:#ff6a13;color:var(--text-white)}.gear-5{background:#f33426;color:var(--text-white)}.gear-6{background:#808080;color:var(--text-white)}.home-stadium{position:relative}.home-stadium.tips:hover::after{content:attr(explain);background:var(--gray70);color:var(--text-white);font-size:12px;line-height:normal;text-align:left;text-transform:capitalize;white-space:pre-wrap;border-radius:3px;box-shadow:0 0 6px var(--black50);width:max-content;padding:5px 10px;display:inline-block;position:absolute;top:50px;right:0;z-index:10}.no_data{display:inline-block!important;width:100%;text-align:center;border-bottom:0!important}.no_data img{height:50px}.no_data .logo{margin-top:30px}.no_data .text{font-size:16px;padding:10px 0;line-height:30px}.toolitem .selectbox{flex:1 0 auto;margin-right:10px}.right-side .toolitem .selectbox:last-child,.stat .toolitem .selectbox:nth-child(2){min-width:auto;max-width:100px}.right-side .toolitem .segmented-buttons:last-child{max-width:120px}.plates .tooltitle .selectbox{text-align:left;padding:7px 10px;min-width:35%}.plates .tooltitle .selectbox text:after{margin-top:5px;float:right}.plates .tooltitle .selectbox .selectpop{top:26px;width:100%;padding:0}.plates .tooltitle .selectbox .selectpop li{padding:5px 10px}.schedule .list .date{width:100px}.schedule .list .schedulis{padding:12px 0}.schedule .current{font-weight:bold}.lineup .list li>span{width:100px}.lineup .list .lineuplis{padding:5px 0}.lineup .list .title .player{justify-content:center}.lineup .list .player{text-align:left;flex:1;align-items:center;display:flex;cursor:pointer}.lineup .list .player .headpic{width:22px;height:30px;margin:0 10px;border-radius:3px;object-fit:cover}.lineup .list .name{flex:1;font-size:14px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lineup .list .name .des{color:var(--textcolor-3);font-size:12px;display:block}