@charset "utf-8";

html {
    -webkit-text-size-adjust: none;
    font-size: 100px;
    -webkit-user-select: none;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    color: #333;
}

div,
img,
p,
h1,
h2,
h3,
input,
select,
button,
table,
th,
td,
form,
ul,
ol,
li,
em,
strong,
a,
span,
i {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
}

select {
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

input {
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: normal;
    -webkit-appearance: none;
}

input[type=button],
input[type=submit] {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #999;
}

input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
}

textarea {
    resize: none;
    border: 0
}

button {
    background-color: transparent;
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
del,
caption,
th,
td,
strong,
em,
i {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}

del,
ins {
    text-decoration: none;
}

q::before,
q::after {
    content: '';
}

a {
    text-decoration: none;
    color: #1d1d1f;
}

a:active {
    outline: 0;
}

img {
    display: block;
    -webkit-touch-callout: none;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}

.header {
    align-items: center;
    display: flex;
    width: 100%;
    height: 56px;
}

.header_logo {
    margin: 0 16px;
    height: 40px;
}

section {
    margin: 0 auto;
    max-width: 750px;
}

.section {
    margin: 20px auto 0;
    width: calc(100% - 48px);
    max-width: 750px;
}

.section h2 {
    margin-bottom: 17px;
    flex-shrink: 1;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #1d1d1f;
}

.app-header {
    display: flex;
    margin: 40px auto 0;
    width: calc(100% - 48px);
}

.app-header img {
    width: 72px;
    border-radius: 22.5%;
    transition: all .35s;
}

.app-icon {
    align-items: center;
    display: flex;
    height: 74px;
    justify-content: center;
    margin-right: 22px;
    position: relative;
    width: 74px;
}

.app-icon-loading {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 5;
    background: red;
}

.app-icon-loading svg {
    animation: loading-rotate 2s linear infinite;
    color: #028760;
    display: block;
    height: 100%;
    width: 100%;
}

.app-icon-loading svg circle {
    stroke: currentColor;
    stroke-width: 2px;
    stroke-linecap: round;
    animation: loading-circular 1.5s ease-in-out 10;
}

@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
    }
}

.app-loading img {
    width: 30px;
}

.app-loading .app-icon-loading {
    visibility: visible;
    opacity: 1;
}

.app-header h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.app-header .subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #01875f;
}

.app-header .loading-num {
    display: none;
    font-size: 14px;
    line-height: 24px;
    color: #01875f;
}

.app-header .bd {
    flex: 1;
    position: relative;
}

.apptip {
    margin: 16px 0 24px;
    padding: 12px 0;
    align-items: center;
    display: flex;
    border: none;
}

.apptip .tips {
    position: relative;
    flex: 1;
    text-align: center;
}

.apptip .tips:not(:first-child)::before {
    background-color: rgb(232, 234, 237);
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px;
}

.apptip .tips b {
    display: block;
    color: #202124;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
}

.apptip .tips p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #5f6368;
}

#installBoss{
    margin: 0 auto;
    width:calc(100% - 48px) ;
    height: 100%;
    overflow: hidden;
}
.installBox1{
    width: 100%;
    height:40px;
    overflow: hidden;
}
#InstallPwa{
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
    background-color: #01875f;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

#InstallPwa::before {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;  /* 从按钮外侧开始 */
    width: 60%;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 100%
    );
    transform: skewX(-20deg);  /* 有点倾斜像闪电 */
    animation: shine 2s infinite;
    pointer-events: none;
  }
  
  @keyframes shine {
    0% {
      left: -60%;
    }
    50% {
      left: 100%;
    }
    100% {
      left: 100%;
    }
  }
