*{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
    margin : 0; !important;
}
a{
    text-decoration: none;
    color: black;
}
body{
    background-color: #f3f3f3;
}
.body{
    width: 1200px;
    margin: auto;
}

.banner{
    width: 100%;
    height: 550px;
    overflow: hidden;
    min-width: 1300px;
}
.banner img{
    width: 100%;
}
.banber-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -80px;
}

.banner-box-item{
    width: 224px;
    height: 160px;
    background-color: #0213b9;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banber-box-bg{
    position: absolute;
    width: 90px;
    left: -10px;
    top: -10px;
}
.time{
    width: 100%;
    position: absolute;
    z-index: 9999;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
}
.time p{
    font-size: 12px;
    color: #a6aeff;
}
.time div{
    font-size: 18px;
    color: white;
    font-weight: 700;
}
.teem{
    width: 100%;
    position: absolute;
    z-index: 100;
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}
.zhudui .teem-logo{
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
}
.zhudui .teem-logo img{
    width: 100%;
}
.teem-name{
    font-size: 12px;
    color: white;
    text-align: center;
    margin-top: 5px;
}
.index-vs{
    width: 34px;
    height: 20px;
    margin-top: 16px;
}
.index-biaoqian{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-biaoqian-left div{
    font-size: 20px;
    margin-top: 40px;
}
.index-biaoqian-left p{
    font-size: 14px;
    color: #838383;
}
.index-biaoqian-right{
    display: flex;
    margin-top: 40px;
}

.biaoqian-item {
    background: url("/assets/images/f2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin: 0;
    padding:0;
    color:#fff;
}

.biaoqian-item:hover{
    cursor: pointer;
}

.biaoqian-item-active{
    background: url("/assets/images/f1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin: 0;
    padding:0;
    color:#fff;
}
.zhuanjia-top{
    display: flex;
    justify-content: space-around;
    background-color: white;
    border-radius: 5px;
    margin-top: 30px;
}
.zhuanjia-top-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.zhuanjia-top-item .touxiang{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.zhuanjia-top-item .touxiang img{
    width: 100%;
}
.zhuanjia-top-item .dengji img{
    width: 40px;
    margin-top: 8px;
}
.zhuanjia-name{
    font-size: 14px;
}
.shuxing{
    font-size: 12px;
    width: 60px;
    height: 20px;
    color: #f07100;
    font-weight: 500;
    border: 1.5px solid #f07100;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 20px;
}
.plan{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan-item{
    width: 285px;
    background-color: white;
    border-radius: 5px;
    padding-bottom: 6px;
    margin-top:20px;
    .plan-match{
        .plan-match-name{
            width: 145px;
            white-space: nowrap;
            overflow: hidden;
        }
    }

    .plan-sigle-p{
        position: absolute;
        .plan-sigle-c{
            position: relative;
            float: left;
            right: -235px;
            width: 50px;
        }
    }

}



.plan-item-top{
    display: flex;
    margin-left: 20px;
    padding-top: 20px;
    align-items: center;
}
.plan-touxiang{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.plan-touxiang img{
    width: 100%;
}
.plan-name{
    margin-left: 10px;
}
.plan-name div{
    font-size: 14px;
}
.plan-name p{
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 4px;
}
.zhanji{
    margin-left: 30px;
}
.zhanji div{
    font-size: 12px;
    color: #f07100;
    width: 50px;
    height: 24px;
    border-radius: 3px;
    font-weight: 500;
    background-color: #ffe9d6;
    text-align: center;
    line-height: 24px;
}
.zhanji p{
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 2px;
}
.plan-neirong{
    font-size: 14px;
    margin: 14px 20px;
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plan-match{
    width: 245px;
    height: 26px;
    background-color: #f2f2f2;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan-shuxing{
    display: flex;
    align-items: center;
}
.plan-shuxing div{
    font-size: 12px;
    width: 40px;
    height: 20px;
    border: #1e5eff 1px solid;
    border-radius: 3px;
    color: #1e5eff;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    margin: 2px;
}
.plan-shuxing p{
    font-size: 12px;
    margin-left: 8px;
}
.plan-time{
    font-size: 12px;
    margin-right: 4px;
    color: #9f9f9f;
}
.plan-bottom{
    display: flex;
    width: 245px;
    margin: 14px auto;
    align-items: center;
    justify-content: space-between;
}
.plan-huiyuan{
    display: flex;
    align-items: center;
}
.plan-huiyuan img{
    width: 24px;
    height: 20px;
}
.plan-huiyuan div{
    font-size: 12px;
    color: #f07100;
    font-weight: 500;
    margin-left: 8px;
}
.plan-bottom p{
    font-size: 12px;
    color: #9b9b9b;
}
.live-box{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.live-box-item{
    width: 285px;
    background-color: white;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.live-banner{
    width: 100%;
    height: 180px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.live-banner img{
    width: 100%;
}
.live-name{
    display: flex;
    margin-top: 10px;
}
.live-name div{
    width: 40px;
    height: 20px;
    font-size: 12px;
    color: #059005;
    border-radius: 3px;
    border: 1px solid #059005;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    margin-left: 10px;
}
.live-name p{
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
}
.live-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}
.live-bottom p{
    font-size: 14px;
    margin-left: 10px;
    color: #9b9b9b;
    margin-right: 10px;
}
.redu{
    display: flex;
    align-items: center;
}
.redu img{
    width: 20px;
}
.letou-banner{
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 40px;
}
.letou-banner img{
    width: 100%;
}
.news{
    display: flex;
    justify-content: space-between;
}
.news-box{
    width: 386px;
    border-radius: 5px;
    margin-top: 20px;
}
.news-title{
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding-top: 20px;
    font-weight: 500;
    border-bottom: 1px solid #e2e2e2;
}
.news-img{
    width: 100%;
    height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.news-img img{
    width: 130%;
}
.news-item{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.news-item p{
    width: 260px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item div{
    font-size: 14px;
    color: #919191;
}
.bottom{
    width: 100%;
    height: 200px;
    background-color: #e6e6e6;
    margin-top: 80px;
}
.aboutus{
    display: flex;
    width: 1200px;
    margin: auto;
    padding-top: 50px;
    align-items: center;
}
.aboutus div{
    font-size: 16px;
    font-weight: 500;
}
.aboutus p{
    font-size: 14px;
    margin-left: 70px;
}

.game-box{
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 5px;
    padding-top: 20px;
    margin-top: 30px;
}
.game-time{
    width: 1120px;
    height: 48px;
    background-color: #efefef;
    margin:  auto ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 30px;
}
.game-time span{
    margin-left: 40px;
}
.game-item{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: auto;
    height: 90px;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}
.game-left{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #9b9b9b;
}
.game-touxiang{
    display: flex;
    margin-left: 100px;
}
.game-touxiang div{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
}
.game-touxiang div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game-teem{
    margin-left: 40px;
    font-size: 16px;
    color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.game-teem div{
    text-align: center;
    width: 110px;
    font-size: 14px;
    margin: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game-name{
    width: 60px;
}
.game-teem span{
    font-size: 14px;
    margin: 30px;
    color: #9b9b9b;
}
.mingzhonglv{
    width: 70px;
    color: red;
    margin-left: 110px;
}
.mingzhonglb_black{
    color: black;
}
.game-fangan{
    font-size: 14px;
    color: #1e5eff;
}
.zhudui{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
