body {
    margin-bottom: 150px;
}

.game-info {
    width: 710px;
    margin: 0 auto;
    margin-top: 20px;
}

.game-info-icon {
    background: #EEEEEE;
    width: 200px; 
    height: 200px; 
    border-radius: 20px;
    float: left;
}

.game-info-text-div {
    width: 470px;
    float: left;
    margin-left: 40px;
}


.game-info-slogan {
    height: 100px;
    font-size: 1.75rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 50px;

    /* 超过高度显示省略号 多行*/
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.category-box {
    margin-top: 20px;
}

.category-icon {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.category-name {
    float: left;
    font-size: 1.75rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}

.game-info-plays-text {
    display: none;
    height: 40px;
    font-size: 1.75rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}

.game-info-plays {
    height: 40px;
    font-size: 1.75rem;
    font-weight: 400;
    color: #3567FF;
    line-height: 40px;
    float: left;
}

.play-gif {
    float: right;
    width: 128px;
    height: 48px;
}

.hr {
    display: block;
    width: 710px;
    margin: 0 auto;
    margin-top: 20px;
}

.banner-box {
    width: 710px;
    margin: 0 auto; 
    margin-top: 20px;
}

.game-banner {
    display: block;
    width: 710px;
    height: 450px;
    margin: 0 auto;
    border-radius: 24px;
    background: #EEEEEE;
}

.desc {
    margin-top: 20px;
    width: 710px;
    min-height: 200px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}


.score-box {
    width: 710px;
    height: 224px;
    margin: 0 auto;
    margin-top: 20px;
}

.score-box-title {
    height: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}

.start-blue {
    float: left;
    margin-left:48px; 
    margin-top:50px;
    width: 40px;
    height: 40px; 
}

.score-num {
    float: left;
    margin-left: 20px;
    margin-top: 32px;
    height: 82px;
    font-family: DINAlternate, DINAlternate;
    font-weight: bold;
    font-size: 70px;
    color: #3567FF;
    line-height: 82px;
    letter-spacing: 4px;
    text-align: left;
    font-style: normal;
}

.score-progress-box {
    float: right;
    margin-top: 28px;
}

.score-progress-item {
    height: 16px;
    margin-top: 8px;
}

.score-progress-div {
    position: relative;
    float: right;
    margin-top: 4px;
}

.score-progress-gray {
    width: 304px;
    height: 8px;
    background: #E0E0E0;
    border-radius: 4px;
}

.score-progress-blue {
    position: absolute;
    height: 8px;
    background: #3366FF;
    border-radius: 4px;
    top: 0;
}

.score-progress-star {
    float: right;
    margin-right: 8px;
    height: 16px;
}

.recommend-box {
    width: 710px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.recommend-box-title {
    height: 50px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    text-align: left;
    font-style: normal;
}

.recommend-box-scroll {
    overflow-x: scroll;
    white-space: nowrap;
    margin-left: -32px;
    margin-top: 20px;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

.recommend-item {
    display: inline-block;
    width: 200px;
    margin-left: 32px;
}

.recommend-item-icon {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 40px;
    background: #EEEEEE;
}

.recommend-item-title {
    text-align: center;
    width: 200px;
    height: 40px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.recommend-item-slogan {
    text-align: center;
    width: 200px;
    height: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    text-align: right;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.recommend-item-play-button {
    width: 128px;
    height: 48px;
    background: #0848F0;
    border-radius: 25px;

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-style: normal;

    margin: 0 auto;
    margin-top: 12px;
}

.scroll-ad-box {
    display: none;
    position: relative;
    width:710px;
    height:100px;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow:hidden;
}

.scroll-ad-text {
    position: absolute;
    right: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    text-align: left;
    font-style: normal;
}

.scroll-ad-div {

}

.scroll-ad-item {

}

.scroll-ad-image {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    background: #EEEEEE;
}

.scroll-ad-info {
    float: left;
    margin-left: 20px;
}

.scroll-ad-title {
    width: 520px;
    height: 50px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scroll-ad-slogan {
    width: 520px;
    height: 50px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
}