#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 .fanhui {
  display: none;
}
#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: 24px;
  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 .ipad_gg1,
#content .content_top .detail_ul .ipad_gg2,
#content .content_top .detail_ul .ipad_gg3 {
  display: none;
}
#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 li:nth-child(17) .play {
  display: none;
}
#content .content_top .detail_ul li:nth-child(3) {
  grid-column: 2/10;
  grid-row: 1/6;
  background-color: #fff;
  position: relative;
  border-radius: 0;
}
#content .content_top .detail_ul li:nth-child(3) .yidong {
  display: none;
}
#content .content_top .detail_ul li:nth-child(3) .game_title {
  display: block;
  width: 812px;
  height: 102px;
  background: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  position: absolute;
  left: 12px;
  bottom: 0px;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#content .content_top .detail_ul li:nth-child(3) .game_title .left {
  display: flex;
}
#content .content_top .detail_ul li:nth-child(3) .game_title .left img {
  width: 78px;
  height: 78px;
  border-radius: 30px 30px 30px 30px;
  margin-right: 12px;
}
#content .content_top .detail_ul li:nth-child(3) .game_title .left div .p1 {
  height: 19px;
  font-size: 16px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  line-height: 19px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 27px;
}
#content .content_top .detail_ul li:nth-child(3) .game_title .right {
  display: flex;
}
#content .content_top .detail_ul li:nth-child(3) .game_title .right .right_div1 {
  margin-right: 20px;
}
#content .content_top .detail_ul li:nth-child(3) .game_title .right .right_div1 .p1 {
  font-size: 24px;
  text-align: center;
  margin: 7px 0 12px;
  color: #999;
}
#content .content_top .detail_ul li:nth-child(3) .game_title .right .right_div1 .p2 {
  color: #999;
  font-family: FuturaPT-Book;
}
#content .content_top .detail_ul li:nth-child(3) .game_title .right .right_div1 .p2 span {
  display: block;
  width: 100%;
  text-align: center;
}
#content .content_top .detail_ul li:nth-child(3) .game_title .right .right_div2 {
  font-size: 28px;
  margin-top: 19px;
  color: #909399;
}
#content .content_top .detail_ul li:nth-child(4) {
  grid-column: 10/13;
  grid-row: 1/4;
  width: 306px;
  height: 306px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  text-align: center;
}
#content .content_top .detail_ul li:nth-child(4) .tips {
  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:nth-child(5) {
  grid-row: 6/7;
  grid-column: 3/10;
  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 li:nth-child(5) .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:nth-child(3):hover,
#content .content_top .detail_ul li:nth-child(4):hover,
#content .content_top .detail_ul li:nth-child(5):hover,
#content .content_top .detail_ul li:nth-child(7):hover {
  transform: scale(1);
}
#content .content_top .detail_ul li:nth-child(6) {
  grid-row: 6/8;
  grid-column: 10/12;
}
#content .content_top .detail_ul li:nth-child(6) img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
#content .content_top .detail_ul li:nth-child(7) {
  grid-row: 9/11;
  grid-column: 10/12;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  text-align: center;
  position: relative;
}
#content .content_top .detail_ul li:nth-child(7) .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:nth-child(8) {
  grid-row: 7/9;
  grid-column: 6/8;
}
#content .content_top .detail_ul li:nth-child(8) img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
#content .content_top .detail_ul li:nth-child(9) {
  grid-row: 8/10;
  grid-column: 2/4;
}
#content .content_top .detail_ul li:nth-child(9) img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
#content .content_top .detail_ul li:nth-child(6):hover,
#content .content_top .detail_ul li:nth-child(8):hover,
#content .content_top .detail_ul li:nth-child(9):hover {
  transform: scale(1.1);
}
#content .content_top .detail_ul .jn1,
#content .content_top .detail_ul .jn2,
#content .content_top .detail_ul .jn3,
#content .content_top .detail_ul .jn4,
#content .content_top .detail_ul .jn5,
#content .content_top .detail_ul .jn6 {
  background-color: #fff;
}
#content .content_top .detail_ul .jn1 a,
#content .content_top .detail_ul .jn2 a,
#content .content_top .detail_ul .jn3 a,
#content .content_top .detail_ul .jn4 a,
#content .content_top .detail_ul .jn5 a,
#content .content_top .detail_ul .jn6 a {
  display: flex;
  justify-content: space-between;
  height: 94px;
}
#content .content_top .detail_ul .jn1 a p,
#content .content_top .detail_ul .jn2 a p,
#content .content_top .detail_ul .jn3 a p,
#content .content_top .detail_ul .jn4 a p,
#content .content_top .detail_ul .jn5 a p,
#content .content_top .detail_ul .jn6 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 .detail_ul .jn1 a img,
#content .content_top .detail_ul .jn2 a img,
#content .content_top .detail_ul .jn3 a img,
#content .content_top .detail_ul .jn4 a img,
#content .content_top .detail_ul .jn5 a img,
#content .content_top .detail_ul .jn6 a img {
  width: 55%;
  height: 94px;
  object-fit: cover;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#content .content_top .detail_ul .jn1:hover,
