html {
  font-size: 37.5px;
}

.page-container {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  max-width: 20rem;
  height: 120.987rem;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 2.907rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.page-container__header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 999;
}

.page-container__header-container {
  width: 20rem;
  margin: 0 auto;
  padding: 1.7rem 0.96rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #ffffff;
}

.page-container__header-container .logo {
  width: 1.814rem;
  height: 2.054rem;
}

.page-container__header-container .title-img {
  width: 6.08rem;
  height: 1.227rem;
  margin-left: 0.453rem;
}

.page-container__header-container .search-icon {
  width: 1.014rem;
  height: 1.014rem;
  margin: 0.534rem 0 0.507rem 3.414rem;
}

.page-container__header-container .info-icon {
  width: 1.014rem;
  height: 1.014rem;
  margin: 0.534rem 0 0.507rem 1.467rem;
}

.page-container__header-container .avatar-text__wrapper {
  background-color: rgba(171, 71, 188, 1);
  border-radius: 50%;
  margin: 0.187rem 0 0.16rem 1.094rem;
  padding: 0.214rem 0.4rem 0.24rem 0.4rem;
}

.page-container__header-container .avatar-text__text {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.906rem;
  font-family: AlibabaPuHuiTi-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 1.254rem;
}

.page-container__header-placeholder {
  width: 100%;
  height: 5.454rem;
  box-sizing: border-box;
}

.page-container__body {
  position: relative;
  padding: 1.013rem 0 0rem 0;
  display: flex;
  flex-direction: column;
}

.app-info__wrapper {
  width: 100%;
  padding: 0rem 0.96rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.app-info__icon {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 28px;
  width: 3.734rem;
  height: 3.734rem;
  margin-top: 0.48rem;
}

.app-info__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  margin-left: 1.226rem;
}

.app-info__title {
  overflow-wrap: break-word;
  color: rgba(32, 33, 36, 1);
  font-size: 1.28rem;
  font-family: PingFangSC-Heavy;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
  line-height: 1.787rem;
  margin-left: 0.027rem;
}

.app-info__desc {
  overflow-wrap: break-word;
  color: rgba(1, 135, 95, 1);
  font-size: 0.853rem;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 1.2rem;
  margin: 0.027rem 0.454rem 0 0;
}

.app-stat__wrapper {
  width: 100%;
  min-height: 2rem;
  padding: 0rem 1.333rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5467rem;
}

.app-stat__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.app-stat__item-value__wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.app-stat__item-value__text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.56rem;
  color: #202124;
  line-height: 0.88rem;
}

.app-stat__item-value__icon {
  width: 0.5867rem;
  margin-left: 0.0533rem;
}

.app-stat__item-label__wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.21rem;
}

.app-stat__item-label__text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.64rem;
  color: #5f6368;
  line-height: 0.88rem;
}

.app-stat__item-value__text--bordered {
  border-radius: 0.0267rem;
  border: 0.0533rem solid #202124;
  padding: 0.0267rem 0.1333rem;
}

.app-stat__item-label__icon {
  width: 0.533rem;
  margin-left: 0.0533rem;
}

.app-stat__divider {
  width: 0.0233rem;
  height: 1.253rem;
  background-color: rgba(232, 234, 237, 1);
}

.app-toolbar__wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.08rem;
}

.app-toolbar__btn {
  width: 100%;
  height: 1.813rem;
  background: #01875f;
  border-radius: 0.4267rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.693rem;
  color: #ffffff;
  line-height: 0.9867rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.app-toolbar__extra-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1.067rem;
}

.app-toolbar__extra-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.app-toolbar__extra-item:last-child {
  margin-left: 1.5rem;
}

.app-toolbar__extra-item .icon {
  width: 1.2rem;
}

.app-toolbar__extra-item .text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.69rem;
  color: #01875f;
  line-height: 1rem;
  margin-left: 0.4267rem;
}

.app-toolbar__device-info__wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.7867rem;
}

.app-toolbar__device-info__wrapper .icon {
  width: 0.853rem;
}

.app-toolbar__device-info__wrapper .text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.693rem;
  color: #616569;
  line-height: 1rem;
  margin-left: 0.7467rem;
}

.app-screeshot__wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0rem 1.2rem;
  margin-top: 3.9467rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.app-screeshot__img {
  max-width: 18rem;
  box-shadow: 0rem 0.0533rem 0.1067rem 0rem rgba(0, 0, 0, 0.25);
  border-radius: 0.533rem;
}

.app-screeshot__img-placeholder {
  width: 18rem;
  height: 10.4267rem;
  background: #19659e;
  box-shadow: 0rem 0.0533rem 0.1067rem 0rem rgba(0, 0, 0, 0.25);
  border-radius: 0.533rem;
}

.app-about__wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.67rem;
}

.app-about__header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.app-about__header .title {
  flex: 1;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.96rem;
  color: #202124;
  line-height: 1.33rem;
}

.app-about__header .icon {
  width: 0.7rem;
  margin-left: 0.5rem;
}

.app-about__container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.12rem;
}

.app-about__container .para {
  overflow-wrap: break-word;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.7rem;
  color: #606368;
  line-height: 1rem;
  text-align: left;
  margin-bottom: 1.12rem;
}

.app-about__container .para:last-child {
  margin-bottom: 0;
}

.app-about__footer {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.3867rem;
}

.app-about__footer-datetime__wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.app-about__footer-datetime__wrapper .label {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.7rem;
  color: #202124;
  line-height: 1rem;
}

.app-about__footer-datetime__wrapper .value {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.7rem;
  color: #606368;
  line-height: 1rem;
  margin-top: 0.213rem;
}

.app-about__footer-tag__wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.546rem;
}

