/* 头部 */
.header-bar{
    width: 100%;
    background: url("../images/home/header-bg.png") no-repeat center top;
    background-size: cover;
    /* width: 1920px; */
    height: 998px;
    margin-bottom: 42px;
}
.header{
    width: 100%;
    height: 90px;
    display: flex;
    background: url("../images/nav/导航.png") no-repeat;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: DINPro-Bold;
    font-weight: bold;
    position: relative;
}
.header .logo{
    position: absolute;
    right: 72%;
    top: 50%;
    transform: translateY(-50%);
    /* margin-left: 360px;  */
    background: url("../images/nav/logo.png") no-repeat;
    width: 251px;
    height: 34px;
    background-size: cover;
}

/* 主面板 */

.swiper {
    /* width: 100%;
    height: 100%; */
    margin-top: 42px;
    margin-bottom: 74px;
}

.swiper-slide {
    width: 676px !important;
    opacity: 0.5;
    height: 381px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    transform: scale(0.8) !important;
    cursor: pointer;
}
.swiper-slide.swiper-slide-active {
    opacity: 1.0;
    transform: scale(1) !important;
}
.swiper-slide.swiper-slide-active::before {
    content: '';
    display: block;
    width: 222px;
	height: 380px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/home/red-line.png) no-repeat;
    background-size: cover;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-bar{
    margin: 0 auto;
    width: 1205px;
}
.bar-title{
    font-family: DIN-Bold;
	font-size: 30px;
	font-style: italic;
	line-height: 26px;
	letter-spacing: 5px;
    color: #ffffff;
    padding: 14px 0;
}
.bar-title::before{
    transform: translateY(-14px)
}
.bar-title::after{
    transform: translateY(14px)
}
.bar-title::before, .bar-title::after{
    content: "";
    display: inline-block;
    background: url(../images/home/斜线.png) no-repeat;
    background-size: cover;
    width: 26px;
    height: 26px;
}
.games-bar-title{
    margin-bottom: 50px;
}
.games-card-container{
    display: flex;
    flex-wrap: wrap;
}
.game-card{
    width: 390px;
    height: 463px;
    border-radius: 6px;
    margin-bottom: 43px;
    margin-right: 16px;
    background-color: #292e33;
}
.game-card:nth-child(3n){
    margin-right: 0;
}
.game-bg{
    width: 100%;
    height: 289px;
}
.game-card-content{
    box-sizing: border-box;
    padding: 20px 0 0 22px;
    display: flex;
}
.game-left{
    margin-right: 28px;
    /* background: url("../image/梦幻新诛仙-cover.png") no-repeat; */
    background-size: cover;
    width: 95px;
	height: 95px;
}
.game-right .game-name{
    color: #f5f5f5;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.game-right .game-label{
    display: flex;
    flex-wrap: wrap;
}

.game-right .game-label .game-label-text{
    font-size: 14px;
    color: #9e9e9e;
    height: 21px;
    line-height: 21px;
    border-radius: 10px;
    border: solid 1px #9e9e9e;
    margin-right: 9px;
    margin-bottom: 5px;
    padding: 0 12px;
    cursor: pointer;
    white-space: nowrap;
    font-family: fz;
}
.game-right .game-label-text:hover{
    background: #44464b;
}

.business-bar{
    margin-bottom: 20px;
}
.business-bar-title{
    margin-bottom: 57px;
}
.business-card-container{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 230px;
}
.business-card{
    width: 240px;
	height: 374px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.business-card a{
    display: block;
    width: 480px;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.business-card:hover a{
    left: -240px;
}
.business-text{
    position: absolute;
    pointer-events: none;
}
.business-card-name{
    font-size: 30px;
    font-style: italic;
    color: #ffffff;
    padding: 95px 0 47px 38px;
    min-height: 84px;
    font-family: DINPro-Bold;
}
.business-card-more{
    font-size: 16px;
    color: #b69883;
    padding-left: 40px;
}
.business-card-more span{
    margin-left: 8px;
}

.official-bar-title{
    margin-bottom: 120px;
}
.official-card-container{
    display: flex;
    box-sizing: border-box;
    padding-left: 205px;
}
.official-bar{
    padding-bottom: 143px;
}
.official-card{
    margin-right: 168px;
    cursor: pointer;
    opacity: 0.3;
}
.official-card:hover{
    opacity: 1.0;
}
.official-card-cover{
    width: 157px;
    height: 157px;
    display: block;
    margin-bottom: 32px;
}
.official-card-name{
    text-align: center;
    font-size: 24px;
    color: #fefefe;
}
.bottom-bar{
    margin-top: 140px;
    background: url("../images/nav/底条.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}