@import url(./header.css);
@import url(./search.css);

.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){
  /* body{
    background: url('../img/bg.png');
    background-attachment: fixed;
    background-color: #f7f7f7;
    background-position: -150px -150px;
    background-repeat: no-repeat;
  } */

  .main {
    margin: 0 auto;
    min-height: calc(100vh - 40px)
  }

  .video_content,
  .content {
    align-content: center;
    display: grid;
    gap: 30px 16px;
    grid-auto-rows: 246px;
    justify-content: center;
    padding: 0 16px 24px
  }

  .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: 22px;
    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
  }

  .footer .about-us {
    padding: 0 70px;
    position: relative
  }

  .footer .about-us .about-warp {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .55);
    padding: 28px 12px 70px;
    position: relative
  }

  .footer .about-us .about-warp .title {
    color: #003248;
    font-size: 32px;
    text-align: center
  }

  .footer .about-us .about-warp .para {
    margin-top: 34px
  }

  .footer .about-us .about-warp .para .para-title {
    color: #003248;
    font-size: 24px
  }

  .footer .about-us .about-warp .para .para-text {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px
  }

  .footer .about-us .about-warp:before {
    background: #F9CD00;
    border-bottom: none;
    -webkit-border-bottom-left-radius: 20px;
    content: "";
    height: 74px;
    left: 0;
    position: absolute;
    top: 0;
    transform: perspective(.5rem) rotateX(160deg);
    transform-origin: left;
    width: 204px
  }

  .footer .about-us .about-warp:after {
    background: #17aebc;
    border-bottom: none;
    -webkit-border-bottom-right-radius: 20px;
    bottom: 0;
    content: "";
    height: 74px;
    position: absolute;
    right: 0;
    transform: perspective(.5rem) rotateX(20deg);
    transform-origin: right;
    width: 204px
  }

  .footer .about-us .bottom-logo {
    bottom: 10px;
    position: absolute;
    right: 118px
  }

  .footer .about-us .bottom-logo .icon-logo {
    height: 44px;
    width: 96px
  }

  .footer {
    padding-top: 2px
  }

  .bottom-navbar {
    background-color: #e8e8e8;
    font-size: 0;
    height: 40px;
    overflow: hidden;
    text-align: center
  }

  .bottom-navbar>a {
    color: #333;
    font-size: 12px;
    line-height: 40px;
    position: relative;
    text-decoration: none
  }

  .bottom-navbar>a:not(:last-child) {
    margin-right: 30px
  }

  .bottom-navbar>a:not(:last-child):before {
    background-color: #333;
    content: "";
    height: 13px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
  }

  .bottom-navbar {
    background-color: #fff;
    margin-top: 30px;
    position: relative
  }

  .bottom-navbar>a {
    color: #221b2e;
    font-size: 16px
  }

  .bottom-navbar>a:not(:last-child) {
    margin-right: 36px
  }

  .bottom-navbar>a:not(:last-child):before {
    background-color: #221b2e;
    right: -19px
  }

  .bottom-navbar:after, .bottom-navbar:before {
    background: #17aebc;
    border-bottom: none;
    content: "";
    height: 74px;
    position: absolute;
    top: -7px;
    width: 280px
  }

  .bottom-navbar:before {
    left: 0;
    transform: perspective(.5rem) rotateX(20deg);
    transform-origin: left;
    background: #F9CD00;
  }

  .bottom-navbar:after {
    right: 0;
    transform: perspective(.5rem) rotateX(20deg);
    transform-origin: right
  }
}


