body{
    background: #2e0002 url("../img/honour_bg.png") no-repeat center -123px;
}

.SLi_box{
}
.SLi_honor{
    width: 1134px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
/*tab*/
.header{
    width: 100%;
    height: 93px;
}
.header p{
    width: 154px;
    color: #ffd375;
    font-weight: bold;
    float: left;
    line-height: 93px;
}
.tab{
    float: left;
    margin-top: 33px;
}
.tab li{
    float: left;
    margin-right: 38px;
    cursor: pointer;
}
.cur{
    border-bottom: 2px solid #ffd375;
}

/*战队*/
.honor_box{
    width: 100%;
    height: 600px;
}
.honor_box ul li{
    float: left;
    display: none;
}

.honor_team{
    float: left;
    margin-right: 11px;
    height: 500px;
}
.honor_team:nth-child(5n){
    margin-right: 0;
}
.honor_img{
    width: 216px;
    height: 265px;
    border: 1px solid #7d0000;
    background: rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.honor_img img{
    width: 168px;
    height: 170px;
}

.honor_name{
    width: 100%;
    height: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    background: rgba(0,0,0,.5);
    margin-top: 3px;
}
.honor_kinds{
    width: 218px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 50px;
    /*position: relative;*/
}
.honor_kinds .honor_kinds_img{
    position: relative;
}
.honor_kinds img.modal{
    margin-top: 20px;
    cursor: pointer;
}
.honor_kinds .honor_detail{
    display: inline-block;
    width: 200px;
    height: 30px;
    border: 1px solid #7d0000;
    color: #FFF;
    line-height: 30px;
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 100;
    background: rgba(55,4,4,.5);
    display: none;
    text-align: center;

}
.honor_kinds_img:hover .honor_detail{
    display: block;
}


/*弹出层*/
.float{
    width: 100%;
    height: 100%;
    border: 1px solid #a40000;
    position:fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    background: rgba(0,0,0,.5);
}
.float_box{
    width: 1010px;
    height: 512px;
    position: relative;
    top: 12%;
    left: 50%;
    margin-left: -505px;
    border: 1px solid #a40000;

}
.float_box .closed{
    display: inline-block;
    width: 29px;
    height: 29px;
    position: absolute;
    right: -1px;
    top: -1px;
    cursor: pointer;
}
.float_des{
    width: 100%;
    height: 119px;
    line-height: 119px;
    background: rgba(125,0,0,.9);
    display: flex;
    align-items: center;
}
img.team_member{
    display: block;
    width: 1010px;
    height: 393px;
}
.float_des img{
    margin-left: 48px;
    width: 231px;
    height: 48px;
}
.float_des span{
    width: 675px;
    margin-left: 47px;
    font-size: 33px;
}
.team_modal{
    width: 111px;
    height: 111px;
    position: absolute;
    left: 109px;
    top: 305px;
}
/*弹出层*/

/*炉石传说css*/
#hs .honor_team .honor_img img{
    width: 188px!important;
    height: 231px!important;
    border: 1px solid #7d0000!important;
}
#hs .honor_team .honor_kinds .honor_kinds_img .float{
    width: 677px;
    height: 512px;
    background: rgba(56,0,0,.7);
    margin-left: -343px;
    top: 25%;
}
#hs .honor_team .honor_kinds .honor_kinds_img .float .float_box{
    width: 677px;
    height: 512px;
}
#hs .honor_team .honor_kinds .honor_kinds_img .float .float_box .team_member{
    width: 496px;
    height: 330px;
    margin: 37px auto 0;
}
#hs .honor_team .honor_kinds .honor_kinds_img .float .float_box .closed{
    top: -38px;
}
#hs .honor_team .honor_kinds .honor_kinds_img .float .float_box .float_des{
    background: none;
}

/*整体半透明背景*/
#rgba{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}

.footer{
    height: 353px;
    background: #140024;
}