/*--------------首页内容区--------------------*/

.HTabs_b .tab {
    cursor: pointer;
}


/* #dv_moreGroup{clear:both;background:#f1f1f1;border-radius:30px;font-size:13px;line-height:30px;text-align:center;color:#333;cursor:pointer;}
*/


/* #dv_moreGroup:hover{background:#ebf3e6;color:#fff;}
*/

.message {
    width: 500px;
    margin: 30px auto;
    padding: 30px !important;
    text-align: center;
}

.message .iconfont {
    font-size: 80px;
    line-height: 80px;
}

.message .code {
    font-size: 30px;
    line-height: 30px;
    color: #999;
}

.message .msg {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin-top: 20px;
    color: #ff5722;
}

.dateBar span {
    display: inline-block;
}

.topics .dataItem .tit2 span,
.topics .dataItem .tit2 label {
    display: inline-block;
}

.dateBar {
    float: left;
    width: 100%;
    color: #999;
    line-height: 26px;
    padding: 0;
    font-size: 12px !important
}

.dateBar .col-8 {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dateBar .dataValue {
    color: #ababab;
}

.dateBar .on .dataValue {
    color: #F44336 !important
}

.dateBar .iconfont {
    float: right;
    font-size: 20px;
    color: #ababab;
    min-width: 30px;
    margin: 0 0 0 10px;
}

.dateBar .iconfont::before {
    float: left;
}

#Community-wrapper {
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
    margin: 0px auto 10px auto;
    min-height: calc(100vh - 156px - 136px - 20px);
}

#Community-wrapper .context {
    width: 100%;
}

#Community-wrapper #left {
    border-radius: 4px;
}

.box {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 6%);
    box-shadow: 0 0 20px rgb(0 0 0 / 6%);
}

#Community-wrapper #left {
    float: left;
    width: 750px;
    margin-bottom: 10px;
}

#Community-wrapper #right {
    float: right;
    width: 300px;
}

#Community-wrapper #right .box {
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.Second-nav {
    border-bottom: 3px solid #307b06;
    overflow: hidden;
}

.Second-nav input {
    max-width: 150px
}

.Second-nav .button {
    float: right;
    height: 28px;
    line-height: 26px;
    padding: 0 10px 0 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 0 3px
}

.Second-nav .button .iconfont {
    margin-right: 4px;
    line-height: 26px;
    font-size: 20px;
    vertical-align: sub;
    color: #307b06;
}

.Second-nav .tabs {
    float: left;
    margin: 0;
    height: 30px;
}

.Second-nav .tabs>* {
    border: none;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    min-width: 100px;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
    background-color: #e5e5e5;
    font-weight: 600;
    position: relative;
}

.Second-nav .tabs>* a {
    color: #333;
    display: block;
}

.Second-nav .tabs>*.on a,
.Second-nav .tabs>*.on a:hover {
    color: #fff;
}

.Second-nav .tabs>*.on,
.Second-nav .tabs>*.on:hover {
    background-color: #307b06 !important;
    color: #FFF;
}

.subMenu {
    border-bottom: 3px solid #307b06;
    overflow: hidden
}

.subMenu .HTabs_b {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.subMenu .HTabs_b li {
    border-radius: 0;
    border: none;
    float: left;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    font-weight: 600
}

.subMenu .HTabs_b li.on,
.subMenu .HTabs_b li.on:hover {
    border-radius: 4px 4px 0 0;
    background-color: #307b06 !important;
    color: #FFF !important;
    font-weight: bold;
}

.subMenu .HTabs_b.columns-2 li {
    width: 50%;
}

.subMenu2 {
    border-bottom: 1px solid #e5e5e5;
    height: 30px;
}

.subMenu2 li {
    width: 32%;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 14px
}

.topics li {border-bottom:1px solid var(--border-2);}
.topics li:last-child {border:none;}

.topics li .uicon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden
}

