@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
body > div > iframe {
  display: none !important;
}
button {
  border: none;
}
body {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  font-family: PingFangSC, PingFang SC "微软雅黑";
}
a {
  text-decoration: none;
  color: inherit;
}
/* 隐藏标准的滚动条 */
*::-webkit-scrollbar {
  width: 0;
  display: none;
}
*::-webkit-scrollbar {
  width: 0;
  display: none;
}
/* 隐藏 IE 和 Edge 浏览器的滚动条 */
*::-ms-scrollbar {
  width: 0;
  display: none;
}
.app-info-box {
  width: 100%;
  height: 6.5415rem;
  padding: 0.9345rem 0.6675rem 0;
  box-sizing: border-box;
  background: url(../images/top-bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.app-info-box .language {
  display: block;
  width: 0.5874rem;
  height: 0.5874rem;
  background: url(../images/language-zhs.png) no-repeat;
  background-size: 0.5874rem 0.5874rem;
  position: absolute;
  top: 0.3471rem;
  right: 0.3471rem;
  cursor: pointer;
}
.app-info-box .language.zht {
  background-image: url(../images/language-zht.png);
}
.app-info-box .language.en {
  background-image: url(../images/language-en.png);
}
.app-info-box .language-list {
  display: none;
  position: absolute;
  top: 1.068rem;
  right: 0.3471rem;
  z-index: 99;
}
.app-info-box .language-list .language-item {
  display: block;
  font-size: 0.3204rem;
  border-radius: 0.1335rem;
  padding: 0.1335rem;
  margin-bottom: 0.1335rem;
  text-align: center;
  background-color: #fff;
  color: #000;
}
.app-info-box .top-info {
  display: flex;
  align-items: center;
}
.app-info-box .top-info .app-icon {
  display: block;
  width: 2.403rem;
  height: 2.403rem;
  flex-shrink: 0;
  margin-right: 0.4806rem;
}
.app-info-box .top-info .app-icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.4005rem;
}
.app-info-box .top-info .info {
  flex: 1;
  min-width: 0;
}
.app-info-box .top-info .info .name {
  display: block;
  height: 0.8544rem;
  font-size: 0.6141rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.8544rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-info-box .top-info .info .desc {
  display: block;
  max-height: 0.9612rem;
  font-size: 0.3471rem;
  color: #FFFFFF;
  line-height: 0.4806rem;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.0534rem;
  opacity: 0.6;
}
.app-info-box .top-info .info .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 0.4806rem;
  margin-top: 0.2136rem;
  overflow: hidden;
}
.app-info-box .top-info .info .tags span {
  display: block;
  height: 0.4806rem;
  line-height: 0.4806rem;
  font-size: 0.267rem;
  font-weight: 600;
  color: #009FFF;
  padding: 0 0.1068rem;
  border-radius: 0.1068rem;
  background-color: #E4FBFF;
  margin-right: 0.1602rem;
}
.app-info-box .top-info .info .tags span:nth-of-type(2n) {
  color: #A500FF;
  background-color: #FAE4FF;
}
.app-info-box .bottom-info {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0.7209rem;
}
.app-info-box .bottom-info .detail-info {
  flex: 1;
  padding: 0 0.267rem;
  position: relative;
}
.app-info-box .bottom-info .detail-info::after {
  content: "";
  display: block;
  width: 0.0267rem;
  height: 0.3471rem;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  top: 0.2937rem;
  right: 0rem;
}
.app-info-box .bottom-info .detail-info:first-of-type {
  padding-left: 0;
}
.app-info-box .bottom-info .detail-info:last-of-type {
  padding-right: 0;
}
.app-info-box .bottom-info .detail-info:last-of-type::after {
  display: none;
}
.app-info-box .bottom-info .detail-info .info-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 0.4539rem;
  font-size: 0.3204rem;
  font-weight: 600;
  color: #E5E5E5;
  line-height: 0.4539rem;
}
.app-info-box .bottom-info .detail-info .info-cont .star {
  display: block;
  width: 0.3471rem;
  height: 0.3204rem;
  background: url(../images/star.png) no-repeat;
  background-size: contain;
  margin-right: 0.1068rem;
  margin-top: -0.0534rem;
}
.app-info-box .bottom-info .detail-info .info-title {
  display: block;
  height: 0.4539rem;
  font-size: 0.3204rem;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.4539rem;
  margin-top: 0.0534rem;
  opacity: 0.6;
}
.app-detail-box {
  display: block;
  padding: 0 0.534rem 2.403rem;
  background-color: #fff;
}
.app-detail-box .pic-list {
  display: flex;
  height: 7.8206rem;
  margin-right: -0.534rem;
  overflow-x: auto;
}
.app-detail-box .pic-list img {
  flex-shrink: 0;
  display: block;
  min-width: 3.8448rem;
  height: 7.8206rem;
  border-radius: 0.4272rem;
  margin-right: 0.4806rem;
  object-fit: cover;
}

.app-detail-box .pic-list img:last-of-type {
  margin-right: 0.534rem;
}
.app-detail-box .detail-desc {
  display: block;
  margin-top: 0.3471rem;
}
.app-detail-box .detail-desc .title {
  display: block;
  width: 100%;
  height: 0.5874rem;
  font-size: 0.4272rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.5874rem;
}
.app-detail-box .detail-desc .content p {
  display: block;
  width: 100%;
  font-size: 0.3738rem;
  font-weight: 400;
  color: #686868;
  line-height: 0.6408rem;
  margin-top: 0.1602rem;
  text-align: justify;
}
.app-detail-box .download-btn {
  display: block;
  width: 6.8085rem;
  height: 1.3884rem;
  line-height: 1.3884rem;
  text-align: center;
  font-size: 0.4272rem;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(270deg, #E46BFF 0%, #9652FF 100%);
  border-radius: 0.7476rem;
  cursor: pointer;
  position: fixed;
  bottom: 0.6675rem;
  left: 50%;
  transform: translateX(-50%);
}
/* ┗( ▔, ▔ )┛ */
