#popMask {
    background: var(--black60);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.popupbox .popuptit::after,.popupbox .typebtn::after {
    content: "";
    display: block;
    clear: both;
}

.popupbox {
    background: var(--bgcolor-1);
    min-width: 210px;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    box-shadow: 0 5px 15px var(--black30);
    cursor: auto;
    transition: all 0.2s linear;
    z-index: 1000;
}

.popupbox .popuptit {
    background: var(--bgcolor-3);
    color: var(--textcolor-2);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    clear: both;
}

.popupbox .popuptit .tit {
    color: var(--textcolor-1);
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    margin-right: 10px;
    float: left;
}

.popupbox h2,.popupbox .mh2 {
    color: var(--textcolor-2);
    font-size: 14px;
    line-height: 30px;
}

.typebtn {
    background: var(--bgcolor-1);
    margin: 0 auto;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.typebtn li {
    float: left;
    flex: 1;
    color: var(--textcolor-2);
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
}

.typebtn li:hover {
    color: var(--text-primary);
}

.typebtn li.on {
    background: var(--primary-color);
    color: var(--text-white);
}

.popuptit .typebtn {
    background: var(--bgcolor-1);
    width: 85%;
}

.popuptit .typebtn.sort {
    width: 300px;
    margin: 0 10px;
    float: left;
}

.searchbox {
    float: left;
    background: var(--black15);
    color: var(--white);
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    width: 35%;
    padding: 4px 15px;
    border-radius: 30px;
    display: inline-block;
    overflow: hidden;
}

.popupbox.sch {
    top: 184px;
    width: 710px;
    height: 500px;
    padding: 0;
    overflow: hidden;
}

.sch .popuptit {
    padding: 10px 5px 10px 10px;
}

.sch .popupinfo {
    max-height: 425px;
    padding: 0 10px;
    overflow-y: auto;
}

.sch .searchbox {
    background: var(--bgcolor-1);
    margin: 0;
    padding: 0 6px;
    border-radius: 4px;
}

.sch .searchbox input {
    width: 100%;
    line-height: 30px;
    border: none;
}

.dark .sch .searchbox, .dark .sch .searchbox input {
    background: var(--bgcolor-1);
    color: var(--textcolor-2);
    border: none;
}

.sch .sch_list {
    width: 46.5%;
    font-size: 12px;
    line-height: 16px;
    float: left;
    padding: 5px;
    margin: 0 10px 10px 0;
    border: 1px solid var(--border-2);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s linear;
}

#searchTeamResultDiv ul{
    display: flex;
    flex-wrap: wrap;
}

.sch .sch_list:nth-child(even) {
    margin-right: 0;
}

.sch .sch_list:hover,.scorelists:hover {
    background: var(--yellow20);
}

.scorelists:hover .score {
    background: var(--goalbg);
}

.scorelists.noturn:hover .score {
    background: var(--bgcolor-3);
}

.scorelists.noturn:hover,.sch .sch_list.noturn:hover {
    background: var(--bgcolor-2);
    cursor: text;
}

