.popular-bar{
    width: 22%;
    height: fit-content;
    border-radius: 6px;
    background-color: #fff;
  }
  .popular-bar-item{
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding:10px 15px;
  }
  .popular-bar-item img{
    width: 35px;
    height: 35px;
    margin-right: 15px;
    border-radius: 50%;
  }
  .popular-bar-title{
    background-color: #f8f8f8;
    color: #373b40;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
  }
  .industry-bar{
    padding: 30px 180px;
  }
  .game-faq{
      background-color: #fff;
      border-radius: 10px;
      padding: 10px 20px 0;
    }
    .game-faq>div:first-child{
      font-size: 32px;
      margin-bottom: 20px;
    }
    .game-faq>div:last-child{
      border:none;
    }
    .game-introduce-bar{
      padding: 0 180px;
      position: relative !important;
    }
    .game-introduce-menu>div:first-child{
      font-size: 35px;
      font-weight: 600;
      margin-top: 80px;
      margin-bottom: 20px;
      
    }
    .game-introduce-menu-list{
      display: flex;
      flex-direction: column;
    }
    .game-introduce-menu-item{
      padding: 8px 10px;
      border-left: 4px solid #b3b3b3;
      color: #373b40 !important;
      width: 300px !important;
      text-decoration: none !important;
    }
    .list-group-item-action{
      border-left: 4px solid #0072c3;
    }
    .game-introduce{
      margin: 40px auto;
      
    }
    .game-faq-item{
      padding: 20px 0 ;
      border-bottom: 1px solid #d9d9d9;
    }
    .game-introduce-item{
      margin-bottom: 20px;
    }
    .game-introduce-title,.game-faq-title{
      font-size: 24px;
      margin-bottom: 10px;
    }
    .game-introduce-content,.game-faq-content{
      color: #26292d;
    }
    .games-bar{
      display: flex;
      flex-wrap: wrap;
      width: 74%;
    }
      .game-item,.complaints-item{
      border-radius: 5px;
      width: 24%;
      background-color: #fff;
      margin-bottom: 15px;
      margin-right: 0.8%;
    }
    .game-play-btn{
        background: #2396f7;
        color: #f8f8f8;
        text-align: center;
        padding: 8px;
        margin:0 18px;
        border-radius: 4px;
    }
    .game-img{
        background-color: #f8f8f8;
        padding: 25px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .game-img img{
      width: 90px;
      height: 90px;
      border-radius: 50%;
      margin: 0px auto;
      display: block;
    }
    .game-item>div:nth-child(3){
      color: #888888;
      font-size: 16px;
      padding:0 18px;
      margin-bottom: 10px;
      min-height: 50px;
      display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical; 
    }
    .game-item>div:last-child{
        color: #2396f7;
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
      }
    .game-name{
      margin: 20px 0 0px;
      padding:0 18px;
       
    }
    .game-star{
        display: flex;
        align-items: center;
        font-size: 14px;
        margin-top: 10px;
    }
    .game-star img{
        width: 16px !important;
        height: 16px !important;
        margin-right: 5px;
        
    }
    .industry-top-text{
      padding: 30px 180px;
      width: 74%;
    }
    .industry-top-text>div:first-child{
      font-size: 35px;
    }
    .industry-top-text>div:nth-child(2){
        font-size: 18px;
      }
    .industry-top-text>div:nth-child(3){
      color: #707070;
      font-size: 13px;
      margin-top: 40px;
      width: 60%;
    }
    .complaints-price{
      display: flex;
      justify-content: space-between;
      font-size: 13px !important;
      color: #3c3c3c !important;
      padding: 0 18px;
      margin-top: 50px;
    }
    @media (max-width: 576px) {
      .game-item>div:nth-child(3){
          padding:0 16px;
          margin-bottom: 0px;
       }
      .games-bar{
        width: 100%;
        padding: 20px;
      }
      .game-item,.complaints-item{
        width: 100%;
        padding: 10px 20px 0;
        text-align: center;
      }
      .game-item img,.complaints-item img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 0;
        margin-right: 10px;
      }
      .game-img{
        background-color: #fff;
        border: 0;
        padding: 0;
      }
      .game-info,.complaints-info {
        flex: 1;
      }
      .game-info>div:last-child{
        font-size: 12px;
        color: #3c3c3c;
      }
      .complaints-info>div:first-child{
        font-size: 16px;
        color: #3c3c3c;
      }
      .complaints-price{
        margin: 10px 0 !important;
        padding: 0 !important;
      }
      .game-star{
        margin: 0;
      }
      .game-play-btn{
        margin: 0;
        margin-top: 2px;
      }
      .game-introduce{
        width: 100%;
        padding: 0 20px;
        margin: 0 !important;
      }
      .game-faq-out{
        padding: 20px !important;
      }
      .industry-top-text>div:first-child{
        font-size: 24px;
      }
      .industry-top-text>div:nth-child(2){
        font-size: 16px;
      }
      .industry-top-text>div:nth-child(3){
        width: 100%;
      }
      .industry-bar{
        padding: 0px;
      }
      .industry-top-text{
        padding: 20px !important;
        width: 100% !important;
      }
      .game-name{
        margin: 0;
        padding: 0;   
        flex: 1;
      }
      .game-introduce-bar{
        padding: 0px !important;
      }
    }