.topics li .uicon img {
    width: 100%
}

h2, .mh2 {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    padding-bottom: 8px;
    line-height: 28px;
    float: left;
    width: 100%;
}

.right-list li {
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 0
}

.right-list li:last-child {
    border-bottom: 0 !important
}

.right-list li .userBox:after {
    content: "";
    display: block;
    clear: both
}

.right-list li .uicon img {
    width: 100%;
}

.right-list li .uicon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
    float: left
}

.right-list li .itemData {
    float: left
}

.right-list li .userName {
    font-size: 12px;
    font-weight: 600;
    clear: both;
    line-height: normal
}

.right-list li .data .columns-3 {
    display: inline-block;
    line-height: 20px !important;
}

.right-list li .data .join-btn {
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}


/* .btn:hover, */

.right-list li .data .join-btn:hover,
.subMenu .HTabs_b li:hover,
.Second-nav .tabs>*:hover {
    background: #dadada !important;
    border-color: #dadada !important;
    cursor: pointer;
    text-decoration: none;
}

.more {
    float: right;
    color: #666;
    font-weight: normal;
    font-size: 12px;
}


/*.more:after{content:"";margin-left:2px;}
*/

.userDetailBox>.icon {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    border: solid 2px #f1f1f1;
    cursor: pointer;
}

.userDetailBox>.icon img {
    width: 100%;
    height: 100%;
}

.userDetailBox .name {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 0 0;
    font-weight: bold;
}

.userDetailBox .col-6 {
    padding: 0 5px;
}

.userDetailBox .name:hover {
    color: #4caf50 !important;
}


/* ==========================群组首页内容区 */

.right-title {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 8px;
    margin: 0;
    line-height: 28px;
    /* float: left;
    width: 100%; */
    display: block;
}

#groupTab .tab:hover {
    background: #fff;
    color: #f60;
    border-color: #333;
    cursor: pointer;
    text-decoration: none;
}

#groupTab .tab.on:hover {
    background-color: #307b06 !important;
    color: #FFF !important;
}

#rankingTab {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 10px 0;
    border-radius: 0;
    padding: 0;
}

#analyst_list,
#group_list {
    padding: 10px
}

#rankingTab li {
    line-height: 30px;
    display: inline-block;
}

#rankingTab .tab.on {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #F60;
    font-weight: 600;
    border-radius: 0;
}

#rankingTab .tab.on:after {
    content: "";
    display: block;
    bottom: 0;
    background-color: #f60;
    height: 3px;
    width: 40px;
    margin: 0 auto
}

#clist-ranks .uicon {
    margin-right: 5px
}

#clist-ranks .rankNum {
    display: none
}


/* ==========================首页 会员排行榜 */

#Left_showMatch,
#clist-groups {
    overflow: hidden;
    width: 100%;
}

#clist-groups .dataItem {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#clist-groups .dataItem .button--success {
    width: 100%;
    margin: 0;
}

#clist-groups .dataItem .iconfont {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    margin-right: 0;
    line-height: 20px;
}


/* #clist-groups .dataItem a{display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
*/

#clist-groups .dataItem:hover {
    cursor: pointer;
}

#clist-groups .dataItem .icon {
    vertical-align: middle;
}

#clist-groups.GrounpMenu .dataItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#clist-groups.GrounpMenu .dataItem:last-child {
    margin: 0;
    padding: 0;
}

#clist-groups.GrounpMenu .dataItem>* {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
}

#clist-groups.GrounpMenu .dataItem .icon {
    line-height: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    margin-right: 5px;
}

#clist-groups li {
    font-size: 14px;
    font-weight: normal;
}

#clist-groups li:hover {}

.Grounp {
    /* padding-bottom: 10px; */
    overflow: hidden;
}

.Grounp .des {
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 10px 0;
}


/* ===========用户中心======== */

