.con {
    width: 1200px;
    margin: auto;
    position: relative;
}
.header {
    background: rgba(255,255,255,1);
}
.mainContentBody{
    padding-top: 116px;
    background: #1E2831;
}
.templateOneBody {
    padding-top: 0;
}
.templateOneBody .centerCloudGame {
    width: 100%;
}
.centerCloudGame {
    display: flex;
    padding-top: 20px;
    padding-bottom: 100px;
}
.leftTypeModal{
    /* flex: 1; */
    width: 200px;
    background: #28333d;
    border-radius: 5px;
    margin-right: 38px;
    height: 700px;
    overflow: hidden;
    /* position: fixed; */
    position: sticky;
    top: 136px;
}
.rightGameDetail {
    flex: 1;
    /* padding-left: 238px; */
}
.typeItem {
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    box-sizing: border-box;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #fff;
    opacity: .5;
}
.active.typeItem {
    opacity: 1;
    background: #304051;
    font-weight: 700;
}
.typeItem:hover {
    opacity: 1;
    background: #304051;
    font-weight: 700;
}
.gameInfoAllBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.gameItem {
    background: #28333d;
    border-radius: 4px;
    box-sizing: border-box;
    margin-right: 10px;
    width: 19%;
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
}
.gameItem:nth-child(5n + 0) {
    margin-right: 0;
}
.gameItem:hover {
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 50%);
    background: #304051;
}
.imgShow {
    display: block;
    width: 127px;
    height: 127px;
    border-radius: 24%;
    margin: auto;
}
.gameName {
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin: 15% 10px;
    /* padding: 15% 10px; */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 这里是超出几行省略 */
    overflow: hidden;
    white-space: nowrap;
}
.playNow {
    display: block;
    width: 80px;
    max-width: 100%;
    height: 30px;
    line-height: 28px;
    margin: auto;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    border: 1px solid #018FFF;
    background-color: #018FFF;
    text-align: center;
}
.playNow:hover {
    color: #fff;
}

/**
 * 修改浏览器的滚动条
 */
 ::-webkit-scrollbar-track-piece {
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-track-piece:hover {
    background-color: rgba(120, 130, 140, 0.33);
    border-left: 1px solid rgba(120, 130, 140, 0.33);
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: rgba(120, 130, 140, 0.23);
    background-clip: padding-box;
    border: 1px solid rgba(120, 130, 140, 0.23);
    min-height: 28px;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    border: 1px solid rgba(120, 130, 140, 0.23);
    background-color: rgba(120, 130, 140, 0.23);
  }
.newPart {
    width: 109%;
    overflow-y: auto;
    height: 100%;
}
.rightIcon {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -6px;
    top: -5px;
}
.recommendIcon {
    background-image: url('../images/cloud_game/img_tuijian.png');
    background-size: 100% 100%;
}
.hotIcon {
    background-image: url('../images/cloud_game/img_remen.png');
    background-size: 100% 100%;
}
.newIcon {
    background-image: url('../images/cloud_game/img_zuixin.png');
    background-size: 100% 100%;
}
.recommendTips{
    padding-top: 20px;
}
.recommendTips p{
    background: #28333d;
    border-radius: 4px;
    color: rgb(255,255,255,0.5);
    justify-content: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;

    display: flex;
    width: 100%;
}
  