.app-about__footer-tag__wrapper .tag {
  height: 1.6rem;
  border-radius: 0.8rem;
  border: 0.0533rem solid #dadce0;
  padding-left: 0.853rem;
  padding-right: 0.853rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.7rem;
  color: #5f6368;
}

.app-rating__wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.67rem;
}

.app-rating__header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.app-rating__header .title {
  flex: 1;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.96rem;
  color: #202124;
  line-height: 1.33rem;
}

.app-rating__header .icon {
  width: 0.7rem;
  margin-left: 0.5rem;
}

.app-rating__tip {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2rem;
}

.app-rating__tip .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.64rem;
  color: #606368;
  line-height: 0.88rem;
}

.app-rating__tip .icon {
  width: 0.506rem;
  margin-left: 0.32rem;
}

.app-rating__tag-wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5467rem;
}

.app-rating__tag-item {
  height: 1.6rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0.64rem;
  background: #ffffff;
  color: #5f6368;
  border-radius: 0.8rem;
  border: 0.053rem solid #dadce0;
  font-size: 0.7rem;
}

.app-rating__tag-item.actived {
  background: #e6f3ef;
  color: #056449;
  border: none;
}

.app-rating__tag-item:last-child {
  margin-right: 0;
}

.app-rating__tag-item .icon {
  width: 0.7467rem;
  margin-right: 0.16rem;
}

.app-rating__tag-item .text {
  width: 0.7467rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.7rem;
}

.app-rating__container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.92rem;
}

.app-rating__container-left {
  width: 5.33rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.app-rating__container-value {
  width: 3.733rem;
  height: 3.733rem;
  margin-left: 0.133rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 2.67rem;
  color: #202124;
}

.app-rating__container-star__wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.app-rating__container-star__icon {
  width: 0.853rem;
  margin-right: 0.1067rem;
}

.app-rating__container-star__icon:last-child {
  margin-right: 0;
}

.app-rating__container-desc {
  width: 100%;
  box-sizing: border-box;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.64rem;
  color: #5f6368;
  line-height: 0.88rem;
  margin-top: 0.64rem;
}

.app-rating__container-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.app-rating__container-right__item {
  width: 100%;
  /* height: 0.67rem; */
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.32rem;
}

.app-rating__container-right__item:last-child {
  margin-bottom: 0;
}

.app-rating__container-right__item-label {
  width: 0.4rem;
  margin-right: 0.533rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.64rem;
  color: #5f6368;
}

.app-rating__container-right__item-content {
  width: 11.09rem;
  height: 0.533rem;
  box-sizing: border-box;
  background: #e8eaed;
  border-radius: 0.267rem;
}

.app-rating__container-right__item-content .r1 {
  width: 20%;
  height: 0.533rem;
  background: #01875f;
  border-radius: 0.267rem;
}

.app-rating__container-right__item-content .r2 {
  width: 40%;
  height: 0.533rem;
  background: #01875f;
  border-radius: 0.267rem;
}

.app-rating__container-right__item-content .r3 {
  width: 60%;
  height: 0.533rem;
  background: #01875f;
  border-radius: 0.267rem;
}

.app-rating__container-right__item-content .r4 {
  width: 80%;
  height: 0.533rem;
  background: #01875f;
  border-radius: 0.267rem;
}

.app-rating__container-right__item-content .r5 {
  width: 100%;
  height: 0.533rem;
  background: #01875f;
  border-radius: 0.267rem;
}

.app-comment__list-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.0267rem;
}

.app-comment__list-item {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.app-comment__list-item:last-child {
  margin-bottom: 0;
}

.app-comment__list-item__header {
  width: 100%;
  height: 1.8rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.app-comment__list-item__header .avatar {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #78909c;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.app-comment__list-item__header .avatar-img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
}

.app-comment__list-item__header .username {
  flex: 1;
  margin-left: 0.8rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.7rem;
  color: #202124;
  line-height: 1rem;
}

.app-comment__list-item__header .icon {
  width: 0.213rem;
  margin-left: 1rem;
  margin-right: 1.067rem;
}

.app-comment__list-item__extra {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.33rem;
}

.app-comment__list-item__extra-star__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0.106rem;
}

.app-comment__list-item__extra-star__wrapper .star-icon {
  width: 0.533rem;
  margin-right: 0.0267rem;
}

.app-comment__list-item__extra-star__wrapper .star-icon:last-child {
  margin-right: 0;
}

.app-comment__list-item__extra-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.64rem;
  color: #5f6368;
  line-height: 0.88rem;
}

.app-comment__list-item__container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0.533rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.64rem;
  color: #5f6368;
  line-height: 0.88rem;
}

.app-comment__list-item__footer {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.853rem;
}

.app-comment__list-item__footer .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.64rem;
  color: #5f6368;
  line-height: 0.88rem;
  margin-right: 0.853rem;
}

.app-comment__list-item__footer .button {
  width: 2.56rem;
  height: 1.28rem;
  border-radius: 0.8rem;
  border: 0.0533rem solid #dadce0;
  margin-right: 0.64rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.7rem;
  color: #5f6368;
}

.bottom-tabbar__wrapper {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
}

.bottom-tabbar__container {
  background-color: rgba(255, 255, 255, 1);
  width: 20rem;
  height: 2.934rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-top: 0.014rem solid rgba(218, 220, 224, 1);
}

.bottom-tabbar__item {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.bottom-tabbar__item-title {
  overflow-wrap: break-word;
  color: rgba(95, 99, 104, 1);
  font-size: 0.746rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1.067rem;
  /* margin-top: 1.147rem; */
}

.bottom-tabbar__item-icon {
  width: 1.28rem;
  height: 1.28rem;
}