.installBox2{
    width: 100%;
    height: 35px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.installAPK{
    width: 30%;
    height: 100%;
    color: #01875f;
    border-radius: 8px;
    border: 1px solid #dadce0;
}
.installPlayapp{
    width: 60%;
    height: 100%;
    background-color: #01875f;
    color: #fff;
    border-radius: 8px;
}


.share-row {
    flex-wrap: wrap;
    margin: 10px auto 0;
    padding-bottom: 20px;
    width: calc(100% - 48px);
    display: flex;
    align-items: center;
    gap: 8px;
}

.share-row .item {
    flex: 1;
    padding: 6px 8px;
    min-width: 64px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f;
}

.share-row .item:first-child {
    max-width: 136px;
}

.share-row .item .item-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.share-row .item span {
    font-weight: 500;
}

.device-tips {
    display: flex;
    margin-top: 10px;
    padding: 4px 0;
    color: #5f6368;
    line-height: 1.2;
    font-weight: normal;
}

.device-tips img {
    height: 20px;
    margin-right: 12px;
    width: 20px;
}

.banner ul {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

.banner li {
    margin-right: 12px;
    flex-shrink: 0;
    scroll-snap-align: start;
    height: 100%;
}

.banner li:last-child {
    margin-right: 0;
}

.banner li img {
    cursor: pointer;
    height: 210px;
    min-width: 92px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 8px;
}

.description .bd {
    color: #5f6368;
    line-height: 1.5;
}

.apply-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
    margin-bottom: 4px;
    margin-top: 28px;
}

.apply-tags span {
    color: #5f6368;
    border: 1px solid #dadce0;
    padding: 0 15px 0 15px;
    height: 32px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 16px;
    font-weight: 500;
}

.rating-content {
    color: #01875f;
}

.rating-content span {
    display: inline-block;
    position: relative;
    font-size: 12px;
}

.rating-content[data-rating="0.5"] span:nth-child(n+1),
.rating-content[data-rating="1.5"] span:nth-child(n+2),
.rating-content[data-rating="2.5"] span:nth-child(n+3),
.rating-content[data-rating="3.5"] span:nth-child(n+4),
.rating-content[data-rating="4.5"] span:last-child {
    color: #FFF;
}

.rating-content[data-rating="0.5"] span:nth-child(n+1):before,
.rating-content[data-rating="1.5"] span:nth-child(n+2):before,
.rating-content[data-rating="2.5"] span:nth-child(n+3):before,
.rating-content[data-rating="3.5"] span:nth-child(n+4):before,
.rating-content[data-rating="4.5"] span:last-child:before {
    content: "\2605";
    display: block;
    position: absolute;
    width: 50%;
    pointer-events: none;
    overflow: hidden;
    color: #01875f;
}

.rating-content[data-rating="0.5"] span:nth-child(n+2),
.rating-content[data-rating="1.0"] span:nth-child(n+2),
.rating-content[data-rating="1.5"] span:nth-child(n+3),
.rating-content[data-rating="2.0"] span:nth-child(n+3),
.rating-content[data-rating="2.5"] span:nth-child(n+4),
.rating-content[data-rating="3.0"] span:nth-child(n+4),
.rating-content[data-rating="3.5"] span:nth-child(n+5),
.rating-content[data-rating="4.0"] span:nth-child(n+5) {
    display: none;
}

.customer-ratings {
    margin: 0 18px;
    display: flex;
    padding-bottom: 15px;
}

.customer-ratings .stats {
    width: 107px;
    margin-right: 10px;
    color: #636366;
    font-size: 13px;
    line-height: 1.38462;
    font-weight: 600;
}

.customer-ratings .stats b {
    display: block;
    line-height: 64px;
    font-size: 56px;
    font-weight: 400;
    color: #202124;
}

.customer-ratings .stats p {
    color: #5f6368;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px;
}

.stats-bd {
    flex: 1;
}

.star-bar {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
}

.star-bar .graph-stars {
    padding-right: 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #5f6368;
}

.star-bar .star-bar-graph {
    overflow: hidden;
    height: 10px;
    border-radius: 9999px;
    background-color: #e8eaed;
}

.star-bar .star-bar-graph .foreground-bar {
    height: 100%;
    border-radius: inherit;
    background-color: #01875f;
}

.comments .subtitle {
    padding-bottom: 20px;
    color: #5f6368;
    font-size: 12px;
}

.comments .item {
    padding: 16px 0;
}

.comments .item .avatar {
    align-items: center;
    display: grid;
    align-items: center;
    grid-column-gap: 16px;
    grid-template-columns: repeat(2, max-content);
    color: #202124;
}

.comments .avatar img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background-size: cover;
}

.comments-item .rating-content {
    font-size: 10px;
}

.comments-item .time {
    margin-top: 16px;
    display: flex;
}

.comments-item .time>span {
    font-size: 12px;
    color: #5f6368;
}

.comments-item .bd {
    margin-top: 8px;
    font-size: 12px;
    color: #5f6368;
}

.footer {
    margin: 0 auto;
    max-width: 750px;
    padding: 30px 22px;
    font-size: 12px;
    color: #6e6e73;
}

.footer b {
    font-size: 14px;
}

.footer p {
    font-size: 12px;
    padding-top: 20px;
}

.footer .i18n {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: 1fr;
    column-gap: 12px;
}

.footer .i18n span {
    color: #5f6368;
    font-size: 12px;
}

.footer .i18n img {
    align-self: center;
    width: 24px;
    height: 18px;
}

.loading {
    z-index: 1001;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.loading .bd {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 30px 50px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.loading .mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}

.loading .rotate {
    animation: loadingCircle 1s infinite linear;
}

@keyframes loadingCircle {
    100% {
        transform: rotate(-360deg);
    }
}

.modal {
    position: relative;
}

.modal.show .mask {
    animation-name: rb-fade-in;
}

.modal .mask {
    animation: .5s forwards ease-in;
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}

@keyframes rb-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

.modal.show .modal-dialog {
    animation-name: rb-fade-in;
}

.modal-dialog {
    animation: .5s forwards ease-in;
    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: 1001;
}

.modal-header {
    display: flex;
    margin-bottom: 20px;
}

.modal-header svg {
    margin-right: 8px;
    height: 40px;
    width: 40px;
}

.modal-header span {
    color: #666;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
}

.modal-main {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.modal-main .install-loading {
    width: 100%;
    height: 100px;
    align-items: center;
    color: #028760;
    justify-content: center;
    position: relative;
}

.modal-main .install-loading svg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal-main .install-loading svg circle {
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    animation: loading-circular 1.5s ease-in-out infinite;
}

.modal-main .install-loading span {
    display: block;
    text-align: center;
    line-height: 100px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

@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
    }
}

.modal-install-btn {
    margin-top: 20px;
    display: none;
    align-items: center;
    background: #028760;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    width: 100%;
}