* {
  padding: 0;
  margin: 0;
  font-weight: normal;
  box-sizing: border-box;
}

@keyframes qlj-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes qlj-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loading-rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
.container {
  width: 100%;
  max-width: 400px;
  padding: 40px 24px;
  margin: 0 auto;
}
.container .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.container .menu img {
  width: 25px;
  height: auto;
}
.container .header {
  width: 92%;
  margin: 0 auto;
}
.container .header .title-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 23px;
}
.container .header .title-block img {
  width: 30%;
  height: auto;
  display: block;
  margin-right: 7.6%;
}
.container .header .title-block h1 {
  margin-bottom: 5px;
  font-size: 27px;
}
.container .header .title-block h2 {
  color: #4468b9;
  font-size: 20px;
}
.container .header .title-block h3 {
  color: #6a6a6a;
  font-size: 10px;
}
.container .header .desc-block {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.container .header .desc-block .block {
  text-align: center;
  width: 20%;
}
.container .header .desc-block .block .item1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 11px;
}
.container .header .desc-block .block .item1 div {
  font-weight: 900;
}
.container .header .desc-block .block .item1 img {
  width: 18%;
  height: auto;
  margin-left: 5px;
}
.container .header .desc-block .block .item2 {
  color: #6a6a6a;
  font-size: 10px;
  white-space: nowrap;
}
.container .header .desc2 {
  margin-bottom: 10px;
  font-size: 14px;
}
.container .download-btn {
  background-color: #0957cf;
  color: white;
  font-size: 20px;
  text-align: center;
  border-radius: 27px;
  padding: 10px 0;
  margin-bottom: 17px;
  display: block;
  text-decoration: none;
}
.container .download-btn.inactive {
  opacity: 0.5;
}
.container .download-btn .tip {
  font-size: 8px;
}
.container .slider-block {
  overflow-x: auto;
  white-space: nowrap;
  margin-right: -24px;
  margin: 0 -24px 36px -24px;
}
.container .slider-block img {
  display: inline-block;
  width: auto;
  height: 82vw;
}
.container .slider-block img:first-child {
  margin-left: 24px;
}
.container .slider-block img + img {
  margin-left: 12px;
}
.container .intro-block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  margin-bottom: 15px;
}
.container .intro-block .title div {
  font-weight: 900;
}
.container .intro-block .title img {
  width: 6%;
  height: auto;
}
.container .intro-block .desc {
  font-size: 15px;
  line-height: 1.3;
}
.container .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 71px 0 31px;
}
.container .list .item {
  padding: 5px;
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 17px;
  text-align: center;
}
.container .list .item:first-child {
  width: 70%;
}
.container .list .item:last-child {
  width: 30%;
  margin-left: 8px;
}
.container .notice-block {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 20px 15px;
  font-size: 15px;
  margin: 23px 0 52px;
}
.container .notice-block .item {
  display: flex;
  align-items: flex-start;
}
.container .notice-block .item img {
  width: 10%;
  height: auto;
  margin-right: 10px;
}
.container .notice-block .item .sub-desc {
  font-size: 10px;
}
.container .notice-block .item + .item {
  margin-top: 20px;
}
.container .rate-block {
  margin: 20px 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .rate-block .rate .num {
  font-size: 44px;
  color: black;
  font-weight: 900;
}
.container .rate-block .rate .star-container img {
  width: 11px;
  height: auto;
}
.container .rate-block .rate .sum {
  color: #6a6a6a;
  font-size: 12px;
}
.container .rate-block .chart {
  width: 70%;
  margin-left: 8%;
}
.container .rate-block .chart .bar-container {
  display: flex;
  align-items: center;
  color: #6a6a6a;
  font-size: 12px;
}
.container .rate-block .chart .bar-container:nth-child(1) .bar::before {
  width: 85%;
}
.container .rate-block .chart .bar-container:nth-child(2) .bar::before {
  width: 8%;
}
.container .rate-block .chart .bar-container:nth-child(3) .bar::before {
  width: 4%;
}
.container .rate-block .chart .bar-container:nth-child(4) .bar::before {
  width: 0%;
}
.container .rate-block .chart .bar-container:nth-child(5) .bar::before {
  width: 4%;
}
.container .rate-block .chart .bar-container .bar {
  background-color: #e3e3e3;
  border-radius: 6px;
  width: 100%;
  height: 11px;
  margin-left: 15px;
}
.container .rate-block .chart .bar-container .bar::before {
  content: "";
  background-color: #0957d0;
  display: block;
  height: 100%;
  border-radius: 10px;
}
.container .comment-block .comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.container .comment-block .comment-header .avatar-block {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.container .comment-block .comment-header .avatar-block img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .comment-block .comment-header .info-header .info-container {
  display: flex;
  align-items: center;
  color: #6a6a6a;
  font-size: 12px;
  margin-top: 3px;
}
.container .comment-block .comment-header .info-header .info-container img {
  width: 11px;
  height: auto;
  margin-right: 3px;
}
.container .comment-block p {
  font-size: 15px;
  margin-bottom: 8px;
}
.container .comment-block .helpful1 {
  margin-bottom: 25px;
  color: #626262;
  font-size: 13px;
}
.container .comment-block .helpful2 {
  color: #626262;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .comment-block .helpful2 .btn-group {
  display: flex;
  align-items: center;
}
.container .comment-block .helpful2 .btn-group .btn {
  border: 1px solid #707070;
  border-radius: 10px;
  width: 46px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.container .comment-block .helpful2 .btn-group .btn + .btn {
  margin-left: 13px;
}
.container .comment-block + .comment-block {
  margin-top: 25px;
}

#store-layer {
  display: block !important;
}
#store-layer .store-mask {
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
#store-layer .store-mask p {
  display: none;
  font-size: 0;
}
#store-layer .store-toast {
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  background-color: rgba(0, 0, 0, 0.7019607843);
  border-radius: 4px;
  left: 50%;
  line-height: 36px;
  max-width: 90%;
  min-width: 48px;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  white-space: pre;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1000;
}
#store-layer .store-toast span {
  color: #fff;
  font-size: 16px;
}
#store-layer .store-loading {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7019607843);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  max-height: 100%;
  max-width: 70%;
  min-height: 100px;
  opacity: 0;
  overflow: hidden;
  padding: 16px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  visibility: hidden;
  white-space: pre-wrap;
  width: 100px;
  z-index: 1005;
}
#store-layer .store-loading .store-loading__icon {
  animation: loading-rotate 2s linear infinite;
  display: flex;
  height: 30px;
  margin-bottom: 8px;
  width: 30px;
}
#store-layer .store-loading .store-loading__icon svg {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}
#store-layer .store-loading .store-loading__icon svg circle {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  animation: loading-circular 1.5s ease-in-out infinite;
}
#store-layer .store-loading .store-loading__text {
  min-height: 0;
  min-width: 100px;
  padding: 8px 12px;
  width: -moz-fit-content;
  width: fit-content;
}

