.detailstop {
  background: #4d5053;
}
.advedet {
  max-width: 970px;
  margin: 0 auto;
  padding: 48px 0;
}
.icon-cai2:before {
      color: #e3cd0a;
   cursor: pointer;
}
.icon-zan2:before {
    color: #e3cd0a;
   cursor: pointer;
}
.advedet ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ully {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
}

.uller {
  width: 200px;
  height: 200px;
  margin-top: 48px;
  margin-bottom: 24px;
  overflow: hidden;
  background: #d9d9d9;
  border-radius: 12px 12px 12px 12px;
}
.uller img {
  width: 100%;
  height: 100%;
}
.ullsan {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}
.start {
  margin-top: 48px;
  width: 567px;
}
.detleft .icon-right2:before{
  color: #fff;
}
.icon-right2:before {
  font-size: 16px;
  margin-left: 10px;
}

.icon-Puzzle:before {
  font-size: 20px;
  margin-right: 10px;
}
.maincenter {
  background: none;
  width: 100%;
  margin-top: 0px;
}
.Searched{
display: none;
}
.zuoer,
.youer {
  font-weight: 600;
  font-size: 16px;
  color: #d9d9d9;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
   cursor: pointer;
}

.ulsi {
  width: 30%;
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}

.maindeag {
  background: #4d5053;
  padding: 24px;
}
.maindeag h5 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}
.maindeag p {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  max-width: 1300px;
  margin: 0px auto;
  margin-top: 12px;
}
.Playnow_main {
  border: 2px solid #eb5757;
  color: #eb5757;
}

.mainrecom {
  max-width: 1300px;
  margin: 48px auto;
}
.mainrecom h3 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  margin-bottom: 24px;
}
.mainrecom ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mainrecom ul li {
  width: 140px;
  height: 140px;
  background: #d9d9d9;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
}
.mainrecom ul li img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1350px) {
  .mainrecom {
    width: 95%;
  }
}

@media (max-width: 1000px) {
  .advedet {
    width: 95%;
  }
}

@media (max-width: 700px) {
  .ulsi {
  
    margin-top: 8px;
   
}
  .ully {
    font-size: 12px;
    line-height: 16px;
  }

  .icon-right2:before {
    font-size: 10px;
  }
  .icon-Puzzle:before {
    font-size: 14px;
  }

  .uller {
    width: 100px;
    height: 100px;
           margin-top: 12px;
        margin-bottom: 6px;
    border-radius: 8px 8px 8px 8px;
  }

  .ullsan {
    font-size: 16px;
    line-height: 20px;
  }

  .zuoer,
  .youer {
    font-size: 12px;
    line-height: 16px;
  }

  .start {
    margin-top: 4px;
    width: 273px;
  }

  .advedet {
    padding: 8px 0;
  }
  .maindeag {
    background: #4d5053;
    padding: 12px;
  }

  .maindeag h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .maindeag p {
    margin-top: 8px;
    padding-bottom: 12px;
    text-align: left;
  }

  .mainrecom {
    margin: 24px auto;
  }
  .mainrecom ul li {
    width: 22%;
    height: 78px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  .mainrecom ul {
    gap: 12px;
  }

  .mainrecom h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
