:root {
    --content-width: 87.5%;
    --max-page: 750px;
    --color-primary: #0477f9;
    --color-primary-end: #00cbfa;
    --color-text: #000;
    --color-text-muted: #8a8a90;
    --color-border: #e5e5e5;
    --color-bg: #fff;
    --color-bg-alt: #f9f9f9;
    --radius-m: 8px;
    --radius-l: 20px;
    --space-xs: 10px;
    --space-s: 15px;
    --space-m: 20px;
}

html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

[hidden] {
    display: none !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 12px;
    color: var(--color-text);
    background: var(--color-bg);
    -webkit-tap-highlight-color: transparent;
}

button,
input {
    border: none;
    background: none;
    outline: 0;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

strong,
b,
em {
    font-weight: normal;
    font-style: normal;
}

.contain-page {
    max-width: var(--max-page);
    margin: 0 auto;
}

.app-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--space-s);
    padding: var(--space-m) 0;
    width: var(--content-width);
    margin: 0 auto;
    background: var(--color-bg);
}

.app-logo {
    width: 28%;
    min-width: 80px;
    flex-shrink: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.app-logo img {
    display: block;
    width: 100%;
    border-radius: var(--radius-l);
}

.app-info-rig {
    flex: 1;
    min-width: 0;
}

.app-info-rig strong {
    display: block;
    margin-top: 6px;
    margin-left: 3.28%;
    font-size: 20px;
    font-weight: bold;
}

.app-info-rig p {
    margin: 0.3em 0 0 3.28%;
    font-size: 14px;
    color: var(--color-text-muted);
}

.app-info-rig .clr {
    margin-top: 1.8em;
}

.clr::after {
    display: table;
    clear: both;
    content: "";
}

.clr {
    zoom: 1;
}

.btn {
    display: block;
    width: 100%;
    padding: 4px 15px;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: var(--radius-m);
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.btn-mini {
    display: inline-block;
    width: auto;
}

.step5 {
    margin-left: 5px;
}

.app-show {
    display: flex;
    padding: 0 0 var(--space-m);
    width: var(--content-width);
    margin: 0 auto;
    background: var(--color-bg);
    color: var(--color-text-muted);
}

.app-score {
    flex: 1;
}

.app-score strong,
.app-age strong {
    font-size: 16px;
    font-weight: bold;
}

.app-score p,
.app-age p {
    color: #d8d8d8;
    font-size: 12px;
}

.app-score img {
    width: 80px;
    margin-left: 5px;
}

.app-age {
    text-align: right;
}

.page-main {
    width: 100%;
}

.app-intro,
.comment-box,
.information-box {
    margin: 0 auto;
    padding: var(--space-m) 0;
    width: var(--content-width);
    border-top: 1px solid var(--color-border);
}

.app-intro-con .more-trigger {
    display: none;
}

.app-title {
    margin-bottom: 0.85em;
    font-size: 20px;
}

.app-intro-con {
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    height: 5.4em;
    overflow: hidden;
}

.app-intro-con.open {
    height: auto;
}

.app-intro-con span {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 1em;
    background: var(--color-bg);
    color: #067afe;
}

.app-intro div img {
    display: block;
    max-width: 100%;
    height: auto;
}

.comment-con {
    display: flex;
}

.comment-left {
    flex: 1;
}

.comment-left strong {
    font-size: 60px;
    line-height: 43px;
    color: #4a4a4e;
    font-weight: bold;
}

.comment-left p {
    width: 91px;
    text-align: center;
    color: #7b7b7b;
    margin-top: 10px;
}

.comment-right {
    width: 63.38%;
}

.comment-right p {
    margin-top: 5px;
    color: #7b7b7b;
    text-align: right;
}

.comment-star-list li {
    line-height: 1;
}

.comment-star,
.comment-progress {
    display: inline-block;
    vertical-align: middle;
}

.comment-star {
    position: relative;
    width: 46px;
    height: 7px;
}

.comment-star img {
    display: block;
    width: 100%;
    height: 100%;
}

.comment-star div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--color-bg);
}

.comment-progress {
    position: relative;
    width: calc(100% - 56px);
    height: 2px;
    background: #e9e9ec;
    border-radius: 2px;
}

.comment-progress div {
    position: absolute;
    width: 0;
    height: 2px;
    background: #4a4a4e;
    border-radius: 2px;
}

.comment-star-list li:nth-child(1) .comment-progress div {
    width: 90%;
}

.comment-star-list li:nth-child(2) .comment-progress div {
    width: 10%;
}

.comment-star-list li:nth-child(2) .comment-star div {
    width: 20%;
}

.comment-star-list li:nth-child(3) .comment-star div {
    width: 40%;
}

.comment-star-list li:nth-child(4) .comment-star div {
    width: 60%;
}

.comment-star-list li:nth-child(5) .comment-star div {
    width: 80%;
}

.information-list li {
    display: flex;
    line-height: 3.5;
    border-bottom: 1px solid #f2f2f2;
}

.information-list li .l {
    color: #737379;
}

.information-list li .r {
    flex: 1;
    text-align: right;
}

.information-list li .r p {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    line-height: 1.2;
}

.information-list li:last-child {
    border-bottom: none;
}

.disclaimer {
    padding: var(--space-xs);
    padding-bottom: var(--space-xs);
    color: #999;
    background: var(--color-bg-alt);
    font-size: 12px;
    line-height: 1.5;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.page-loader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-loader-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #e0eefc;
    border-top-color: #0477f9;
    border-radius: 50%;
    animation: page-loader-spin 0.8s linear infinite;
}

@keyframes page-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2px);
    z-index: 1000;
    padding: 20px 10px;
    box-sizing: border-box;
}

.mask img {
    right: 20px;
    width: 100%;
    object-fit: contain;
}