#store-layer img {
  max-height: none;
  max-width: none;
}
#store-layer .store-mask-show {
  animation-name: qlj-fade-in;
}
#store-layer .store-mask-hide {
  animation-name: qlj-fade-out;
}
#store-layer .store-loading--show {
  opacity: 1;
  visibility: visible;
}
#store-layer .animation-dialog {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  opacity: 0;
  visibility: hidden;
}
#store-layer .animation-dialog.dialog-visible {
  animation-name: qlj-fade-in;
}
#store-layer .animation-dialog.dialog-hidden {
  animation-duration: 0.15s;
  animation-name: qlj-fade-out;
}
#store-layer .store-install-now-dialog {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 32px 24px 24px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 325px;
  z-index: 1000;
}
#store-layer .store-install-now-dialog .install-now__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 37px;
}
#store-layer .store-install-now-dialog .install-now__header-title {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
}
#store-layer .store-install-now-dialog .install-now__header-title img {
  margin-right: 7px;
  width: 28px;
}
#store-layer .store-install-now-dialog .install-now__header-title span {
  color: #666;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 33px;
}
#store-layer .store-install-now-dialog .install-now__header-msg {
  align-items: center;
  border: 1px solid #747475;
  border-radius: 3px;
  color: #666;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  height: 25px;
  padding: 0 10px;
}
#store-layer .store-install-now-dialog .install-now__main {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 108px;
  justify-content: center;
  width: 100%;
}
#store-layer .store-install-now-dialog .install-now__loading {
  align-items: center;
  color: #0957cf;
  height: 100px;
  justify-content: center;
  position: relative;
  width: 100px;
}
#store-layer .store-install-now-dialog .install-now__loading svg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#store-layer .store-install-now-dialog .install-now__loading svg circle {
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  animation: loading-circular 1.5s ease-in-out infinite;
}
#store-layer .store-install-now-dialog .install-now__loading span {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#store-layer .store-install-now-dialog .install-now__actived {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#store-layer .store-install-now-dialog .install-now__actived-tag {
  align-items: center;
  background: rgba(2, 135, 96, 0.1019607843);
  border: 1px solid #0957cf;
  border-radius: 14px;
  display: flex;
  height: 28px;
  justify-content: center;
  margin-bottom: 34px;
  padding: 0 11px;
}
#store-layer .store-install-now-dialog .install-now__actived-tag img {
  margin-right: 5px;
  width: 15px;
}
#store-layer .store-install-now-dialog .install-now__actived-tag span {
  color: #0957cf;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
#store-layer .store-install-now-dialog .install-now__actived-btn {
  align-items: center;
  background: #0957cf;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  width: 100%;
}/*# sourceMappingURL=style1.css.map */