.fetred {
  display: flex;
  margin-top: 30px;
  gap: 24px;
}

.dezuo {
  width: 67%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.deritr {
  width: 33%;
}

.appde {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-top: 12px;
}

.appde dt {
  width: 112px;
  height: 112px;
  background: #D9D9D9;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}

.appde dt img,
.screenshot img {
  width: 100%;
  height: 100%;
}

.appde dd {
  width: 80%;
}

.appde .jian {
  background: #4C3DCD;
  border-radius: 16px 16px 16px 16px;
  color: #fff;
  padding: 16px 50px;
  font-size: 16px;
}


.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #E6E6E6;

  border-radius: 8px;
}

.info-item {
  padding: 20px;
  border: 0.2px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  position: relative;
}

.dezuo h2 {
  margin-bottom: 10px;
}

.info-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.info-label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.info-value {
  font-size: 16px;
  font-weight: bold;
  margin-left: 28px;
}

.screenshots {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.screenshot {
  min-width: 150px;
  height: 200px;
  background-color: #ddd;
  border-radius: 8px;
  flex-shrink: 0;
}

.feature-list {
  margin-bottom: 30px;
}

.feature-item {
  margin-bottom: 15px;
}

.feature-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.version-link {

  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}

.download-buttons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}

.download-button {
  padding: 10px 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.google-play {
  background-color: #E8E2F5;
  color: #666666;
  border-color: #906CD9;
  cursor: pointer;
  width: 100%;
}

.app-store {
  background: #F5F5F5;
  color: #666666;
  ;
  border: 1px solid #F5F5F5;
}

.ioc {
  position: absolute;
  left: 12px;
  top: 33px;
}

.icon-Category:before,
.icon-Price:before,
.icon-a-AgeRating:before,
.icon-Rating:before,
.icon-Developer:before,
.icon-Version:before {
  font-size: 24px;
  color: #4C3DCD;
}

.maintoe dl {
  width: 48%;
}

.maintoe {
  margin-top: 0px;
}

.h1 {
  margin-top: 10px;
}

.appse {

  width: 100%;
}

.ca {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
}

.maintoptt dl dt {
  height: 150px;
}

.maintoptt {
  width: 100%;
}

.wh p,
.wh p span,
.wh ul,
.wh ul li,
.wh ol,
.wh ol li {
  padding: 0 !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
  text-indent: 0pt !important;
  font-family: Poppins, Poppins !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 24px !important;
}

.wh h1,
.wh h2,
.wh h3,
.wh h4 {
  text-indent: 0 !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
  font-family: Poppins, Poppins !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 24px !important;
  margin-bottom: 12px !important;
}

.wh h1 span,
.wh h2 span,
.wh h3 span,
.wh h4 span {
  text-indent: 0 !important;
  margin-left: 0 !important;
  margin-top: 10px !important;
  font-family: Poppins, Poppins !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #333333 !important;
  line-height: 24px !important;
  margin-bottom: 12px !important;
}

.wh img {
  display: block;
  cursor: auto;
  width: 100% !important;
  max-width: 600px !important;
  margin: 15px auto 0px !important;
  height: auto !important;
}

.don {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.xia {
  background: #EDEDED;
  color: #5245E5;
  padding: 12px 24px;
}

.xia .icon-a-xiazai1:before {
  margin-right: 0px;
}

.jjs {
  display: none;
}

.screenshots::-webkit-scrollbar {
  height: 8px;
}

.screenshots::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

@media (max-width: 765px) {

  .wh p,
  .wh p span,
  .wh ul,
  .wh ul li,
  .wh ol,
  .wh ol li {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .wh h1,
  .wh h2,
  .wh h3,
  .wh h4 {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .wh h1 span,
  .wh h2 span,
  .wh h3 span,
  .wh h4 span {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (max-width: 1020px) {
  .fetred {
    gap: 0px;
    flex-wrap: wrap;
  }

  .dezuo {
    width: 100%;
  }

  .deritr {
    width: 100%;
  }

  .maintoe_xin {
    margin-top: 0px;
  }

  .don {
    margin-top: 12px;
  }
}

@media (max-width: 765px) {
  .fetred {
    margin-top: 0px;
  }

  .ca {
    font-size: 14px;
  }

  .maintoe dl {
    width: 100%;
  }

  .jian {
    background: #4C3DCD;
    border-radius: 16px 16px 16px 16px;
    color: #fff;
    padding: 10px 20px;
  }

  .info-value {
    font-size: 12px;
    margin-left: 16px;
  }

  .icon-Category:before,
  .icon-Price:before,
  .icon-a-AgeRating:before,
  .icon-Rating:before,
  .icon-Developer:before,
  .icon-Version:before {
    font-size: 16px;
  }

  .ioc {
    left: 6px;
    top: 26px;
  }

  .info-label::before {
    width: 16px;
    margin-right: 0px;
  }

  .info-item {
    padding: 12px;
  }

  .info-grid {
    margin-top: 24px;
  }

  .aa {
    width: 62%;
  }

  #screen-box h2,
  .dezuo h2 {
    font-size: 16px;
  }

  .gamess {
    margin-top: 0px;
  }

  .jj {
    display: none;
  }

  .jjs {
    display: block;
    margin-top: 12px;
  }

  .jjs a {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    display: inline-block;
  }

  .appde {

    align-items: center;
  }

  .app-descript h1 {
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
  }

  .bab {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 16px;
  }

  .maintoe_xin .star {
    color: #666;
    font-size: 14px;
  }

  .appde dd{
        width: 60%;
  }


}