@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCI.woff2) format('woff2');
}

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2ugCIlsw.woff2) format('woff2');
}

@font-face {
    font-family: Google Sans;
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/s/googlesans/v29/4UaRrENHsxJlGDuGo1OIlJfC6mGS6vhAK1YobMu2vgCI.woff2) format('woff2');
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+0304, U+0308, U+0329, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}

*,
:after,
:before {
    border: 0 solid;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Google Sans', sans-serif;
    line-height: inherit;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

body,
html {
    background-color: #fff;
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:active,
a:focus {
    outline: none;
}

a,
a:focus,
a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
}

::-webkit-file-upload-button {
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}

fieldset,
legend {
    padding: 0;
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #9ca3af;
    opacity: 1;
}

[role='button'],
button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
}

img,
video {
    height: auto;
    max-width: 100%;
}

[hidden] {
    display: none !important;
}

.dark {
    color-scheme: dark;
}

label {
    font-weight: 700;
}

div:focus {
    outline: none;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

:root {
    --theme-color: #0b57cf;
    --install-text-color: #ffe336;
}

.max-w,
body {
    max-width: 750px;
    width: 100%;
}

body {
    margin: 0 auto;
}

header {
    height: 64px;
    margin-bottom: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

header .googleLogo {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    object-fit: contain;
}

header span {
    color: #5f6368;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    font-family: Google Sans, Arial, sans-serif;
}

header .topDev {
    height: 40px;
    width: auto;
}

.hide {
    display: none !important;
}

.container {
    overflow: hidden;
    padding: 0 22px 44px;
    width: 100%;
}

.header {
    display: flex;
    margin-bottom: 28px;
}

.header_icon {
    width: 74px;
    height: 74px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
}

.header_icon_img {
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.35s;
    width: 100%;
    border-radius: 20%;
}

.header_icon_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.header_icon_loading svg {
    color: var(--theme-color);
    display: block;
    height: 100%;
    width: 100%;
    animation: loading-rotate 2s linear infinite;
}

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

.header_icon.loading .header_icon_img {
    width: 35px;
    height: 35px;
}

.header_icon.loading .header_icon_loading {
    opacity: 1;
    visibility: initial;
}

.header_info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    overflow: hidden;
}

.header_info_title {
    line-height: 32px;
    overflow-wrap: anywhere;
    word-break: keep-all;
    margin-bottom: 0;
}

.header_info_description {
    color: var(--theme-color);
    font-weight: 600;
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 0;
}

.header_info_progress {
    display: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.header_info.loading .header_info_description {
    display: none;
}

.header_info.loading .header_info_progress {
    display: block;
}

.info {
    margin-bottom: 38px;
    overflow-x: auto;
    overflow-y: hidden;
}

.info_view_bar {
    display: flex;
    width: -moz-max-content;
    width: max-content;
}

.info_view {
    min-width: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info_view_value {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.info_view_label {
    color: #606569;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.info_view_value .info_image {
    display: block;
    width: 11px;
    margin-left: 2px;
}

.info_view_choice {
    height: 18px;
    margin-bottom: 6px;
    width: 18px;
}

.qrcode {
    width: 100%;
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.3);
}

.qrcode_hand {
    height: 142px;
    position: relative;
    width: 233px;
}

.qrcode_hand_bg {
    height: 100%;
    width: 100%;
}

.qrcode_hand_light {
    width: 63px;
    height: 44px;
    position: absolute;
    top: 15px;
    left: 78px;
    animation: move_up_down 3s infinite;
}

@keyframes move_up_down {
    0% {
        top: 15px;
    }
    50% {
        top: 53px;
    }
    to {
        top: 15px;
    }
}

.qrcode_prop {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
}

.qrcode_prop_code {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.qrcode_code {
    height: 135px;
    width: 135px;
}

.qrcode_prop-bg {
    position: absolute;
    top: -5.5%;
    left: -5%;
    width: 110%;
    max-width: initial;
}

.qrcode_prop_title {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    white-space: nowrap;
}

.qrcode_arrowhead {
    width: 51px;
    height: 51px;
    margin: 0 10px;
}

.qrcode_phone {
    width: 75px;
    height: 145px;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #1e1c24;
    border-radius: 6px;
}

.qrcode_phone_icon_placeholder {
    width: 34px;
    height: 34px;
    margin-top: 10px;
}

.qrcode_phone_icon {
    width: 34px;
    height: 34px;
    border-radius: 5px;
}

.qrcode_phone_name {
    text-align: center;
    display: -webkit-box;
    font-size: 7px;
    font-weight: 500;
    height: 20px;
    margin-top: 10px;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.qrcode_phone_btn {
    height: fit-content;
    width: 100%;
    align-items: center;
    background: #028760;
    border-radius: 3px;
    color: #ffe336;
    display: flex;
    font-size: 6px;
    justify-content: center;
    margin-top: 20px;
    padding: 5px 0;
}

.install_bar {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.install_btn {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    position: relative;
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
    cursor: pointer;
}

.install_btn.disable {
    opacity: 0.4;
    cursor: no-drop;
}

.install_btn_download {
    flex-direction: column;
    height: auto;
    padding: 8px;
}

.install_btn_download_rapid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}

.install_btn_download_rapid img {
    width: 12px;
    height: 18px;
}

.install_btn_download_countdown {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.img_scroll {
    width: 100%;
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
}

.img_scroll_list {
    width: max-content;
    width: -moz-max-content;
    height: 224px;
    display: flex;
    flex-wrap: nowrap;
    gap: 11px;
    background-color: lightgray;
}

.img_scroll_view {
    border-radius: 8px;
    height: 224px;
    overflow: hidden;
}

.img_scroll_view img {
    height: 100%;
    width: auto;
}

.description {
    position: relative;
}

.description_title {
    margin-bottom: 24px;
    color: #202124;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.description_right {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
}

.description_content {
    min-height: 19px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 19px;
    margin-bottom: 16px;
}

.description_label {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 15px;
}

.description_label_item {
    width: fit-content;
    width: -moz-fit-content;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0 12px;
    margin: 0 11px 16px 0;
    font-weight: 400;
    border: 1px solid #dadce0;
    border-radius: 15px;
    color: #5f6368;
    font-size: 14px;
}

.description_safety {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 26px;
    border: 1px solid #dadce0;
    border-radius: 7px;
}

.description_safety_item {
    display: flex;
}

.item_icon {
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_icon {
    width: 20px;
    height: 20px;
}

.item_content {
    flex: 1;
    overflow: hidden;
    word-break: break-all;
}

.item_content p {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.comments {
    margin-top: 34px;
}

.comments_title {
    color: #222;
    font-size: 19px;
    font-weight: 500;
}

.comments_tips {
    color: #444;
    font-size: 13px;
    margin: 20px 0 10px;
}

.comments_scoring {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.comments_scoring_points {
    font-size: 58px;
    font-weight: 400;
}

.comments_scoring_star {
    display: flex;
}

.comments_scoring_star_image {
    width: 14px;
    height: 14px;
    margin-right: 2px;
}

.comments_scoring_people {
    color: #444;
    font-size: 12px;
    margin-top: 13px;
}

.comments_scoring_content {
    flex: 1;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 6.5px;
}

.comments_scoring_item {
    display: flex;
    align-items: center;
    gap: 14.5px;
    color: #444;
    font-size: 11px;
}

.progress {
    background-color: #e3e3e3;
    border-radius: 5px;
    flex: 1;
    height: 9px;
    max-width: 166px;
    overflow: hidden;
    width: 100%;
}

.progress_bar {
    background: var(--theme-color);
    border-radius: 5px;
    height: 100%;
}

.comment_list_item {
    padding: 30px 0;
}

.comment_list_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.comment_list_avatar {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    border-radius: 50%;
    -o-object-fit: fill;
    object-fit: fill;
}

.comment_list_name {
    color: #222;
    font-size: 14.5px;
    margin-right: auto;
}

.comment_list_more {
    width: 4px;
    height: 16px;
    cursor: pointer;
}

.comment_list_stars {
    display: flex;
}

.comment_list_star_image {
    width: 11px;
    height: 11px;
    margin-right: 2px;
}

.comment_list_stars span {
    margin-left: 8px;
    color: #444;
    font-size: 12px;
}

.comment_list_detail {
    color: #444;
    font-size: 14px;
    margin-top: 10px;
}

.comments_br {
    background-color: #dadce0;
    height: 0.5px;
    margin: 40px 0 10px;
    width: 100%;
}

.footer_menu {
    height: 54px;
    width: 100%;
}

.footer_menus_body {
    background-color: #fff;
    border-top: 1px solid #dadce0;
    bottom: 0;
    display: flex;
    left: 0;
    margin: 0 auto;
    max-width: 750px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.footer_menus_item {
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.footer_menus_item>img {
    display: block;
    height: 24px;
    width: 24px;
}

.footer_menus_title {
    color: #5f6368;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 2px;
}

.footer_menus_item.active .footer_menus_title {
    color: #028760;
}

@media (max-width: 768px) {
    .qrcode_container {
        display: none;
    }
}

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