*{
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
    background-color: #f3f3f3;
}
.top{
    width: 100%;
    background-color: white;
}
.top-bar{
    width: 1200px;
    height: 60px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.top-bar-left img{
    width: 100%;
    overflow: hidden;
}
.top-bar-center{
    margin-left: 50px;
    display: flex;
}
.top-bar-center a{
    width: 120px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: black;
    text-decoration: none;
}
.top-bar-center a :hover{
    background-color: #1e5eff;
    color: white;
    cursor: pointer;
}
.top-bar-right{
    width: 120px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar-right button{
    width: 70px;
    height: 40px;
    background-color: #1e5eff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    cursor: pointer;
}
.banner{
    width: 100%;
    height: 350px;
    overflow: hidden;
    min-width: 1300px;
    display: flex;
    align-items: center;
}
.banner img{
    width: 105%;
}
.body{
    width: 1200px;
    margin: auto;
}
.foot-game-box{
    display: flex;
    justify-content: space-between;
}
.foot-game-item{
    width: 285px;
    background-color: white;
    border-radius: 5px;
    margin-top: 40px;
}
.game-tile{
    font-size: 14px;
    color: #969696;
    text-align: center;
    padding-top: 10px;
}
.teem{
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    align-items: center;
}
.teem-left div{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.teem-left div img{
    width: 100%;
}
.teem-left p{
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
}
.teem-center{
    text-align: center;
}
.teem-center div{
    font-size: 30px;
    font-weight: 500;
    margin-top: -10px;
}
.teem-center p{
    font-size: 12px;
}
.teem-center h6{
    font-size: 12px;
    font-weight: 400;
}
.foot-title{
    display: flex;
    margin-top: 40px;
    align-items: center;
}
.foot-title img{
    width: 30px;
}
.foot-title div{
    font-size: 16px;
    margin-left: 20px;
    font-weight: 500;
}
.zhuanjia-box{
    width: 100%;
    background-color: white;
    border-radius: 5px;
    margin-top: 30px;
}
.zhuanjia-title{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}
.zhuanjia-title div{
    width: 100px;
    height: 60px;
    margin-left: 20px;
    text-align: center;
    line-height: 60px;
}
.zhuanjia-item-box{
    display: flex;
    justify-content: space-around;
}
.zhuanjia-touxiang{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.zhuanjia-touxiang img{
    width: 100%;
}
.zhuanjia-item{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zhuanjia-item p{
    font-size: 14px;
    margin-top: 8px;
}
.zhuanjia-shuxing{
    font-size: 12px;
    width: 60px;
    height: 20px;
    border: 1px solid #f07100;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    color: #f07100;
    margin-top: 8px;
    margin-bottom: 20px;
}
.foot-neirong{
    margin-top: 20px;
    display: block;
    overflow: hidden;
}
.foot-neirong-box{
    float:left;
    width: 853px;
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px 10px;
}

.plan-item{
    width: 276px;
    height:210px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: 10px;
    .plan-match{
        .plan-match-name{
            width: 155px;
            white-space: nowrap;
            overflow: hidden;
        }
    }
    .plan-sigle-p{
        position: absolute;
        .plan-sigle-c{
            position: relative;
            float: left;
            right: -225px;
            width: 50px;
        }
    }
}
.plan-item-top{
    display: flex;
    margin-left: 10px;
    padding-top: 10px;
    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;
}
p {
    margin: 0;
}
.zhanji p{
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 2px;
}
.plan-neirong{
    font-size: 14px;
    margin: 14px 10px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plan-match{
    width: 260px;
    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: 260px;
    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;
}
.foot-paiming{
    position: relative;
    float: right;
    width: 300px;
    border-radius: 20px;
    background-color: white;
    display: flex;
    background-image: url("https://img.ll79.com/static/images/paiming-bg.png");
    min-height: 210px;
}

.pagination{
    display: flex;
    justify-content: center;
    li{
        text-align: center;
        margin: 0 5px;
        color:#606266;
        background-color:#f4f4f5;
        min-width:30px;
        border-radius: 2px;
    }
     .active{
        background-color: #d93635; !important;
        color:#fff;
    }
    a {
        text-decoration: none;
        color:inherit;
    }
}

.foot-paiming-bg{
    width: 110%;
    height: 450px;
    margin-left: -8px;
}
.paiming-center{
    width: 100%;
}
.paiming-title{
    text-align: center;
    margin-top: 20px;
    color: white;
}
.paiming1{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1e5eff;
    margin: 30px auto 0;
    position: relative;
}
.paiming1 .paiming-dengji{
    width: 100px;
    position: absolute;
    top: -20px;
    left: -20px;
}
.paiming1 .paiming-tx{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.paiming-name{
    font-size: 16px;
    margin-top: 18px;
    text-align: center;
}
.paiming1 p{
    font-size: 12px;
    text-align: center;
    color: red;
    font-weight: 500;
}
.paiming2{
    display: flex;
    margin-top: 60px;
    margin-bottom: 100px;
}
.paiming-bottom{
    display: flex;
    width: 265px;
    height: 80px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
}
.paiming-left{
    display: flex;
    align-items: center;
}
.paiming-bottom div{
    font-size: 16px;
    font-weight: 500;
}
.paiming-bottom .paiming-bottom-touxiang{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 16px;
}
.paiming-bottom .paiming-bottom-touxiang img{
    width: 100%;
}
.paiming-bottom h6{
    font-size: 14px;
    margin-left: 20px;
}
.paiming-bottom p{
    font-size: 14px;
    color: red;
}
.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;
}
.teem-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}


.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%;
}
.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;
}
