@font-face {
    font-family: SFPro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/SFPro-Regular.woff2) format('woff2')
}
@font-face {
    font-family: SFPro;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/SFPro-Medium.woff2) format('woff2')
}
@font-face {
    font-family: SFPro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/SFPro-Bold.woff2) format('woff2')
}
@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Helvetica-Regular.woff2) format('woff2')
}
@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Helvetica-Medium.woff2) format('woff2')
}
@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Helvetica-Bold.woff) format('woff')
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
.beyond-comm-ads1:has(ins.adsbygoogle[data-ad-status="unfilled"]),
.beyond-comm-ads2:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
    display: none !important;
}
body {
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
* {
    font-family: SFPro, Helvetica, Arial, system-ui, sans-serif, serif;
    margin: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    color: #111;
}

a {
    display: block;
    color: #111;
    text-decoration: none;
}

li {
    list-style: none;
}
img {
    display: block;
}
/* icon */
.icon-wh12 {
    height: 12px;
    width: 12px;
}
.icon-wh14 {
    height: 14px;
    width: 14px;
}
.icon-wh16 {
    height: 16px;
    width: 16px;
}
.icon-wh18 {
    height: 18px;
    width: 18px;
}
.icon-wh20 {
    height: 20px;
    width: 20px;
}
.icon-wh46 {
    height: 46px;
    width: 46px;
}
/* lazyload */
.lazyload {
    background-color: #f5f5f5;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
/* m or p */
.mt32 {
    margin-top: 32px;
}
.mt20 {
    margin-top: 20px;
}
/* ads */
.beyond-ads-tip {
    display: flex;
    align-items: center;
    margin: 0 24px 8px 24px;
    text-transform: uppercase;
}
.beyond-ads-tip::before,
.beyond-ads-tip::after {
    content: '';
    flex: 1;
    border-top: 1px solid #004b8c40;
}
.beyond-ads-tip-inner {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    white-space: nowrap;
    color: #004b8c;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.beyond-ads-tip-inner svg {
    width: 14px;
    height: 14px;
    stroke: #004b8c;
    flex-shrink: 0;
}
.beyond-spec-ads1 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 0;
    margin-bottom: 0;
}

.beyond-comm-ads1 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 0;
    margin-bottom: 20px;
}

.beyond-spec-ads2 {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.beyond-comm-ads2 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.beyond-inside-ads2 {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.beyond-comm-ads3 {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-top: 28px;
    margin-bottom: 28px;
}

/* title */
.tit-spec-h1 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 28px;
}

.tit-comm-h1 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 16px;
}

.tit-comm-h2 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.tit-comm-h3 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.tit-comm-h4 {
    line-height: 1.2;
    font-weight: 500;
    /* font-size: 18px; */
}

.tit-comm-h5 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 4px;
}