.regBox .title .userBox {
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.regBox .title .userBox .userIcon {
    margin-right: 10px;
}


/* .userCenter .userBox .itemData>span{margin-bottom:2px;;}
*/

.userbar .des a {
    color: #03A9F4;
    display: inline-block;
}

.userCenter .txtBox input {
    border: solid 1px #ccc;
    background: #f5f5f5;
    padding: 10px;
}


/* .userCenter .userList .dataItem{border:solid 1px #cccccc;margin:5px;width:217px;float:left;border-radius:4px;}
.userCenter .userList .uicon{width:40px;height:40px;-webkit-box-flex:0;-webkit-flex:0 0 40px;-ms-flex:0 0 40px;flex:0 0 40px;}
*/

.userCenter .userbar .des a .icon {
    font-size: 16px;
    color: #03A9F4;
    float: left;
}

.userbar .userBox .itemData .dataValue {
    color: #307b06;
    font-weight: 600
}

.userCenter .topics .dataItem {
    padding: 0;
}

.userCenter .topics .itemData {
    margin: 0;
    width: 100%;
    padding: 0;
}

.userCenter .topics .userBox {
    padding: 5px 0;
}

.userCenter .dataItem {
    padding: 10px 15px;
    min-height: 82px;
    display: flex;
    align-items: center;
}

.userCenter .userBar .row {
    font-size: 12px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.userCenter .userbar {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 6%);
    box-shadow: 0 0 20px rgb(0 0 0 / 6%);
}

.userCenter .userbar .itemData>* {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.userCenter .userbar .uicon {
    width: 69px;
    height: 69px;
    -webkit-box-flex: 0;
    margin-right: 10px;
    -webkit-flex: 0 0 69px;
    -ms-flex: 0 0 69px;
    flex: 0 0 69px;
}

.userCenter .userbar .uicon .icon {
    position: absolute;
    right: -5px;
    bottom: 0;
    cursor: pointer;
    border-radius: 50%;
    padding: 2px 4px;
    height: 24px;
    width: 24px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, .8)
}

.userCenter .userbar .uicon .icon:hover {
    background-color: #307b06
}

.userCenter .userbar .des {
    border-radius: 0;
    line-height: 20px;
    width: 80%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.userCenter .userbar ul {
    margin-bottom: 0
}

.userCenter .dimItem {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.userCenter .dimItem .button {
    min-width: 100px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 20px
}

.userCenter .dimItem .val {
    font-size: 14px;
    font-weight: bold;
}

.userCenter .dimItem .iconfont {
    line-height: 30px;
    margin-right: 5px;
}

.memberList .userBox .itemData {
    width: auto;
}

.memberList .userBox .col-3 {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.memberList .userBox .col-3>* {
    line-height: 20px;
}

.memberList .userBox .col-3>.userName {
    width: 100%;
    line-height: 20px;
}

.memberList .userBox .userName {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.memberList .userBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.memberList .userBox .date .iconfont {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    width: 100%;
    color: #ababab;
    margin: 0 auto;
    float: none;
    display: inline-block
}

.memberList .userBox .icon-font-small-administrators {
    cursor: pointer;
}

.memberList .userBox .UType {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    color: #68b33f;
}


/* 规则弹框开始 */

#choose_group_list .dataItem:hover {
    /* background:transparent !important;*/
    cursor: default !important;
    border: solid 1px #ddd !important;
}

#rule_body {
    padding: 20px;
    font-size: 14px;
    line-height: 26px
}

.userBox .icons {
    display: flex;
    align-items: center;
}

.userBox .icons .icon {
    width: 50px;
}

#pbox_body .button {
    width: 150px;
    margin: 15px auto 0 auto;
}

#pay_body {
    width: 460px;
}

#pay_body .title {
    display: block;
    text-align: left;
}

#pay_body .title .icon-font-diamonds {
    display: inline-block !important;
    font-weight: normal;
    float: unset;
    font-size: 20px;
    line-height: 20px;
    vertical-align: text-bottom;
    margin-left: 10px;
    text-align: center;
    overflow: hidden;
    color: #03A9F4 !important;
}

