* {
  border: 0;
  font-family: Arial, sans-serif, serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0
}

a {
  text-decoration: none;
  cursor: pointer;
}

.posterBox {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

.posterBox span {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.poster>div {
  width: 100%;
  margin: 0 auto;
}

.posterBanner {
  width: 100%;
  text-align: center;
  margin: 10px auto !important;
}

.posterBanner>div {
  position: relative;
  bottom: 0%;
  width: 100%;
  margin: 0 auto;
}


@media screen and (min-width:768px) {

  .main {
    margin: 0 auto;
    min-height: calc(100vh - 40px)
  }

  .label {
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    height: 42px;
    line-height: 42px;
    margin-right: 22px;
    width: 194px;
    z-index: 2;
    align-items: center;
    display: flex;
    position: relative;
  }

  .label_name {
    font-size: 16px;
    color: #fff;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .label_icon img {
    width: 30px;
    height: 30px;
  }

  .home-icon {
    display: none;
  }

  .video_content,
  .content-box {
    align-content: center;
    display: grid;
    gap: 30px 16px;
    grid-auto-rows: 246px;
    justify-content: center;
    padding: 0 16px 24px;
    margin-top:20px;
  }

  .top_video_content {
    align-content: center;
    display: grid;
    justify-content: center;
    gap: 16px;
    grid-template-columns: repeat(2, 32%);
    margin-bottom: 10px;
    margin-left: -15px;
  }

  .top_video_content .top_video {
    width: 100%;
    margin: 0 10px 10px;
    box-shadow: 0 2px 10px rgb(34 18 18 / 50%);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }

  .top_video_content .name-box {
    background-color: #01a9f0;
    bottom: 0;
    position: absolute;
    width: 100%
  }

  .top_video_content .name-box .name {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 22px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

  .top_video_content .time {
    position: absolute;
    bottom: 40px;
    right: 5px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    border-radius: 10px;
    color: #fff;
    width: 60px;
    text-align: center;
    line-height: 30px;
  }

  .game {
    display: flex;
    flex-direction: column;
    position: relative
  }

  .game .game-pic {
    width: 100%;
    height: 200px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(34, 18, 18, .5);
    overflow: hidden;
  }

  .game .time {
    position: absolute;
    bottom: 40px;
    right: 5px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    border-radius: 10px;
    color: #fff;
    width: 60px;
    text-align: center;
    line-height: 26px;
  }

  .game .name-box {
    width: 100%
  }

  .game .name-box .name {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #131313;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 196px
  }

  .game.video {
    width: 300px;
    cursor: pointer;
  }

  .top_video:hover {
    border: 4px solid #fff;
    transform: scale(1.01);
    transition: all .3s ease-out
  }

  .game:hover {
    transform: scale(1.1);
    transition: all .3s ease-out
  }

  .game:hover .name-box {
    display: block
  }
}


@media screen and (min-width:768px) and (max-width:820px) {
  .label {
    width: 120px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
  }

  .label_name {
    font-size: 12px;
  }

  .label_icon {
    margin-left: 8px !important;
    margin-right: 4px !important;
  }

  .label_icon img {
    width: 20px;
    height: 20px;
  }

  .logo img {
    width: 95px;
  }
}

@media screen and (max-width:767px) {

  .posterBanner {
    width: 100%;
    text-align: center;
    margin: 5px auto !important;
  }

  .home-icon img {
    width: 32px;
    height: 32px;
  }

  .main {
    background-color: #f7f7f7;
    margin: 0 auto
  }

  .game {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .game .game-pic {
    height: 104rem;
    font-size: 0;
    border-radius: .06rem;
    overflow: hidden
  }

  .game .name-box {
    line-height: .3rem;
  }

  .game .name-box .name {
    width: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    color: #131313;
    line-height: .25rem;
  }

  .closeShare {
    position: fixed;
    bottom: 1rem;
    right: .5rem;
    z-index: 101;
    cursor: pointer;
  }


  .content-box {
    align-content: center;
    display: grid;
    gap: .25rem 0.25rem;
    grid-auto-rows: 2.0rem;
    grid-template-columns: repeat(3, 1.8rem);
    justify-content: center;
    padding: .15rem .1rem;
    margin-top:0px;
  }



  .top_video_content,
  .video_content {
    padding: .15rem .1rem;
  }

  .top_video_content {
    padding-bottom: 0;
  }

  .video_content {
    padding-top: 0;
  }

  .video_content .time,
  .top_video_content .time {
    position: absolute;
    bottom: 0.5rem;
    right: 0.1rem;
    background: rgba(0, 0, 0, 0.7);
    width: 0.6rem;
    text-align: center;
    line-height: 0.26rem;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
  }

  .top_video_content .top_video,
  .video_content .video {
    border: 1px solid #bbb;
    box-shadow: none;
    overflow: visible;
    padding: 0.05rem;
    border-radius: 4px;
    margin-bottom: 0.05rem;
    position: relative;

  }

  .video_content .name-box .name,
  .top_video_content .name-box .name {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 0.34rem;
    line-height: 0.34rem;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

}

@media screen and (min-width:1904px) {
  .main .content-box {
    grid-template-columns: repeat(6, 200px)
  }

  .main .video_content {
    grid-template-columns: repeat(4, 300px)
  }
}

@media screen and (min-width:1716px) and (max-width:1903px) {
  .main .content-box {
    grid-template-columns: repeat(6, 174px)
  }

  .main .video_content {
    grid-template-columns: repeat(4, 300px)
  }
}

@media screen and (min-width:1525px) and (max-width:1715px) {
  .main .content-box {
    grid-template-columns: repeat(6, 174px)
  }

  .main .video_content {
    grid-template-columns: repeat(4, 300px)
  }
}

@media screen and (min-width:1334px) and (max-width:1524px) {
  .main .content-box {
    grid-template-columns: repeat(6, 174px)
  }

  .main .video_content {
    grid-template-columns: repeat(3, 300px)
  }
}

@media screen and (min-width:1143px) and (max-width:1333px) {
  .main .content-box {
    grid-template-columns: repeat(5, 174px)
  }

  .main .video_content {
    grid-template-columns: repeat(3, 300px)
  }
}

@media screen and (min-width:956px) and (max-width:1142px) {
  .main .content-box {
    grid-template-columns: repeat(4, 174px)
  }

  .main .video_content {
    grid-template-columns: repeat(2, 300px)
  }
}

@media screen and (min-width:768px) and (max-width:955px) {
  .main .content-box {
    grid-template-columns: repeat(4, 174px)
  }

  .main .video_content {
    grid-template-columns: repeat(2, 300px)
  }
}

.pic {
  height: 100%;
  width: 100%
}