.sch .sch_box {
    width: 90%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sch .remark {
    color: var(--textcolor-3);
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sch .sch_list .icon {
    margin: 8px 0;
}

.popupbox.slt {
    min-width: 100px;
    top: 40px;
    left: auto;
    transform: translate(50%,0);
}

.popupbox.slt li {
    color: var(--textcolor-1);
    text-align: center;
    line-height: normal;
    padding: 8px 10px;
    border-radius: 4px;
    display: block;
    cursor: pointer;
}

.popupbox.slt li:hover {
    background: var(--bgcolor-1);
}

.popupbox.slt li.on {
    background: var(--primary-color) !important;
    color: var(--text-white);
}

.popupbox.set {
    top: 36px;
    padding: 0;
}

.set .popuptit {
    padding: 5px 5px 5px 10px;
    margin: 0;
    line-height: 30px;
    text-align: left;
}

.set .setbox {
    margin: 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--border-1);
}

.setbox .settit {
    color: var(--textcolor-2);
    font-size: 12px;
    line-height: 26px;
    text-align: left;
}

.setbox .typebtn {
    margin-bottom: 6px;
}

.setbox .selectbox {
    display: block;
    width: 99%;
    padding: 5px;
    margin: 0 0 5px 0;
}

.setbox select:focus {
    border: 1px solid var(--border-1);
}

.setbox .preferences {
    margin: 5px 0;
}

.setbox .switch {
    color: var(--textcolor-2);
    line-height: 30px;
    text-align: left;
    display: block;
}

.setbox .switch input {
    display: none;
}

.switch > input[type="checkbox"]:checked + .switch-style {
    background: var(--primary-color);
}

.switch > input[type="checkbox"]:checked + .switch-style:before {
    left: 50%;
}

.setbox .switch-style {
    background: var(--gray50);
    min-width: 20px;
    width: 35px;
    height: 18px;
    margin-top: 6px !important;
    border-radius: 4px;
    display: inline-block;
    float: right;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.setbox .switch-style::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    background: var(--white-bg);
    width: 16px;
    height: 16px;
    border-radius: 3px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

.close {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0,-50%);
    cursor: pointer;
}

.close::before, .close::after {
    content: "";
    background: var(--gray50);
    height: 1px;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0) rotate(45deg);
    position: absolute;
}

.close::after {
    transform: translate(-50%,0) rotate(-45deg);
}

.leaguetit {
    background: var(--table_header);
    border-radius: 0 0 4px 4px;
}

.leaguetit h2,.leaguetit .mh2 {
    color: var(--textcolor-1);
    font-size: 12px;
    line-height: 32px;
    font-weight: 600;
    display: inline-block;
}

.leaguetit .icon {
    color: var(--textcolor-3);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.scorelists {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
    padding: 6px 0;
    border-bottom: 1px solid var(--border-2);
    cursor: pointer;
}

.scorelists span {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
}

.scorelists .icon {
    width: 32px;
    margin: 3px 0;
    flex: 0 auto;
}

.scorelists .time {
    color: var(--textcolor-3);
    width: 40px;
    line-height: 14px;
}

.scorelists .time i::after {
    content: "'";
    margin-left: 2px;
    animation: second 1s infinite;
}

.scorelists .state {
    color: var(--blue40);
    width: 70px;
    line-height: 14px;
}

.scorelists .state i::after {
    content: "'";
    margin-left: 2px;
    animation: second 1s infinite;
}

@keyframes second {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

;}

.scorelists .htname {
    width: 168px;
    line-height: 14px;
    text-align: right;
    padding-right: 5px;
    justify-content: flex-end;
}

.scorelists .htname.on,.scorelists .gtname.on {
    background: var(--goalbg);
}

/* .scorelists .htname a,.scorelists .gtname a {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;word-break: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;-webkit-box-pack: center;} */
.scorelists .htname font,.scorelists .gtname font {
    display: contents;
}

.scorelists .score {
    width: 50px;
    background: var(--bgcolor-2);
    color: var(--textcolor-3);
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    border-radius: 3px;
}

.scorelists .score font {
    padding: 0 2px;
}

.scorelists .score.hih {
    color: var(--blue40);
}

.scorelists .score.ft {
    color: var(--red60);
}

.scorelists .score.ft .on {
    color: var(--textcolor-1);
}

.scorelists .gtname {
    width: 168px;
    line-height: 14px;
    text-align: left;
    padding-left: 5px;
    justify-content: flex-start;
}

.scorelists .redcard,.scorelists .yellowcard {
    background: var(--red60);
    color: var(--text-white);
    width: 10px;
    height: 12px;
    font-size: 11px;
    line-height: 12px;
    font-style: normal;
    text-align: center;
    margin: 0 2px;
    border-radius: 2px;
    display: inline-block;
}

.scorelists .yellowcard {
    background: var(--yellow60);
}

.scorelists .hfscore {
    width: 42px;
    color: var(--textcolor-3);
}

.scorelists .amticon {
    background: var(--red60);
    width: 14px;
    height: 14px;
    line-height: 20px;
    border-radius: 2px;
    padding: 2px;
    margin: 0 3px;
    vertical-align: -5px;
    cursor: pointer;
}

.scorelists .amticon.on {
    background: var(--blue60);
}

.scorelists .odds {
    color: var(--textcolor-2);
    width: 42px;
}

.scorelists .odds.up {
    background: var(--redbg);
}

.scorelists .odds.down {
    background: var(--greenbg);
}

#cricket .scorelists .score {
    width: 80px;
}

