#__bs_notify__ {
  display: none !important;
}
[class*=tell] {
  display: table-cell;
  vertical-align: middle;
}
[class*=dt] {
  display: table;
  width: 100%;
}
[class*=fw] {
  float: left;
  width: 100%;
}
[class*=item] ul {
  display: table;
  width: 100%;
}
[class*=item] ul li {
  width: 100%;
}
[class*=item] ul li:last-child {
  border-bottom: none;
}
.toutu img {
  width: 100%;
  vertical-align: bottom;
}
.mobile-wrap {
  position: relative;
  min-height: 100vh;
}
main {
  width: 100%;
  padding: 0.3rem 5%;
}
.appItem {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 0.4rem;
}
.appItem .left {
  width: 2.3rem;
  height: 2.3rem;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  overflow: hidden;
}
.appItem .left img {
  width: 100%;
  min-height: 100%;
}
.appItem .right {
  width: -webkit-calc(100% - 2.6rem);
  width: calc(100% - 2.6rem);
}
.appItem .right strong {
  color: #111;
  font-size: 0.4rem;
  line-height: 1.4;
  display: block;
}
.appItem .right strong span {
  color: #8e8e93;
  font-size: 0.24rem;
  -webkit-border-radius: 0.08rem;
          border-radius: 0.08rem;
  padding: 0.02rem 0.1rem;
  border: 1px solid #8e8e93;
  vertical-align: middle;
  margin-left: 0.1rem;
}
.appItem .right p {
  font-size: 0.28rem;
  line-height: 1.4;
  color: #8e8e93;
}
.appItem .right .installBox {
  padding-top: 0.4rem;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.appItem .right .installBox a {
  display: inline-block;
}
.appItem .right .installBox a:active {
  opacity: 0.85;
}
.appItem .right .installBox .down {
  min-width: 2.6rem;
  background-color: #017afe;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.35rem;
  text-align: center;
  color: #fff;
  font-size: 0.36rem;
  padding: 0 0.3rem;
  height: 0.72rem;
  line-height: 0.72rem;
}
.appItem .right .installBox .doubt {
  width: 0.62rem;
  height: 0.62rem;
  line-height: 0.62rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #017afe;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
}
.appItem .appTip {
  width: 100%;
  padding-top: 0.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.appItem .appTip .score {
  line-height: 1.2;
}
.appItem .appTip .score .star {
  color: #8e8e93;
  font-weight: bold;
  font-size: 0.34rem;
}
.appItem .appTip .score .star var {
  width: 1.6rem;
  height: 0.32rem;
  background: url("../img/star.jpg") 0 0;
  -webkit-background-size: 0.32rem 0.72rem;
          background-size: 0.32rem 0.72rem;
  display: inline-block;
}
.appItem .appTip .score p {
  color: #d8d8d8;
  font-size: 0.24rem;
  line-height: 1.6;
}
.appItem .appTip .centerBox {
  color: #8e8e93;
  line-height: 1.2;
  text-align: center;
}
.appItem .appTip .centerBox b {
  font-size: 0.34rem;
  display: block;
}
.appItem .appTip .centerBox p {
  color: #d8d8d8;
  font-size: 0.24rem;
}
.appItem .appTip .age {
  color: #8e8e93;
  line-height: 1.2;
  text-align: right;
}
.appItem .appTip .age b {
  font-size: 0.34rem;
  display: block;
}
.appItem .appTip .age p {
  color: #d8d8d8;
  font-size: 0.24rem;
}
.comment {
  width: 100%;
  padding: 0.34rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.comment .left {
  text-align: center;
  padding-left: 0.2rem;
}
.comment .left b {
  font-size: 1.2rem;
  color: #4c4c50;
  line-height: 1.1;
}
.comment .left p {
  font-size: 0.28rem;
  color: #8e8e93;
  font-weight: bold;
}
.comment .right {
  -webkit-box-flex: 0.9;
  -webkit-flex-grow: 0.9;
      -ms-flex-positive: 0.9;
          flex-grow: 0.9;
}
.comment .right p {
  font-size: 0.28rem;
  color: #8e8e93;
  line-height: 1.4;
  text-align: right;
}
.comment .right .star_row {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment .right .star_row span {
  width: 1.2rem;
  height: 0.24rem;
  display: inline-block;
  text-align: right;
}
.comment .right .star_row span i {
  height: 0.16rem;
  display: inline-block;
  background: url("../img/star.jpg") 0 0;
  -webkit-background-size: 0.18rem 0.34rem;
          background-size: 0.18rem 0.34rem;
}
.comment .right .star_row span.s1 i {
  width: 0.9rem;
}
.comment .right .star_row span.s2 i {
  width: 0.72rem;
}
.comment .right .star_row span.s3 i {
  width: 0.54rem;
}
.comment .right .star_row span.s4 i {
  width: 0.36rem;
}
.comment .right .star_row span.s5 i {
  width: 0.18rem;
}
.comment .right .star_row .lineBox {
  width: -webkit-calc(100% - 1.6rem);
  width: calc(100% - 1.6rem);
  height: 0.05rem;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  background-color: #e5e5e5;
  overflow: hidden;
}
.comment .right .star_row .lineBox var {
  height: 100%;
  -webkit-border-radius: 0 0.3rem 0.3rem 0;
          border-radius: 0 0.3rem 0.3rem 0;
  background-color: #8e8e93;
  float: left;
}
.comment .right .star_row .lineBox var.v1 {
  width: 90%;
}
.comment .right .star_row .lineBox var.v2 {
  width: 10%;
}
.comment .right .star_row .lineBox var.v3 {
  width: 4%;
}
.comment .right .star_row .lineBox var.v4 {
  width: 2%;
}
.comment .right .star_row .lineBox var.v5 {
  width: 1%;
}
.publicTitle {
  width: 100%;
  font-size: 0.4rem;
  line-height: 1.2;
  letter-spacing: 0.02rem;
  margin-bottom: 0.3rem;
  display: block;
}
.newFunction {
  width: 100%;
  padding: 0.34rem 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.4;
}
.newFunction p {
  font-size: 0.3rem;
  color: #333;
}
.appInfo {
  width: 100%;
  padding: 0.34rem 0;
}
.appInfo .box ul li {
  width: 100%;
  line-height: 1.4;
  padding: 0.15rem 0;
  float: none;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.appInfo .box ul li:last-child {
  border-bottom: none;
}
.appInfo .box ul li span {
  -webkit-box-flex: 0.1;
  -webkit-flex-grow: 0.1;
      -ms-flex-positive: 0.1;
          flex-grow: 0.1;
  font-size: 0.24rem;
  color: #8e8e93;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.appInfo .box ul li p {
  width: 80%;
  color: #333;
  font-size: 0.24rem;
  text-align: right;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-wrap: break-word;
}
.footer {
  width: 100%;
  padding: 0.15rem 3%;
  background-color: #eee;
  color: #a9a9a9;
  line-height: 1.6;
}
.footer p {
  font-size: 0.2rem;
}
.footer p.p2 {
  text-indent: 0.4rem;
}
.pup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
}
.guide {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 0.2rem;
}
.guide .colse {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: url("../img/31cb4_4_200_200.png") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.guide .pics {
  width: 100%;
  height: 5.5rem;
}
.guide .pic {
  width: 100%;
  height: 4.2rem;
  overflow: hidden;
}
.guide .pic img {
  width: 100%;
  min-height: 100%;
}
.guide .text {
  padding: 0.15rem;
  color: #1e93ff;
  font-size: 0.26rem;
  line-height: 1.6;
  text-align: center;
}
.guide .swiper-container {
  height: 100%;
}
.guide .swiper-pagination {
  bottom: 0 !important;
}
.guide .swiper-pagination span {
  background-color: #def1ff;
  opacity: 1;
}
.guide .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #70c2fe;
  opacity: 1;
}
.guide .smallTip {
  text-align: center;
  line-height: 1.4;
  padding-top: 0.3rem;
}
.guide .smallTip a {
  color: #1daafc;
  font-size: 0.24rem;
}
.pupPic {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.pupPic img {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
#w {
  display: none;
}
.mobile-wrap {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto !important;
  background: #fff !important;
  border-radius: 0 !important;
  overflow: hidden;
}
main {
  width: 100%;
  padding: 0.36rem 0.36rem 0;
  box-sizing: border-box;
}
.store-hero {
  display: flex;
  align-items: flex-start;
  gap: 0.34rem;
  padding: 0.18rem 0 0.42rem;
  border-bottom: 1px solid #ececec;
}
.store-icon {
  width: 1.85rem;
  height: 1.85rem;
  flex: 0 0 1.85rem;
  object-fit: cover;
  border-radius: 0.34rem;
  box-shadow: 0 0.08rem 0.22rem rgba(0,0,0,0.16);
  image-rendering: auto;
}
.store-heading {
  min-width: 0;
  flex: 1;
}
.store-heading h1 {
  margin: 0.08rem 0 0.16rem;
  color: #222;
  font-size: 0.42rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
.verified {
  display: inline-flex;
  align-items: center;
  gap: 0.06rem;
  color: #177de8;
  font-size: 0.22rem;
  line-height: 1;
  margin-bottom: 0.18rem;
}
.verified img {
  width: 0.26rem;
  height: 0.26rem;
}
.store-heading .installBox {
  padding-top: 0;
  display: block;
}
.store-heading .installBox .down {
  display: inline-block;
  min-width: 1.28rem;
  height: 0.54rem;
  line-height: 0.54rem;
  border-radius: 0.1rem;
  background: #1683e8;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 600;
  padding: 0 0.22rem;
}
.store-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0.34rem 0;
  border-bottom: 1px solid #ececec;
}
.store-stats div {
  min-width: 0;
  text-align: center;
  border-right: 1px solid #eeeeee;
}
.store-stats div:last-child {
  border-right: 0;
}
.store-stats span,
.store-stats em {
  display: block;
  color: #999;
  font-size: 0.2rem;
  font-style: normal;
  line-height: 1.35;
}
.store-stats strong {
  display: block;
  color: #666;
  font-size: 0.34rem;
  font-weight: 600;
  line-height: 1.35;
}
.store-section,
.rating-section {
  padding: 0.42rem 0;
  border-bottom: 1px solid #ececec;
}
.store-section h2,
.rating-section h2 {
  margin: 0 0 0.22rem;
  color: #2a2a2a;
  font-size: 0.34rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
.store-section p,
.intro-text {
  margin: 0;
  color: #333;
  font-size: 0.25rem;
  line-height: 1.75;
}
.rating-grid {
  display: grid;
  grid-template-columns: 1.65rem 1fr;
  gap: 0.28rem;
  align-items: start;
}
.rating-score strong {
  display: block;
  color: #55565b;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 0.98;
}
.rating-score span {
  color: #999;
  font-size: 0.2rem;
}
.rating-bars div {
  display: grid;
  grid-template-columns: 0.7rem 1fr;
  gap: 0.12rem;
  align-items: center;
  margin-bottom: 0.08rem;
}
.rating-bars span {
  color: #777;
  font-size: 0.16rem;
  text-align: right;
  white-space: nowrap;
}
.rating-bars i {
  display: block;
  height: 0.06rem;
  overflow: hidden;
  border-radius: 1rem;
  background: #e4e4e4;
}
.rating-bars b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #555;
}
.rating-bars p {
  margin: 0.1rem 0 0;
  color: #999;
  font-size: 0.2rem;
  text-align: right;
}
.review-card {
  margin-top: 0.28rem;
  padding: 0.24rem;
  border-radius: 0.08rem;
  background: #fafafa;
}
.review-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.16rem;
}
.review-card strong {
  color: #2a2a2a;
  font-size: 0.24rem;
}
.review-card span {
  color: #777;
  font-size: 0.2rem;
}
.review-card em {
  display: block;
  margin: 0.1rem 0;
  color: #f5b300;
  font-size: 0.22rem;
  font-style: normal;
}
.review-card p {
  margin: 0;
  color: #444;
  font-size: 0.24rem;
  line-height: 1.6;
}
.appInfo {
  width: 100%;
  padding: 0.42rem 0;
}
.appInfo .box ul li {
  padding: 0.2rem 0;
  border-bottom: 1px solid #eeeeee;
}
.appInfo .box ul li span {
  color: #999;
  font-size: 0.22rem;
}
.appInfo .box ul li p {
  color: #444;
  font-size: 0.22rem;
}
.footer {
  padding: 0.28rem 0.36rem 0.64rem;
  box-sizing: border-box;
  background: #f5f5f5;
  color: #999;
}
.footer p {
  font-size: 0.22rem;
  line-height: 1.55;
}
.footer p.p2 {
  text-indent: 0;
}
.pc-qrcode {
  padding: 0.34rem 0;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.pc-qrcode p {
  margin-top: 0.18rem;
  color: #555;
  font-size: 0.24rem;
}
@media (min-width: 751px) {
  body {
    background: #f3f4f6;
  }
  .mobile-wrap {
    box-shadow: 0 0.18rem 0.7rem rgba(0,0,0,0.08);
  }
}

/* ywmb3 app-store replica tuning */
body {
  background: #fff !important;
}
.mobile-wrap {
  max-width: 750px;
}
main {
  padding: 0.5rem 0.42rem 0;
}
.store-hero {
  gap: 0.34rem;
  padding: 0 0 0.38rem;
  border-bottom-color: #eeeeee;
}
.store-icon {
  width: 1.86rem;
  height: 1.86rem;
  flex-basis: 1.86rem;
  border-radius: 0.28rem;
  box-shadow: none;
}
.store-heading h1 {
  margin: 0.13rem 0 0.26rem;
  font-size: 0.45rem;
  line-height: 1.1;
  font-weight: 700;
}
.store-heading .installBox .down {
  min-width: 1.42rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 0.08rem;
  background: #1884e8;
  font-size: 0.25rem;
  font-weight: 500;
  padding: 0 0.16rem;
}
.down-icon {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.08rem;
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 50%;
  line-height: 0.23rem;
  text-align: center;
  font-size: 0.18rem;
  vertical-align: 0.02rem;
}
.store-stats {
  padding: 0.36rem 0 0.34rem;
  border-bottom-color: #eeeeee;
}
.store-stats span {
  color: #9a9a9f;
  font-size: 0.22rem;
}
.store-stats strong {
  color: #7a7a80;
  font-size: 0.34rem;
  font-weight: 600;
}
.store-stats em {
  color: #999;
  font-size: 0.2rem;
  letter-spacing: 0.02rem;
}
.store-section,
.rating-section {
  padding: 0.42rem 0;
  border-bottom-color: #eeeeee;
}
.store-section h2,
.rating-section h2 {
  margin-bottom: 0.3rem;
  color: #222;
  font-size: 0.36rem;
  font-weight: 700;
}
.intro-text,
.store-section p {
  color: #303033;
  font-size: 0.255rem;
  line-height: 1.65;
}
.rating-grid {
  grid-template-columns: 1.95rem 1fr;
  gap: 0.2rem;
}
.rating-score strong {
  color: #55565d;
  font-size: 1.08rem;
  line-height: 0.9;
}
.rating-score span {
  display: block;
  margin-top: 0.24rem;
  color: #888;
  font-size: 0.22rem;
  text-align: center;
}
.rating-bars {
  padding-top: 0.04rem;
}
.rating-bars div {
  grid-template-columns: 0.74rem 1fr;
  gap: 0.16rem;
  margin-bottom: 0.09rem;
}
.rating-bars span {
  color: #7e7e83;
  font-size: 0.16rem;
  letter-spacing: 0.01rem;
}
.rating-bars i {
  height: 0.06rem;
  background: #e8e8e8;
}
.rating-bars b {
  background: #56565b;
}
.rating-bars p {
  margin-top: 0.25rem;
  color: #8e8e93;
  font-size: 0.22rem;
}
.review-card {
  position: relative;
  margin-top: 0.28rem;
  padding: 0.25rem 0.3rem 0.28rem;
  border-radius: 0.05rem;
  background: #fafafa;
}
.review-card strong {
  font-size: 0.25rem;
}
.review-card span,
.review-card small {
  color: #8f8f94;
  font-size: 0.2rem;
}
.review-card em {
  color: #f6b51d;
  font-size: 0.25rem;
  letter-spacing: 0.02rem;
}
.review-card small {
  position: absolute;
  top: 0.82rem;
  right: 0.3rem;
}
.review-card p {
  padding-top: 0.1rem;
  color: #333;
  font-size: 0.245rem;
  line-height: 1.58;
}
.appInfo.store-section {
  padding-bottom: 0.22rem;
}
.appInfo .box ul li {
  min-height: 0.68rem;
  padding: 0.14rem 0;
}
.appInfo .box ul li span,
.appInfo .box ul li p {
  font-size: 0.22rem;
  line-height: 0.4rem;
}
.appInfo .box ul li span {
  color: #9c9ca1;
}
.appInfo .box ul li p {
  color: #333;
}
.footer {
  margin-top: 0;
  padding: 0.28rem 0.42rem 0.82rem;
  background: #f5f5f5;
}
.footer p {
  color: #8f8f94;
  font-size: 0.23rem;
}
.footer p.p2 {
  font-size: 0.22rem !important;
}

/*# sourceMappingURL=style.css.map */
