/* 头部 */
header {
    width: 100%;
    height: .9rem;
    background-color: var(--c2);
    display: flex;
    position: fixed;
    top: 0;
    padding: 0 .32rem;
    z-index: 10;
    border-bottom: 2px solid #f2f3f5;
}

.header1 {
    background-color: rgb(255, 255, 255, 0);
    z-index: 10;
    border-bottom: 0px solid #DBDBDB;
}

.logo a img{
    width: 1.46rem;
    height: .42rem;
    object-fit: contain;
    /* background: url(../images/logo.png) no-repeat center center/100% 100%; */
}

.backA {
    width: .5rem;
    height: .5rem;
    position: relative;
}

.backA::after {
    content: '';
    width: .16rem;
    height: .24rem;
    position: absolute;
    top: .12rem;
    left: .12rem;
    background: url(../images/leftJt.png) no-repeat center center/100% 100%;
}

.back1::after {
    background: url(../images/leftJt1.png) no-repeat center center/100% 100%;
}

.hdTit {
    flex: 1;
    text-align: center;
    font-size: .36rem;
    color: var(--c3);
}

.hdTit h1 {
    font-size: .36rem;
    color: var(--c3);
}

.hdMenu {
    width: .7rem;
    height: .5rem;
    background: url(../images/menuIcon.png) no-repeat center center/100% 100%;
}

.hdMenu1 {
    background: url(../images/menu1.png) no-repeat center center/100% 100%;
}

.hdMenuPostion {
    position: fixed;
    top: .32rem;
    right: 0.32rem;
    z-index: 20;
}


.Menu {
    height: 0.9rem;
    line-height: .9rem;
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
    position: relative;
}

.MenuTit {
    font-size: .32rem;
}

.MenuBtn {
    position: absolute;
    top: .24rem;
    right: .4rem;
}

.MenuBody {
    padding: .4rem .44rem 0 .44rem;
    overflow-y: scroll;
}

.Menuclass {
    width: 100%;
    min-height: 1.8rem;
}

.menutit {
    font-size: .32rem;
    margin-bottom: .36rem;
    color: var(--c3);
    position: relative;
    padding-left: .2rem;
}