#cricket .scorelists .htname,#cricket .scorelists .gtname {
    width: 150px;
}

/* 资料库-收藏按钮 */
.info_title_left .img {
    width: 60px;
    height: 60px;
}

.info_title_left .img img {
    width: 60px;
    height: inherit;
}

.info_title_left .selectbox select {
    background: var(--bgcolor-1);
    color: var(--textcolor-2);
    border: 1px solid var(--border-3);
    padding: 2px 4px;
    margin-top: 4px;
    opacity: 1 !important;
}

.follow_btn {
    color: var(--textcolor-2);
    font-size: 14px;
    text-align: center;
    padding: 5px 12px;
    border: 1px solid var(--border-4);
    border-radius: 20px;
    cursor: pointer;
}

.follow_btn .icon {
    color: var(--textcolor-3) !important;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: 1px;
}

.follow_btn.on {
    background: rgba(255,153,0,0.1);
    color: #f90;
    border-color: #f90;
}

.follow_btn.on .icon {
    color: #f90 !important;
}

.teamdeatbox .teamicon {
    width: 60px;
    height: 60px;
    border-radius: 6px;
}

.teamdeatbox .Tname {
    font-size: 14px;
    font-weight: bold;
}

.teamdeatbox .follow_btn {
    font-size: 12px;
    line-height: 22px;
    padding: 2px 10px;
    margin: 6px auto;
    width: fit-content;
}

/* 收藏页标题栏赛事提示 */
.tipsNum {
    margin-right: 10px;
    color: var(--textcolor-2);
    display: none;
    cursor: pointer;
}

.tipsNum:hover {
    text-decoration: underline;
}

.initcursor {
    cursor: text !important;
}

.initcursor:hover {
    text-decoration: none;
}

/*GaoMinglong*/
.Leaguestitle .cImg {
    position: relative;
    width: 22.5px;
    height: 15px;
    top: 3px;
    padding: 0 4px;
}

a {
    cursor: pointer;
}

#tools li a .icon {
    color: var(--textcolor-2);
    font-size: 12px;
    line-height: 14px;
    margin-left: 2px;
    height: auto;
}

.menu2 li .icon {
    color: var(--text-white) !important;
    font-size: 16px;
    margin-right: 4px;
    font-weight: normal;
    vertical-align: -1px;
}

.menu2 li .on .icon {
    color: var(--text-primary) !important;
}

.badge_fill {
    white-space: nowrap;
    background: #F44336;
    border: solid 1px #F44336 !important;
    color: #fff;
    height: 15px;
    line-height: 13px;
    margin-left: 5px;
    font-weight: normal;
    border-radius: 10px;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0 4px;
}

.loginBox {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 2px;
    top: 10px;
}

.loginBox #login_icon a {
    display: block;
}

.loginBox .badge_fill {
    position: absolute;
    bottom: -7px;
    top: unset;
}

.loginBox .sign_in_btn {
    position: absolute;
    right: 0;
    width: 90px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
}

.badge_fill.grayBG {
    background: #999;
    border-color: #999 !important;
}

.fav_count {
    white-space: nowrap;
    background: #F44336;
    border: solid 1px #F44336 !important;
    color: #fff;
    height: 15px;
    line-height: 14px;
    text-align: center;
    margin-left: 5px;
    font-weight: normal;
    border-radius: 10px;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: 9px;
    padding: 0 4px;
}

.fav_count.grayBG {
    background: #999;
    border-color: #999 !important;
}

.flyClose {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgb(0 0 0 / 40%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
}

.flyClose::before, .flyClose::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 10px;
    background: #fff;
    width: 1px;
    height: 12px;
    transform: rotate( 45deg);
}