#content .content_top .detail_ul .jn2:hover,
#content .content_top .detail_ul .jn3:hover,
#content .content_top .detail_ul .jn4:hover,
#content .content_top .detail_ul .jn5:hover,
#content .content_top .detail_ul .jn6:hover {
  transform: scale(1.1);
}
#content .content_top .detail_ul .jn1 {
  grid-row: 11/12;
  grid-column: 1/3;
}
#content .content_top .detail_ul .jn2 {
  grid-row: 11/12;
  grid-column: 3/5;
}
#content .content_top .detail_ul .jn3 {
  grid-row: 11/12;
  grid-column: 5/7;
}
#content .content_top .detail_ul .jn4 {
  grid-row: 11/12;
  grid-column: 7/9;
}
#content .content_top .detail_ul .jn5 {
  grid-row: 11/12;
  grid-column: 9/11;
}
#content .content_top .detail_ul .jn6 {
  grid-row: 11/12;
  grid-column: 11/13;
}
#content .content_top .detail_ul li:hover {
  transform: scale(1.2);
}
#content .content_top .detail_ul li:hover .mengceng {
  top: 60px;
}
#content .content_top .detail_ul li:hover .mengceng1 {
  top: 150px;
}
#content .content_bottom {
  width: 1280px;
  padding: 0 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#content .content_bottom .left .miaoshu {
  width: 940px;
  background: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  padding: 24px 24px 14px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .content_bottom .left .miaoshu .title,
