#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 .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: 11;
}
#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_gg {
  display: none;
}
#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 li:nth-child(3) {
  grid-row: 1/3;
  grid-column: 2/4;
}
#content .content_top .detail_ul li:nth-child(3) img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
#content .content_top .detail_ul li:nth-child(3) {
  position: relative;
  float: left;
  border-radius: 30px;
  overflow: hidden;
  transition-duration: 3s;
  /* *动画时间* */
  grid-column: 2/4;
  grid-row: 1/3;
  z-index: 10;
}
#content .content_top .detail_ul li:nth-child(3):hover::before {
  display: none;
}
#content .content_top .detail_ul li:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 100%;
  z-index: 22266;
  /* 光标的宽度，可根据实际调整*  */
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.7), transparent);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: searchLights 2s ease-in 1s infinite;
  -o-animation: searchLights 2s ease-in 1s infinite;
  animation: searchLights 2s ease-in 1s infinite;
  /* 第一个数字参数控制扫光速度，数字越大越慢 */
}
@keyframes searchLights {
  0% {
    left: -200px;
    top: -280px;
  }
  100% {
    left: -160px;
    top: 800px;
  }
}
#content .content_top .detail_ul li:nth-child(4) {
  grid-row: 3/5;
  grid-column: 5/7;
}
#content .content_top .detail_ul li:nth-child(4) a .swiper .swiper-wrapper {
  display: flex;
}
#content .content_top .detail_ul li:nth-child(4) a .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
#content .content_top .detail_ul li:nth-child(4) a .swiper .swiper-wrapper .swiper-slide img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
#content .content_top .detail_ul li:nth-child(5) {
  grid-row: 5/7;
  grid-column: 2/4;
}
#content .content_top .detail_ul li:nth-child(5) img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
#content .content_top .detail_ul li:nth-child(5):hover {
  transform: scale(1.1);
}
#content .content_top .detail_ul li:nth-child(6) {
  grid-row: 5/7;
  grid-column: 9/11;
  animation: tada 1s infinite;
}
#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: 2/4;
  grid-column: 9/11;
  /*background: rgba(255, 255, 255, 0.5);*/
  border-radius: 30px;
  /*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(7) img{
  object-fit: cover;
  width: 200px;
  height: 200px;
}
#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;
  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 {
  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 .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 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;
}
#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 .like {
  width: 940px;
}
#content .content_bottom .left .like p {
  width: 108px;
  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 {
  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: 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;
  box-shadow: 0px 4px 10px 1px rgba(160, 160, 160, 0.6);
  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 {
  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;
}
@-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);
  }
}
.yanse {
  color: #FC813D !important;
}
@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: 2350px;
    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: 24px;
    box-sizing: border-box;
    z-index: 11;
  }
  #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 li:nth-child(3) {
    grid-row: 4/6 !important;
    grid-column: 1/3 !important;
  }
  #content .content_top .detail_ul li:nth-child(3) img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  #content .content_top .detail_ul li:nth-child(4) {
    grid-row: 8/10 !important;
    grid-column: 2/4 !important;
  }
  #content .content_top .detail_ul li:nth-child(4) a .swiper .swiper-wrapper {
    display: flex;
  }
  #content .content_top .detail_ul li:nth-child(4) a .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  #content .content_top .detail_ul li:nth-child(4) a .swiper .swiper-wrapper .swiper-slide img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  #content .content_top .detail_ul li:nth-child(5) {
    grid-row: 12/14 !important;
    grid-column: 1/3 !important;
  }
  #content .content_top .detail_ul li:nth-child(5) img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  #content .content_top .detail_ul li:nth-child(6) {
    grid-row: 15/17 !important;
    grid-column: 2/4 !important;
    animation: tada 1s infinite;
  }
  #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) {
    display: none;
  }
  #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: 17/18;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn2 {
    grid-row: 18/19;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn3 {
    grid-row: 19/20;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn4 {
    grid-row: 20/21;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn5 {
    grid-row: 21/22;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn6 {
    grid-row: 22/23;
    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;
  }
}
@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: 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,
  #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 li:nth-child(3) {
    grid-row: 1/3;
    grid-column: 2/4;
  }
  #content .content_top .detail_ul li:nth-child(3) img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  #content .content_top .detail_ul li:nth-child(4) {
    grid-row: 3/5;
    grid-column: 5/7;
  }
  #content .content_top .detail_ul li:nth-child(4) a .swiper .swiper-wrapper {
    display: flex;
  }
  #content .content_top .detail_ul li:nth-child(4) a .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  #content .content_top .detail_ul li:nth-child(4) a .swiper .swiper-wrapper .swiper-slide img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  #content .content_top .detail_ul li:nth-child(5) {
    grid-row: 5/7;
    grid-column: 2/4;
  }
  #content .content_top .detail_ul li:nth-child(5) img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  #content .content_top .detail_ul li:nth-child(6) {
    grid-row: 6/8;
    grid-column: 5/7;
    animation: tada 3s infinite;
  }
  #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) {
    display: none;
  }
  #content .content_top .detail_ul .ipad_gg {
    grid-row: 10/11;
    grid-column: 1/8;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    text-align: center;
    position: relative;
    height: 94px;
    display: block;
  }
  #content .content_top .detail_ul .ipad_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 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: 17/18;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn2 {
    grid-row: 17/18;
    grid-column: 3/5;
  }
  #content .content_top .detail_ul .jn3 {
    grid-row: 17/18;
    grid-column: 5/7;
  }
  #content .content_top .detail_ul .jn4 {
    grid-row: 18/19;
    grid-column: 1/3;
  }
  #content .content_top .detail_ul .jn5 {
    grid-row: 18/19;
    grid-column: 3/5;
  }
  #content .content_top .detail_ul .jn6 {
    grid-row: 18/19;
    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;
  }
}
