@font-face {
    font-family: 'Google San';
    src: url('./fontFamily/myFont1.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyFonts2';
    src: url('./fontFamily/myFont2.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyFonts3';
    src: url('./fontFamily/myFont3.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyFonts4';
    src: url('./fontFamily/myFont4.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyFonts5';
    src: url('./fontFamily/myFont5.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #fff;
}

a {
    text-decoration: none
}

.appStoreHeader {
    background-color: #fff;
    position: fixed;
    top: 0;
    transition: box-shadow .2s ease-in-out;
    width: 100%;
    z-index: 3;
    height: 56px;


}

.googleLogo {
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-family: "Google San", Roboto, Arial, sans-serif;
    line-height: 1.75rem;
    font-size: 1.375rem;
    letter-spacing: 0;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 16px;
    white-space: nowrap;
    z-index: 1;
}

.googleSvg {
    margin-right: 8px;
    height: 40px;
    width: 40px;
}

.googleSvg span {
    color: #5f6368;
}

.appStoreBox {
    margin: 56px auto;
    min-height: 56px;
    position: relative;
    width: calc(100% - 48px);
}

.logoBox {
    padding-top: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;

}

.logoBox>.logoImg {
    border-radius: 30%;
    overflow: hidden;
    width: 120px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.logoBox .title {
    unicode-bidi: plaintext;
    font-family: "Google San", Roboto, Arial, sans-serif;
    color: '#202124';
    font-size: 24px;

}

.logoBox .text {
    margin-top: 6px;
    color: #01875f;
    font-family: "Google San";
}

.logoBox .ads {
    margin-top: 2px;
    color: #5f6368;
    font-size: 12px;
    font-family: "MyFonts5";

}

.boxFlex {
    margin: 16px 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 0;
    width: 100%;
    overflow: scroll;
    /* 隐藏滚动条样式 */
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.boxFlex ::-webkit-scrollbar {
    display: none;
}

.boxFlex .boxInner {
    min-width: 100px;
    position: relative;
    text-align: center;
    border-right: 1px solid #dbdbdb;

}

.boxFlex .boxInner:last-child {
    border-right: none;
}

.boxFlex .boxInner:first-child {
    padding-right: 0;

}

.boxFlex .boxInner .boxTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202124;
    margin-bottom: 6px;
    font-size: 13px;
    font-family: "Google San", Roboto, Arial, sans-serif;
}

.boxFlex .boxInner .boxText {
    color: #5f6368;
    white-space: nowrap;
    font-size: 12px;
    font-family: "MyFonts5", Roboto, Arial, sans-serif;
}

.installBtn {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 8px;
    background: #01875f;
    color: #fff;
    font-family: "MyFonts5", Roboto, Arial, sans-serif;

}

.installGuide {
    text-align: center;
    text-decoration: underline;
    color: #5f6368;
    font-family: "MyFonts5", Roboto, Arial, sans-serif;
    cursor: pointer;
    margin-top: 10px;
}

.shareBox {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.shareBox>div {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "MyFonts5";

}

.shareBox .share {
    color: #01875f;

}

.shareBox .wishlist {
    color: #3c404361;

}

.devices {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #5f6368;
    font-family: "MyFonts5", Roboto, Arial, sans-serif;

}

.appImgList {
    margin-top: 60px;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    align-items: flex-start;
    gap: 12px;
    /* 隐藏滚动条样式 */
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.appImgList ::-webkit-scrollbar {
    display: none;
}

.appImgList>div>img {
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    border-radius: 8px;
    cursor: pointer;
    height: 204px;
    min-width: 92px;
}

.aboutApp,
.safetyBox,
.appSupport,
.moreApp {
    padding-top: 20px;

}



.aboutApp .titleFlex,
.safetyBox .titleFlex,
.appSupport .titleFlex,
.moreApp .titleFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;


}


.titleFlex .title {
    color: #202124;
    font-size: 18px;
    font-weight: 600;
    font-family: "MyFonts5", sans-serif;
}


.appSupport .hidden{
    display: none;
}
.aboutText>p {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #5f6368;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aboutText>p>span {
    font-weight: 600;
    color: #202124;
}

.aboutApp .aboutBtn {
    color: #5f6368;
    font-family: "Google San", Roboto, Arial, sans-serif;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #dadce0;
    border-radius: 16px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
}

.safetyBox .safetyContent {
    margin-top: 30px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 20px;
    color: #5f6368;


}

.safetyBox .safetyContent .safetyFlex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.safetyBox .safetyContent .safetyFlex>img {
    width: 20px;
}

.safetyBox .safetyContent .safetyFlex .safetyTit {
    font-size: 14px;
}

.safetyBox .safetyContent .safetyFlex .safetyText {
    margin-top: 4px;
    font-size: 12px;
}

.safetyBox .safetyContent .safetyFlex .safetyText>span {
    text-decoration: underline;
}

.safetyBox .safetyContent .seeDetails {
    color: #01875f;
    font-size: 14px;
}

.safetyBox .textFlex {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rateBox {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.rateBox .numberBox {
    width: 30%;
    text-align: center;
}

.rateBox .numberBox .rateNumber {
    color: #202124;
    font-size: 3.5rem;
    font-family: "Google San Display", Roboto, Arial, sans-serif;
}
.rate{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.rateBox .numberBox .rateReviews {
    color: #5f6368;
    margin-top: 10px;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-family: Roboto, Arial, sans-serif;
}

.rateBox .progressBox {
    display: flex;
    align-items: center;
    gap: 16px;
}

.progress {
    background-color: rgb(232, 234, 237);
    height: 10px;
    flex: 1;
    overflow: hidden;
    border-radius: 10px;
}

.progressInner1,
.progressInner2,
.progressInner3,
.progressInner4,
.progressInner5 {
    height: 100%;
    background: #01875f;
    border-radius: 10px;

}

.progressInner1 {
    width: 70%;
}

.progressInner2 {
    width: 80%;
}

.progressInner3 {
    width: 60%;
}

.progressInner4 {
    width: 40%;
}

.progressInner5 {
    width: 10%;
}



.commentList {
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    gap: 36px;

}


.commentList .commentItem .avatarBox {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #202124;
}

.commentList .commentItem .avatarBox>img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    overflow: hidden;
    background-size: cover;
}

.commentList .commentItem .dateBox {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5f6368;
    font-size: 12px;
}

.commentList .commentItem .commentContent {
    color: #5f6368;
    margin-top: 8px;
    font-size: .875rem;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
}

.commentList .commentItem .helpful {
    margin-top: 16px;
    color: #5f6368;
    font-family: Roboto, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem;
}

.commentList .seeAll {
    color: #01875f;
    margin-bottom: 16px;
}

.supportContent .supportFlex {
    margin-bottom: 10px;
}

.supportContent .supportFlex>div {
    gap: 16px;
    padding: 12px 0;
    display: flex;
    align-items: flex-start;
}

.supportContent .supportFlex>div>div {
    color: #202124;
    font-size: 15px;
    font-family: "Google San", Roboto, Arial, sans-serif;
    cursor: pointer;
}

.supportContent .supportFlex>div .emailText {
    color: #5f6368;
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.supportContent .aboutDev {
    color: #202124;
    font-family: "Google San", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    margin-bottom: 10px;
}

.supportContent .devText {
    color: #5f6368;
}

.supportContent .devText>div {
    line-height: 1.8;
}

.appBottom {
    padding-top: 36px;
    border-top: 1px solid #e8eaed;
    font-family: "Google San", Helvetica, Arial, sans-serif;
    color: #5f6368;
}

.appBottom .title {
    font-weight: 600;
    font-size: 14px;
}

.appBottom .text {
    font-weight: 400;
    font-size: 13px;
}

.appBottom .bottomFlex {
    color: #5f6368;
    margin-top: 52px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
    font-size: 13px;
}

.appBottom .bottomFlex .indiaFlex {
    display: flex;
    align-items: center;
    gap: 12px;


}

.appBottom .bottomFlex .indiaFlex>img {
    width: 24px;

}