#content .content_bottom .left .miaoshu .text {
  color: #586168;
  line-height: 38px;
}
#content .content_bottom .left .miaoshu .title {
  font-family: FuturaPT-Bold;
  font-weight: bold;
  font-size: 18px;
}
#content .content_bottom .left .miaoshu .text {
  font-family: FuturaPT-Book;
  font-size: 16px;
}
#content .content_bottom .left .miaoshu div {
  display: flex;
  flex-wrap: wrap;
}
#content .content_bottom .left .miaoshu div .biaoqian {
  padding: 10px 16px;
  border: 1px solid #FC813D;
  color: #FC813D !important;
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  margin: 10px 0;
  display: block;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-family: FuturaPT-Book;
}
#content .content_bottom .left .miaoshu div .biaoqian:hover {
  background: #FC813D;
  color: #fff !important;
}
#content .content_bottom .left .interactions {
  width: 940px;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 24px;
}
#content .content_bottom .left .interactions .top {
  width: 888px;
  height: 68px;
  border-bottom: 1px solid #F1F1F1;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#content .content_bottom .left .interactions .top .top_ti {
  height: 20px;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-top: 23px;
  display: inline-block;
}
#content .content_bottom .left .interactions .top .option {
  margin-top: 12px;
  width: 152px;
  height: 42px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 1px rgba(201, 196, 196, 0.25);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  padding-top: 11px;
  box-sizing: border-box;
  position: relative;
}
#content .content_bottom .left .interactions .top .option .option_text {
  width: 83px;
  font-size: 16px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  color: #D2D2D2;
  padding-left: 14px;
}
#content .content_bottom .left .interactions .top .option .option_div {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
}
#content .content_bottom .left .interactions .top .option ul {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 99;
  border-radius: 10px;
  overflow: hidden;
}
#content .content_bottom .left .interactions .top .option ul li {
  width: 152px;
  height: 42px;
  background: #fff;
  padding-left: 16px;
  box-sizing: border-box;
  line-height: 42px;
  font-size: 16px;
  font-family: Futura PT-Book, Futura PT;
  font-weight: normal;
  color: #999999;
}
#content .content_bottom .left .interactions .top .option ul li:hover {
  color: #2B7DFC;
  background-color: #F3F8FF;
}
#content .content_bottom .left .interactions .pinglun {
  width: 942px;
  height: 186px;
  padding: 13px 26px;
  box-sizing: border-box;
}
#content .content_bottom .left .interactions .pinglun span {
  font-size: 16px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  color: #586168;
}
#content .content_bottom .left .interactions .pinglun form {
  position: relative;
}
#content .content_bottom .left .interactions .pinglun form input {
  width: 203px;
  height: 42px;
  background: #F1F1F1;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  font-family: FuturaPT-Light;
  font-weight: 300;
  color: #999;
  padding-left: 15px;
  display: block;
  margin: 10px 0;
}
#content .content_bottom .left .interactions .pinglun form textarea {
  width: 767px;
  height: 80px;
  background: #F1F1F1;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  font-family: FuturaPT-Light;
  font-weight: 300;
  color: #999;
  padding: 15px 0 0 15px;
  margin-right: 6px;
}
#content .content_bottom .left .interactions .pinglun form button {
  width: 114px;
  height: 80px;
  background: #2CDEC8;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  right: 0;
}
#content .content_bottom .left .interactions .pinglun_list {
  width: 942px;
  padding: 24px;
  box-sizing: border-box;
}
#content .content_bottom .left .interactions .pinglun_list .pinglun_list1 {
  display: flex;
  padding: 15px 0;
  box-sizing: border-box;
}
#content .content_bottom .left .interactions .pinglun_list .pinglun_list1 img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}
#content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div {
  border-bottom: 1px solid #F1F1F1;
}
#content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div .span1 {
  font-size: 16px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  color: #999999;
}
#content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p {
  display: flex;
  justify-content: space-between;
  width: 833px;
  margin-bottom: 26px;
}
#content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p a,
#content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p span {
  font-size: 14px;
  font-family: FuturaPT-Book;
  font-weight: normal;
  color: #586168;
}
#content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p a {
  width: 503px;
}
#content .content_bottom .left .interactions .paging {
  width: 942px;
  height: 50px;
  text-align: center;
}
#content .content_bottom .left .interactions .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .content_bottom .left .interactions .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-family: SF Pro Display-Regular, SF Pro Display;
  font-weight: 400;
  color: #CCCCCC;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .content_bottom .left .interactions .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #2B7DFC;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .content_bottom .left .interactions .more {
  display: none;
}
#content .content_bottom .left .ipad_gg4 {
  display: none;
}
#content .content_bottom .left .like {
  width: 940px;
}
#content .content_bottom .left .like p {

  height: 20px;
  font-size: 18px;
  font-family: FuturaPT-Bold;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  margin-bottom: 16px;
}
#content .content_bottom .left .like .like_list ul {
  display: flex;
  flex-wrap: wrap;
}
#content .content_bottom .left .like .like_list ul li {
  border-radius: 30px;
  box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
  position: relative;
  overflow: hidden;
  margin: 0 11px 12px 0;
}
#content .content_bottom .left .like .like_list ul li a {
  height: 94px;
}
#content .content_bottom .left .like .like_list ul li a img {
  width: 94px;
  height: 94px;
  object-fit: cover;
  border-radius: 30px;
}
#content .content_bottom .left .like .like_list ul 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 .left .like .like_list ul li .mengceng p {
  width: 56px;
  height: 34px;
  font-size: 12px;
  font-family: FuturaPT-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 .left .like .like_list ul li:hover {
  transform: scale(1.2);
}
#content .content_bottom .left .like .like_list ul li:hover .mengceng {
  top: 56px;
}
#content .content_bottom .left .like .like_list ul li:nth-child(9n+0) {
  margin-right: 0;
}
#content .content_bottom .right .gg {
  width: 306px;
  height: 600px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  text-align: center;
}
#content .content_bottom .right p {
  width: 95px;
  height: 14px;
  font-size: 12px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  margin: 0 auto 14px;
}
#content .content_bottom .right .like2 {
  width: 306px;
  background: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  padding: 24px 16px;
  box-sizing: border-box;
}
#content .content_bottom .right .like2 .top {
  padding-bottom: 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
}
#content .content_bottom .right .like2 .top .title {
  height: 20px;
  font-size: 18px;
  font-family: Futura PT-Bold, Futura PT;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
}
#content .content_bottom .right .like2 .top img {
  width: 24px;
  height: 24px;
}
#content .content_bottom .right .like2 .like_list2 {
  margin-top: 16px;
}
#content .content_bottom .right .like2 .like_list2 ul {
  display: flex;
  flex-wrap: wrap;
}
#content .content_bottom .right .like2 .like_list2 ul li {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 7px 10px 0;
}
#content .content_bottom .right .like2 .like_list2 ul li a {
  height: 86px;
}
#content .content_bottom .right .like2 .like_list2 ul li a img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 30px;
}
#content .content_bottom .right .like2 .like_list2 ul li .mengceng {
  width: 100%;
  height: 34px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 86px;
  border-radius: 0px 0px 30px 30px;
  padding: 0 15px;
  box-sizing: border-box;
  transition: 0.3s;
}
#content .content_bottom .right .like2 .like_list2 ul li .mengceng p {
  width: 56px;
  height: 34px;
  font-size: 12px;
  font-family: FuturaPT-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 .right .like2 .like_list2 ul li:hover {
  transform: scale(1.1);
}
#content .content_bottom .right .like2 .like_list2 ul li:hover .mengceng {
  top: 56px;
}
#content .content_bottom .right .like2 .like_list2 ul li:nth-child(3n+0) {
  margin-right: 0;
}
.yanse {
  color: #FC813D !important;
}
@media (min-width: 360px) and (max-width: 740px) {
  #content .content_top {
    margin: 0 auto 12px;
    width: 360px;
    padding: 20px 27px 0;
    box-sizing: border-box;
    height: 2666px;
    overflow: hidden;
  }
  #content .content_top .fanhui {
    position: absolute;
    top: 24px;
    left: 10px;
    z-index: 99999;
  }
  #content .content_top .fanhui a {
    background-color: #000000;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
  }
  #content .content_top .detail_ul {
    width: 306px;
    overflow: hidden;
    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 #quan {
    width: 306px;
    height: 306px;
  }
  #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: 20px;
    box-sizing: border-box;
    z-index: 991;
  }
  #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 li:nth-child(3) {
    grid-column: 1/4;
    grid-row: 3/6;
    background-color: #fff;
    position: relative;
    height: 306px;
    border-radius: 30px;
  }
  #content .content_top .detail_ul li:nth-child(3) .yidong {
    display: block;
    position: absolute;
    top: 0;
    z-index: 990;
  }
  #content .content_top .detail_ul li:nth-child(3) .yidong .g3 {
    width: 100%;
    height: 306px;
    object-fit: cover;
  }
  #content .content_top .detail_ul li:nth-child(3) .yidong .play {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #content .content_top .detail_ul li:nth-child(3) .game_title {
    display: none;
  }
  #content .content_top .detail_ul li:nth-child(3) .fanhui_fu {
    width: 100%;
    height: 100%;
  }
  #content .content_top .detail_ul .game_tu {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #content .content_top .detail_ul li:nth-child(4),
  #content .content_top .detail_ul li:nth-child(5),
  #content .content_top .detail_ul li:nth-child(6),
  #content .content_top .detail_ul li:nth-child(7),
  #content .content_top .detail_ul li:nth-child(8),
  #content .content_top .detail_ul li:nth-child(9) {
    display: none;
  }
  #content .content_top .detail_ul .ipad_gg2 {
    grid-row: 6/9;
    grid-column: 1/4;
    width: 306px;
    height: 306px;
    border-radius: 0px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    text-align: center;
    position: relative;
    display: block;
  }
  #content .content_top .detail_ul .ipad_gg2 .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 .ipad_gg3 {
    grid-row: 15/18;
    grid-column: 1/4;
    width: 306px;
    height: 306px;
    border-radius: 0px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    text-align: center;
    position: relative;
    display: block;
  }
  #content .content_top .detail_ul .ipad_gg3 .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:nth-child(3):hover,
  #content .content_top .detail_ul li:nth-child(4):hover,
  #content .content_top .detail_ul li:nth-child(5):hover,
  #content .content_top .detail_ul li:nth-child(7):hover {
    transform: scale(1);
  }
  #content .content_top .detail_ul .jn1,
  #content .content_top .detail_ul .jn2,
  #content .content_top .detail_ul .jn3,
  #content .content_top .detail_ul .jn4,
  #content .content_top .detail_ul .jn5,
  #content .content_top .detail_ul .jn6 {
    background-color: #fff;
  }
  #content .content_top .detail_ul .jn1 a,
  #content .content_top .detail_ul .jn2 a,
  #content .content_top .detail_ul .jn3 a,
  #content .content_top .detail_ul .jn4 a,
  #content .content_top .detail_ul .jn5 a,
  #content .content_top .detail_ul .jn6 a {
    display: flex;
    justify-content: space-between;
    height: 94px;
  }
  #content .content_top .detail_ul .jn1 a p,
  #content .content_top .detail_ul .jn2 a p,
  #content .content_top .detail_ul .jn3 a p,
  #content .content_top .detail_ul .jn4 a p,
  #content .content_top .detail_ul .jn5 a p,
  #content .content_top .detail_ul .jn6 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;
  }
  #content .content_top .detail_ul .jn1 a img,
  #content .content_top .detail_ul .jn2 a img,
  #content .content_top .detail_ul .jn3 a img,
  #content .content_top .detail_ul .jn4 a img,
  #content .content_top .detail_ul .jn5 a img,
  #content .content_top .detail_ul .jn6 a img {
    width: 55%;
    height: 94px;
    object-fit: cover;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #content .content_top .detail_ul .jn1 {
    grid-row: 20/21;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn2 {
    grid-row: 21/22;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn3 {
    grid-row: 22/23;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn4 {
    grid-row: 23/24;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn5 {
    grid-row: 24/25;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn6 {
    grid-row: 25/26;
    grid-column: 1/3;
  }
  #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: 0 auto;
    display: inherit;
  }
  #content .content_bottom .left .miaoshu {
    width: 306px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
    padding: 24px 24px 14px;
    box-sizing: border-box;
    margin-bottom: 12px;
  }
  #content .content_bottom .left .miaoshu .title,
  #content .content_bottom .left .miaoshu .text {
    color: #586168;
    line-height: 38px;
  }
  #content .content_bottom .left .miaoshu .title {
    font-family: FuturaPT-Bold;
    font-weight: bold;
    font-size: 18px;
  }
  #content .content_bottom .left .miaoshu .text {
    font-family: FuturaPT-Book;
    font-size: 16px;
  }
  #content .content_bottom .left .miaoshu div {
    display: flex;
    flex-wrap: wrap;
  }
  #content .content_bottom .left .miaoshu div .biaoqian {
    padding: 10px 16px;
    border: 1px solid #FC813D;
    color: #FC813D !important;
    background: #fff;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    margin: 10px 0;
    display: block;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-family: FuturaPT-Book;
  }
  #content .content_bottom .left .miaoshu div .biaoqian:hover {
    background: #FC813D;
    color: #fff !important;
  }
  #content .content_bottom .left .interactions {
    width: 306px;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 24px;
  }
  #content .content_bottom .left .interactions .top {
    width: 260px;
    height: 68px;
    border-bottom: 1px solid #F1F1F1;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  #content .content_bottom .left .interactions .top .top_ti {
    height: 20px;
    font-size: 18px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
    margin-top: 23px;
    display: inline-block;
  }
  #content .content_bottom .left .interactions .top .option {
    margin-top: 12px;
    width: 152px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 1px rgba(201, 196, 196, 0.25);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    padding-top: 11px;
    box-sizing: border-box;
    position: relative;
  }
  #content .content_bottom .left .interactions .top .option .option_text {
    width: 83px;
    font-size: 16px;
    font-family: FuturaPT-Book;
    font-weight: normal;
    color: #D2D2D2;
    padding-left: 14px;
  }
  #content .content_bottom .left .interactions .top .option .option_div {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
  }
  #content .content_bottom .left .interactions .top .option ul {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 99;
    border-radius: 10px;
    overflow: hidden;
  }
  #content .content_bottom .left .interactions .top .option ul li {
    width: 152px;
    height: 42px;
    background: #fff;
    padding-left: 16px;
    box-sizing: border-box;
    line-height: 42px;
    font-size: 16px;
    font-family: Futura PT-Book, Futura PT;
    font-weight: normal;
    color: #999999;
  }
  #content .content_bottom .left .interactions .top .option ul li:hover {
    color: #2B7DFC;
    background-color: #F3F8FF;
  }
  #content .content_bottom .left .interactions .pinglun {
    width: 306px;
    height: auto;
    padding: 13px 26px;
    box-sizing: border-box;
  }
  #content .content_bottom .left .interactions .pinglun span {
    font-size: 16px;
    font-family: FuturaPT-Book;
    font-weight: normal;
    color: #586168;
  }
  #content .content_bottom .left .interactions .pinglun form {
    position: relative;
  }
  #content .content_bottom .left .interactions .pinglun form input {
    width: 120px;
    height: 36px;
    background: #F1F1F1;
    border-radius: 8px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    font-family: FuturaPT-Light;
    font-weight: 300;
    color: #999;
    padding-left: 15px;
    display: block;
    margin: 10px 0;
  }
  #content .content_bottom .left .interactions .pinglun form textarea {
    width: 100%;
    height: 124px;
    background: #F1F1F1;
    border-radius: 8px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    font-family: FuturaPT-Light;
    font-weight: 300;
    color: #999;
    padding: 15px 0 0 15px;
    margin-right: 6px;
  }
  #content .content_bottom .left .interactions .pinglun form button {
    width: 109px;
    height: 40px;
    background: #2CDEC8;
    border-radius: 10px;
    border: none;
    font-size: 12px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #FFFFFF;
    position: inherit;
  }
  #content .content_bottom .left .interactions .pinglun_list {
    width: 306px;
    padding: 24px;
    box-sizing: border-box;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 {
    display: flex;
    padding: 15px 0;
    box-sizing: border-box;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div {
    border-bottom: 1px solid #F1F1F1;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div .span1 {
    font-size: 16px;
    font-family: FuturaPT-Book;
    font-weight: normal;
    color: #999999;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p {
    width: 210px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p a,
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p span {
    font-size: 14px;
    font-family: FuturaPT-Book;
    font-weight: normal;
    color: #586168;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p a {
    width: 503px;
  }
  #content .content_bottom .left .interactions .paging {
    width: 744px;
    height: 50px;
    text-align: center;
    display: none;
  }
  #content .content_bottom .left .interactions .paging ul {
    display: inline-block;
    overflow: hidden;
  }
  #content .content_bottom .left .interactions .paging ul li {
    float: left;
    width: 29px;
    height: 31px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-family: SF Pro Display-Regular, SF Pro Display;
    font-weight: 400;
    color: #CCCCCC;
    text-align: center;
    line-height: 31px;
    margin-right: 12px;
  }
  #content .content_bottom .left .interactions .paging ul li:nth-child(2) {
    width: 32px;
    height: 32px;
    background: #2B7DFC;
    border-radius: 4px;
    border: none;
    color: #fff;
  }
  #content .content_bottom .left .interactions .more {
    width: 182px;
    height: 42px;
    border-radius: 15px;
    background-color: #FC813D;
    margin: 0 auto;
    text-align: center;
    line-height: 42px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  #content .content_bottom .left .like {
    display: none;
    width: 940px;
  }
  #content .content_bottom .left .like p {

    height: 20px;
    font-size: 18px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
    margin-bottom: 16px;
  }
  #content .content_bottom .left .like .like_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #content .content_bottom .left .like .like_list ul li {
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
    margin: 0 11px 12px 0;
  }
  #content .content_bottom .left .like .like_list ul li a {
    height: 94px;
  }
  #content .content_bottom .left .like .like_list ul li a img {
    width: 94px;
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
  }
  #content .content_bottom .left .like .like_list ul 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 .left .like .like_list ul li .mengceng p {
    width: 56px;
    height: 34px;
    font-size: 12px;
    font-family: FuturaPT-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 .left .like .like_list ul li:hover {
    transform: scale(1.1);
  }
  #content .content_bottom .left .like .like_list ul li:hover .mengceng {
    top: 56px;
  }
  #content .content_bottom .left .like .like_list ul li:nth-child(9n+0) {
    margin-right: 0;
  }
  #content .content_bottom .right .gg,
  #content .content_bottom .right p {
    display: none;
  }
  #content .content_bottom .right .like2 {
    width: 306px;
    background: rgba(0, 0, 0, 0);
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
    padding: 24px 0 0 0;
    box-sizing: border-box;
  }
  #content .content_bottom .right .like2 .top {
    padding-bottom: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    justify-content: space-between;
  }
  #content .content_bottom .right .like2 .top .title {
    height: 20px;
    font-size: 18px;
    font-family: Futura PT-Bold, Futura PT;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
  }
  #content .content_bottom .right .like2 .top img {
    width: 24px;
    height: 24px;
  }
  #content .content_bottom .right .like2 .like_list2 {
    margin-top: 16px;
  }
  #content .content_bottom .right .like2 .like_list2 ul {
    display: flex;
    flex-wrap: wrap;
  }
  #content .content_bottom .right .like2 .like_list2 ul li {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 12px 10px 0;
  }
  #content .content_bottom .right .like2 .like_list2 ul li a {
    height: 94px;
  }
  #content .content_bottom .right .like2 .like_list2 ul li a img {
    width: 94px;
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
  }
  #content .content_bottom .right .like2 .like_list2 ul 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 .right .like2 .like_list2 ul li .mengceng p {
    width: 56px;
    height: 34px;
    font-size: 12px;
    font-family: FuturaPT-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 .right .like2 .like_list2 ul li:hover {
    transform: scale(1.1);
  }
  #content .content_bottom .right .like2 .like_list2 ul li:hover .mengceng {
    top: 65px;
  }
  #content .content_bottom .right .like2 .like_list2 ul li:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media (min-width: 739px) and (max-width: 1180px) {
  #content .content_top {
    width: 744px;
    padding: 24px 7px 0;
    box-sizing: border-box;
    margin: 0 auto 12px;
  }
  #content .content_top .detail_ul {
    width: 730px;
    overflow: hidden;
    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 #quan {
    width: 624px !important;
    height: 318px !important;
  }
  #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: 24px;
    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 {
    transform: scale(1);
  }
  #content .content_top .detail_ul li:nth-child(2) {
    box-shadow: none;
  }
  #content .content_top .detail_ul li:nth-child(3) {
    grid-column: 2/10;
    grid-row: 1/5;
    background-color: #fff;
    position: relative;
    border-radius: 0 !important;
  }
  #content .content_top .detail_ul li:nth-child(3) .game_title {
    display: block;
    width: 624px;
    height: 94px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  #content .content_top .detail_ul li:nth-child(3) .game_title .right {
    display: flex;
  }
  #content .content_top .detail_ul li:nth-child(3) .game_title .right .right_div1 {
    margin-right: 20px;
  }
  #content .content_top .detail_ul li:nth-child(3) .game_title .right .right_div1 .p1 {
    font-size: 24px;
    text-align: center;
    margin: 7px 0 12px;
    color: #999;
  }
  #content .content_top .detail_ul li:nth-child(3) .game_title .right .right_div1 .p2 {
    color: #999;
    font-family: FuturaPT-Book;
  }
  #content .content_top .detail_ul li:nth-child(4),
  #content .content_top .detail_ul li:nth-child(5),
  #content .content_top .detail_ul li:nth-child(6),
  #content .content_top .detail_ul li:nth-child(7),
  #content .content_top .detail_ul li:nth-child(8),
  #content .content_top .detail_ul li:nth-child(9) {
    display: none;
  }
  #content .content_top .detail_ul .ipad_gg1 {
    grid-row: 6/7;
    grid-column: 1/8;
    width: 730px;
    height: 94px;
    border-radius: 0px 0px 0px 0px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    text-align: center;
    position: relative;
    display: block;
  }
  #content .content_top .detail_ul .ipad_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:nth-child(3):hover,
  #content .content_top .detail_ul li:nth-child(4):hover,
  #content .content_top .detail_ul li:nth-child(5):hover,
  #content .content_top .detail_ul li:nth-child(7):hover {
    transform: scale(1);
  }
  #content .content_top .detail_ul .jn1,
  #content .content_top .detail_ul .jn2,
  #content .content_top .detail_ul .jn3,
  #content .content_top .detail_ul .jn4,
  #content .content_top .detail_ul .jn5,
  #content .content_top .detail_ul .jn6 {
    background-color: #fff;
  }
  #content .content_top .detail_ul .jn1 a,
  #content .content_top .detail_ul .jn2 a,
  #content .content_top .detail_ul .jn3 a,
  #content .content_top .detail_ul .jn4 a,
  #content .content_top .detail_ul .jn5 a,
  #content .content_top .detail_ul .jn6 a {
    display: flex;
    justify-content: space-between;
    height: 94px;
  }
  #content .content_top .detail_ul .jn1 a p,
  #content .content_top .detail_ul .jn2 a p,
  #content .content_top .detail_ul .jn3 a p,
  #content .content_top .detail_ul .jn4 a p,
  #content .content_top .detail_ul .jn5 a p,
  #content .content_top .detail_ul .jn6 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;
  }
  #content .content_top .detail_ul .jn1 a img,
  #content .content_top .detail_ul .jn2 a img,
  #content .content_top .detail_ul .jn3 a img,
  #content .content_top .detail_ul .jn4 a img,
  #content .content_top .detail_ul .jn5 a img,
  #content .content_top .detail_ul .jn6 a img {
    width: 55%;
    height: 94px;
    object-fit: cover;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #content .content_top .detail_ul .jn1 {
    grid-row: 11/12;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn2 {
    grid-row: 11/12;
    grid-column: 3/5;
  }
  #content .content_top .detail_ul .jn3 {
    grid-row: 11/12;
    grid-column: 5/7;
  }
  #content .content_top .detail_ul .jn4 {
    grid-row: 12/13;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn5 {
    grid-row: 12/13;
    grid-column: 3/5;
  }
  #content .content_top .detail_ul .jn6 {
    grid-row: 12/13;
    grid-column: 5/7;
  }
  #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;
    display: inherit;
  }
  #content .content_bottom .left .miaoshu {
    width: 730px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
    padding: 24px 24px 14px;
    box-sizing: border-box;
    margin-bottom: 12px;
  }
  #content .content_bottom .left .miaoshu .title,
  #content .content_bottom .left .miaoshu .text {
    color: #586168;
    line-height: 38px;
  }
  #content .content_bottom .left .miaoshu .title {
    font-family: FuturaPT-Bold;
    font-weight: bold;
    font-size: 18px;
  }
  #content .content_bottom .left .miaoshu .text {
    font-family: FuturaPT-Book;
    font-size: 16px;
  }
  #content .content_bottom .left .miaoshu div {
    display: flex;
    flex-wrap: wrap;
  }
  #content .content_bottom .left .miaoshu div .biaoqian {
    padding: 10px 16px;
    border: 1px solid #FC813D;
    color: #FC813D !important;
    background: #fff;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    margin: 10px 0;
    display: block;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
    font-family: FuturaPT-Book;
  }
  #content .content_bottom .left .miaoshu div .biaoqian:hover {
    background: #FC813D;
    color: #fff !important;
  }
  #content .content_bottom .left .interactions {
    width: 730px;
    border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 24px;
  }
  #content .content_bottom .left .interactions .top {
    width: 680px;
    height: 68px;
    border-bottom: 1px solid #F1F1F1;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  #content .content_bottom .left .interactions .top .top_ti {
    height: 20px;
    font-size: 18px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
    margin-top: 23px;
    display: inline-block;
  }
  #content .content_bottom .left .interactions .top .option {
    margin-top: 12px;
    width: 152px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 1px rgba(201, 196, 196, 0.25);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    padding-top: 11px;
    box-sizing: border-box;
    position: relative;
  }
  #content .content_bottom .left .interactions .top .option .option_text {
    width: 83px;
    font-size: 16px;
    font-family: FuturaPT-Book;
    font-weight: normal;
    color: #D2D2D2;
    padding-left: 14px;
  }
  #content .content_bottom .left .interactions .top .option .option_div {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
  }
  #content .content_bottom .left .interactions .top .option ul {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 99;
    border-radius: 10px;
    overflow: hidden;
  }
  #content .content_bottom .left .interactions .top .option ul li {
    width: 152px;
    height: 42px;
    background: #fff;
    padding-left: 16px;
    box-sizing: border-box;
    line-height: 42px;
    font-size: 16px;
    font-family: Futura PT-Book, Futura PT;
    font-weight: normal;
    color: #999999;
  }
  #content .content_bottom .left .interactions .top .option ul li:hover {
    color: #2B7DFC;
    background-color: #F3F8FF;
  }
  #content .content_bottom .left .interactions .pinglun {
    width: 730px;
    padding: 13px 26px;
    box-sizing: border-box;
  }
  #content .content_bottom .left .interactions .pinglun span {
    font-size: 16px;
    font-family: FuturaPT-Book;
    font-weight: normal;
    color: #586168;
  }
  #content .content_bottom .left .interactions .pinglun form {
    position: relative;
  }
  #content .content_bottom .left .interactions .pinglun form input {
    width: 203px;
    height: 42px;
    background: #F1F1F1;
    border-radius: 8px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    font-family: FuturaPT-Light;
    font-weight: 300;
    color: #999;
    padding-left: 15px;
    display: block;
    margin: 10px 0;
  }
  #content .content_bottom .left .interactions .pinglun form textarea {
    width: 556px;
    height: 80px;
    background: #F1F1F1;
    border-radius: 8px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    font-family: FuturaPT-Light;
    font-weight: 300;
    color: #999;
    padding: 15px 0 0 15px;
    margin-right: 6px;
  }
  #content .content_bottom .left .interactions .pinglun form button {
    width: 114px;
    height: 80px;
    background: #2CDEC8;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    right: 0;
  }
  #content .content_bottom .left .interactions .pinglun_list {
    width: 744px;
    padding: 24px;
    box-sizing: border-box;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 {
    display: flex;
    padding: 15px 0;
    box-sizing: border-box;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div {
    border-bottom: 1px solid #F1F1F1;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div .span1 {
    font-size: 16px;
    font-family: FuturaPT-Book;
    font-weight: normal;
    color: #999999;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p {
    width: 616px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p a,
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p span {
    font-size: 14px;
    font-family: FuturaPT-Book;
    font-weight: normal;
    color: #586168;
  }
  #content .content_bottom .left .interactions .pinglun_list .pinglun_list1 .pinglun_list1_div p a {
    width: 503px;
  }
  #content .content_bottom .left .interactions .paging {
    width: 744px;
    height: 50px;
    text-align: center;
    display: none;
  }
  #content .content_bottom .left .interactions .paging ul {
    display: inline-block;
    overflow: hidden;
  }
  #content .content_bottom .left .interactions .paging ul li {
    float: left;
    width: 29px;
    height: 31px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-family: SF Pro Display-Regular, SF Pro Display;
    font-weight: 400;
    color: #CCCCCC;
    text-align: center;
    line-height: 31px;
    margin-right: 12px;
  }
  #content .content_bottom .left .interactions .paging ul li:nth-child(2) {
    width: 32px;
    height: 32px;
    background: #2B7DFC;
    border-radius: 4px;
    border: none;
    color: #fff;
  }
  #content .content_bottom .left .interactions .more {
    width: 182px;
    height: 42px;
    border-radius: 15px;
    background-color: #FC813D;
    margin: 0 auto;
    text-align: center;
    line-height: 42px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
  #content .content_bottom .left .ipad_gg4 {
    display: block;
  }
  #content .content_bottom .left .ipad_gg4 .gg {
    width: 730px;
    height: 94px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    text-align: center;
  }
  #content .content_bottom .left .like {
    display: none;
    width: 940px;
  }
  #content .content_bottom .left .like p {

    height: 20px;
    font-size: 18px;
    font-family: FuturaPT-Bold;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
    margin-bottom: 16px;
  }
  #content .content_bottom .left .like .like_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #content .content_bottom .left .like .like_list ul li {
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
    margin: 0 11px 12px 0;
  }
  #content .content_bottom .left .like .like_list ul li a {
    height: 94px;
  }
  #content .content_bottom .left .like .like_list ul li a img {
    width: 94px;
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
  }
  #content .content_bottom .left .like .like_list ul 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 .left .like .like_list ul li .mengceng p {
    width: 56px;
    height: 34px;
    font-size: 12px;
    font-family: FuturaPT-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 .left .like .like_list ul li:hover {
    transform: scale(1.1);
  }
  #content .content_bottom .left .like .like_list ul li:hover .mengceng {
    top: 56px;
  }
  #content .content_bottom .left .like .like_list ul li:nth-child(9n+0) {
    margin-right: 0;
  }
  #content .content_bottom .right .gg {
    width: 730px;
    height: 94px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    text-align: center;
    display: none;
  }
  #content .content_bottom .right p {
    width: 95px;
    height: 14px;
    font-size: 12px;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    margin: 0 auto 14px;
  }
  #content .content_bottom .right .like2 {
    width: 744px;
    background: rgba(0, 0, 0, 0);
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
    padding: 24px 0 0 0;
    box-sizing: border-box;
  }
  #content .content_bottom .right .like2 .top {
    padding-bottom: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    justify-content: space-between;
  }
  #content .content_bottom .right .like2 .top .title {
    height: 20px;
    font-size: 18px;
    font-family: Futura PT-Bold, Futura PT;
    font-weight: bold;
    color: #586168;
    line-height: 20px;
  }
  #content .content_bottom .right .like2 .top img {
    width: 24px;
    height: 24px;
  }
  #content .content_bottom .right .like2 .like_list2 {
    margin-top: 16px;
  }
  #content .content_bottom .right .like2 .like_list2 ul {
    display: flex;
    flex-wrap: wrap;
  }
  #content .content_bottom .right .like2 .like_list2 ul li {
    border-radius: 30px;
    box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
    position: relative;
    overflow: hidden;
    margin: 0 12px 10px 0;
  }
  #content .content_bottom .right .like2 .like_list2 ul li a {
    height: 94px;
  }
  #content .content_bottom .right .like2 .like_list2 ul li a img {
    width: 94px;
    height: 94px;
    object-fit: cover;
    border-radius: 30px;
  }
  #content .content_bottom .right .like2 .like_list2 ul 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 .right .like2 .like_list2 ul li .mengceng p {
    width: 56px;
    height: 34px;
    font-size: 12px;
    font-family: FuturaPT-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 .right .like2 .like_list2 ul li:hover {
    transform: scale(1.1);
  }
  #content .content_bottom .right .like2 .like_list2 ul li:hover .mengceng {
    top: 65px;
  }
  #content .content_bottom .right .like2 .like_list2 ul li:nth-child(3n+0) {
    margin-right: 12px;
  }
  #content .content_bottom .right .like2 .like_list2 ul li:nth-child(7n+0) {
    margin-right: 0;
  }
}
