h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

li {
    list-style: none
}

@keyframes shiny-btn-anim-7ad0945a {
    0% {
        opacity: 0;
        transform: scale(0) rotate(45deg)
    }
    80% {
        opacity: .5;
        transform: scale(0) rotate(45deg)
    }
    81% {
        opacity: 1;
        transform: scale(4) rotate(45deg)
    }
    to {
        opacity: 0;
        transform: scale(50) rotate(45deg)
    }
}

.template-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    transition: box-shadow .2s ease-in-out
}

.template-head .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px;
    padding: 0 24px;
    box-sizing: border-box
}

.template-head .box .l a {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #5f6368;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    gap: 8px;
    white-space: nowrap
}

.template-head .box .l svg {
    width: 40px;
    height: 40px
}

.template-head .box .l h1 {
    font-size: 22px;
    font-weight: 400
}

.template-head .box .r {
    display: flex;
    align-items: center
}

.template-head .box .r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 100%;
    transition: background .2s ease-in-out
}

.template-bd {
    padding-bottom: 56px
}

.template-bd .main-up {
    display: flex;
    padding-top: 35px;
    align-items: center;
    margin: 24px 24px 0
}

.template-bd .main-up .logo {
    position: relative;
    width: 72px;
    height: 72px;
    margin-right: 16px;
    border-radius: 20%
}

.template-bd .main-up .logo img {
    border-radius: 20%;
    box-shadow: 0 1px 2px #3c40434d, 0 1px 3px 1px #3c404326;
    display: block;
    width: 100%;
    min-width: 62px
}

.template-bd .main-up .infos h1 {
    color: #202124;
    font-size: 24px;
    line-height: 20px
}

.template-bd .main-up .infos h2 {
    margin-top: 5px;
    color: #01875f;
    font-size: 16px
}

.template-bd .main-up .infos p {
    color: #5f6368;
    font-size: 12px
}

.template-bd .information-list {
    display: flex;
    align-items: center;
    margin: 24px 24px 0
}

.template-bd .information-list li {
    position: relative;
    flex: 1;
    text-align: center
}

.template-bd .information-list li strong {
    font-size: 14px;
    display: block;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #202124
}

.template-bd .information-list li img {
    width: 12px
}

.template-bd .information-list li img.large {
    width: 28px
}

.template-bd .information-list li p {
    font-size: 12px;
    color: #5f6368;
    line-height: 1.35rem
}

.template-bd .information-list li:before {
    background-color: #e8eaed;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px
}

.template-bd .information-list li:first-of-type:before {
    display: none
}

.template-bd .google-share-btns {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01875f;
    gap: 20px
}

.template-bd .google-share-btns li {
    display: flex;
    align-items: center;
    gap: 8px
}

.template-bd .google-share-btns li svg {
    color: #01875f
}

.template-bd .btn-box,
.progress-box {
    margin: 24px 24px 0;
    position: relative;
    overflow: hidden
}

.progress-box {
    display: none;
    border: 1px solid #01875f;
    color: #9acd32;
    border-radius: 8px;
    text-align: center;
    height: 35px;
    line-height: 35px
}

.progress-box #filldiv {
    height: 100%;
    background-color: #01875f;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.progress-box .progress-text {
    position: absolute;
    text-align: center;
    z-index: 2;
    color: #fff
}

.template-bd .shiny:after {
    animation: shiny-btn-anim-7ad0945a 4s ease-in-out infinite;
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: -180px;
    width: 30px
}

.template-bd .btn {
    width: 100%;
    padding: 10px 8px;
    background: #01875f;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    border: none
}

.template-bd .banner-imgs-box {
    margin: 70px 24px 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: flex-start
}

.template-bd .banner-imgs-box .banner-imgs {
    display: flex;
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    height: 224px
}

.template-bd .banner-imgs-box .banner-imgs li {
    border-radius: 8px;
    height: 224px;
    margin-right: 11px;
    overflow: hidden
}

.template-bd .banner-imgs-box .banner-imgs li img {
    display: block;
    height: 100%
}

.template-bd .introduce {
    margin: 24px 24px 0;
    color: #202124;
    font-size: 14px
}

.template-bd .introduce h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #202124;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: normal
}

.template-bd .update-box {
    margin: 24px 24px 0
}

.template-bd .update-box h3 {
    font-weight: 700;
    color: #202124
}