/* other */
.maxbox {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.cardbox {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-top: -8px;
    margin-bottom: -8px;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.gap24 {
    gap: 24px;
}
.gap12 {
    gap: 12px;
}
.leftbox {
    width: 100%;
}
.radio,
.checkbox,
.pcpart,
.maxpcpart {
    display: none;
}

.line-clamp-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
/* header */
.header {
    border-bottom: 1px solid #f0f0f0;
    height: 48px;
    width: 100%;
}
.headerbox { 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.footer-logo,
.header-logo {
    width: 110px;
}
.footer-logo img,
.header-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* footer */
.footer {
    width: 100%;
    /* background-color: #f0f0f0; */
    border-top: 1px solid #f0f0f0;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 64px;
}
.footerbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.footer-list {
    gap: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-list-line {
    display: none;
    height: 14px;
    width: 1px;
    background-color: #999;
}
.footer-des {
    color: #999;
    text-align: center;
    font-size: 14px;
}
.footer-list-item:hover {
    text-decoration: underline;
}
/* breadcrumb */
.breadcrumb {
    display: none;
    width: 100%;
    margin-bottom: 24px;
}
.breadcrumb-list {
    display: flex;
    align-items: center;
}
.breadcrumb-con {
    color: #999;
}
a.breadcrumb-con{
    text-wrap: nowrap;
}
a.breadcrumb-con:hover {
    text-decoration: underline;
}
.breadcrumb-arrow {
    width: 6px;
    height: 6px;
    border-top: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    transform: rotate(45deg);
    margin: 0 8px;
}
/* sidebar */
.sidebar-item {
    width: 100%;
}

.sidebar-con {
    display: flex;
    align-items: center;
    padding: 8px;
    text-align: left;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.sidebar-con:hover {
    background-color: #f0f0f0;
}
.sidebar-img {
    height: 48px;
    width: 48px;
    padding: 8px;
    border: 2px solid #ddd;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 16px;
}

.sidebar-tit {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

.sidebar-des {
    color: #999;
    margin-top: 4px;
}
/* maxapp */
.maxapp-item {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 12px;
    width: 100%;
    position: relative;
}
.maxapp-item:hover {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}
.maxapp-item:hover .maxapp-img{
    transform: scale(1.1);
} 
.maxapp-item:hover .maxapp-btn{
    background-color: #0c4bbf;
} 
.maxapp-tip {
    position: absolute;
    top: 16px;
    right: 20px;
    background-color: #ffffffb6;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 999px;
    z-index: 1;
}
.maxapp-imgbox {
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #eee;
}
.maxapp-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* aspect-ratio: 1 / 1; */
    transition: 0.3s;
}
.maxapp-main {
    padding: 16px 20px;
}
.maxapp-infobox {
    display: flex;
    align-items: center;
    gap: 12px;
}
.maxapp-icon {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}
.maxapp-cat {
    color: #666;
    font-size: 14px;
}
.maxapp-score {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
}
.maxapp-starbox {
    position: relative;
    width: 70px;
    flex-shrink: 0;
}
.maxapp-star {
    position: absolute;
    left: 1px;
    height: 12px;
    background-position: left;
    margin-left: -1px;
    background-image: url(/public/static/images/star.svg); 
    background-size: 14px 12px;
}
.maxapp-nullstar {
    display: block;
    height: 12px;
    width: 100%;
    background-position: left;
    background-image: url(/public/static/images/star-null.svg); 
    background-size: 14px 12px;
}
.maxapp-btn {
    background-color: #0a61ff;
    color: #fff;
    fill: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 8px;
    height: 40px;
    font-weight: 500;
}
/* minapp&simapp */
.simapp-item,
.minapp-item {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    width: 100%;
}
.simapp-item:hover,
.minapp-item:hover {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}
.simapp-item:hover .simapp-img,
.minapp-item:hover .minapp-img{
    transform: scale(1.1);
} 
.simapp-item:hover .simapp-btn,
.minapp-item:hover .minapp-btn{
    background-color: #0c4bbf;
} 
.simapp-main,
.minapp-main {
    display: flex;
    align-items: center;
    gap: 12px;
}
.simapp-img,
.minapp-img {
    height: 60px;
    width: 60px;
    border-radius: 8px; 
    object-fit: cover;
    /* aspect-ratio: 1 / 1; */
    transition: 0.3s;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}
.simapp-info,
.minapp-info {
    flex: 1;
}
.minapp-cat {
    color: #666;
    margin: 4px 0;
    font-size: 14px;
}
.minapp-other {
    display: flex;
    align-items: center;
    gap: 4px;
    fill: #0a61ff;
    color: #0a61ff;
    font-weight: 500;
    font-size: 14px;
}
/* .minapp-other span{
    display: none;
    color: #999;
    font-weight: 400;
} */
.simapp-btn,
.minapp-btn {
    display: none;
    background-color: #0a61ff;
    border-radius: 8px;
    padding: 4px 8px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.minapp-des {
    margin-top: 8px;
    color: #666;
    font-size: 14px;
}
/* simapp */
.simapp-score {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-top: 8px;
}
.simapp-starbox {
    position: relative;
    width: 70px;
    flex-shrink: 0;
}
.simapp-star {
    position: absolute;
    left: 1px;
    height: 12px;
    background-position: left;
    margin-left: -1px;
    background-image: url(/public/static/images/star.svg); 
    background-size: 14px 12px;
}
.simapp-nullstar {
    display: block;
    height: 12px;
    width: 100%;
    background-position: left;
    background-image: url(/public/static/images/star-null.svg); 
    background-size: 14px 12px;
}
/* catcard */
.catcard-item {
    width: calc(50% - 12px);
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.catcard-item:hover {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}
.catcard-item:hover .catcard-img{
    transform: translateY(-12px) scale(1.5);
} 
.catcard-img {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    object-fit: cover;
    /* aspect-ratio: 1 / 1; */
    transition: 0.3s;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}
.catcard-tit {
   font-size: 14px;
   font-weight: 500;
}
/* newapp */
.newapp-item {
    width: calc(50% - 12px);
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    text-align: center;
}
.newapp-item:hover {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}
.newapp-item:hover .newapp-img{
    transform: scale(1.1);
} 
.newapp-tip {
    padding: 2px 6px;
    border-radius: 999px;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    position: absolute;
    top: 8px;
    right: 16px;
    z-index: 1;
}
.newapp-upd {
    background-color: #fd670b;
}
.newapp-new {
    background-color: #2cdc10;
}
.newapp-img {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    object-fit: cover;
    /* aspect-ratio: 1 / 1; */
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
    transition: 0.3s;
    margin-bottom: 8px;
}
.newapp-tit {
   font-weight: 500;
   line-height: 1.2;
}
.newapp-cat {
    font-size: 14px;
    color: #666;
    line-height: 1.2;
}

/* index-banner */
.index-banner {
    display: flex;
    align-items: center;
    padding: 24px 20px;
    background: linear-gradient(
        100deg,
        #05c3b3 0%,
        #14a9f6 45%,
        #0a61ff 100%
    );
    border-radius: 24px;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.index-banner-leftbox {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-banner-tit,
.index-banner-mintit {
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
}
.index-banner-mintit {
    color: #ffcd16;
}
.index-banner-des {
    color: #fff;
    margin: 20px 0;
    text-align: center;
}
.index-banner-btn {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    background-color: #ffcd16;
    border-radius: 8px;
    width: fit-content;
    font-weight: 500;
}
.index-banner-rightbox {
    width: 100%;
}
.index-banner-item {
    width: 100%;
    border-radius: 12px;
    background-color: #ffffff26;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.index-banner-svg {
    background-color: #ffcd16;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.index-banner-info-tit {
    color: #fff;
    font-weight: 500;
}
.index-banner-info-des {
    color: #ffffffcc;
    font-size: 14px;
}
/* detail */
.detail-banner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.detail-tit {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}
.detail-img {
    height: 72px;
    width: 72px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}
.detail-score {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}
.detail-starbox {
    position: relative;
    width: 70px;
    flex-shrink: 0;
}
.detail-star {
    position: absolute;
    left: 1px;
    height: 12px;
    background-position: left;
    margin-left: -1px;
    background-image: url(/public/static/images/star.svg); 
    background-size: 14px 12px;
}
.detail-nullstar {
    display: block;
    height: 12px;
    width: 100%;
    background-position: left;
    background-image: url(/public/static/images/star-null.svg); 
    background-size: 14px 12px;
}
/* detail-infolist */
.infolist {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.infolist-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
    gap: 8px;
    font-size: 14px;
}
.infolist-item-tit {
    color: #666;
}
.detail-des {
    margin: 20px 0;
}
/* detail-btn */
.detail-btnbox {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.detail-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    fill: #fff;
}
.detail-btn span{
    color: #fff;
    font-weight: 500;
}
.detail-btn-null {
    background-color: #ddd;
    width: calc(50% - 6px);
}
.detail-btn-dowload {
    background-color: #0a61ff;
    width: 100%;
}
.detail-btn-dowload:hover {
    background-color: #0c4bbf;
}
.detail-btn-apple {
    background-color: #000000cc;
    width: calc(50% - 6px);
}
.detail-btn-apple:hover {
    background-color: #000;
}
.detail-btn-google {
    background-color: #01875f;
    width: calc(50% - 6px);
}
.detail-btn-google:hover {
    background-color: #056449;
}
 /* picbox */
 .picbox-none {
    margin-bottom: 30px;
}
.picbox {
    position: relative;
    margin-top: -2px;
    margin-bottom: 26px;
}

.pic-left,
.pic-right {
    height: 40px;
    width: 40px;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.16);
}

.pic-left {
    left: -16px;
    display: none;
}

.pic-right {
    right: -16px;
}

.icon-picleft,
.icon-picright {
    width: 100%;
    height: 100%;
}

.icon-picright {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.slides {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    height: 200px;
    align-items: center;
    padding: 0 2px;
}

.slides-item {
    border-radius: 12px;
    height: 196px;
    flex-shrink: 0;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 20%), 0 1px 3px 1px rgb(60 64 67 / 10%);
}
/* review */
.review {
    /* font-family: Helvetica, Arial, system-ui, sans-serif, serif; */
    margin-bottom: -12px;
}
.review h3 {
    /* font-family: ProductSans, Helvetica, Arial, system-ui, sans-serif, serif; */
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.review h4 {
    /* padding-top: 12px; */
    margin-bottom: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 2px;
}

.icon-features {
    width: 14px;
    height: 14px;
}

.review p {
    padding-bottom: 12px;
}

.review b {
    font-weight: 500;
}
.review ul {
    padding-left: 18px;
}
.review ol {
    padding-inline-start: 0;
    margin-block-start: 0;
    padding-left: 20px;
}
.review li:first-of-type {
    margin-top: 0;
}
.review li {
    margin: 8px 0;
    list-style: outside;
}
.review ol li {
    list-style: auto;
    text-indent: 1px;
}
.review .prco-pr,
.review .prco-co {
    padding-left: 0;
}

.prco-pr .prco-pr-li,
.prco-co .prco-co-li {
    list-style: none;
    margin-bottom: 12px;
    margin-top: 12px;
}
.prco-pr-li,
.prco-co-li {
    display: flex;
    align-items: center;
}

.icon-no,
.icon-yes {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.review-faq-btn {
    margin-right: 2px;
    height: 20px;
    margin-right: 2px;
}

.icon-answer {
    height: 14px;
    width: 14px;
}

.review-faq-answer {
    display: none;
    margin-inline-start: 22px;
}
/* install-infobox */
.install-infobox {
    border-radius: 12px;
    border: 1px solid #01875f40;
    padding: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.install-tit {
    color: #01875f;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
.install-info {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    gap: 8px;
}
.install-info-tit {
    color: #666;
}
.install-info-des {
    font-weight: 500;
}
.install-stepbox {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.install-step {
    display: flex;
    gap: 8px;
}
.install-num {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background-color: #0a61ff;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
    flex-shrink: 0;
    margin-top: 3px;
}
/* notice */
.notice {
    margin: 20px 0;
    padding: 16px;
    border: 1px solid #0077df2b;
    background-color: #0077df14;
    border-radius: 12px;
}
.notice-tit {
    color: #004b8c;
    stroke: #004b8c;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-weight: 500;
}
.notice-des {
    color: #456eb8;
    padding-left: 28px;
    font-size: 14px;
}
/* page404 */
.page404-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    /* margin-top: 34px; */
    margin: 100px auto;
}
.page404-banner-svg {
    height: 80px;
    width: 80px;
    border-radius: 40px;
    background-color: rgba(255, 0, 0, 0.245);
    display: flex;
    align-items: center;
    justify-content: center;
    stroke: #ff0000(207, 13, 13);
    fill: #ff0000;
    padding-bottom: 4px;
}
.page404-banner-tit {
    font-size: 42px;
    font-weight: 700;
    margin: 16px 0;
    line-height: 1;
}
.page404-banner-mintit {
    font-size: 20px;
    font-weight: 700;
}
.page404-banner-des {
    color: #666;
    max-width: 400px;
    margin: 16px 0;
}
.page404-banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #0a61ff;
    fill: #fff;
    stroke: #fff;
    color: #fff;
    width: 100%;
    max-width: 400px;
    padding: 8px;
    border-radius: 8px;
    font-weight: 500;
}
.page404-banner-btn:hover {
    background-color: #0c4bbf;
}
@media (min-width: 361px) { 
    .simapp-btn,
    .minapp-btn {
        display: block;
    }
}
@media (min-width: 641px) {
    .pcpart {
        display: block;
    }
    .mobpart {
        display: none;
    }
    /* ads */
    .beyond-spec-ads2 {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-top: 12px;
        margin-bottom: 8px;
    }

    .beyond-inside-ads2 {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
    }

    /* title */
    .tit-spec-h1 {
        font-size: 40px;
    }

    .tit-comm-h1 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .tit-comm-h2 {
        font-size: 22px;
        margin-top: 32px;
        margin-bottom: 24px;
    }
    .tit-comm-h3 {
        font-size: 24px;
    }

    .tit-comm-h5 {
        margin-top: 16px;
    }

    /* other */
    .cardbox {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-top: -12px;
        margin-bottom: -12px;
    }
    /* footer */
    .footer {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .footer-list {
        flex-direction: row;
    }
    .footer-list-line {
        display: block;
    }
    /* index */
    .index-banner {
        padding: 40px 50px;
        margin-top: 32px;
    }
    .index-banner-leftbox {
        align-items: flex-start;
    }
    .index-banner-tit, 
    .index-banner-mintit {
        font-size: 48px;
    }
    .index-banner-des {
        text-align: start;
    }
    .index-banner-rightbox {
        width: 50%;
    }
    /* breadcrumb */
    .breadcrumb {
        display: block;
    }
    /* sidebar */
    .sidebar-con {
        padding: 12px;
    }
    /* maxapp */
    .maxapp-item {
        width: calc(33.3333% - 16px);
    }
    /* minapp&simapp */
    .minapp-item,
    .simapp-item {
        width: calc(50% - 12px);
    }
    .simapp-btn,
    .minapp-btn {
        display: none;
    }
    /* .minapp-other span {
        display: block;
    } */
    /* catcard newapp */
    .newapp-item,
    .catcard-item {
        width: calc(33.3333% - 16px);
    }
    /* detail */
    .detail-tit {
        font-size: 24px;
    }
    /* detail-infolist */
    .infolist {
        gap: 6px;
    }
    .infolist-item {
        width: calc(33.3333% - 4px);
        padding-bottom: 6px;
        display: block;
        border: none;
    }
    .infolist-item-tit {
        margin-bottom: 4px;
    }
    /* review */
    .review h3 {
        font-size: 22px;
    }
    /* picbox */
    .picbox {
        margin-bottom: 30px;
    }
    /* page404 */
    .page404-banner {
        margin: 200px auto;
    }
}
@media (min-width: 901px) {
    .simapp-btn,
    .minapp-btn {
        display: block;
    }
    .newapp-item,
    .catcard-item {
        width: calc(16.666% - 20px);
    }
}
@media (min-width: 1025px) {
    .maxpcpart {
        display: block;
    }
    .leftbox {
        width: 728px;
    }
    .doublebox {
        display: flex;
        justify-content: space-between;
    }
    .rightbox {
        margin-left: 36px;
        width: 30%;
        max-width: 300px;
    }
    /* ads */
    .beyond-ads-tip {
        margin: 0 0 8px 0;
    }
    .beyond-spec-ads1 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 32px;
    }

    .beyond-comm-ads1 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .beyond-spec-ads2 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
        margin-bottom: 12px;
        padding: 0 12px;
    }

    .beyond-inside-ads2 {
        min-width: 728px;
        width: 100%;
        margin-left: 12px;
        margin-right: 12px;
    }

    .beyond-comm-ads2 {
        min-width: 728px;
        width: 100%;
        margin-left: 0;
    }

    .beyond-comm-ads3 {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    /* simapp */
    .sidebar .simapp-item {
        width: 100%;
    }
    .sidebar .simapp-btn {
        display: none;
    }
    .sidebar .tit-comm-h2 {
        margin-top: 0;
        margin-top: 12px;
    }
    /* install-infobox */
    .install-infobox {
        margin-bottom: 24px;
    }
   
}