@import url('../font-awesome-4.7.0/css/font-awesome.min.css');
@import url('base.css');
@import url('header-footer.css');
#banner {
  position: relative;
  display: flex;
  align-items: center;
  width: 1200px;
  height: 106px;
  line-height: 106px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  border: 2px solid #FFFFFF;
  margin-top: 32px;
}
#banner .banner1 {
  position: absolute;
  left: 32px;
  bottom: 14px;
  width: 118px;
  height: 129px;
}
#banner h2 {
  color: #000000;
  font-size: 22px;
  font-family: B;
  margin-left: 120px;
}
#banner .go {
  border-radius: 50px;
  border: 2px solid #333333;
  width: 198px;
  height: 48px;
  color: #333333;
  font-size: 20px;
  font-family: B;
  line-height: 48px;
  text-align: center;
  margin-left: 167px;
}
#banner .banner2 {
  position: absolute;
  right: 0;
  bottom: -6px;
  width: 147px;
  height: 147px;
}
#banner:hover .go {
  background: #FF7579;
  color: #FFFFFF;
  border: 2px solid #FF7579;
}
#mainIndex {
  display: flex;
  margin-top: 165px;
}
#mainIndex a {
  position: relative;
  display: block;
  width: 389px;
  height: 335px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  border: 2px solid #FFFFFF;
  margin-right: 16px;
}
#mainIndex a:nth-child(3) {
  margin-right: 0;
}
#mainIndex a img {
  position: absolute;
  left: 54px;
  bottom: 192px;
  width: 280px;
  height: 280px;
}
#mainIndex a div {
  color: #333333;
  font-size: 16px;
  font-family: B;
  margin-top: 159px;
  text-align: center;
  padding: 0 16px;
  line-height: 28px;
}
#mainIndex a span {
  position: absolute;
  bottom: 24px;
  left: 95px;
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px 50px 50px 50px;
  border: 2px solid #333333;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-family: B;
  margin: auto;
}
#mainIndex a:hover {
  border: 2px solid #FF7579;
}
#mainIndex a:hover span {
  background: #FF7579;
  color: #FFFFFF;
  border: 2px solid #FF7579;
}
.mayLike {
  margin-top: 16px;
}
.mayLike h2 {
  color: #000000;
  font-size: 18px;
  font-family: B;
}
.mayLike .mayLikeList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.mayLike .mayLikeList a {
  display: block;
  width: 187px;
  height: 253px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  border: 2px solid #FFFFFF;
  margin: 0 16px 16px 0;
  padding: 24px 24px 0;
  transition: all 0.3s;
}
.mayLike .mayLikeList a:nth-child(6n) {
  margin-right: 0;
}
.mayLike .mayLikeList a img {
  width: 139px;
  height: 139px;
  border-radius: 16px;
}
.mayLike .mayLikeList a h2 {
  color: #333333;
  font-size: 16px;
  font-family: B;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
}
.mayLike .mayLikeList a div {
  width: 28px;
  height: 28px;
  background: #000000;
  border-radius: 30px;
  margin: 10px auto 0;
  line-height: 28px;
  text-align: center;
}
.mayLike .mayLikeList a div .fa {
  font-size: 18px;
  font-weight: 700;
}
.mayLike .mayLikeList a:hover {
  border: 2px solid #FF7579;
  transform: translateY(-10px);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.games {
  margin-top: 0;
}
.hotGame .hotGame-title {
  display: flex;
  align-items: center;
}
.hotGame .hotGame-title img {
  width: 24px;
  height: 24px;
}
.hotGame .hotGame-title span {
  display: block;
  color: #FF7579;
  font-size: 18px;
  font-family: B;
  margin-left: 2px;
  margin-top: 2px;
}
.hotGame .hotGame-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.hotGame .hotGame-list a {
  display: block;
  width: 227px;
  height: 267px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px 16px 16px 16px;
  border: 2px solid #FFFFFF;
  margin: 0 16px 16px 0;
  padding: 24px;
  transition: all 0.3s;
}
.hotGame .hotGame-list a:nth-child(5n) {
  margin-right: 0;
}
.hotGame .hotGame-list a img {
  width: 179px;
  height: 179px;
  border-radius: 16px;
}
.hotGame .hotGame-list a h2 {
  color: #333333;
  font-size: 16px;
  font-family: B;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 12px;
}
.hotGame .hotGame-list a:hover {
  border: 2px solid #FF7579;
  transform: translateY(-10px);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.newGame {
  margin-top: 12px;
}
.newGame .hotGame-title span {
  color: #FFE385;
}
.hotBtn {
  display: block;
  width: 200px;
  height: 52px;
  background: #FFE68F;
  border-radius: 50px;
  color: #C8A118 !important;
  font-size: 16px;
  font-family: B;
  text-align: center;
  line-height: 52px;
  margin: 0 auto;
}
.hotBtn:hover {
  background: #FF7579;
  color: #fff !important;
}
.hotBtn1 {
  margin-top: 12px;
}
.gg {
  text-align: center;
  margin-top: 16px;
}
.gg span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: R;
}
.gg .gg-p {
  text-align: center;
  width: 1200px;
  height: 250px;
}
.cate {
  display: flex;
  flex-wrap: wrap;
}
.cate a {
  display: flex;
  align-items: center;
  width: 288px;
  height: 120px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  border: 2px solid #FFFFFF;
  padding: 16px 24px;
  margin: 16px 16px 0 0;
  transition: all 0.3s;
}
.cate a:hover {
  background: #fff;
}
.cate a:nth-child(4n) {
  margin-right: 0;
}
.cate a img {
  width: 88px;
  height: 88px;
}
.cate a span {
  display: block;
  color: #2D2D2D;
  font-size: 16px;
  font-family: R;
  margin-left: 12px;
}
.video {
  margin-top: 16px;
}
.video h2 {
  color: #000000;
  font-size: 16px;
  font-family: B;
}
.video .videoList {
  display: flex;
  flex-wrap: wrap;
}
.video .videoList a {
  width: 288px;
  height: 230px;
  margin: 12px 16px 0 0;
  transition: all 0.3s;
}
.video .videoList a:nth-child(4n) {
  margin-right: 0;
}
.video .videoList a .videoP {
  position: relative;
  width: 288px;
  height: 162px;
  border-radius: 10px;
}
.video .videoList a .videoP .img1 {
  width: 288px;
  height: 162px;
  border-radius: 10px;
  object-fit: cover;
}
.video .videoList a .videoP .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  z-index: 2;
}
.video .videoList a .videoP .video-f {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 264px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.video .videoList a .videoP .video-f .views {
  color: #FFFFFF;
  font-size: 14px;
  font-family: R;
}
.video .videoList a .videoP .video-f .time {
  color: #fff;
  font-size: 14px;
  font-family: R;
}
.video .videoList a .videoP .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.video .videoList a h2 {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: B;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video .videoList a:hover {
  transform: translateY(-10px);
}
.video .videoList a:hover h2 {
  color: #FF7579;
}
.video2 {
  margin-top: 0;
}
.youtube {
  margin-top: 0;
}
.youtube .videoList a {
  margin-top: 0;
  margin-bottom: 16px;
}
.bread {
  height: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: M;
}
.bread a {
  font-size: 14px;
  color: #999999;
}
.gameDetail {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  margin-top: 8px;
}
.gameDetail .gameDetail-t {
  display: flex;
  align-items: center;
}
.gameDetail .gameDetail-t img {
  width: 70px;
  height: 70px;
  border-radius: 80px;
  object-fit: cover;
}
.gameDetail .gameDetail-t .gameDetail-t-r {
  margin-left: 12px;
}
.gameDetail .gameDetail-t .gameDetail-t-r h2 {
  width: 1070px;
  color: #586168;
  font-size: 20px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 12px;
}
.gameDetail .gameDetail-t .gameDetail-t-r .layui-rate li i.layui-icon {
  font-size: 18px;
  color: #FEAF20;
}
.gameDetail .gameDetail-b {
  display: flex;
}
.gameDetail .gameDetail-b .gameDetail-b-l {
  width: 500px;
  height: 280px;
  border-radius: 16px;
  margin-top: 12px;
}
.gameDetail .gameDetail-b .gameDetail-b-l img {
  width: 100%;
  border-radius: 16px;
}
.gameDetail .gameDetail-b .gameDetail-b-l .carousel .carousel__slide {
  height: 280px;
}
.gameDetail .gameDetail-b .gameDetail-b-l .has-dots {
  margin-bottom: 0;
}
.gameDetail .gameDetail-b .gameDetail-b-l .carousel__button.is-prev,
.gameDetail .gameDetail-b .gameDetail-b-l .carousel__button.is-next {
  border-radius: 8rem;
}
.gameDetail .gameDetail-b .gameDetail-b-l .carousel__button {
  width: var(--carousel-button-width, 58px);
  height: var(--carousel-button-height, 58px);
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
}
.gameDetail .gameDetail-b .gameDetail-b-l .carousel__button svg {
  width: 50%;
  height: 50%;
}
.gameDetail .gameDetail-b .gameDetail-b-l .carousel__button.is-next {
  right: 24px;
}
.gameDetail .gameDetail-b .gameDetail-b-l .carousel__button.is-prev {
  left: 24px;
}
.gameDetail .gameDetail-b .gameDetail-b-m {
  width: 336px;
  margin-left: 8px;
}
.gameDetail .gameDetail-b .gameDetail-b-m span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: M;
  text-align: center;
}
.gameDetail .gameDetail-b .gameDetail-b-m .ad {
  width: 336px;
  height: 280px;
  text-align: center;
}
.gameDetail .gameDetail-b .gameDetail-b-r {
  margin-left: 8px;
  margin-top: 12px;
}
.gameDetail .gameDetail-b .gameDetail-b-r .type {
  display: flex;
  align-items: center;
  width: 300px;
  height: 60px;
  background: #EDEDED;
  border-radius: 12px;
  padding: 8px;
}
.gameDetail .gameDetail-b .gameDetail-b-r .type a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 44px;
}
.gameDetail .gameDetail-b .gameDetail-b-r .type a img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.gameDetail .gameDetail-b .gameDetail-b-r .type a span {
  color: #333333;
  font-size: 18px;
  font-family: B;
}
.gameDetail .gameDetail-b .gameDetail-b-r .type .active {
  background: #FFFFFF;
  border-radius: 12px;
}
.gameDetail .gameDetail-b .gameDetail-b-r .iOS,
.gameDetail .gameDetail-b .gameDetail-b-r .Android {
  margin-top: 8px;
  width: 300px;
  height: 210px;
  background: #F8F8F8;
  border-radius: 12px 12px 12px 12px;
}
.gameDetail .gameDetail-b .gameDetail-b-r .iOS ul li,
.gameDetail .gameDetail-b .gameDetail-b-r .Android ul li {
  display: flex;
  align-items: center;
  height: 53px;
  border-top: 1px solid #E8E8E8;
  padding-left: 16px;
}
.gameDetail .gameDetail-b .gameDetail-b-r .iOS ul li:nth-child(1),
.gameDetail .gameDetail-b .gameDetail-b-r .Android ul li:nth-child(1) {
  border-top: none;
}
.gameDetail .gameDetail-b .gameDetail-b-r .iOS ul li span,
.gameDetail .gameDetail-b .gameDetail-b-r .Android ul li span {
  display: block;
  font-size: 16px;
}
.gameDetail .gameDetail-b .gameDetail-b-r .iOS ul li span:nth-child(1),
.gameDetail .gameDetail-b .gameDetail-b-r .Android ul li span:nth-child(1) {
  width: 84px;
  color: #333333;
  font-family: M;
}
.gameDetail .gameDetail-b .gameDetail-b-r .iOS ul li span:nth-child(2),
.gameDetail .gameDetail-b .gameDetail-b-r .Android ul li span:nth-child(2) {
  color: #333333;
  font-family: B;
}
.gameDetail .gameDetail-b .gameDetail-b-r .Android {
  display: none;
}
.introduce {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  margin-top: 16px;
  padding: 16px 24px;
}
.introduce h2 {
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-family: B;
}
.introduce .introduce-c {
  color: #999999;
  line-height: 28px;
  font-size: 20px;
  font-family: M;
}
.like-no {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  margin-top: 16px;
  padding: 24px;
  text-align: center;
}
.like-no h2 {
  font-size: 16px;
  color: #333333;
  font-family: B;
}
.like-no .choose {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.like-no .choose .choose-pic img {
  width: 24px;
  height: 30px;
}
.like-no .choose .choose-pic img:nth-child(2) {
  margin-left: -10px;
}
.like-no .choose a {
  display: block;
  width: 139px;
  height: 42px;
  border: none;
  line-height: 42px;
  font-size: 22px;
  cursor: pointer;
  color: #FFFFFF;
}
.like-no .choose .yes {
  width: 200px;
  background: linear-gradient(135deg, #FF866F 0%, #FA512F 100%);
  font-family: M;
  text-align: center;
  position: relative;
  color: white;
  border-radius: 21px 0 0 21px;
  color: #fff;
  text-transform: uppercase;
}
.like-no .choose .yes::before {
  content: '';
  position: absolute;
  top: 0;
  left: 180px;
  width: 0;
  height: 0;
  border-bottom: 42px solid #fff;
  border-left: 20px solid transparent;
}
.like-no .choose .no {
  width: 200px;
  background: linear-gradient(219deg, #759BFF 0%, #4275F8 100%);
  font-family: M;
  text-align: center;
  position: relative;
  color: white;
  border-radius: 0 21px 21px 0;
  color: #fff;
  text-transform: uppercase;
}
.like-no .choose .no::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 42px solid #fff;
  border-right: 20px solid transparent;
}
.like-no .answer,
.like-no .answer1 {
  display: none;
  margin-top: 16px;
}
.like-no .answer .by_selecting,
.like-no .answer1 .by_selecting {
  display: flex;
  justify-content: space-around;
}
.like-no .answer .by_selecting .red,
.like-no .answer1 .by_selecting .red,
.like-no .answer .by_selecting .blue,
.like-no .answer1 .by_selecting .blue {
  font-size: 16px;
  font-family: zi;
  font-family: M;
  color: #FF866F;
}
.like-no .answer .by_selecting .red img,
.like-no .answer1 .by_selecting .red img,
.like-no .answer .by_selecting .blue img,
.like-no .answer1 .by_selecting .blue img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.like-no .answer .by_selecting .blue,
.like-no .answer1 .by_selecting .blue {
  margin-left: 150px;
  color: #759BFF;
}
.like-no .answer .by_selecting .blue img,
.like-no .answer1 .by_selecting .blue img {
  margin-right: 65px;
}
.like-no .answer .progress,
.like-no .answer1 .progress {
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.like-no .answer .progress .progress1,
.like-no .answer1 .progress .progress1 {
  width: 160px;
  height: 6px;
  background: #FF866F;
  border-radius: 3px 0 0 3px;
}
.like-no .answer .progress .progress2,
.like-no .answer1 .progress .progress2 {
  width: 160px;
  height: 6px;
  background: #759BFF;
  border-radius: 0 3px 3px 0;
}
.ad1 {
  display: flex;
  align-items: flex-end;
  margin-top: 16px;
}
.ad1 .ad-t {
  width: 970px;
}
.ad1 .ad-t span {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: M;
  text-align: center;
}
.ad1 .ad-t .adP {
  width: 970px;
  height: 90px;
  text-align: center;
}
.ad1 .ad-game {
  display: flex;
}
.ad1 .ad-game a {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 20px;
  margin-left: 16px;
}
.ad1 .ad-game a img {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  object-fit: cover;
}
.getGame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background: #FFE68F;
  border-radius: 12px;
  padding: 0 24px;
  margin-top: 16px;
}
.getGame span {
  color: #C8A118;
  font-size: 16px;
  font-weight: 700;
}
.getGame img {
  width: 40px;
  height: 40px;
}
.getGame:hover {
  background: #FFDA5A;
}
.goodApp {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 20px 24px;
  margin-top: 16px;
}
.goodApp img {
  width: 44px;
  height: 44px;
  border-radius: 22px;
}
.goodApp .goodApp-c {
  margin-left: 12px;
}
.goodApp .goodApp-c div {
  color: #333333;
  font-size: 16px;
  font-family: M;
}
.goodApp .goodApp-c span {
  display: block;
  color: #999999;
  font-size: 14px;
  font-family: R;
  margin-top: 4px;
}
.contents {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px 24px 20px 16px;
  margin-top: 16px;
}
.contents h2 {
  color: #000000;
  font-size: 20px;
  font-family: B;
  text-align: center;
}
.contents input {
  width: 991px;
  height: 48px;
  background: #F4F4F4;
  border-radius: 8px;
  padding-left: 24px;
  font-family: R;
  color: #666666;
  font-size: 16px;
  margin-top: 12px;
}
.contents .write {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.contents .write textarea {
  width: 991px;
  height: 109px;
  background: #F4F4F4;
  border-radius: 8px;
  padding: 16px 16px 0 24px;
  color: #666666;
  font-size: 16px;
  font-family: R;
}
.contents .write button {
  width: 153px;
  height: 109px;
  background: #000000;
  border-radius: 10px;
  line-height: 109px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: B;
  cursor: pointer;
}
.contents .write button:hover {
  background: #FF7579;
}
.comment {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 24px 32px 24px;
  margin-top: 16px;
}
.comment .comment-list {
  display: flex;
  margin-bottom: 16px;
}
.comment .comment-list img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.comment .comment-list .comment-list-r {
  width: 1104px;
  margin-left: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F4F4F4;
}
.comment .comment-list .comment-list-r .commenter {
  color: #333333;
  font-size: 14px;
  font-family: R;
  line-height: 24px;
}
.comment .comment-list .comment-list-r .comment-cotent {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: R;
}
.comment .comment-list .comment-list-r .comment-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  margin-top: 24px;
}
.comment .comment-list .comment-list-r .comment-footer .apprise {
  display: flex;
  align-items: center;
}
.comment .comment-list .comment-list-r .comment-footer .apprise .zan {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.comment .comment-list .comment-list-r .comment-footer .apprise .zan img {
  width: 24px;
  height: 24px;
}
.comment .comment-list .comment-list-r .comment-footer .apprise .zan span {
  display: block;
  color: #CCCCCC;
  font-size: 14px;
  font-family: R;
  margin-left: 4px;
  margin-top: 4px;
}
.comment .comment-list .comment-list-r .comment-footer .apprise .cai {
  margin-left: 12px;
  cursor: pointer;
}
.comment .comment-list .comment-list-r .comment-footer .apprise .cai img {
  width: 24px;
  height: 24px;
}
.comment .comment-list .comment-list-r .comment-footer .time {
  color: #999999;
  font-size: 14px;
  font-family: R;
}
.paging {
  text-align: center;
  margin-top: 30px;
}
.paging ul {
  display: inline-block;
  overflow: hidden;
}
.paging ul li {
  float: left;
  width: 39px;
  height: 32px;
  font-size: 16px;
  font-family: M;
  color: #999999;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.paging ul li:nth-child(2) {
  width: 39px;
  height: 32px;
  background: #FF7579;
  border-radius: 50px 50px 50px 50px;
  border: none;
  color: #fff;
}
.recommend {
  background: #FFFFFF;
  border-radius: 16px;
  margin-top: 16px;
  padding: 16px 24px 0;
}
.recommend h2 {
  color: #333333;
  font-size: 18px;
  font-family: B;
}
.recommend .recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.recommend .recommend-list a {
  display: block;
}
.recommend .recommend-list a img {
  width: 97px;
  height: 97px;
  border-radius: 20px;
  object-fit: cover;
  margin: 0 20px 16px 0;
}
.recommend .recommend-list a:nth-child(10n) img {
  margin-right: 0;
}
.downloadGame a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  border-radius: 12px;
  padding: 0 24px;
}
.downloadGame a img {
  width: 38px;
  height: 38px;
}
.downloadGame a span {
  font-size: 16px;
  font-weight: 700;
}
.downloadGame a:nth-child(1) {
  background: #FFE68F;
  margin-bottom: 16px;
}
.downloadGame a:nth-child(1):hover {
  background: #FFDA5A;
}
.downloadGame a:nth-child(1) span {
  color: #C8A118;
}
.downloadGame a:nth-child(2) {
  background: #82FFD2;
}
.downloadGame a:nth-child(2):hover {
  background: #64F4C0;
}
.downloadGame a:nth-child(2) span {
  color: #2F8A69;
}
#commentsAll {
  position: relative;
}
#commentsAll .rectangle {
  width: 1107px;
  height: 120px;
  margin-left: 133px;
  margin-top: 60px;
}
#commentsAll .leftPic {
  position: absolute;
  left: 6px;
  top: -16px;
  width: 203px;
  height: 196px;
}
#commentsAll h2 {
  position: absolute;
  left: 226px;
  bottom: 46px;
  color: #403D00;
  font-size: 24px;
  font-family: B;
}
#commentsAll .right1 {
  position: absolute;
  right: 225px;
  bottom: 27px;
  width: 85px;
  height: 85px;
}
#commentsAll .right2 {
  position: absolute;
  right: 62px;
  bottom: 40px;
  width: 100px;
  height: 100px;
}
#commentsAll .right3 {
  position: absolute;
  right: -80px;
  bottom: 71px;
  width: 65px;
  height: 74px;
}
.forum {
  column-count: 4;
  column-gap: 16px;
  margin-top: 16px;
}
.forum .forumList {
  box-sizing: border-box;
  break-inside: avoid;
  margin-bottom: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
}
.forum .forumList .forumList-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.forum .forumList .forumList-t .forumList-t-l {
  display: flex;
  align-items: center;
}
.forum .forumList .forumList-t .forumList-t-l .img1 {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
}
.forum .forumList .forumList-t .forumList-t-l .userName {
  width: 176px;
  color: #333333;
  font-size: 14px;
  font-family: R;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 8px;
}
.forum .forumList .forumList-t .img2 {
  width: 16px;
  height: 16px;
}
.forum .forumList .forumList-content {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: R;
  margin-top: 8px;
}
.forum .forumList .forumList-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  margin-top: 12px;
}
.forum .forumList .forumList-footer .apprise {
  display: flex;
  align-items: center;
}
.forum .forumList .forumList-footer .apprise .zan {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.forum .forumList .forumList-footer .apprise .zan img {
  width: 24px;
  height: 24px;
}
.forum .forumList .forumList-footer .apprise .zan span {
  display: block;
  color: #CCCCCC;
  font-size: 14px;
  font-family: R;
  margin-left: 4px;
  margin-top: 4px;
}
.forum .forumList .forumList-footer .apprise .cai {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  cursor: pointer;
}
.forum .forumList .forumList-footer .apprise .cai img {
  width: 24px;
  height: 24px;
}
.forum .forumList .forumList-footer .time {
  color: #999999;
  font-size: 14px;
  font-family: R;
}
.youtubeDetail {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.youtubeDetail .youtubeDetail-l {
  width: 848px;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 24px 4px 24px;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll {
  display: flex;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .left-m {
  position: relative;
  display: block;
  font-size: 0;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .left-m .pic {
  width: 360px;
  height: 202px;
  object-fit: cover;
  border-radius: 10px;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .left-m .videoMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .left-m .pic1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  z-index: 22;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .right-m {
  width: 426px;
  margin-left: 12px;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .right-m .right-m-t {
  display: flex;
  align-items: center;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .right-m .right-m-t img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  object-fit: cover;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .right-m .right-m-t h2 {
  color: #333333;
  font-size: 16px;
  font-family: B;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .right-m .right-m-c {
  height: 84px;
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: B;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .right-m .playBtn {
  display: block;
  width: 429px;
  height: 40px;
  background: #000;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: B;
  margin-top: 18px;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .youtubeAll .right-m .playBtn:hover {
  background: #FF7579;
}
.youtubeDetail .youtubeDetail-l .youtubeDetail-l-t .note {
  color: #999999;
  font-size: 12px;
  font-family: M;
  margin-top: 4px;
}
.youtubeDetail .youtubeDetail-l .describ {
  width: 848px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px 24px;
  margin-top: 16px;
}
.youtubeDetail .youtubeDetail-l .describ h2 {
  color: #333333;
  font-size: 16px;
  font-family: B;
  text-align: center;
}
.youtubeDetail .youtubeDetail-l .describ .describC {
  height: 112px;
  color: #999999;
  line-height: 28px;
  font-size: 20px;
  font-family: M;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.youtubeDetail .youtubeDetail-l .describ .more {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.youtubeDetail .youtubeDetail-l .describ .more img {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  rotate: 180deg;
}
.youtubeDetail .youtubeDetail-l .describ .more span {
  display: block;
  color: #CACACA;
  font-size: 18px;
  font-family: M;
}
.youtubeDetail .youtubeDetail-l #contents-video {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px 16px;
  margin-top: 16px;
}
.youtubeDetail .youtubeDetail-l #contents-video input {
  width: 651px;
  height: 48px;
  background: #F4F4F4;
  border-radius: 8px;
  padding-left: 24px;
  font-family: R;
  color: #666666;
  font-size: 16px;
  margin-top: 12px;
}
.youtubeDetail .youtubeDetail-l #contents-video h2 {
  color: #000000;
  font-size: 20px;
  font-family: B;
  text-align: center;
}
.youtubeDetail .youtubeDetail-l #contents-video .write {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.youtubeDetail .youtubeDetail-l #contents-video .write textarea {
  width: 651px;
  height: 109px;
  background: #F4F4F4;
  border-radius: 8px;
  padding: 16px 16px 0 24px;
  color: #666666;
  font-size: 16px;
  font-family: R;
}
.youtubeDetail .youtubeDetail-l #contents-video .write button {
  width: 153px;
  height: 109px;
  background: #000000;
  border-radius: 10px;
  line-height: 109px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-family: B;
  cursor: pointer;
}
.youtubeDetail .youtubeDetail-l #contents-video .write button:hover {
  background: #FF7579;
}
.youtubeDetail .youtubeDetail-l #comment-video {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 24px 32px 24px;
  margin-top: 16px;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list {
  display: flex;
  margin-bottom: 16px;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r {
  width: 752px;
  margin-left: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #F4F4F4;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r .commenter {
  color: #333333;
  font-size: 14px;
  font-family: R;
  line-height: 24px;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r .comment-cotent {
  color: #333333;
  line-height: 28px;
  font-size: 16px;
  font-family: R;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r .comment-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  margin-top: 24px;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r .comment-footer .apprise {
  display: flex;
  align-items: center;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r .comment-footer .apprise .zan {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r .comment-footer .apprise .zan img {
  width: 24px;
  height: 24px;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r .comment-footer .apprise .zan span {
  display: block;
  color: #CCCCCC;
  font-size: 14px;
  font-family: R;
  margin-left: 4px;
  margin-top: 4px;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r .comment-footer .apprise .cai {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  cursor: pointer;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r .comment-footer .apprise .cai img {
  width: 24px;
  height: 24px;
}
.youtubeDetail .youtubeDetail-l #comment-video .comment-list .comment-list-r .comment-footer .time {
  color: #999999;
  font-size: 14px;
  font-family: R;
}
.youtubeDetail .youtubeDetail-r {
  width: 336px;
}
.youtubeDetail .youtubeDetail-r .ad3 span {
  display: block;
  width: 336px;
  height: 30px;
  background: #FFEB81;
  line-height: 30px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-family: M;
}
.youtubeDetail .youtubeDetail-r .ad3 .ad4-p {
  width: 336px;
  height: 280px;
  text-align: center;
}
.youtubeDetail .youtubeDetail-r .featured-videos {
  width: 336px;
  background: #FFFFFF;
  border-radius: 24px;
  margin-top: 16px;
}
.youtubeDetail .youtubeDetail-r .featured-videos h2 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-family: B;
  padding: 16px 16px 4px 16px;
}
.youtubeDetail .youtubeDetail-r .featured-videos span {
  display: block;
  border-bottom: 1px solid #F1F1F1;
}
.youtubeDetail .youtubeDetail-r .featured-videos ul {
  margin-top: 16px;
  padding: 0 16px 24px;
}
.youtubeDetail .youtubeDetail-r .featured-videos ul li a {
  display: flex;
}
.youtubeDetail .youtubeDetail-r .featured-videos ul li a img {
  width: 122px;
  height: 68px;
  border-radius: 16px;
  object-fit: cover;
}
.youtubeDetail .youtubeDetail-r .featured-videos ul li a .featured-videos-r {
  width: 174px;
  margin: 0 0 12px 8px;
}
.youtubeDetail .youtubeDetail-r .featured-videos ul li a .featured-videos-r h4 {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  height: 48px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.youtubeDetail .youtubeDetail-r .featured-videos ul li a .featured-videos-r .views-time {
  display: flex;
  justify-content: space-between;
}
.youtubeDetail .youtubeDetail-r .featured-videos ul li a .featured-videos-r .views-time div {
  font-size: 14px;
  color: #333;
  font-family: R;
}
.merch {
  display: flex;
  flex-wrap: wrap;
}
.merch a {
  display: block;
  width: 227px;
  height: 315px;
  background: #FFFFFF;
  padding: 24px 24px 22px 24px;
  border-radius: 24px;
  margin: 0 16px 16px 0;
  transition: all 0.3s;
}
.merch a:hover {
  transform: translateY(-10px);
  outline: 2px solid #FF7579;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.merch a:nth-child(5n) {
  margin-right: 0;
}
.merch a img {
  width: 179px;
  height: 179px;
  object-fit: cover;
}
.merch a h2 {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  height: 48px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.merch a .merch-f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.merch a .merch-f .layui-rate li i.layui-icon {
  font-size: 16px;
  color: #FFD926;
}
.merch a .merch-f .price {
  font-size: 18px;
  color: #FF2626;
  line-height: 28px;
  font-family: B;
}
#merch-detail {
  width: 1200px;
  background: #FFFFFF;
  border-radius: 24px;
  margin-top: 8px;
  padding: 24px 24px 6px 24px;
}
#merch-detail .merchDetaiAll {
  display: flex;
}
#merch-detail .merchDetaiAll .merch-detail-l {
  width: 263px;
}
#merch-detail .merchDetaiAll .merch-detail-l .merch-detail-l-img {
  width: 263px;
  height: 263px;
}
#merch-detail .merchDetaiAll .merch-detail-l .merch-detail-l-img img {
  display: none;
}
#merch-detail .merchDetaiAll .merch-detail-l .merch-detail-l-img img:nth-child(1) {
  display: block;
}
#merch-detail .merchDetaiAll .merch-detail-l .image1 {
  width: 263px;
  height: 263px;
  object-fit: cover;
}
#merch-detail .merchDetaiAll .merch-detail-l ul {
  display: flex;
  overflow: hidden;
  margin-top: 8px;
}
#merch-detail .merchDetaiAll .merch-detail-l ul li {
  width: 47px;
  height: 47px;
  margin-right: 7px;
}
#merch-detail .merchDetaiAll .merch-detail-l ul li:nth-child(5n) {
  margin-right: 0;
}
#merch-detail .merchDetaiAll .merch-detail-l ul li img {
  width: 47px;
  height: 47px;
  object-fit: cover;
  cursor: pointer;
}
#merch-detail .merchDetaiAll .merch-detail-l ul li img:hover {
  border-radius: 8px;
  border: 1px solid #FFD926;
}
#merch-detail .merchDetaiAll .merch-detail-m {
  width: 518px;
  margin-left: 16px;
}
#merch-detail .merchDetaiAll .merch-detail-m h2 {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  height: 56px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#merch-detail .merchDetaiAll .merch-detail-m table {
  width: 373px;
  height: 144px;
  margin-top: 17px;
  border-spacing: 0;
  table-layout: fixed;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr:first-child td {
  border-bottom: none;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr:last-child td {
  border-top: none;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr:nth-child(2) td {
  border-bottom: none;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr td {
  border: 1px solid #e8e8e8;
  padding-left: 12px;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr td:nth-child(n) {
  width: 131px;
  font-size: 14px;
  color: #000;
  font-family: R;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr td:nth-child(2n) {
  width: 242px;
  font-size: 16px;
  color: #333333;
  font-family: R;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr td:first-child {
  border-right: none;
}
#merch-detail .merchDetaiAll .merch-detail-m table tr td .layui-rate li i.layui-icon {
  font-size: 14px;
  color: #767676;
}
#merch-detail .merchDetaiAll .merch-detail-m .price {
  margin-top: 22px;
  color: #FF2626;
  margin-left: 10px;
}
#merch-detail .merchDetaiAll .merch-detail-m .price span:nth-child(1) {
  font-size: 16px;
  font-family: R;
}
#merch-detail .merchDetaiAll .merch-detail-m .price span:nth-child(2) {
  font-size: 20px;
  font-family: B;
}
#merch-detail .merchDetaiAll .merch-detail-m a {
  display: block;
  width: 373px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #242424;
  border-radius: 50px;
  font-size: 16px;
  font-family: B;
  margin-top: 10px;
}
#merch-detail .merchDetaiAll .merch-detail-m a:hover {
  background: #FF7579;
}
#merch-detail .merchDetaiAll .merch-detail-r {
  margin-left: 19px;
}
#merch-detail .merchDetaiAll .merch-detail-r .ad5 {
  width: 336px;
  height: 280px;
  text-align: center;
}
#merch-detail .merchDetaiAll .merch-detail-r span {
  display: block;
  width: 336px;
  height: 38px;
  background: #FED546;
  font-size: 12px;
  color: #333333;
  font-family: M;
  line-height: 38px;
  text-align: center;
}
#merch-detail .note {
  color: #999999;
  font-size: 16px;
  font-family: M;
  margin-top: 4px;
}
.merchTitle {
  color: #333333;
  font-size: 18px;
  font-family: B;
  margin: 16px 0 12px 0;
}
.result {
  color: #000000;
  font-size: 20px;
  font-family: R;
}
.search-none {
  text-align: center;
  margin-top: 20px;
}
.search-none img {
  width: 277px;
  height: 192px;
}
.about h2 {
  color: #333333;
  font-size: 20px;
  font-family: B;
  margin-top: 12px;
}
.about .aboutText {
  color: #666666;
  font-size: 16px;
  font-family: R;
  line-height: 28px;
  margin-top: 8px;
}
.about a {
  display: block;
  color: #00C2FF;
  font-size: 16px;
  font-family: R;
  line-height: 28px;
}
.about .aboutA {
  color: #666666;
  font-size: 16px;
  font-family: R;
}
.about .aboutA a {
  display: inline-block;
}
.aboutUs {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 24px 100px 24px;
  margin-top: 16px;
}
.aboutUs input {
  width: 40%;
  height: 50px;
  background: #F5F5F5;
  border-radius: 10px;
  color: #999999;
  font-size: 16px;
  font-family: R;
  padding-left: 20px;
  margin-bottom: 10px;
}
.aboutUs .inputB {
  width: 80%;
}
.aboutUs .messageBtn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.aboutUs .messageBtn textarea {
  width: 920px;
  height: 131px;
  background: #F5F5F5;
  border-radius: 10px;
  color: #999999;
  font-size: 16px;
  font-family: R;
  padding-left: 20px;
  padding-top: 12px;
}
.aboutUs .messageBtn button {
  width: 210px;
  height: 131px;
  background: #E1E1E1;
  border-radius: 10px;
  line-height: 131px;
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-family: B;
  cursor: pointer;
}
.aboutUs .contact-m {
  color: #999999;
  font-size: 16px;
  font-family: R;
  padding-top: 24px;
  border-top: 1px solid #EDEBEB;
}
.aboutUs .contact-m a {
  color: #81E1FF;
}
#category {
  position: relative;
  width: 100%;
  height: 163px;
  background: #FED546;
  outline: 4px solid #fff;
  border-radius: 24px;
  padding: 42px 0 0 40px;
}
#category h2 {
  font-size: 32px;
  color: #2D2D2D;
  font-family: B;
  text-shadow: 0px 5px 5px #CB9E00;
  line-height: 38px;
}
#category span {
  display: block;
  font-size: 24px;
  color: #2D2D2D;
  font-family: B;
  margin-top: 12px;
  text-shadow: 0px 5px 5px #CB9E00;
  line-height: 28px;
}
#category img {
  position: absolute;
  right: 40px;
  top: 21px;
  width: 154px;
  height: 154px;
}
.center-m {
  display: grid;
  grid-template-columns: repeat(8, minmax(100px, 1fr));
  gap: 16px;
}
.center-m li {
  border-radius: 40px;
  overflow: hidden;
  width: 133px;
  height: 133px;
}
.center-m li:hover {
  transform: scale(1.04);
}
.center-m li:hover h2 {
  display: block;
}
.center-m li:hover .mask {
  display: block;
}
.center-m li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.center-m li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.center-m li a h2 {
  display: none;
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 8px;
  padding: 0 10px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.center-m li a .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.3);
}
.center-m li h2 {
  font-size: 22px;
  padding: 0 8px;
  text-align: center;
}
.center-m .center1 {
  width: 287px;
  height: 287px;
  grid-area: 2/2/4/4;
}
.center-m .center2 {
  grid-area: 3/6/5/8;
  width: 287px;
  height: 287px;
}