.flyClose::after {
    transform: rotate( -45deg);
}
#tennis .menu2{
    background-color: var(--second-color);
}
/*头部*/
.fbheader .home img, .fbheader .guest img {width: 90px;height: 120px;margin-bottom: 5px;}
.fbheader .row .vs,.fbheader .row .end,.fbheader .row .half {width: 430px;}
.fbheader .row .vs .score,.fbheader .row .end .score,.fbheader .row .half .score {width: 30%;margin-top: 2px;}
.fbheader .row .vs .mark,.fbheader .row .end .mark,.fbheader .row .half .mark {width: 40%;}
.fbheader .row .vs .row,.fbheader .row .end .row,.fbheader .row .half .row { line-height: 20px;}
.fbheader .row .mark .row {align-items: flex-end;color: var(--textcolor-2);font-size: 14px;}
.fbheader .row .mark .row sup {color: var(--textcolor-2);}
.fbheader .row.time {font-size: 12px;align-items: flex-end;}
.fbheader .row.time span {font-size: 12px;padding: 0 6px;margin-top: 15px;}
.fbheader .home font,.fbheader .guest font {color: var(--textcolor-3);font-size: 12px;font-weight: normal;font-style: normal;line-height: normal;text-align: center;margin-top: -4px;display: block;}
.fbheader,.fbheader .row {display: flex;justify-content: center;}
/* .fbheader {justify-content: space-between;} */
.fbheader .home,.fbheader .guest {width: 20%;margin: 0;font-size: 14px;font-weight: bold;line-height: 30px;position: relative;}
.fbheader .home a,.fbheader .guest a {line-height: normal;margin: 8px 0;display: block;}
.fbheader .home .icon,.fbheader .guest .icon {color:var(--textcolor-3);position:absolute;left:0;top:35%;width: 24px;font-size:24px;font-weight: normal;cursor:pointer;z-index: 2;}
.fbheader .guest .icon {left: auto;right:0;}
.fbheader .icon-font-collect-on {color:var(--yellow60) !important;}
.fbheader .VS {width: 60%;display:flex;flex-direction:column;justify-content:center;}
.fbheader a.sclassName {color: #333;margin-top: 10px;display: block;}
.fbheader a.sclassName:hover { color: #f60; text-decoration: underline; }
.Cscore {color: #da2727;width: 20%;font-size: 40px;font-weight: bold;line-height: 40px;}
.scoredata {width: 60%;border: 1px solid #e5e5e5;}
.scoredata th {padding: 0 10px;}
.scoredata tr:last-child td {border-bottom: none;}

.float-L {float: left;}
.float-R {float: right;}
.float-L td,.float-R td {height: 26px;}
.textL {text-align: left !important;padding-left: 10px !important;line-height: initial;}
.NO {color: #666;width: 18px;padding: 3px 0 3px 5px !important;}
.teamtitle {width: 50%;background: rgba(0,0,0,.2);line-height: 32px;border-radius: 3px;margin: 0 auto;overflow: hidden;display: flex;}
.teamtitle li {display: inline-block;text-align: center;cursor: pointer;flex: 1;}
.teamtitle li:hover {color: #ffd5c0;}
.teamtitle li.on,.team-guest .teamtitle li.on {background: #fff;color: #de682f;font-weight: bold;border-radius: 3px;}
.team-guest .teamtitle li.on,.team-guest .teamtitle li.on:hover {color: #2495da;}
.team-guest .teamtitle li:hover {color: #95d7ff;}
.scoreball {background: #aaa;color: #fff;font-size: 12px;line-height: 28px;width: 28px;height: 28px;border-radius: 50%;margin: 0 4px;float: left;display: inline-block;}
.scoreball:first-child {margin-left: 10px;}
.scoreball.W {background: #a94446;}
.scoreball.B4 {background: #3167b7;}
.scoreball.B6 {background: #2495da;}

.up2 { background: url(../../../images/up_green.png) no-repeat 53px 6px; display: block; width: 60px; margin: 0 auto; color: green; }
.down2 { background: url(../../../images/down_red.png) no-repeat 53px 6px; display: block; width: 60px; margin: 0 auto; color: red; }


.lrdiv2 { clear: both; width: 150px; }
.lrdiv2 .toolsBox { padding-bottom: 5px; border: solid 1px #ccc; }
.lrdiv2 .toolsBox h3 { margin-bottom: 5px; }
