#content {
  background-image: linear-gradient(#85D1EA, #7FF6AC);
  padding-bottom: 30px;
}
#content .content_top {
  width: 1280px;
  padding: 24px 10px 0;
  box-sizing: border-box;
  margin: 0 auto 12px;
}
#content .content_top .content_title {
  height: 20px;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-bottom: 12px;
}
#content .content_top .detail_ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, 94px);
  grid-gap: 12px;
}
#content .content_top .detail_ul .detail_li {
  border-radius: 30px;
  box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
  position: relative;
  overflow: hidden;
}
#content .content_top .detail_ul .detail_li a {
  height: 94px;
  display: block;
}
#content .content_top .detail_ul .detail_li a img {
  height: 94px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}
#content .content_top .detail_ul .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_top .detail_ul .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_top .detail_ul .detail_li .mengceng1 {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 200px;
  border-radius: 0px 0px 30px 30px;
  padding: 0 15px;
  box-sizing: border-box;
  transition: 0.3s;
}
#content .content_top .detail_ul .detail_li .mengceng1 p {
  width: 156px;
  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_top .detail_ul .li_one {
  background-color: #fff;
  border-radius: 30px;
  position: fixed;
  width: 94px;
  height: 94px;
  top: 57px;
  box-sizing: border-box;
  z-index: 10;
}
#content .content_top .detail_ul .li_one .top {
  width: 100%;
  height: 60px;
}
#content .content_top .detail_ul .li_one .top a img {
  width: 94px;
  height: 69px;
}
#content .content_top .detail_ul .li_one .bottom {
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
  width: 100%;
  height: 34px;
  display: flex;
}
#content .content_top .detail_ul .li_one .bottom a {
  width: 49%;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
}
#content .content_top .detail_ul .li_one .bottom a img {
  width: 25px;
  height: 25px;
  margin-left: 13px;
}
#content .content_top .detail_ul .li_one .bottom #a1 img {
  margin-left: 9px;
}
#content .content_top .detail_ul .li_one .bottom a:nth-child(1) {
  border-right: 1px solid #f1f1f1;
}
#content .content_top .detail_ul .li_one:hover,
#content .content_top .detail_ul li:nth-child(4):hover {
  transform: scale(1);
}
#content .content_top .detail_ul li:nth-child(2) {
  box-shadow: none;
}
#content .content_top .detail_ul .list_gg {
  grid-row: 1/2;
  grid-column: 2/9;
  width: 730px;
  height: 94px;
  border-radius: 0px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  text-align: center;
  position: relative;
}
#content .content_top .detail_ul .list_gg .tips1 {
  position: absolute;
  left: 50%;
  margin-left: -47px;
  width: 95px;
  height: 16px;
  font-size: 12px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
}
#content .content_top .detail_ul .list_gg:hover {
  transform: scale(1);
}
#content .content_top .detail_ul .list_gg1 {
  display: none;
}
#content .content_top .detail_ul .list_gg2 {
  display: none;
}
#content .content_top .detail_ul li:hover {
  transform: scale(1.2);
}
#content .content_top .detail_ul li:hover .mengceng {
  top: 60px;
}
#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;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@media (min-width: 360px) and (max-width: 543px) {
  #content .content_top {
    width: 360px;
    padding: 20px 27px 0;
    box-sizing: border-box;
    margin: 0 auto 12px;
    height: 2381px;
    overflow: hidden;
  }
  #content .content_top .detail_ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, 94px);
    grid-gap: 12px;
  }
  #content .content_top .detail_ul .detail_li {
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
  }
  #content .content_top .detail_ul .detail_li a {
    height: 94px;
    display: block;
  }
  #content .content_top .detail_ul .detail_li a img {
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
  }
  #content .content_top .detail_ul .li_one {
    background-color: #fff;
    border-radius: 30px;
    position: fixed;
    width: 94px;
    height: 94px;
    top: 53px;
    box-sizing: border-box;
    z-index: 5553;
  }
  #content .content_top .detail_ul .li_one .top {
    width: 100%;
    height: 60px;
  }
  #content .content_top .detail_ul .li_one .top a img {
    width: 94px;
    height: 69px;
  }
  #content .content_top .detail_ul .li_one .bottom {
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
    width: 100%;
    height: 34px;
    display: flex;
  }
  #content .content_top .detail_ul .li_one .bottom a {
    width: 49%;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
  }
  #content .content_top .detail_ul .li_one .bottom a:nth-child(1) {
    border-right: 1px solid #f1f1f1;
  }
  #content .content_top .detail_ul .li_one:hover {
    transform: scale(1);
  }
  #content .content_top .detail_ul li:nth-child(2) {
    box-shadow: none;
  }
  #content .content_top .detail_ul .list_gg {
    display: none;
  }
  #content .content_top .detail_ul .list_gg2 {
    grid-column: 1/4;
    grid-row: 3/6;
    width: 306px;
    height: 306px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    text-align: center;
    display: block;
  }
  #content .content_top .detail_ul .list_gg2 .tips1 {
    width: 95px;
    height: 16px;
    font-size: 12px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    margin: 12px auto 0;
  }
  #content .content_top .detail_ul li:hover {
    transform: scale(1.1);
  }
  #content .content_top .detail_ul li:hover .mengceng {
    top: 60px;
  }
  #content .content_top .detail_ul li:hover .mengceng1 {
    top: 150px;
  }
  #content .content_bottom {
    width: 360px;
    padding: 0 27px 0;
    box-sizing: border-box;
    margin: 40px auto 0;
    height: 555px;
    overflow: hidden;
  }
  #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;
    list-style: none;
  }
  #content .content_bottom .game_list .detail_li {
    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;
  }
}
@media (min-width: 744px) and (max-width: 1180px) {
  #content .content_top {
    width: 744px;
    padding: 20px 7px 0;
    box-sizing: border-box;
    margin: 0 auto 12px;
  }
  #content .content_top .detail_ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, 94px);
    grid-gap: 12px;
  }
  #content .content_top .detail_ul .detail_li {
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
  }
  #content .content_top .detail_ul .detail_li a {
    height: 94px;
    display: block;
  }
  #content .content_top .detail_ul .detail_li a img {
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
  }
  #content .content_top .detail_ul .li_one {
    background-color: #fff;
    border-radius: 30px;
    position: fixed;
    width: 94px;
    height: 94px;
    top: 52px;
    box-sizing: border-box;
    z-index: 10;
  }
  #content .content_top .detail_ul .li_one .top {
    width: 100%;
    height: 60px;
  }
  #content .content_top .detail_ul .li_one .top a img {
    width: 94px;
    height: 69px;
  }
  #content .content_top .detail_ul .li_one .bottom {
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
    width: 100%;
    height: 34px;
    display: flex;
  }
  #content .content_top .detail_ul .li_one .bottom a {
    width: 49%;
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
  }
  #content .content_top .detail_ul .li_one .bottom a:nth-child(1) {
    border-right: 1px solid #f1f1f1;
  }
  #content .content_top .detail_ul .li_one:hover,
  #content .content_top .detail_ul li:nth-child(4):hover {
    transform: scale(1);
  }
  #content .content_top .detail_ul li:nth-child(2) {
    box-shadow: none;
  }
  #content .content_top .detail_ul .list_gg {
    display: none;
  }
  #content .content_top .detail_ul .list_gg1 {
    grid-row: 2/4;
    grid-column: 3/5;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    text-align: center;
    position: relative;
    display: block;
  }
  #content .content_top .detail_ul .list_gg1 .tips1 {
    position: absolute;
    left: 50%;
    margin-left: -47px;
    width: 95px;
    height: 16px;
    font-size: 12px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
  }
  #content .content_top .detail_ul li:hover {
    transform: scale(1.1);
  }
  #content .content_top .detail_ul li:hover .mengceng {
    top: 60px;
  }
  #content .content_top .detail_ul li:hover .mengceng1 {
    top: 150px;
  }
  #content .content_bottom {
    width: 744px;
    padding: 0 7px 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;
    list-style: none;
  }
  #content .content_bottom .game_list .detail_li {
    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.1);
  }
  #content .content_bottom .game_list li:hover .mengceng {
    top: 60px;
  }
  #content .content_bottom .game_list li:hover .mengceng1 {
    top: 150px;
  }
}