.menutit::after {
    content: "";
    position: absolute;
    top: .08rem;
    left: 0rem;
    width: .08rem;
    height: .32rem;
    background-color: var(--c1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.menulist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menulist li {
    font-size: .18rem;
    min-width: 1.6rem;
    margin-right: 0.24rem;
    height: .6rem;
    line-height: .4rem;
    text-align: center;
    background-color: var(--c6);
    margin-bottom: .14rem;
    padding: .1rem .12rem;
    color: var(--c3);
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
}

.menulist li a,
.menulist li {
    font-size: .24rem;
}


/* 轮播 */
.sw1 {
    width: 100%;
    height: 3.2rem;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
}

.swiper-pagination-bullet {
    border-radius: 0% !important;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    -ms-border-radius: 0% !important;
    -o-border-radius: 0% !important;
}

.sl1 {
    width: 100%;
    height: 100%;
    position: relative;
}
.sl1 a{
    width: 100%;
}
.sl1 p {
    z-index: 5;
    width: 100%;
    height: .62rem;
    line-height: .4rem;
    padding: 0 .2rem;
    position: absolute;
    bottom: 0px;
    color: var(--c2);
    background: rgba(1, 1, 1, 0.3);
    font-size: .20rem;
}

.sw2 {
    padding: .1rem;
}



.sl2 {
    width: 40%;
    height: .56rem;
    background-color: #f7fbfc;
    font-size: .24rem;
    color: var(--c4);
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
}

.sl2 a {
    color: var(--c4);
}





/* index */

main {
    height:calc(100% - 1.2rem);
    overflow-y: scroll;
    background: #fff;
    width: 100%;
    border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
}

.idFixed {
    width: 100%;
    left: 0;
    background-color: var(--c2);
}

.idSwitch {
    height: .82rem;
    line-height: 0.82rem;
    width: 100%;
    display: flex;
    justify-content: center;
    color: var(--c4);
    background-color: var(--c2);
}

.idSwitch>span {
    font-size: .26rem;
    width: 1.4rem;
    margin: 0px .2rem;
    text-align: center;
    position: relative;
}

.idSwitchBT {
    position: absolute;
    top: .2rem;
    right: 0.16rem;
    content: "";
    width: .24rem;
    height: .24rem;
    background: url(../images/baskteball.png) no-repeat center center/100% 100%;
}

.idSwitchFT {
    position: absolute;
    top: .2rem;
    right: 0.16rem;
    content: "";
    width: .24rem;
    height: .24rem;
    background: url(../images/football.png) no-repeat center center/100% 100%;
}

.idTeam {
    height: 72vh;
    overflow-y: scroll;
    -ms-overflow-style:none;
    scrollbar-width: none;
}

.idTeamlist1 {
    width: 100%;
}

.idTeamlist2 {
    width: 100%;
}

.idTeamlist1>li,
.idTeamlist2>li {
    font-size: .18rem;
    display: flex;
    align-items: center;
    text-align: center;
    height: 1.26rem;
    border-bottom: 1px solid var(--c6);
}


.idTime {
    width: 15%;
    color: var(--c4);
}

.idBattle {
    width: 70%;
    display: flex;
}

.idBattle a {
    color: var(--c3);
    font-size: .26rem;
}

.idStatus {
    width: 15%;
}

.idStatus a {
    color: var(--c4);
}

.idBattle li:nth-child(1) {
    width: 40%;
}

.idBattle li:nth-child(1) a {
    justify-content: flex-end;
}

.idBattle>li:nth-child(2) {
    text-align: center;
    width: 20%;
}

.idBattle li:nth-child(3) {
    width: 40%;
}

.idBattle li:nth-child(3) a {
    justify-content: flex-start;
}


/* 头部 */


/* main */

.newInfoList {
    width: 100%;
     height: 8rem;
    padding: 0.24rem;
}

.newInfoList div {
    font-size: .32rem;
    color: var(--c5);
}

.newInfoList img {
    width: 2.4rem;
    height: 1.32rem;
    object-fit: cover;
    margin-left: .42rem;
    border-radius: .06rem;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    -ms-border-radius: .06rem;
    -o-border-radius: .06rem;
}

.newInfoList li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.72rem;
    border-bottom: 1px solid #ededed;
}

.newInfoList li:last-child {
    border-bottom: 0px;
}

.newInfoList i {
    width: 100%;
    font-size: 0.2rem;
    color: #9d9d9d;
}

.newInfoList span {
    width: 100%;
    font-size: .28rem;
    color: var(--c3);
    margin-bottom: 0.14rem;
}



/* main */





/* 底部 */
footer {
    width: 100%;
    height: 1.2rem;
    color: #C6C6CE;
    text-align: center;
    z-index: 10;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

footer div {
    justify-content: center;
}

footer p {
    font-size: .3rem;
}

footer span {
    font-size: .16rem;
}

/* 底部 */


.tags_list{
    padding: 0.16rem 0.14rem;
    display: flex;
    flex-wrap: wrap;
}
.tags_list a{
    border: 1px solid #ccc;
    line-height: 0.36rem;
    margin-right: 0.15rem;
    padding: 0.12rem 0.15rem;
    border-radius: 0.08rem;
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color: #000 !important;
}




/* info */
.ifBox {
    padding: .32rem .24rem;
}



.ifDetail h1 {
    font-size: .4rem;
    color: var(--c3);
    font-weight: 600;
}
.ifDetail h3 {
    font-size: .30rem;
    color: var(--c3);
    font-weight: 600;
    margin: 0.15rem 0;
}
.ifDetail span{
    display: inline;
    font-size: 0.24rem;
    color: #9F9F9F;
    margin: .28rem 0;
}

.ifDetail span.span_title {
    color: #9F9F9F;
    font-size: .24rem;
    display: inline-block;
    margin: .28rem 0;
}

.ifDetail p {
    font-size: .26rem;
    color: #222;
    line-height: 0.4rem;
    margin-bottom: .28rem;
    text-indent: 2em;
}

.ifDetail img {
    width: 100%;
    height: 100%;
    margin-bottom: .28rem;
    border-radius: .02rem;
    -webkit-border-radius: .02rem;
    -moz-border-radius: .02rem;
    -ms-border-radius: .02rem;
    -o-border-radius: .02rem;
}


.tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tag li {
    position: relative;
    margin-right: .14rem;
    background: #f5f5ff;
    padding: .08rem 0.14rem;
    padding-left: .52rem;
    margin-bottom: .1rem;
    border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    -moz-border-radius: 0.06rem;
    -ms-border-radius: 0.06rem;
    -o-border-radius: 0.06rem;
}

.tag li::before {
    position: absolute;
    top: .18rem;
    left: .12rem;
    content: '';
    width: .24rem;
    height: .22rem;
    background: url(../images/tag.png) no-repeat center center/100% 100%;
}







/* 比赛集锦 */
.gmList {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .26rem;
    justify-content: space-between;
    overflow-y: scroll;
}

.gmList img {
    width: 3.4rem;
    height: 2.24rem;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.gmList li {
    width: 3.4rem;
    height: 3.1rem;
}

.gmList p {
    margin-top: .14rem;
}

.report .menutit {
    font-size: 0.3rem;
    margin-bottom: .24rem;
}

.reportList {
    padding: .32rem;
    border: 1px solid #ccc;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
}

.videoMore {
    width: 100%;
    height: .76rem;
    line-height: .76rem;
    background: #f3f3f5;
    margin: .52rem 0;
    border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    -moz-border-radius: 0.06rem;
    -ms-border-radius: 0.06rem;
    -o-border-radius: 0.06rem;
}
.videoMore  a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoMore p {
    color: #3D6CDE;
    font-size: .24rem;
    margin-right: .1rem;
}

.jtblue {
    width: .1rem;
    height: .14rem;
    background: url(../images/jtblue.png) no-repeat center center/100% 100%;
}



.more_con{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid var(--c6)
}
.more_con a{
    color: var(--c1);
    padding-top: 0.1rem;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
}
.more_con_icon{
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.06rem;
}

.Teamli_hei{
    height: calc(100% - 0.65rem);
}


.article-prev-next{
    margin: 0.1rem;
}
.article-prev-next>div {
    margin: 0.2rem 0;
    font-weight: 500;
    color: #000;
}
.article-prev-next a {
    display: inline;
    overflow: auto;
    word-break: normal;
    font-weight: normal;
    white-space: normal;
}


































































/* index */