.template-bd .update-box p {
    margin-top: 4px
}

.template-bd .data-safety-list {
    margin: 20px 24px;
    border: rgb(218, 220, 224) 1px solid;
    border-radius: 8px;
    padding: 20px
}

.template-bd .data-safety-list li {
    display: flex;
    align-items: flex-start
}

.data-safety-list li+li {
    margin-top: 20px
}

.template-bd .data-safety-list li img {
    margin-right: 20px
}

.template-bd .data-safety-list>p {
    margin-top: 20px;
    color: #01875f
}

.template-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border-top: 1px solid rgb(218, 220, 224)
}

.template-footer ul {
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: center
}

.template-footer li {
    flex: 1;
    text-align: center;
    overflow: hidden
}

.template-footer li a {
    color: #5f6368
}

.template-footer li p {
    width: 24px;
    height: 24px;
    margin: 0 auto 2px;
    overflow: hidden
}

#store-part-one {
    background-color: #141518;
    padding: 14px 22px 1px
}

#store-layer {
    display: block !important
}

#store-layer img {
    max-height: none;
    max-width: none
}

#store-layer .animation-dialog {
    animation-duration: .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: .15s;
    animation-name: qlj-fade-out
}

#store-layer .store-mask {
    animation-duration: .35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    background: #0009;
    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-mask-show {
    animation-name: qlj-fade-in
}

#store-layer .store-mask-hide {
    animation-name: qlj-fade-out
}

#store-layer .store-toast {
    animation-duration: .35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    background-color: #000000b3;
    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: fit-content;
    z-index: 1000
}

#store-layer .store-toast-show {
    animation-name: qlj-fade-in
}

#store-layer .store-toast-hide {
    animation-name: qlj-fade-out
}

#store-layer .store-toast span {
    color: #fff;
    font-size: 16px
}

#store-layer .store-loading {
    align-items: center;
    background-color: #000000b3;
    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 .2s;
    visibility: hidden;
    white-space: pre-wrap;
    width: 100px;
    z-index: 1005
}

#store-layer .store-loading--show {
    opacity: 1;
    visibility: visible
}

#store-layer .store-loading__text {
    min-height: 0;
    min-width: 100px;
    padding: 8px 12px;
    width: fit-content
}

#store-layer .store-loading__icon {
    animation: loading-rotate 2s linear infinite;
    display: flex;
    height: 30px;
    margin-bottom: 8px;
    width: 30px
}

#store-layer .store-loading__icon svg {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%
}

#store-layer .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-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[data-type=ACTIVED] .install-now__actived,
#store-layer .store-install-now-dialog[data-type=LOADING] .install-now__loading {
    display: flex
}

#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: #028760;
    display: none;
    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
}

#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: #0287601a;
    border: 1px solid #028760;
    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: #028760;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

#store-layer .store-install-now-dialog .install-now__actived-btn {
    align-items: center;
    background: #028760;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    width: 100%
}

#store-layer .store-install-dialog {
    background-color: #fff;
    border-radius: 18px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    width: 353px;
    z-index: 1000
}

#store-layer .store-install-dialog .install__title {
    color: #111;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 28px
}

#store-layer .store-install-dialog .install__main {
    align-items: center;
    display: flex;
    margin-bottom: 32px;
    width: 100%
}

#store-layer .store-install-dialog .install__main--icon {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 1px #00000029;
    height: 37px;
    margin-right: 12px;
    width: 37px
}

#store-layer .store-install-dialog .install__main--title {
    color: #111;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px
}

#store-layer .store-install-dialog .install__main--url {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px
}

#store-layer .store-install-dialog .install__foot {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    width: 100%
}

#store-layer .store-install-dialog .install__foot div {
    color: #3f80ed;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    width: 94px
}

@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
    }
}

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

body,
html {
    background-color: #fff
}

.container {
    padding: 0;
    width: 100%
}

.container.container--landing-page .install-btn__install,
.container:not(.container--landing-page)[data-type=INSTALL] .install-btn__ing,
.container:not(.container--landing-page)[data-type=LANDING_PAGE] .install-btn__install {
    display: flex
}

.container:not(.container--landing-page)[data-type=INSTALLING] .install-btn {
    opacity: .4
}

.container:not(.container--landing-page)[data-type=INSTALLING] .install-btn__ing {
    display: flex
}

