
body {
    background-image: url(./imgs/bg.png);
}
.header {
    width: 100%;
    height: 14rem;
    position: relative;
/*    background-image: url(./imgs/header-bg.jpg);*/
}


.others-content {
    width: 6.4rem;
    margin: 0 auto;
    font-size: 0;
}


.featured-games > .common-title {
    margin: 0.6rem 0;
}
.featured-games .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.featured-games .content .item:nth-last-child(1){
    margin-right: 0;
}
.featured-games .content .item {
    width: calc(50% - 0.2rem);
    margin-bottom: 0.4rem;
}
.featured-games .content .item > img {
    width: 100%;
    height: 2.2rem;
}
.featured-games .content .item .foot {
    display: flex;
    height: 1.12rem;
    padding: 0 0.16rem;
    color: #f5f5f5;
    font-size: 0.21rem;
    align-items: center;
    background-image: linear-gradient(62deg, 
    #282d33 0%, 
    #3e4853 100%);}
.featured-games .content .item .foot > img {
    margin-right: 0.15rem;
    width: 0.78rem;
    height: 0.78rem;
}

.business > .common-title {
    margin: 0.28rem 0 0.68rem 0;
}
.business .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.business .content .item {
    width: 3.17rem;
    height: 3.49rem;
    position: relative;
    margin-bottom: 0.4rem;
}
.business .content .item > img {
    width: 100%;
    height: 100%;
}
.business .content .item .title {
    position: absolute;
    top: 0.69rem;
    left: 0.25rem;
    font-family: DINPro-Bold;
	font-size: 0.42rem;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.2em;
}
.business .content .item .more {
    position: absolute;
    top: 2.15rem;
    left: 0.25rem;
    font-family: DINPro-Medium;
	font-size: 0.25rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.26rem;
	letter-spacing: 0.04rem;
	color: #b69883;
    cursor: pointer;
}
.business .content .item:last-child .more {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2em;
}


.official {
    margin-bottom: 0.6rem;
}
.official .common-title {
    margin: 0.4rem 0 0.6rem 0;
}
.official .content {
    display: flex;
    justify-content: space-between;
}

.official .item {
    width: 1.35rem;
    text-decoration: none;
}

.official .item > img {
    width: 100%;
    height: 1.35rem;
}
.official .item p {
    font-family: DINPro-Regular;
	font-size: 0.25rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1em;
	letter-spacing: 0.01rem;
	color: #fefefe;
    margin-top: 0.25rem;
    text-align: center;
}

.des-box .des-close {
    position: absolute;
    width: 0.88rem;
    height: 0.88rem;
    left: 50%;
    transform: translateX(-50%);
    top: 11rem;
    background-image: url(./imgs/des-close.png);
}