nav{
    width: 100%;
    height: 60px;
    background-color:rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
nav>.wrap{
    width: 90%;
    height: 100%;
    margin: auto;
    min-width: 1000px;
    /* background-color: antiquewhite; */
}
.logo-box{
    flex: 0 0 150px;
    height: 100%;
    padding: 10px 0;
}
.logo-box>img{
    height: 100%;
}
.search-box{

}

.input-box{

}
.input-box>input{
    border-radius: 10px;
    border: none;
    outline: none;
    padding-left: 5px;
    font-size: 12px;
    width: 200px;
    height: 25px;
}
.input-box>input::placeholder{
    font-size: 12px;
}
.right-box{
    flex: 1;
}
/* 放大镜按钮 */
#search{
 color: white;
 width: 30px;
 height: 30px;
 cursor: pointer;
}

.login-box>button{
    font-weight: bold;
}
.banner-box{
    min-width: 1200px;
    width: 100%;
    height: 290px;
    background-color: rgb(0, 0, 0);
}
.banner-box>.left-box{
    height: 100%;
    max-width: 50%;
    min-width: 50%;
    color: white;
}
.game-name-score-box{
    font-size: 32px;
}
.game-score-box{
    border-radius: 5px;
    padding: 2px 15px;
    font-size: 20px;
    font-weight: bold;
}

.banner-box>.right-box{
    position: relative;
    height: 100%;
    max-width: 50%;
    min-width: 50%;
    background-image: linear-gradient(
        90deg,#000,transparent 26%,transparent 57%,#000 99%);
}

.banner-box>.right-box>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-box>.right-box>.bg-color{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(
        90deg,#000,transparent 26%,transparent 57%,#000 99%);
}
/* 关注按钮 */
#followGame{
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 5px 25px;
    background-color: #F1F2F3;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}
#score{
  
}
.content{
    width: 80%;
    height: auto;
    margin: auto;
    min-width: 1200px;
}
.content>.left-box{
    /* background-color: violet; */
    flex:  0 0 800px;
    /* height: 800px; */
    padding-right: 20px;
}
.swiper-box{
    /* background-color: thistle; */
    height:361px;
}
.swiper-box>.show-box{
    flex: 0 0 638px;
    height: 100%;
}
.swiper-box>.show-box>.img-box{
    width: 100%;
    height: 100%;
}
.swiper-box>.show-box>.img-box>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-box>.show-box>.not-playing{
    display: none;
}

.swiper-box>.show-box>.video-box{
    width: 100%;
    height: 100%;
}
.swiper-box>.show-box>.video-box>video{
    width: 100%;
    height: 100%;
}
.swiper-box>.prev-box{
    padding-left: 10px;
    height: 100%;
    flex:0 0 142px;
    width: 142px;
    /* background-color: turquoise; */
}
.swiper-box>.prev-box>ul{
    list-style: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
/* 滚动条 */
.swiper-box>.prev-box>ul::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}

.swiper-box>.prev-box>ul::-webkit-scrollbar
{
width: 5px;
background-color: #F5F5F5;
}

.swiper-box>.prev-box>ul::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #AAAAAA;
}



.swiper-box>.prev-box>ul>li{
    width: 100%;
    height: 75px;
    position: relative;
    padding: 4px;
    cursor: pointer;
    border-radius: 4px;
}

.swiper-box>.prev-box>ul>li.active{
    border: 4px solid #008EE8;
    padding: 0;
}
.swiper-box>.prev-box>ul>li>img{
    width: 100%;
    height: 100%;
}
.swiper-box>.prev-box>ul>li>span{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: white;
    font-size: 26px;
}


/* 右边区域 */
.content>.right-box{
    /* background-color: rgb(47, 184, 115); */
    flex:1;
    height: auto;
}
.content>.right-box>.tag-box{
    width: 100%;
}
.tag-box>ul{
    list-style: none;
    padding: 0;
}
.tag-box>ul>li{
    padding: 2px 5px;
    background-color: #eeeeee;
    font-size: 14px;
    margin-left: 5px;
    border-radius: 2px;
}

.system-require-box>.title{
    font-size: 13px;
}
.system-require-box>.require-content{
    font-size: 13px;
}
.system-require-box>.require-content ul{
    list-style: none;
    padding-left: 10px;
}

/* 购买 */

.buy-box{
    margin-top: 10px;
}
.buy-box .fprice{
    font-size: 12px;
}
.buy-box .fprice-text{
    font-weight: bold;
    font-size: 18px;
}
.buy-box .oprice{
    font-size: 14px;
    text-decoration: 1px line-through black;
    color: rgb(189, 189, 189);
}
.buy-box .oprice.not-discount{
    display: none;
}

.intro-box{
    width: 100%;
    margin-top: 30px;
}


/* 评价盒子 */
.user-score-box{
    margin-top: 30px;
    width: 100%;
}

.content-box{
    height: 80px;
}
.content-box>.left-box{
    flex: 0 0 87px;
    margin-right: 10px;
    background-color: #FF9C26;
    height: 100%;
}
.content-box>.left-box>.score{
    font-size: 28px;
    font-weight: bold;
    color: white;
}

.content-box>.left-box>.person-num{
    font-size: 12px;
    color: white;
}

.content-box>.star-box{
    flex: 0 0 80px;
    height: 100%;
}

.content-box>.star-box>ul{
    list-style: none;
    padding: 0;
}
.content-box>.star-box>ul>li{
    height: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.content-box>.star-box>ul>li>span{
    font-size: 12px;
    color: #C8CDD2;
    margin-right: 5px;
}
.content-box>.list-box{
    flex: 1;
    height: 100%;
}
.content-box>.list-box>ul{
    list-style: none;
    padding: 0;
}
.content-box>.list-box>ul>li{
    width: 100%;
    height: 12px;
    margin: 3px 0;
}
.content-box>.list-box>ul>li>.progress{
    height: 100%;
}
.content-box>.list-box>ul>li>.progress>.progress-bar{
    background-color: #C8CDD2;
}

.user-comment-box{
    margin-top: 30px;
}
.user-comment-box>.content-wrap{
    
}
.user-comment-box>.content-wrap>ul{
    padding: 0;
    list-style: none;
}
.user-comment-box>.content-wrap>ul>li{
    padding: 20px 0;
    height: 200px;
}
.user-comment-box>.content-wrap>ul>li>.left-box{
    flex:  0 0 56px;
}
.content-wrap>ul>li>.left-box>img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#time{
    font-size: 12px;
    color: #8C9196;
}
#user-star{
    width: 100%;
    list-style: none;
    padding: 0;
    flex-wrap: nowrap;
    margin-left: 5px;
}
#user-star>li{
    float: left;
    font-size: 12px;
    color: #F69D35;
    margin-left: 2px;
    
}
.user-info-wrap{
    width:100% ;

}
.user-info-wrap>.user-name{
    width:100% ;
}

.comment-wrap{
    /* cursor: pointer; */
    flex: 0 0 76px;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 3;    
    overflow: hidden;
}
.like-comment{
    flex:0 0 24px;
    font-size: 14px;
    color: #C8CDD2;
    
}
#like-num{
    margin-left: 5px;
}

#not-like{
    margin-left: 5px;
}
.more{
    font-size: 14px;
    color: #008EE8;
}