#content {
  background-image: linear-gradient(#85D1EA, #7FF6AC);
  padding-bottom: 30px;
  position: relative;
}
#content .content_top {
  width: 1280px;
  padding: 24px 10px 12px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 12px;
  overflow: auto;
}
#content .content_top .li_one {
  background-color: #fff;
  border-radius: 30px;
  position: fixed;
  width: 94px;
  height: 94px;
  top: 24px;
  box-sizing: border-box;
  z-index: 10;
}
#content .content_top .li_one .top {
  width: 100%;
  height: 60px;
}
#content .content_top .li_one .top a img {
  width: 94px;
  height: 69px;
}
#content .content_top .li_one .bottom {
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
  width: 100%;
  height: 34px;
  display: flex;
}
#content .content_top .li_one .bottom a {
  width: 49%;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
}
#content .content_top .li_one .bottom a img {
  width: 25px;
  height: 25px;
  margin-left: 8px;
}
#content .content_top .li_one .bottom #a1 img {
  margin-left: 0px;
}
#content .content_top .li_one .bottom a:nth-child(1) {
  border-right: 1px solid #f1f1f1;
}
#content .content_top .tabs {
  margin-top: 106px;
}
#content .content_top .tabs .detail_ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  grid-gap: 12px;
}
#content .content_top .tabs .detail_ul .detail_li {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
#content .content_top .tabs .detail_ul .detail_li a {
  display: flex;
  justify-content: space-between;
  height: 94px;
}
#content .content_top .tabs .detail_ul .detail_li a p {
  width: 45%;
  height: 46px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  margin: 22px auto 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: MavenProBlack-5K2V;
}
#content .content_top .tabs .detail_ul .detail_li a img {
  width: 55%;
  height: 94px;
  object-fit: cover;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#content .content_top .tabs .detail_ul .detail_li:hover {
  transform: scale(1.1);
}
#content .content_bottom {
  width: 1280px;
  padding: 0 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
#content .content_bottom .title {
  height: 20px;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-bottom: 16px;
}
#content .content_bottom .game_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 94px);
  grid-gap: 12px;
}
#content .content_bottom .game_list .detail_li {
  list-style: none;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
  position: relative;
  overflow: hidden;
}
#content .content_bottom .game_list .detail_li a {
  height: 94px;
  display: block;
}
#content .content_bottom .game_list .detail_li a img {
  height: 94px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}
#content .content_bottom .game_list .detail_li .mengceng {
  width: 100%;
  height: 34px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 94px;
  border-radius: 0px 0px 30px 30px;
  padding: 0 15px;
  box-sizing: border-box;
  transition: 0.3s;
}
#content .content_bottom .game_list .detail_li .mengceng p {
  width: 56px;
  font-size: 14px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #FFFFFF;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .content_bottom .game_list li:hover {
  transform: scale(1.2);
}
#content .content_bottom .game_list li:hover .mengceng {
  top: 60px;
}
#content .content_bottom .game_list li:hover .mengceng1 {
  top: 150px;
}
@media (min-width: 360px) and (max-width: 543px) {
  #content .content_top {
    width: 360px;
    padding: 24px 27px 12px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 12px;
  }
  #content .content_top .tabs {
    margin-top: 106px;
  }
  #content .content_top .tabs .detail_ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    grid-gap: 12px;
  }
  #content .content_top .tabs .detail_ul .detail_li {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
  }
  #content .content_top .tabs .detail_ul .detail_li a {
    display: flex;
    justify-content: space-between;
    height: 94px;
  }
  #content .content_top .tabs .detail_ul .detail_li a p {
    width: 45%;
    height: 46px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin: 22px auto 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: MavenProBlack-5K2V;
  }
  #content .content_top .tabs .detail_ul .detail_li a img {
    width: 55%;
    height: 94px;
    object-fit: cover;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #content .content_top .tabs .detail_ul .detail_li:hover {
    transform: scale(1.1);
  }
  #content .content_bottom {
    width: 360px;
    padding: 0 27px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #content .content_bottom .title {
    height: 20px;
    font-size: 18px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
    margin-bottom: 16px;
  }
  #content .content_bottom .game_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 94px);
    grid-gap: 12px;
  }
  #content .content_bottom .game_list .detail_li {
    list-style: none;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
  }
  #content .content_bottom .game_list .detail_li a {
    height: 94px;
    display: block;
  }
  #content .content_bottom .game_list .detail_li a img {
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
  }
  #content .content_bottom .game_list .detail_li .mengceng {
    width: 100%;
    height: 34px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 94px;
    border-radius: 0px 0px 30px 30px;
    padding: 0 15px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  #content .content_bottom .game_list .detail_li .mengceng p {
    width: 56px;
    font-size: 14px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #FFFFFF;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #content .content_bottom .game_list li:hover {
    transform: scale(1.2);
  }
  #content .content_bottom .game_list li:hover .mengceng {
    top: 60px;
  }
  #content .content_bottom .game_list li:hover .mengceng1 {
    top: 150px;
  }
}
@media (min-width: 744px) and (max-width: 1180px) {
  #content .content_top {
    width: 744px;
    padding: 24px 7px 12px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 12px;
  }
  #content .content_top .tabs {
    margin-top: 106px;
  }
  #content .content_top .tabs .detail_ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    grid-gap: 12px;
  }
  #content .content_top .tabs .detail_ul .detail_li {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
  }
  #content .content_top .tabs .detail_ul .detail_li a {
    display: flex;
    justify-content: space-between;
    height: 94px;
  }
  #content .content_top .tabs .detail_ul .detail_li a p {
    width: 45%;
    height: 46px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin: 22px auto 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: MavenProBlack-5K2V;
  }
  #content .content_top .tabs .detail_ul .detail_li a img {
    width: 55%;
    height: 94px;
    object-fit: cover;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #content .content_top .tabs .detail_ul .detail_li:hover {
    transform: scale(1.1);
  }
  #content .content_bottom {
    width: 744px;
    padding: 0 7px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #content .content_bottom .title {
    height: 20px;
    font-size: 18px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
    margin-bottom: 16px;
  }
  #content .content_bottom .game_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 94px);
    grid-gap: 12px;
  }
  #content .content_bottom .game_list .detail_li {
    list-style: none;
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
  }
  #content .content_bottom .game_list .detail_li a {
    height: 94px;
    display: block;
  }
  #content .content_bottom .game_list .detail_li a img {
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
  }
  #content .content_bottom .game_list .detail_li .mengceng {
    width: 100%;
    height: 34px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 94px;
    border-radius: 0px 0px 30px 30px;
    padding: 0 15px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  #content .content_bottom .game_list .detail_li .mengceng p {
    width: 56px;
    font-size: 14px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #FFFFFF;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #content .content_bottom .game_list li:hover {
    transform: scale(1.2);
  }
  #content .content_bottom .game_list li:hover .mengceng {
    top: 60px;
  }
  #content .content_bottom .game_list li:hover .mengceng1 {
    top: 150px;
  }
}