.container:not(.container--landing-page)[data-type=INSTALLING] .header__icon--img {
    height: 34px;
    width: 34px
}

.container:not(.container--landing-page)[data-type=INSTALLING] .header__icon--loading {
    opacity: 1;
    visibility: visible
}

.container:not(.container--landing-page)[data-type=PLAY] .install-btn__play {
    display: flex
}

.container:not(.container--landing-page)[data-type=INSTALLING] .header__info-description,
.container:not(.container--landing-page)[data-type=PLAY] .header__info-description {
    display: none
}

.container:not(.container--landing-page)[data-type=INSTALLING] .header__info-progress,
.container:not(.container--landing-page)[data-type=PLAY] .header__info-progress {
    display: block
}

.header {
    margin-bottom: 28px
}

.header,
.header__icon {
    align-items: center;
    display: flex
}

.header__icon {
    height: 74px;
    justify-content: center;
    margin-right: 22px;
    position: relative;
    width: 74px
}

.header__icon--img {
    border-radius: 8px;
    display: block;
    height: 100%;
    overflow: hidden;
    transition: all .35s;
    width: 100%
}

.header__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
}

.header__icon--loading svg {
    animation: loading-rotate 2s linear infinite;
    color: #028760;
    display: block;
    height: 100%;
    width: 100%
}

.header__icon--loading svg circle {
    stroke: currentColor;
    stroke-width: 2px;
    stroke-linecap: round;
    animation: loading-circular 1.5s ease-in-out infinite
}

.header__info {
    flex: 1;
    overflow: hidden
}

.header__info-title {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 2px
}

.header__info-description {
    color: #00a173;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px
}

.header__info-progress {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 3px
}

.header__info-play {
    align-items: center;
    color: #9aa0a6;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    height: 14px
}

.header__info-play .ic_dun {
    margin-right: 4px;
    width: 10px
}

.info {
    display: flex;
    margin-bottom: 38px
}

.info__view {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px;
    position: relative
}

.info__view:before {
    background: #ebebeb;
    bottom: 0;
    content: "";
    height: 24px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 1px
}

.info__view:first-child:before {
    display: none
}

.info__view .ic_x {
    display: block;
    margin-left: 2px;
    width: 11px
}

.info__view-value {
    color: #eaeaed;
    font-size: 13px;
    line-height: 19px
}

.info__view-sui,
.info__view-value {
    align-items: center;
    display: flex;
    font-weight: 600;
    margin-bottom: 5px
}

.info__view-sui {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    height: 16px;
    justify-content: center;
    line-height: 14px;
    min-width: 17px;
    padding: 0 2px
}

.info__view-label {
    color: #9aa0a6;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

.install-btn {
    background: #028760;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.install-btn__view {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    line-height: 20px;
    width: 100%
}

.install-btn__ing,
.install-btn__view {
    align-items: center;
    display: none;
    justify-content: center
}

.install-btn__ing {
    flex-direction: column;
    padding: 8px
}

.install-btn__ing__rapid {
    align-items: center;
    color: #ffe336;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    line-height: 21px
}

.install-btn__ing__rapid img {
    display: block;
    margin-right: 4px;
    width: 12px
}

.install-btn__ing__countdown {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

.img-scroll {
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 34px 22px 0;
    width: 100%
}

.img-scroll::-webkit-scrollbar {
    display: none
}

.img-scroll__list {
    display: flex;
    flex-wrap: nowrap;
    height: 224px;
    width: fit-content
}

.img-scroll__view {
    border-radius: 8px;
    height: 224px;
    margin-right: 11px;
    overflow: hidden
}

.img-scroll__view img {
    display: block;
    height: 100%;
    width: auto
}

.description__title {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 22px;
    margin-bottom: 24px
}

.description__content {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 22px;
    line-height: 19px;
    white-space: normal;
    overflow-wrap: break-word
}

.shiny-btn:after {
    animation: shiny-btn-anim 5s ease-in-out infinite;
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: -180px;
    width: 30px
}

@keyframes shiny-btn-anim {
    0% {
        opacity: 0;
        transform: scale(0) rotate(45deg)
    }
    80% {
        opacity: .5;
        transform: scale(0) rotate(45deg)
    }
    81% {
        opacity: 1;
        transform: scale(4) rotate(45deg)
    }
    to {
        opacity: 0;
        transform: scale(50) rotate(45deg)
    }
}

@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
    }
}