#pay_body .title .icon-font-diamonds:before {
    float: left;
    margin-right: 5px;
}

.rankList .userBox .icon-font-diamonds {
    margin-right: 10px;
}


/* 分析页头部开始 */

#content {
    margin: 0px auto 10px auto;
    width: 1060px;
    border-radius: 4px;
    background: #fff;
}
.innerPage { padding:10px 10px 0px 10px;}
.fbheader { overflow: hidden;padding: 10px;margin-bottom: 4px;-webkit-text-size-adjust: none;}
.fbheader > div { text-align: center; }
.fbheader .vs { width: 30%; float: left; }
.fbheader .home,.fbheader .guest { width: 35%;float: left;text-align: right;margin: 8px 0 0 0;cursor:pointer;display: flex;align-items: center;justify-content: flex-end; }
.fbheader .guest {float: right;justify-content: flex-start;text-align: left;}
.fbheader .home .icon,.fbheader .guest .icon  {color: var(--textcolor-3);font-size: 24px;cursor: pointer;}
.fbheader .icon-font-collect-on {color: var(--yellow60) !important;}
.fbheader .home img, .fbheader .guest img { width: 60px;height: 60px;margin: 0 10px;display: block; }
.fbheader .sclassName { color: var(--textcolor-1);font-size: 16px;line-height: normal;font-weight: bold;text-decoration: none;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.fbheader .sclassName:hover {color: var(--thirdly-color);}
.fbheader .explain {background: var(--bgcolor-2);color: var(--textcolor-2);line-height: 26px;padding: 0 10px;border-radius: 4px;display: inline-block;}
.fbheader .weather span  {color: var(--textcolor-2);line-height: 20px;margin: 0 5px;display: inline-block;}
.fbheader .weather .icon {color: var(--textcolor-3);font-size: 20px;vertical-align: -3px;margin-right: 2px;}
.fbheader .weather .icon-weather {font-size: 18px;vertical-align: 0;}
.fbheader .weather .livebtn {background: var(--thirdly-color);color: var(--text-white);padding: 2px 8px;border-radius: 20px;cursor: pointer;}
.fbheader .weather .livebtn .icon {color: var(--text-white);font-size: 15px;vertical-align: -1px;}
.dark .fbheader .weather .livebtn {background: rgba(255,130,0,0.3);}

.fbheader .row { line-height: 30px; width: 100%; display: block; overflow: hidden; }
.fbheader .row.vs { font-size: 30px;line-height: 40px;font-weight: bold; }
.fbheader .row.state {font-size: 16px;line-height: 40px;font-weight: bold;}
.fbheader .row .hscore {color:var(--textcolor-3);font-weight:normal;line-height: 20px;}
.fbheader .row .LName { font-size: 14px; font-weight: bold; }
.fbheader .row .score { width:30% !important;font-size: 40px;line-height: 40px;font-weight: bold;font-family: "Sofascore Sans Condensed", sans-serif; }
.fbheader .row .HT,.fbheader .row .half,.fbheader .row .end { margin: 0 auto; }
.fbheader .row .HT > div,.fbheader .row .half > div,.fbheader .row .end > div { width: 40%;float: left; }
.fbheader .row .HT .score {color: var(--blue40);}
.fbheader .row .HT .vs { color: var(--blue40);font-size: 15px;line-height: 40px;}
.fbheader .row .half .score { color: var(--green40);}
.fbheader .row .half .vs { /*color: var(--green40);*/font-size: 15px;line-height: 40px;}
.fbheader .row .half .hhs { line-height: 20px;}
.fbheader .row .end .score { color: var(--red40);}
.fbheader .row .end .row { color: var(--textcolor-1);font-size: 14px;line-height: 20px;word-break:break-all; }
.fbheader .row .end .row:last-child { color: var(--textcolor-3);font-size: 14px; }
.fbheader #matchTime .in-gif{position:absolute;top:3px;right:-5px;background:url(/Images/in.gif);width:3px;height:8px;}
.fbheader #matchTime .in-gif.at{ right:unset;  }
.dark .fbheader #matchTime .in-gif{ background:url(/Images/in_white.gif); }

#mScore {color:var(--textcolor-1);font-size:16px;font-weight:bold;line-height:30px;}
#headVs { margin: 18px auto !important;font-family: "Sofascore Sans Condensed", sans-serif; }
#matchTime{ position:relative;width:39.3%;font-weight:bold; }

.mintopnav {
    text-align: center;
    border-bottom: 3px solid #3c78c6;
}

.mintopnav a {
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    line-height: 24px;
    border-radius: 2px 2px 0 0;
}

.dark .mintopnav a:hover {
    color: #ffffff !important;
}

.mintopnav a:hover {
    text-decoration: none;
}

.mintopnav.v2 li a {
    text-align: center;
    float: none;
    line-height: 30px;
    position: relative;
}

.mintopnav.v2 li a i {
    position: absolute;
    top: -5px;
    right: 3px;
}

.mintopnav.v2 li {
    display: inline-block;
    margin: 0 -1px
}

.mintopnav.v2 li.on a,
.mintopnav li.on a {
    background-color: #307b06 !important;
    color: #fff;
    line-height: 30px;
    border-radius: 2px 2px 0 0;
    font-weight: 600;
}

.mintopnav.v2 li a .icon {
    position: absolute;
    right: 2px;
    top: 1px;
    color: #f44336;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    animation: shake 2s linear infinite
}


/*----红----------------------------------------------------------------*/

.red,
.red2,
.lo-f2,
.fbheader .row .LName,
.fbheader .row .LName a,
.fbheader .row .end .score,
.sclassLink,
.zbf {
    color: #d64444!important;
}

.dark .red,
.dark .red2,
.dark .lo-f2,
.dark .fbheader .row .LName,
.dark .fbheader .row .LName a,
.dark .fbheader .row .end .score,
.dark .sclassLink,
.dark .zbf {
    color: #de5b5c!important;
}


/*----蓝-----------------------------------------------------------------*/

.blue,
.blue2,
.gocheck A:link {
    color: #0089F1 !important;
}


/*----绿-----------------------------------------------------------------*/

.green {
    color: #11AA11 !important;
}


/* 分析页头部结束 */

/*版本切换按钮*/
.innerPage {background: var(--bgcolor-1);margin-bottom: 10px;border-radius: 5px;}
.fbheader .row.versions {overflow: initial;line-height:normal;}
.fbheader .switch-btn {background:var(--primary-color);min-width: 200px;padding:1px;margin: 2px auto;border-radius:20px;float:none;display:inline-block;position: relative;}
.fbheader .switch-btn span {color:var(--text-white);font-size: 12px;line-height:24px;text-align:center;width: 50%;border-radius:20px;float:left;display:inline-block;cursor:pointer;}
.fbheader .switch-btn span.on {background:var(--white-bg);color:var(--primary-color);font-weight:bold;}
.fbheader .pop {width: max-content;background: var(--gray80);color: var(--text-white);text-align: left;line-height: normal;padding: 4px 6px 4px 10px;border-radius: 4px;position: absolute;top: -2px;left: 220px;z-index: 9;box-shadow: 0 2px 6px rgba(0,0,0,0.4);}
.fbheader .pop::before {content:"";background: var(--gray80);width: 10px;height: 10px;transform: rotate(45deg);position: absolute;top: 10px;left: -5px;}
.fbheader .pop .btn {background: var(--primary-color);color: var(--text-white);text-align: center;line-height: 22px;padding: 0 12px;margin-left: 10px;border-radius: 2px;display: inline-block;cursor: pointer;}