@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;
  }

  .main {
    background-color: #f7f7f7;
    margin: 0 auto
  }

  .game {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .game .game-pic {
    height: 2rem;
    font-size: 0;
    border-radius: .06rem;
    overflow: hidden
  }

  .game .name-box {
    line-height: .3rem;
  }

  .game .name-box .name {
    width: 1.75rem;
    font-size: .22rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    color: #131313;
    line-height: .5rem;
  }

  .share_box{
    position: fixed;
    display: flex;
    top: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 101;
  }

  .share_box a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 1.5rem;
    height: 0.5rem;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
  }

  .share_box img{
    margin-right: 5px;
    width: 0.2rem;
    height: 0.2rem;
  }

  .closeShare{
    position: fixed;
    bottom: 1rem;
    right: .5rem;
    z-index: 101;
    cursor: pointer;
  }

  .closeShare img{
    width: 40px;
  }
  
  .content {
    align-content: center;
    display: grid;
    gap: .2rem 0.15rem;
    grid-auto-rows: 2.3rem;
    grid-template-columns: repeat(3, 1.8rem);
    justify-content: center;
    padding: .15rem .1rem
  }

  

  .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%;
  }


  .footer .about-us {
    padding: 0 .2rem;
    position: relative
  }

  .footer .about-us .about-warp {
    background-color: #fff;
    border-radius: .2rem;
    box-shadow: .02rem .04rem 0 rgba(0, 0, 0, .3);
    overflow: hidden;
    padding: .9rem .2rem;
    position: relative
  }

  .footer .about-us .about-warp .title {
    color: #003248;
    font-size: .36rem;
    font-weight: 700;
    text-align: center
  }

  .footer .about-us .about-warp .para {
    margin-top: .34rem
  }

  .footer .about-us .about-warp .para .para-title {
    color: #003248;
    font-size: .26rem;
    font-weight: 700;
    line-height: .4rem
  }

  .footer .about-us .about-warp .para .para-text {
    color: #4c4c4c;
    font-size: .14rem;
    line-height: 1.5;
    margin-top: .2rem
  }

  .footer .about-us .about-warp:before {
    border-bottom: none;
    -webkit-border-bottom-left-radius: .2rem;
    left: -.1rem;
    top: .1rem;
    transform: perspective(.5rem) rotateX(160deg);
    transform-origin: left
  }

  .footer .about-us .about-warp:after, .footer .about-us .about-warp:before {
    background: #17aebc;
    content: "";
    height: .74rem;
    position: absolute;
    width: 1.3rem
  }

  .footer .about-us .about-warp:after {
    border-bottom: none;
    -webkit-border-bottom-right-radius: .2rem;
    bottom: 0;
    right: 0;
    transform: perspective(.5rem) rotateX(20deg);
    transform-origin: right
  }

  .footer .about-us .bottom-logo {
    bottom: .08rem;
    position: absolute;
    right: .4rem
  }

  .footer .about-us .bottom-logo .icon-logo {
    height: .44rem;
    width: .96rem
  }

  .bottom-navbar {
    background-color: #e8e8e8;
    font-size: 0;
    height: .52rem;
    overflow: hidden;
    text-align: center
  }

  .bottom-navbar>a {
    color: #333;
    font-size: .22rem;
    line-height: .72rem;
    text-decoration: none
  }

  .bottom-navbar>a:not(:last-child) {
    margin-right: .3rem
  }

  .bottom-navbar>a:not(:last-child):before {
    background-color: #333;
    height: .23rem;
    position: absolute;
    right: -.16rem;
    top: 50%;
    transform: translateY(-50%);
    width: .01rem
  }

  .bottom-navbar {
    background-color: #fff;
    /* margin-top: .36rem; */
    position: relative
  }

  .bottom-navbar>a {
    color: #221b2e;
    font-size: .2rem;
    height: .5rem;
    line-height: .5rem;
    position: relative;
    z-index: 1
  }

  .bottom-navbar>a:not(:last-child) {
    margin-right: .36rem
  }

  .bottom-navbar>a:not(:last-child):before {
    background-color: #221b2e;
    content: "";
    right: -.19rem
  }

  .bottom-navbar:before {
    left: 0;
    transform: perspective(.5rem) rotateX(20deg);
    transform-origin: left
  }

  .bottom-navbar:after, .bottom-navbar:before {
    background: #17aebc;
    border-bottom: none;
    content: "";
    height: .54rem;
    position: absolute;
    width: .5rem
  }

  .bottom-navbar:after {
    right: 0;
    transform: perspective(.5rem) rotateX(20deg);
    transform-origin: right
  }
}

@media screen and (min-width:1904px) {
  .main .content {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    grid-template-columns: repeat(4, 174px)
  }

  .main .video_content{
    grid-template-columns: repeat(2, 300px)
  }
}

.pic {
  height: 100%;
  width: 100%
}