body.mobilehome_page{
    background: #EFF4FA;
    min-width: 320px;
    color: #1F2E40;
}
.mobilehome_page *{
    box-sizing: border-box;
}
.mobilehome_page img{
    opacity: 0;
    transition: opacity .18s ease;
}
.mobilehome_page img.is-loaded{
    opacity: 1;
}
.mobilehome_page a,
.mobilehome_page button,
.mobilehome_page textarea{
    -webkit-tap-highlight-color: transparent;
}
.mobilehome_shell{
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    background: #EFF4FA;
    min-height: 100vh;
    padding-bottom: 0;
}
.mobilehome_topbar{
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(221,230,240,0.95);
    box-shadow: 0 8px 22px rgba(20, 50, 84, 0.055);
}
.mobilehome_topbar_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px 10px;
}
.mobilehome_brand{
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobilehome_brand img{
    width: 34px;
    height: 34px;
    border-radius: 9px;
}
.mobilehome_brand strong{
    display: block;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
    font-family: "msyhbd";
}
.mobilehome_brand span{
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #565656;
}
.mobilehome_topactions{
    display: flex;
    align-items: center;
    gap: 8px;
}
.mobilehome_iconbtn,
.mobilehome_loginbtn{
    border: none;
    background: #FFFFFF;
    border-radius: 12px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(28, 59, 102, 0.06);
}
.mobilehome_iconbtn{
    width: 36px;
    font-size: 17px;
    color: #333333;
}
.mobilehome_loginbtn{
    padding: 0 11px;
    font-size: 12px;
    color: #356CDA;
    font-family: "msyhbd";
}
.mobilehome_loginbtn.ghost{
    color: #5D6B7C;
    background: #F5F8FB;
    box-shadow: none;
}
.mobilehome_subnav{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px 14px 9px;
    background: linear-gradient(90deg, #1677F2 0%, #3399FB 100%);
    scrollbar-width: none;
    cursor: grab;
}
.mobilehome_subnav::-webkit-scrollbar{
    display: none;
}
.mobilehome_subnav a{
    flex: 0 0 auto;
    height: 31px;
    padding: 0 9px;
    border-radius: 0;
    background: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(255,255,255,0.92);
    position: relative;
}
.mobilehome_subnav a.active{
    color: #FFFFFF;
    font-family: "msyhbd";
}
.mobilehome_subnav a.active::after{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 2px;
    background: #FFFFFF;
    border-radius: 2px;
}
.mobilehome_section{
    margin: 12px 12px 0;
    padding: 16px 14px;
    background: #FFFFFF;
    border: 1px solid #E6EEF7;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(22, 60, 109, 0.045);
}
.mobilehome_hero{
    padding: 20px 16px 18px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFF 100%);
}
.mobilehome_hero h1{
    font-size: 26px;
    line-height: 34px;
    color: #0E1828;
    font-family: "msyhbd";
}
.mobilehome_hero p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #637386;
}
.mobilehome_hero_stats{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}
.mobilehome_hero_stats div{
    padding: 10px 10px 12px;
    background: #F6FAFE;
    border-radius: 14px;
}
.mobilehome_hero_stats strong{
    display: block;
    font-size: 17px;
    line-height: 22px;
    color: #16365C;
    font-family: "msyhbd";
}
.mobilehome_hero_stats span{
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 16px;
    color: #7D8C9B;
}
.mobilehome_sectionhead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.mobilehome_sectionhead h2{
    font-size: 19px;
    line-height: 24px;
    color: #111D2E;
    font-family: "msyhbd";
}
.mobilehome_sectionhead a{
    font-size: 12px;
    color: #2D7AE0;
}
.mobilehome_quickgrid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 8px;
}
.mobilehome_quickgrid a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.mobilehome_quickgrid img{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #F4F7FB;
    padding: 10px;
}
.mobilehome_quickgrid span{
    font-size: 12px;
    line-height: 16px;
    color: #3F5064;
    text-align: center;
}
.mobilehome_modelstrip{
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    cursor: grab;
}
.mobilehome_modelstrip::-webkit-scrollbar{
    display: none;
}
.mobilehome_modelcard{
    flex: 0 0 86px;
    padding: 10px 8px;
    background: #F7FAFD;
    border: 1px solid #E5ECF3;
    border-radius: 16px;
    text-align: center;
}
.mobilehome_modelcard img{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin: 0 auto;
}
.mobilehome_modelcard span{
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #405164;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobilehome_generator{
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
}
.mobilehome_generatepanel{
    display: block;
}
.mobilehome_generatepanel.hidden{
    display: none;
}
.mobilehome_generator textarea{
    width: 100%;
    min-height: 166px;
    border: 1px solid #D5E2F0;
    border-radius: 16px;
    background: #FFFFFF;
    padding: 16px;
    resize: none;
    font-size: 14px;
    line-height: 24px;
    color: #253243;
}
.mobilehome_generator textarea:focus{
    outline: none;
}
.mobilehome_generator textarea::placeholder{
    color: #91A0B0;
}
.mobilehome_chiprow{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-top: 16px;
}
.mobilehome_chiprow span{
    height: 30px;
    padding: 0 13px;
    background: #F5F9FE;
    border: 1px solid #DDE8F3;
    border-radius: 15px;
    font-size: 12px;
    color: #556577;
    display: inline-flex;
    align-items: center;
}
.mobilehome_chiprow span[data-generate-scene],
.mobilehome_chiprow span[data-generate-length],
.mobilehome_chiprow span[data-generate-model]{
    cursor: pointer;
}
.mobilehome_chiprow span.active{
    color: #168BFF;
    border-color: #9BD0FF;
    background: #EEF8FF;
    font-weight: 700;
}
.mobilehome_primarybtn{
    width: 100%;
    margin-top: 14px;
    height: 46px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(270deg, #3351FB 0%, #3399FB 100%);
    color: #FFFFFF;
    font-size: 15px;
    font-family: "msyhbd";
    cursor: pointer;
}
.mobilehome_result{
    margin-top: 0;
    background: #EAF4FF;
    border-radius: 16px;
    padding: 14px;
    border: 1px solid #D8E6F6;
}
.mobilehome_resulthead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.mobilehome_resulthead strong{
    font-size: 15px;
    line-height: 20px;
    color: #16365C;
    font-family: "msyhbd";
}
.mobilehome_resulthead a{
    font-size: 12px;
    color: #2A79E0;
}
.mobilehome_ai_loading{
    min-height: 184px;
    border-radius: 14px;
    background: linear-gradient(180deg, #EEF7FF 0%, #EAF4FF 100%);
    border: 1px solid #D5E8FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #30465F;
    padding: 22px 16px;
}
.mobilehome_ai_loading strong{
    margin-top: 12px;
    font-size: 16px;
    color: #12243B;
    font-family: "msyhbd";
}
.mobilehome_ai_loading p{
    margin: 6px 0 0;
    padding: 0;
    color: #6B7E94;
    font-size: 13px;
    line-height: 22px;
    max-height: none;
    overflow: visible;
}
.mobilehome_ai_spinner{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 4px solid rgba(47, 145, 255, .18);
    border-top-color: #2F91FF;
    animation: mobileAiSpin .8s linear infinite;
}
@keyframes mobileAiSpin{
    to{
        transform: rotate(360deg);
    }
}
.mobilehome_result p{
    font-size: 13px;
    line-height: 23px;
    color: #43576F;
    max-height: 520px;
    overflow-y: auto;
    padding-right: 4px;
    white-space: pre-wrap;
    word-break: break-word;
    scrollbar-width: thin;
    scrollbar-color: #C6D8EB transparent;
}
.mobilehome_result p::-webkit-scrollbar{
    width: 4px;
}
.mobilehome_result p::-webkit-scrollbar-thumb{
    background: #C6D8EB;
    border-radius: 4px;
}
.mobilehome_result p::-webkit-scrollbar-track{
    background: transparent;
}
.mobilehome_result p.is-collapsed{
    max-height: 184px;
    overflow: hidden;
}
.mobilehome_result p.is-collapsed::after{
    content: none;
}
.mobilehome_resulttext.is-collapsed::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    background: linear-gradient(180deg, rgba(234,244,255,0) 0%, #EAF4FF 100%);
    pointer-events: none;
}
.mobilehome_resulttext{
    position: relative;
}
.mobilehome_resulttoggle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
    border: none;
    background: transparent;
    color: #2E7BE0;
    font-size: 12px;
    line-height: 18px;
    font-family: "msyhbd";
    cursor: pointer;
}
.mobilehome_resulttoggle.hidden{
    display: none;
}
.mobilehome_resultactions{
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-direction: row;
    align-items: stretch;
}
.mobilehome_resultbtn{
    flex: 1;
    min-width: 0;
    height: 42px;
    border-radius: 12px;
    border: none;
    font-size: 13px;
    font-family: "msyhbd";
    cursor: pointer;
}
.mobilehome_resultbtn.secondary{
    background: #FFFFFF;
    border: 1px solid #D7E3F2;
    color: #55667A;
}
.mobilehome_resultbtn.primary{
    background: linear-gradient(270deg, #3351FB 0%, #3399FB 100%);
    color: #FFFFFF;
}
.mobilehome_prompts{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.mobilehome_prompttabs{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 14px;
    cursor: grab;
}
.mobilehome_prompttabs::-webkit-scrollbar{
    display: none;
}
.mobilehome_prompttabs button{
    flex: 0 0 auto;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #E3EBF3;
    border-radius: 16px;
    background: #F7FAFD;
    color: #5F7083;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}
.mobilehome_prompttabs button.active{
    background: #EEF6FF;
    border-color: #D2E6FB;
    color: #2E7BE0;
    font-family: "msyhbd";
}
.mobilehome_promptpanel{
    display: none;
}
.mobilehome_promptpanel.active{
    display: grid;
}
.mobilehome_promptcard{
    padding: 14px 14px 16px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #EAF0F6;
    box-shadow: 0 10px 24px rgba(32, 70, 118, 0.04);
}
.mobilehome_promptmeta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mobilehome_promptmeta span{
    font-size: 11px;
    line-height: 16px;
    color: #2D7AE0;
    background: #EEF6FF;
    border-radius: 12px;
    padding: 4px 8px;
}
.mobilehome_promptmeta em{
    font-size: 11px;
    line-height: 16px;
    color: #8B98A7;
    font-style: normal;
}
.mobilehome_promptcard strong{
    display: block;
    margin-top: 10px;
    min-height: 42px;
    font-size: 15px;
    line-height: 21px;
    color: #243243;
    font-family: "msyhbd";
}
.mobilehome_promptcard p{
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #708092;
    min-height: 60px;
}
.mobilehome_prompttags{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.mobilehome_prompttags span{
    padding: 5px 8px;
    border-radius: 12px;
    background: #F6F8FB;
    font-size: 11px;
    line-height: 14px;
    color: #738192;
}
.mobilehome_mixlist{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mobilehome_mixtabs{
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    padding: 4px;
    background: #F5F8FB;
    border-radius: 16px;
}
.mobilehome_mixtabs button{
    flex: 1;
    height: 36px;
    padding: 0 12px;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: #607084;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.mobilehome_mixtabs button.active{
    background: #FFFFFF;
    color: #2E7BE0;
    font-family: "msyhbd";
    box-shadow: 0 8px 18px rgba(28, 59, 102, 0.08);
}
.mobilehome_mixpanel{
    display: none;
}
.mobilehome_mixpanel.active{
    display: flex;
}
.mobilehome_mixitem{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
    border-radius: 16px;
    background: #FAFCFE;
    border: 1px solid #EEF3F8;
}
.mobilehome_mixthumb{
    width: 96px;
    height: 72px;
    border-radius: 14px;
    overflow: hidden;
    flex: 0 0 auto;
    background: #EDF3F9;
}
.mobilehome_mixthumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobilehome_mixbody{
    flex: 1;
    min-width: 0;
}
.mobilehome_mixbody strong{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #202E3F;
    font-family: "msyhbd";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobilehome_mixbody p{
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #748395;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobilehome_mixmeta{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.mobilehome_mixmeta span{
    font-size: 11px;
    line-height: 15px;
    color: #7A8797;
    padding: 4px 8px;
    border-radius: 11px;
    background: #F1F6FB;
}
.mobilehome_ranklist{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mobilehome_rankitem{
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobilehome_ranknum{
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: #EDF6FF;
    color: #2D7AE0;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    font-family: "msyhbd";
    flex: 0 0 auto;
}
.mobilehome_rankitem p{
    flex: 1;
    min-width: 0;
    font-size: 13px;
    line-height: 20px;
    color: #334255;
}
.mobilehome_topicgrid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.mobilehome_topic{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 112px;
}
.mobilehome_topic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobilehome_topic span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 12px 12px;
    background: linear-gradient(180deg, rgba(8,15,26,0) 0%, rgba(8,15,26,0.86) 100%);
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    font-family: "msyhbd";
}
.mobilehome_footer{
    margin-top: 22px;
    padding: 24px 16px 34px;
    background: #121726;
}
.mobilehome_footerbrand{
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobilehome_footerbrand img{
    width: 42px;
    height: 42px;
    border-radius: 10px;
}
.mobilehome_footerbrandtext strong{
    display: block;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "msyhbd";
}
.mobilehome_footerbrandtext span{
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}
.mobilehome_footerslogan{
    margin-top: 12px;
    font-size: 13px;
    line-height: 21px;
    color: #969DA9;
}
.mobilehome_footerlinks{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
    margin-top: 18px;
}
.mobilehome_footerlinks a{
    font-size: 13px;
    line-height: 18px;
    color: #646B78;
    text-align: center;
}
.mobilehome_footerdivider{
    width: 100%;
    height: 1px;
    background: #36435D;
    margin-top: 18px;
}
.mobilehome_footercopyright{
    margin-top: 16px;
    font-size: 11px;
    line-height: 19px;
    color: #757C88;
}
.mobilelist_intro{
    margin: 12px 12px 0;
    padding: 16px 14px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFF 100%);
    border: 1px solid #E6EEF7;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(22, 60, 109, 0.045);
}
.mobilelist_intro h1{
    font-size: 22px;
    line-height: 30px;
    color: #152235;
    font-family: "msyhbd";
}
.mobilelist_intro p{
    margin-top: 8px;
    font-size: 13px;
    line-height: 22px;
    color: #6D7C8E;
}
.mobilelist_filtergroup{
    margin: 12px 12px 0;
    padding: 13px 13px 11px;
    background: #FFFFFF;
    border: 1px solid #E6EEF7;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(22, 60, 109, 0.04);
    position: relative;
    overflow: hidden;
}
.mobilelist_filtergroup + .mobilelist_filtergroup{
    margin-top: 8px;
}
.mobilelist_filtergroup::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #3399FB 0%, #D8EBFF 100%);
}
.mobilelist_filtergroup_merged{
    padding: 12px 14px 10px;
}
.mobilelist_filtersummary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}
.mobilelist_filtersummary strong{
    font-size: 14px;
    line-height: 18px;
    color: #223145;
    font-family: "msyhbd";
}
.mobilelist_filtersummary span{
    font-size: 11px;
    line-height: 16px;
    color: #8F9CAD;
}
.mobilelist_filterrow + .mobilelist_filterrow{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EFF4F8;
}
.mobilelist_breadcrumb{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 12px 0;
    padding: 0 2px;
}
.mobilelist_breadcrumb a,
.mobilelist_breadcrumb span,
.mobilelist_breadcrumb strong{
    font-size: 12px;
    line-height: 18px;
}
.mobilelist_breadcrumb a{
    color: #7B8898;
}
.mobilelist_breadcrumb span{
    color: #A1ACB8;
}
.mobilelist_breadcrumb strong{
    color: #2A3646;
    font-family: "msyhbd";
}
.mobileseo_title{
    margin: 10px 12px 0;
    padding: 12px 14px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #E6EEF7;
}
.mobileseo_title h1{
    font-size: 20px;
    line-height: 27px;
    color: #17263A;
    font-family: "msyhbd";
}
.mobileseo_title p{
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #748397;
}
.mobilelist_filterhead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mobilelist_filterhead strong{
    font-size: 12px;
    line-height: 16px;
    color: #223145;
    font-family: "msyhbd";
}
.mobilelist_filterhead span{
    font-size: 11px;
    line-height: 16px;
    color: #8F9CAD;
}
.mobilelist_filterchips{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-top: 8px;
    scrollbar-width: none;
    cursor: grab;
}
.mobilelist_filterchips::-webkit-scrollbar{
    display: none;
}
.mobilelist_filterchips a{
    flex: 0 0 auto;
    height: 30px;
    padding: 0 10px;
    border-radius: 14px;
    border: 1px solid #E8EEF5;
    background: #F8FBFE;
    color: #66778A;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}
.mobilelist_filterchips a.active{
    color: #2E7BE0;
    background: #EEF6FF;
    border-color: #CFE3FA;
    font-family: "msyhbd";
    box-shadow: 0 6px 14px rgba(51, 153, 251, 0.10);
}
.mobileprompt_list{
    margin: 12px 12px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobileprompt_item{
    display: block;
    padding: 15px 13px 13px;
    background: #FFFFFF;
    border: 1px solid #EEF3F8;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(22, 60, 109, 0.04);
    position: relative;
    overflow: hidden;
}
.mobileprompt_item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #3399FB 0%, #7EC3FF 100%);
}
.mobileprompt_itemtop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-left: 8px;
}
.mobileprompt_itembadge{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.mobileprompt_itembadge span{
    height: 24px;
    padding: 0 9px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 24px;
}
.mobileprompt_itembadge span:first-child{
    color: #2D7AE0;
    background: #EEF6FF;
}
.mobileprompt_itembadge span:last-child{
    color: #6C7B8D;
    background: #F5F8FB;
}
.mobileprompt_itemhot{
    font-size: 11px;
    line-height: 16px;
    color: #8A97A8;
    flex: 0 0 auto;
}
.mobileprompt_item h3{
    margin-top: 12px;
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #1F2E40;
    font-family: "msyhbd";
}
.mobileprompt_item p{
    margin-top: 8px;
    padding-left: 8px;
    font-size: 13px;
    line-height: 21px;
    color: #6E7D8F;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobileprompt_itemtags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-left: 8px;
}
.mobileprompt_itemtags span{
    padding: 5px 9px;
    border-radius: 12px;
    background: #F6F9FC;
    color: #738192;
    font-size: 11px;
    line-height: 14px;
}
.mobileprompt_itemactions{
    display: flex;
    gap: 10px;
    margin-top: 14px;
    padding-left: 8px;
}
.mobileprompt_itemactions a,
.mobileprompt_itemactions button{
    flex: 1;
    height: 36px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: "msyhbd";
}
.mobileprompt_itemactions a{
    background: #F7FAFD;
    color: #556679;
    border: 1px solid #E1EAF3;
}
.mobileprompt_itemactions button{
    border: none;
    background: linear-gradient(270deg, #3351FB 0%, #3399FB 100%);
    color: #FFFFFF;
    cursor: pointer;
}
.mobiletutorial_list{
    margin: 12px 12px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobiletutorial_item{
    display: block;
    padding: 15px 13px 13px;
    background: #FFFFFF;
    border: 1px solid #EEF3F8;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(22, 60, 109, 0.04);
    position: relative;
    overflow: hidden;
}
.mobiletutorial_item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #3399FB 0%, #7EC3FF 100%);
}
.mobiletutorial_topmeta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-left: 8px;
}
.mobiletutorial_topmeta span{
    height: 24px;
    padding: 0 9px;
    border-radius: 12px;
    background: #EEF6FF;
    color: #2D79D7;
    font-size: 11px;
    line-height: 24px;
    white-space: nowrap;
}
.mobiletutorial_topmeta em{
    font-style: normal;
    font-size: 11px;
    line-height: 16px;
    color: #8D9AAA;
    flex: 0 0 auto;
}
.mobiletutorial_item h3{
    margin-top: 12px;
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #1F2E40;
    font-family: "msyhbd";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobiletutorial_body{
    display: flex;
    gap: 12px;
    margin-top: 12px;
    align-items: flex-start;
    padding-left: 8px;
}
.mobiletutorial_thumb{
    width: 104px;
    height: 76px;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    flex: 0 0 auto;
    background: #EDF3F9;
}
.mobiletutorial_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobiletutorial_thumbtag{
    position: absolute;
    left: 8px;
    top: 8px;
    height: 22px;
    padding: 0 8px;
    border-radius: 11px;
    background: rgba(15, 23, 34, 0.72);
    color: #FFFFFF;
    font-size: 10px;
    line-height: 22px;
}
.mobiletutorial_desc{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.mobiletutorial_desc p{
    margin-top: 0;
    font-size: 13px;
    line-height: 22px;
    color: #6E7D8F;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobiletutorial_subinfo{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 11px;
}
.mobiletutorial_subinfo span{
    font-size: 11px;
    line-height: 16px;
    color: #8B98A7;
}
.mobiletutorial_tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 11px;
}
.mobiletutorial_tags span{
    padding: 5px 9px;
    border-radius: 12px;
    background: #F6F9FC;
    color: #738192;
    font-size: 11px;
    line-height: 14px;
}
.mobiletool_list{
    margin: 12px 12px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobiletool_item{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 13px;
    background: #FFFFFF;
    border: 1px solid #EEF3F8;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(22, 60, 109, 0.04);
}
.mobiletool_thumb{
    width: 78px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2px;
}
.mobiletool_icon{
    width: 78px;
    height: 78px;
    border-radius: 18px;
    overflow: hidden;
    background: #F2F6FB;
    border: 1px solid #E6EDF5;
}
.mobiletool_icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mobiletool_thumb span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    margin-top: 8px;
    padding: 0 8px;
    height: 24px;
    border-radius: 12px;
    background: #EEF6FF;
    color: #2D7AE0;
    font-size: 11px;
    line-height: 24px;
}
.mobiletool_body{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding-top: 1px;
}
.mobiletool_topmeta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 24px;
}
.mobiletool_topmeta span{
    height: 24px;
    padding: 0 9px;
    border-radius: 12px;
    background: #EEF6FF;
    color: #2D79D7;
    font-size: 11px;
    line-height: 24px;
}
.mobiletool_topmeta em{
    font-style: normal;
    font-size: 11px;
    line-height: 16px;
    color: #8D9AAA;
    padding-top: 1px;
}
.mobiletool_item h3{
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #1F2E40;
    font-family: "msyhbd";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobiletool_item p{
    margin-top: 8px;
    font-size: 13px;
    line-height: 22px;
    color: #6E7D8F;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobiletool_meta{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 11px;
    align-content: flex-start;
}
.mobiletool_meta span{
    padding: 5px 9px;
    border-radius: 12px;
    background: #F6F9FC;
    font-size: 11px;
    line-height: 14px;
    color: #738192;
}
.mobiletool_meta:empty{
    display: none;
}
.mobiletool_item.is-minimal .mobiletool_topmeta{
    margin-bottom: 2px;
}
.mobiletool_item.is-minimal p{
    -webkit-line-clamp: 2;
}
.mobiletool_item.is-minimal .mobiletool_meta{
    margin-top: 9px;
}
.mobiletool_item.no-meta .mobiletool_meta{
    display: none;
}
.mobiletool_item.no-meta .mobiletool_body{
    justify-content: center;
}
.mobiletool_item.no-meta .mobiletool_topmeta{
    margin-top: 2px;
}
.mobiletool_item.no-icon{
    display: block;
}
.mobiletool_item.no-icon .mobiletool_thumb{
    display: none;
}
.mobiletool_item.no-icon .mobiletool_body{
    padding-top: 0;
}
.mobiletag_section{
    margin: 14px 12px 0;
}
.mobiletag_sectionhead{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 0 2px;
}
.mobiletag_sectionhead strong{
    font-size: 17px;
    line-height: 22px;
    color: #223145;
    font-family: "msyhbd";
}
.mobiletag_sectionhead span{
    font-size: 11px;
    line-height: 16px;
    color: #8B98A7;
}
.mobiletag_grid{
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.mobiletag_card{
    min-width: 0;
    min-height: 60px;
    padding: 12px;
    border-radius: 14px;
    background: #FFFFFF;
    border: 1px solid #E9EFF6;
    box-shadow: 0 8px 22px rgba(22, 60, 109, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mobiletag_card strong{
    flex: 1;
    min-width: 0;
    font-size: 13px;
    line-height: 18px;
    color: #243447;
    font-family: "msyhbd";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobiletag_card span{
    flex: 0 0 auto;
    min-width: 28px;
    height: 24px;
    padding: 0 8px;
    border-radius: 12px;
    background: #F4F8FC;
    color: #708092;
    font-size: 11px;
    line-height: 24px;
    text-align: center;
}
.mobiletagdetail_hero{
    margin: 14px 12px 0;
    padding: 18px 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
    border: 1px solid #E8EEF5;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(22, 60, 109, 0.05);
}
.mobiletagdetail_hero h1{
    margin-top: 12px;
    font-size: 22px;
    line-height: 30px;
    color: #1C2B3E;
    font-family: "msyhbd";
}
.mobiletagdetail_hero p{
    margin-top: 10px;
    font-size: 13px;
    line-height: 24px;
    color: #667789;
}
.mobiletagdetail_meta{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 12px;
}
.mobiletagdetail_meta span{
    font-size: 12px;
    line-height: 18px;
    color: #8492A3;
}
.mobiletagdetail_tabs{
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    padding: 4px;
    background: #F5F8FB;
    border-radius: 16px;
}
.mobiletagdetail_tabs button{
    flex: 1;
    height: 38px;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: #607084;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}
.mobiletagdetail_tabs button.active{
    background: #FFFFFF;
    color: #2E7BE0;
    font-family: "msyhbd";
    box-shadow: 0 8px 18px rgba(28, 59, 102, 0.08);
}
.mobiletagdetail_panel{
    display: none;
}
.mobiletagdetail_panel.active{
    display: block;
}
.mobiletagdetail_promptlist{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobiletagdetail_promptitem{
    display: block;
    padding: 16px 14px 14px;
    background: #FFFFFF;
    border: 1px solid #EEF3F8;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(22, 60, 109, 0.04);
    position: relative;
    overflow: hidden;
}
.mobiletagdetail_promptitem::before{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, #3399FB 0%, #7EC3FF 100%);
}
.mobiletagdetail_prompttop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-left: 8px;
}
.mobiletagdetail_prompttop span{
    height: 24px;
    padding: 0 9px;
    border-radius: 12px;
    background: #EEF6FF;
    color: #2D7AE0;
    font-size: 11px;
    line-height: 24px;
}
.mobiletagdetail_prompttop em{
    font-style: normal;
    font-size: 11px;
    line-height: 16px;
    color: #8A97A8;
}
.mobiletagdetail_promptitem h3{
    margin-top: 12px;
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #1F2E40;
    font-family: "msyhbd";
}
.mobiletagdetail_promptitem p{
    margin-top: 8px;
    padding-left: 8px;
    font-size: 13px;
    line-height: 22px;
    color: #6E7D8F;
}
.mobiletagdetail_prompttags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-left: 8px;
}
.mobiletagdetail_prompttags span{
    padding: 5px 9px;
    border-radius: 12px;
    background: #F6F9FC;
    color: #738192;
    font-size: 11px;
    line-height: 14px;
}
.mobiletagdetail_tutoriallist{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobiletagdetail_tutorialitem{
    display: flex;
    gap: 12px;
    padding: 14px;
    background: #FFFFFF;
    border: 1px solid #EEF3F8;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(22, 60, 109, 0.04);
}
.mobiletagdetail_tutorialthumb{
    width: 96px;
    height: 74px;
    border-radius: 14px;
    overflow: hidden;
    flex: 0 0 auto;
    background: #EEF3F9;
}
.mobiletagdetail_tutorialthumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mobiletagdetail_tutorialbody{
    flex: 1;
    min-width: 0;
}
.mobiletagdetail_tutorialbody h3{
    font-size: 15px;
    line-height: 22px;
    color: #1F2E40;
    font-family: "msyhbd";
}
.mobiletagdetail_tutorialbody p{
    margin-top: 7px;
    font-size: 12px;
    line-height: 20px;
    color: #6E7D8F;
}
.mobiletagdetail_tutorialtags{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}
.mobiletagdetail_tutorialtags span{
    padding: 5px 8px;
    border-radius: 11px;
    background: #F6F9FC;
    color: #738192;
    font-size: 11px;
    line-height: 14px;
}
.mobileupdate_list{
    margin: 14px 12px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobileupdate_panel{
    display: none;
}
.mobileupdate_panel.active{
    display: flex;
}
.mobileupdate_item{
    display: flex;
    gap: 12px;
    padding: 14px;
    background: #FFFFFF;
    border: 1px solid #EEF3F8;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(22, 60, 109, 0.04);
}
.mobileupdate_date{
    width: 46px;
    flex: 0 0 auto;
    text-align: center;
    padding-top: 2px;
}
.mobileupdate_date strong{
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #213247;
    font-family: "msyhbd";
}
.mobileupdate_date span{
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 15px;
    color: #8B98A7;
}
.mobileupdate_icon{
    width: 34px;
    height: 34px;
    border-radius: 17px;
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    font-family: "msyhbd";
}
.mobileupdate_icon.prompt{
    background: #EEF6FF;
    color: #2D79D7;
}
.mobileupdate_icon.tutorial{
    background: #F2F9F0;
    color: #4A9A42;
}
.mobileupdate_icon.article{
    background: #FFF6EA;
    color: #C9851F;
}
.mobileupdate_icon.tool{
    background: #F3F3FD;
    color: #6668D9;
}
.mobileupdate_icon.tag{
    background: #FFF3F7;
    color: #D26090;
}
.mobileupdate_body{
    flex: 1;
    min-width: 0;
}
.mobileupdate_top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.mobileupdate_top strong{
    flex: 1;
    min-width: 0;
    font-size: 15px;
    line-height: 22px;
    color: #1F2E40;
    font-family: "msyhbd";
}
.mobileupdate_top em{
    flex: 0 0 auto;
    font-style: normal;
    height: 22px;
    padding: 0 8px;
    border-radius: 11px;
    background: #F5F8FB;
    color: #718091;
    font-size: 11px;
    line-height: 22px;
}
.mobileupdate_body p{
    margin-top: 8px;
    font-size: 13px;
    line-height: 22px;
    color: #6E7D8F;
}
.mobileupdate_tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 11px;
}
.mobileupdate_tags span{
    padding: 5px 9px;
    border-radius: 12px;
    background: #F6F9FC;
    color: #738192;
    font-size: 11px;
    line-height: 14px;
}
.mobilelist_pagination{
    margin: 16px 12px 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.mobilelist_pagination a{
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border-radius: 17px;
    background: #FFFFFF;
    border: 1px solid #E6EDF5;
    color: #5F7083;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mobilelist_pagination a.active{
    color: #2E7BE0;
    border-color: #D2E6FB;
    background: #EEF6FF;
    font-family: "msyhbd";
}
.mobilecolumn_hero{
    margin: 12px 12px 0;
    min-height: 246px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #101927;
    box-shadow: 0 16px 34px rgba(18, 55, 99, 0.16);
}
.mobilecolumn_hero > img{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.mobilecolumn_herooverlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9,16,28,0.08) 0%, rgba(9,16,28,0.58) 48%, rgba(9,16,28,0.94) 100%);
}
.mobilecolumn_herobody{
    position: relative;
    z-index: 1;
    min-height: 246px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 16px;
}
.mobilecolumn_badges{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.mobilecolumn_badges span{
    height: 25px;
    padding: 0 9px;
    border-radius: 13px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.24);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 25px;
}
.mobilecolumn_hero h1{
    margin-top: 12px;
    font-size: 25px;
    line-height: 33px;
    color: #FFFFFF;
    font-family: "msyhbd";
}
.mobilecolumn_hero p{
    margin-top: 8px;
    font-size: 13px;
    line-height: 22px;
    color: rgba(255,255,255,0.84);
}
.mobilecolumn_stats{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 13px;
}
.mobilecolumn_stats span{
    height: 27px;
    padding: 0 10px;
    border-radius: 14px;
    background: rgba(255,255,255,0.13);
    color: rgba(255,255,255,0.9);
    font-size: 11px;
    line-height: 27px;
}
.mobilecolumn_filters,
.mobilecolumn_section{
    margin: 12px 12px 0;
    padding: 14px 13px;
    background: #FFFFFF;
    border: 1px solid #EAF0F7;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(22, 60, 109, 0.045);
}
.mobilecolumn_filterhead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mobilecolumn_filterhead strong{
    font-size: 15px;
    line-height: 20px;
    color: #1E2E42;
    font-family: "msyhbd";
}
.mobilecolumn_filterhead span{
    font-size: 11px;
    line-height: 16px;
    color: #8A98A9;
}
.mobilecolumn_chips{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-top: 11px;
    scrollbar-width: none;
    cursor: grab;
}
.mobilecolumn_chips::-webkit-scrollbar{
    display: none;
}
.mobilecolumn_chips a{
    flex: 0 0 auto;
    height: 30px;
    padding: 0 11px;
    border-radius: 15px;
    background: #F7FAFD;
    border: 1px solid #E6EDF5;
    color: #64758A;
    font-size: 12px;
    line-height: 30px;
}
.mobilecolumn_chips a.active{
    color: #FFFFFF;
    background: linear-gradient(270deg, #3351FB 0%, #3399FB 100%);
    border-color: transparent;
    font-family: "msyhbd";
    box-shadow: 0 8px 16px rgba(51, 153, 251, 0.18);
}
.mobilecolumn_typechips{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #F0F4F8;
}
.mobilecolumn_insetlist{
    margin: 0;
}
.mobilecolumn_insetlist .mobileprompt_item,
.mobilecolumn_insetlist .mobiletutorial_item{
    box-shadow: none;
    background: #FAFCFE;
}
.mobilecolumn_insetlist .mobileprompt_item + .mobileprompt_item,
.mobilecolumn_insetlist .mobiletutorial_item + .mobiletutorial_item{
    margin-top: 10px;
}
.mobilecolumn_pagination{
    margin: 14px 0 0;
}
.mobiletutorial_item.no-thumb .mobiletutorial_body{
    display: block;
}
.mobiletutorial_item.no-thumb .mobiletutorial_desc{
    display: block;
}
.mobiletutorial_item.no-thumb .mobiletutorial_desc p{
    -webkit-line-clamp: 3;
}
.mobilecolumn_recs{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobilecolumn_rec{
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px;
    border-radius: 16px;
    background: #FAFCFE;
    border: 1px solid #EEF3F8;
    position: relative;
    overflow: hidden;
}
.mobilecolumn_rec img{
    width: 76px;
    height: 58px;
    border-radius: 13px;
    object-fit: cover;
    flex: 0 0 auto;
}
.mobilecolumn_rec div{
    flex: 1;
    min-width: 0;
    padding-right: 54px;
}
.mobilecolumn_rec strong{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #1F2E40;
    font-family: "msyhbd";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobilecolumn_rec span{
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 17px;
    color: #7A8797;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobilecolumn_rec em{
    position: absolute;
    top: 0;
    right: -14px;
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
    background: linear-gradient(135deg, #1677F2 0%, #35B8FF 100%);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 15px;
    font-style: normal;
    font-family: "msyhbd";
}
.mobilepromptdetail_hero{
    margin: 12px 12px 0;
    padding: 16px 14px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
    border: 1px solid #E8EEF5;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(22, 60, 109, 0.045);
}
.mobilepromptdetail_badges{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.mobilepromptdetail_badges span{
    height: 26px;
    padding: 0 10px;
    border-radius: 13px;
    font-size: 11px;
    line-height: 26px;
}
.mobilepromptdetail_badges span:nth-child(1){
    color: #2E7BE0;
    background: #EEF6FF;
}
.mobilepromptdetail_badges span:nth-child(2){
    color: #5E7083;
    background: #F5F8FB;
}
.mobilepromptdetail_badges span:nth-child(3){
    color: #9C6B16;
    background: #FFF5E6;
}
.mobilepromptdetail_hero h1{
    margin-top: 12px;
    font-size: 22px;
    line-height: 30px;
    color: #1C2B3E;
    font-family: "msyhbd";
}
.mobilepromptdetail_meta{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 12px;
}
.mobilepromptdetail_meta span{
    font-size: 12px;
    line-height: 18px;
    color: #8492A3;
}
.mobilepromptdetail_intro{
    margin-top: 12px;
    font-size: 14px;
    line-height: 27px;
    color: #667789;
}
.mobilepromptdetail_hero .mobilepromptdetail_sectionhead{
    margin-top: 16px;
    margin-bottom: 10px;
}
.mobilepromptdetail_section{
    margin: 14px 12px 0;
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #E8EEF5;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(22, 60, 109, 0.05);
}
.mobilepromptdetail_sectionhead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}
.mobilepromptdetail_sectionhead h2{
    font-size: 17px;
    line-height: 22px;
    color: #1E2C3F;
    font-family: "msyhbd";
}
.mobilepromptdetail_sectionhead a{
    font-size: 12px;
    color: #2E7BE0;
}
.mobilepromptdetail_codebox{
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #DFE9F5;
    background: #F8FBFE;
}
.mobilepromptdetail_codehead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    background: linear-gradient(180deg, #F6FAFF 0%, #EEF6FF 100%);
    border-bottom: 1px solid #E2ECF8;
}
.mobilepromptdetail_codehead span{
    font-size: 12px;
    line-height: 16px;
    color: #597086;
}
.mobilepromptdetail_copybtn{
    height: 28px;
    padding: 0 10px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(270deg, #3351FB 0%, #3399FB 100%);
    color: #FFFFFF;
    font-size: 11px;
    font-family: "msyhbd";
    cursor: pointer;
}
.mobilepromptdetail_codebox pre{
    margin: 0;
    padding: 14px;
    overflow: visible;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 13px;
    line-height: 23px;
    color: #203040;
    background: #FBFDFF;
    font-family: "Consolas", "Monaco", monospace;
}
.mobilepromptdetail_actions{
    display: flex;
    gap: 10px;
    margin-top: 12px;
}
.mobilepromptdetail_actions button{
    flex: 1;
    height: 40px;
    border-radius: 12px;
    font-size: 13px;
    font-family: "msyhbd";
    cursor: pointer;
}
.mobilepromptdetail_actions button:first-child{
    border: 1px solid #DCE6F0;
    background: #F7FAFD;
    color: #58697B;
}
.mobilepromptdetail_actions button:last-child{
    border: none;
    background: linear-gradient(270deg, #3351FB 0%, #3399FB 100%);
    color: #FFFFFF;
}
.mobilepromptdetail_faqmini{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.mobilepromptdetail_faqmini a{
    display: block;
    padding: 12px;
    border-radius: 14px;
    background: #F7FAFD;
    border: 1px solid #EAF0F6;
    font-size: 12px;
    line-height: 18px;
    color: #56687B;
}
.mobilepromptdetail_related{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobilepromptdetail_related a{
    display: block;
    padding: 14px;
    border-radius: 16px;
    background: #FAFCFE;
    border: 1px solid #EEF3F8;
}
.mobilepromptdetail_relatedtop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mobilepromptdetail_relatedtop span{
    font-size: 11px;
    line-height: 16px;
    color: #2E7BE0;
    background: #EEF6FF;
    border-radius: 12px;
    padding: 4px 8px;
}
.mobilepromptdetail_relatedtop em{
    font-style: normal;
    font-size: 11px;
    line-height: 16px;
    color: #8896A6;
}
.mobilepromptdetail_related strong{
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #223145;
    font-family: "msyhbd";
}
.mobilepromptdetail_related p{
    margin-top: 7px;
    font-size: 12px;
    line-height: 20px;
    color: #6D7C8E;
}
.mobilepromptdetail_links{
    display: block;
}
.mobilepromptdetail_linktabs{
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    padding: 4px;
    background: #F5F8FB;
    border-radius: 16px;
}
.mobilepromptdetail_linktabs button{
    flex: 1;
    height: 36px;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: #607084;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}
.mobilepromptdetail_linktabs button.active{
    background: #FFFFFF;
    color: #2E7BE0;
    font-family: "msyhbd";
    box-shadow: 0 8px 18px rgba(28, 59, 102, 0.08);
}
.mobilepromptdetail_linkpanel{
    display: none;
}
.mobilepromptdetail_linkpanel.active{
    display: block;
}
.mobilepromptdetail_linkcol h3{
    font-size: 14px;
    line-height: 18px;
    color: #223145;
    font-family: "msyhbd";
    display: none;
}
.mobilepromptdetail_linkcol a{
    display: block;
    margin-top: 10px;
    font-size: 13px;
    line-height: 21px;
    color: #5D6E81;
}
.mobilepromptdetail_prevnext{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mobilepromptdetail_prevnext a{
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    background: #F8FBFE;
    border: 1px solid #EAF0F6;
}
.mobilepromptdetail_prevnext a span{
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #8A97A8;
}
.mobilepromptdetail_prevnext a strong{
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
    color: #223145;
    font-family: "msyhbd";
}
.mobiletutorialdetail_hero .mobilepromptdetail_intro{
    margin-bottom: 0;
}
.mobiletutorialdetail_cover{
    margin-top: 14px;
    border-radius: 16px;
    overflow: hidden;
    background: #EDF3F9;
}
.mobiletutorialdetail_cover img{
    width: 100%;
    height: 188px;
    object-fit: cover;
    display: block;
}
.mobiletutorialdetail_quickinfo{
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.mobiletutorialdetail_quickinfo div{
    padding: 12px 10px;
    border-radius: 14px;
    background: #F7FAFD;
    border: 1px solid #E8EEF5;
}
.mobiletutorialdetail_quickinfo strong{
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #223145;
    font-family: "msyhbd";
}
.mobiletutorialdetail_quickinfo span{
    display: block;
    margin-top: 5px;
    font-size: 11px;
    line-height: 18px;
    color: #6E7D8F;
}
.mobiletutorialdetail_article{
    padding: 0;
    overflow: hidden;
}
.mobiletutorialdetail_unified{
    padding-bottom: 0;
    overflow: hidden;
}
.mobiletutorialdetail_unified .mobiletutorialdetail_summary{
    margin-top: 16px;
}
.mobiletutorialdetail_unified .mobiletutorialdetail_content{
    padding-bottom: 18px;
}
.mobiletutorialdetail_summary{
    padding: 16px;
    background: linear-gradient(180deg, #F9FCFF 0%, #F5FAFF 100%);
    border-bottom: 1px solid #E8EEF5;
}
.mobiletutorialdetail_summary strong{
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #1E2C3F;
    font-family: "msyhbd";
}
.mobiletutorialdetail_summary p{
    margin-top: 8px;
    font-size: 13px;
    line-height: 23px;
    color: #647587;
}
.mobiletutorialdetail_content{
    padding: 18px 16px;
}
.mobiletutorialdetail_content p{
    margin-top: 12px;
    font-size: 14px;
    line-height: 27px;
    color: #47586B;
}
.mobiletutorialdetail_content p:first-child{
    margin-top: 0;
}
.mobiletutorialdetail_content h2{
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #1D2D40;
    font-family: "msyhbd";
}
.mobiletutorialdetail_content img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 14px auto;
    border-radius: 14px;
}
.mobiletutorialdetail_tipbox{
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    background: #F7FAFE;
    border: 1px solid #E4EDF7;
}
.mobiletutorialdetail_tipbox strong{
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #245CB6;
    font-family: "msyhbd";
}
.mobiletutorialdetail_tipbox p{
    margin-top: 7px;
    font-size: 13px;
    line-height: 23px;
    color: #5D6F83;
}
.mobiletutorialdetail_content .mobilepromptdetail_codebox{
    margin-top: 14px;
    border-color: #1E2630;
    background: #11161D;
}
.mobiletutorialdetail_content .mobilepromptdetail_codehead{
    background: linear-gradient(180deg, #1C232D 0%, #161D26 100%);
    border-bottom: 1px solid #2A3441;
}
.mobiletutorialdetail_content .mobilepromptdetail_codehead span{
    color: #B7C3D4;
}
.mobiletutorialdetail_content .mobilepromptdetail_codebox pre{
    background: #11161D;
    color: #E8EEF8;
}
.mobiletutorialdetail_steps{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}
.mobiletutorialdetail_step{
    display: flex;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
    background: #FAFCFE;
    border: 1px solid #E8EEF5;
}
.mobiletutorialdetail_step span{
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background: #EEF6FF;
    color: #2E7BE0;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    font-family: "msyhbd";
}
.mobiletutorialdetail_step strong{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #223145;
    font-family: "msyhbd";
}
.mobiletutorialdetail_step p{
    margin-top: 6px;
    font-size: 13px;
    line-height: 22px;
    color: #667789;
}
.mobiletutorialdetail_figure{
    margin-top: 14px;
}
.mobiletutorialdetail_figure img{
    width: 100%;
    border-radius: 16px;
    display: block;
}
.mobiletutorialdetail_figure span{
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #7C8A99;
}
.mobiletutorialdetail_source{
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #8190A0;
}
.mobiletutorialdetail_note strong{
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #223145;
    font-family: "msyhbd";
}
.mobiletutorialdetail_note p{
    margin-top: 8px;
    font-size: 13px;
    line-height: 23px;
    color: #667789;
}
.mobiletooldetail_titlebar{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 14px;
}
.mobiletooldetail_logo{
    width: 58px;
    height: 58px;
    border-radius: 16px;
    overflow: hidden;
    background: #F2F6FB;
    border: 1px solid #E6EDF5;
    flex: 0 0 auto;
}
.mobiletooldetail_logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mobiletooldetail_titlecopy{
    flex: 1;
    min-width: 0;
}
.mobiletooldetail_titlecopy h1{
    margin-top: 0;
}
.mobiletooldetail_titlecopy p{
    margin-top: 8px;
    font-size: 13px;
    line-height: 22px;
    color: #6C7B8C;
}
.mobiletooldetail_infogrid{
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}
.mobiletooldetail_infoitem{
    padding: 10px 11px;
    border-radius: 12px;
    background: #F8FBFE;
    border: 1px solid #EBF1F7;
}
.mobiletooldetail_infoitem_link{
    display: block;
    background: #FFF7ED;
    border-color: #F7DFC2;
}
.mobiletooldetail_infoitem_link strong{
    color: #C96A16;
}
.mobiletooldetail_infoitem_link span{
    color: #B98A53;
}
.mobiletooldetail_infoitem span{
    display: block;
    font-size: 10px;
    line-height: 15px;
    color: #8794A4;
}
.mobiletooldetail_infoitem strong{
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #223145;
    font-family: "msyhbd";
}
.mobiletooldetail_actionrow{
    display: flex;
    gap: 10px;
    margin-top: 16px;
}
.mobiletooldetail_actionrow a{
    flex: 1;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: "msyhbd";
}
.mobiletooldetail_actionrow a:first-child{
    background: linear-gradient(270deg, #3351FB 0%, #3399FB 100%);
    color: #FFFFFF;
}
.mobiletooldetail_actionrow a:last-child{
    background: #F7FAFD;
    color: #556679;
    border: 1px solid #E1EAF3;
}
.mobiletooldetail_scenarios{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}
.mobiletooldetail_scenario{
    padding: 14px;
    border-radius: 16px;
    background: #FAFCFE;
    border: 1px solid #E8EEF5;
}
.mobiletooldetail_scenario strong{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #223145;
    font-family: "msyhbd";
}
.mobiletooldetail_scenario p{
    margin-top: 6px;
    font-size: 13px;
    line-height: 22px;
    color: #667789;
}
.mobiletooldetail_downloadbox{
    margin-top: 16px;
    border-radius: 16px;
    background: #F8FBFE;
    border: 1px solid #E5EDF6;
    overflow: hidden;
}
.mobiletooldetail_downloadhead{
    padding: 12px 14px;
    border-bottom: 1px solid #E5EDF6;
    background: linear-gradient(180deg, #F9FCFF 0%, #F2F8FF 100%);
}
.mobiletooldetail_downloadhead h2{
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #223145;
    font-family: "msyhbd";
}
.mobiletooldetail_downloadactions{
    display: flex;
    gap: 10px;
    padding: 14px 14px 0;
}
.mobiletooldetail_downloadactions a{
    flex: 1;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: "msyhbd";
}
.mobiletooldetail_downloadactions a.primary{
    background: linear-gradient(270deg, #3351FB 0%, #3399FB 100%);
    color: #FFFFFF;
}
.mobiletooldetail_downloadactions a.secondary{
    background: #F7FAFD;
    color: #556679;
    border: 1px solid #E1EAF3;
}
.mobiletooldetail_downloaditems{
    padding: 12px 14px 14px;
}
.mobiletooldetail_downloaditems a{
    display: block;
    margin-top: 10px;
    padding: 12px 13px;
    border-radius: 14px;
    background: #FFFFFF;
    border: 1px solid #E8EEF5;
}
.mobiletooldetail_downloaditems a:first-child{
    margin-top: 0;
}
.mobiletooldetail_downloaditems strong{
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #223145;
    font-family: "msyhbd";
}
.mobiletooldetail_downloaditems span{
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    color: #67788A;
    word-break: break-all;
}
.mobiletooldetail_linksbox{
    margin-top: 16px;
    border-radius: 16px;
    background: #F8FBFE;
    border: 1px solid #E5EDF6;
    overflow: hidden;
}
.mobiletooldetail_linkshead{
    padding: 12px 14px;
    border-bottom: 1px solid #E5EDF6;
    background: linear-gradient(180deg, #F9FCFF 0%, #F2F8FF 100%);
}
.mobiletooldetail_linkshead h2{
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #223145;
    font-family: "msyhbd";
}
.mobiletooldetail_links{
    padding: 8px 14px 12px;
}
.mobiletooldetail_links a{
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 22px;
    color: #5E6F81;
    word-break: break-all;
}
.mobilehome_authmask{
    position: fixed;
    inset: 0;
    background: rgba(10, 18, 30, 0.42);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 60;
}
.mobilehome_authmask.active{
    opacity: 1;
    visibility: visible;
}
.mobilehome_authmodal{
    position: fixed;
    left: 50%;
    top: 50%;
    width: calc(100% - 48px);
    max-width: 348px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #E7EDF5;
    box-shadow: 0 24px 60px rgba(13, 34, 62, 0.18);
    transform: translate(-50%, calc(-50% + 18px));
    opacity: 0;
    visibility: hidden;
    transition: all 0.22s ease;
    z-index: 61;
    overflow: hidden;
}
.mobilehome_authmodal.active{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}
.mobilehome_authinner{
    padding: 20px 16px 16px;
}
.mobilehome_authhead{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.mobilehome_authhead strong{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #162234;
    font-family: "msyhbd";
}
.mobilehome_authhead span{
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 17px;
    color: #8391A2;
}
.mobilehome_authclose{
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 16px;
    background: #F4F7FB;
    color: #5E6B79;
    font-size: 16px;
    cursor: pointer;
}
.mobilehome_authtabs{
    display: flex;
    gap: 10px;
    margin-top: 16px;
    padding: 4px;
    background: #F5F8FB;
    border-radius: 16px;
}
.mobilehome_authtab{
    flex: 1;
    height: 38px;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: #607084;
    font-size: 14px;
    font-family: "msyhbd";
    cursor: pointer;
}
.mobilehome_authtab.active{
    background: #FFFFFF;
    color: #2E7BE0;
    box-shadow: 0 6px 16px rgba(28, 59, 102, 0.08);
}
.mobilehome_authpanel{
    display: none;
    margin-top: 14px;
}
.mobilehome_authpanel.active{
    display: block;
}
.mobilehome_authfield + .mobilehome_authfield{
    margin-top: 10px;
}
.mobilehome_authfield label{
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 15px;
    color: #728194;
}
.mobilehome_authfield input{
    width: 100%;
    height: 42px;
    border: 1px solid #DDE6F0;
    border-radius: 12px;
    background: #FFFFFF;
    padding: 0 13px;
    font-size: 14px;
    color: #243243;
}
.mobilehome_authfield input:focus{
    outline: none;
    border-color: #BED7F7;
}
.mobilehome_authsubmit{
    width: 100%;
    height: 44px;
    margin-top: 14px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(270deg, #3351FB 0%, #3399FB 100%);
    color: #FFFFFF;
    font-size: 14px;
    font-family: "msyhbd";
    cursor: pointer;
}
.mobilehome_authtips{
    margin-top: 10px;
    font-size: 11px;
    line-height: 17px;
    color: #8A97A8;
    text-align: center;
}
.mobilehome_bottomnav{
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 430px;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(16px);
    border-top: 1px solid #E3EBF3;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    z-index: 20;
}
.mobilehome_bottomnav a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #565656;
    font-size: 11px;
    line-height: 14px;
}
.mobilehome_bottomnav a span:first-child{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #F4F6F9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #333333;
}
.mobilehome_bottomnav a.active{
    color: #3399FB;
}
.mobilehome_bottomnav a.active span:first-child{
    background: #ECF5FF;
    color: #3399FB;
}

/* mobile safety layer */
body.mobilehome_page{
    overflow-x: hidden;
}
.mobilehome_shell{
    width: min(100%, 430px);
}
.mobilehome_page img,
.mobilehome_page svg,
.mobilehome_page video,
.mobilehome_page canvas,
.mobilehome_page iframe{
    max-width: 100%;
}
.mobilehome_page textarea,
.mobilehome_page input,
.mobilehome_page button,
.mobilehome_page select{
    max-width: 100%;
}
.mobilehome_page main,
.mobilehome_page section,
.mobilehome_page article,
.mobilehome_page div,
.mobilehome_page a,
.mobilehome_page button{
    min-width: 0;
}
.mobilehome_page h1,
.mobilehome_page h2,
.mobilehome_page h3,
.mobilehome_page h4,
.mobilehome_page p,
.mobilehome_page strong,
.mobilehome_page em{
    overflow-wrap: anywhere;
    word-break: break-word;
}
.mobilehome_page pre{
    max-width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: auto;
}
.mobilehome_page .mobilehome_topbar,
.mobilehome_page .mobilehome_section,
.mobilehome_page .mobilelist_intro,
.mobilehome_page .mobilelist_filtergroup,
.mobilehome_page .mobileprompt_item,
.mobilehome_page .mobiletutorial_item,
.mobilehome_page .mobilearticle_item,
.mobilehome_page .mobiletool_item,
.mobilehome_page .mobiletag_card,
.mobilehome_page .mobileupdate_item,
.mobilehome_page .mobilegame_item,
.mobilehome_page .mobilepromptdetail_hero,
.mobilehome_page .mobilepromptdetail_section,
.mobilehome_page .mobiletutorialdetail_hero,
.mobilehome_page .mobiletutorialdetail_section,
.mobilehome_page .mobiletooldetail_hero,
.mobilehome_page .mobiletagdetail_hero,
.mobilehome_page .mobiletagdetail_promptitem,
.mobilehome_page .mobilecolumn_hero,
.mobilehome_page .mobilecolumn_filters,
.mobilehome_page .mobilecolumn_section{
    max-width: 100%;
}

.mobilehome_footer_nav{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}
.mobilehome_footer_nav a{
    height: 34px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f8ff;
    color: #35627f;
    font-size: 13px;
    font-weight: 700;
}
.mobiledetail_article{
    margin: 12px;
    background: #fff;
    border: 1px solid #e6eef7;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(34, 67, 104, .06);
}
.mobiledetail_head{
    padding: 18px 16px 14px;
    border-bottom: 1px solid #edf3fa;
}
.mobiledetail_head h1{
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.35;
    color: #142033;
}
.mobiledetail_head p{
    margin: 10px 0 0;
    color: #5b6f86;
    line-height: 1.75;
}
.mobiledetail_meta{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    color: #6f8297;
    font-size: 13px;
}
.mobiledetail_content{
    padding: 16px;
    color: #203248;
    font-size: 16px;
    line-height: 1.9;
    word-break: break-word;
}
.mobiledetail_content img,
.mobiledetail_prompt img{
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 12px auto;
}
.mobiledetail_prompt{
    padding: 14px;
    background: #f7fbff;
    border: 1px solid #deebf8;
    border-radius: 14px;
    color: #203248;
    font-size: 15px;
    line-height: 1.85;
    white-space: pre-wrap;
}
.mobiledetail_content > *:first-child,
.mobiletutorialdetail_content > *:first-child,
.mobiledetail_prompt > *:first-child{
    margin-top: 0;
}
.mobiledetail_content h1,
.mobiledetail_content h2,
.mobiletutorialdetail_content h1,
.mobiletutorialdetail_content h2,
.mobiledetail_prompt h1,
.mobiledetail_prompt h2{
    margin-top: 24px;
    padding-left: 11px;
    border-left: 3px solid #3399FB;
    font-size: 18px;
    line-height: 27px;
    color: #1C2430;
    font-family: "msyhbd";
}
.mobiledetail_content h1,
.mobiletutorialdetail_content h1,
.mobiledetail_prompt h1{
    font-size: 20px;
    line-height: 30px;
}
.mobiledetail_content h3,
.mobiletutorialdetail_content h3,
.mobiledetail_prompt h3{
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #243244;
    font-family: "msyhbd";
}
.mobiledetail_content p,
.mobiletutorialdetail_content p,
.mobiledetail_prompt p{
    margin-top: 12px;
    font-size: 15px;
    line-height: 28px;
    color: #344456;
}
.mobiledetail_content p:empty,
.mobiletutorialdetail_content p:empty,
.mobiledetail_prompt p:empty{
    display: none;
}
.mobiledetail_content strong,
.mobiledetail_content b,
.mobiletutorialdetail_content strong,
.mobiletutorialdetail_content b,
.mobiledetail_prompt strong,
.mobiledetail_prompt b{
    color: #1F2C3B;
    font-family: "msyhbd";
}
.mobiledetail_content ul,
.mobiledetail_content ol,
.mobiletutorialdetail_content ul,
.mobiletutorialdetail_content ol,
.mobiledetail_prompt ul,
.mobiledetail_prompt ol{
    margin-top: 12px;
    padding-left: 22px;
}
.mobiledetail_content li,
.mobiletutorialdetail_content li,
.mobiledetail_prompt li{
    margin-top: 7px;
    font-size: 14px;
    line-height: 26px;
    color: #445568;
}
.mobiledetail_content li::marker,
.mobiletutorialdetail_content li::marker,
.mobiledetail_prompt li::marker{
    color: #3399FB;
    font-family: "msyhbd";
}
.mobiledetail_content blockquote,
.mobiletutorialdetail_content blockquote,
.mobiledetail_prompt blockquote{
    margin-top: 16px;
    padding: 13px 14px 13px 16px;
    background: linear-gradient(180deg, #F8FBFF 0%, #F4F8FD 100%);
    border-left: 3px solid #3399FB;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    line-height: 26px;
    color: #42576C;
}
.mobiledetail_content pre,
.mobiletutorialdetail_content pre,
.mobiledetail_prompt pre{
    margin-top: 16px;
    padding: 15px 14px;
    border-radius: 12px;
    background: #10161F;
    color: #DCE8F5;
    font-size: 13px;
    line-height: 24px;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: "Consolas", "Monaco", monospace;
}
.mobiledetail_content code,
.mobiletutorialdetail_content code,
.mobiledetail_prompt code{
    padding: 2px 6px;
    border-radius: 6px;
    background: #F1F6FC;
    color: #245C9A;
    font-family: "Consolas", "Monaco", monospace;
    font-size: 0.92em;
}
.mobiledetail_content pre code,
.mobiletutorialdetail_content pre code,
.mobiledetail_prompt pre code{
    padding: 0;
    background: transparent;
    color: inherit;
}
.mobiledetail_content table,
.mobiletutorialdetail_content table,
.mobiledetail_prompt table{
    display: block;
    width: 100% !important;
    max-width: 100%;
    margin-top: 16px;
    border-collapse: collapse;
    border: 1px solid #E4ECF5;
    border-radius: 10px;
    overflow-x: auto;
    background: #FFFFFF;
}
.mobiledetail_content th,
.mobiledetail_content td,
.mobiletutorialdetail_content th,
.mobiletutorialdetail_content td,
.mobiledetail_prompt th,
.mobiledetail_prompt td{
    min-width: 92px;
    padding: 10px 11px;
    border: 1px solid #E4ECF5;
    font-size: 13px;
    line-height: 22px;
    color: #405166;
    vertical-align: top;
}
.mobiledetail_content th,
.mobiletutorialdetail_content th,
.mobiledetail_prompt th{
    background: #F5F9FE;
    color: #1F2C3B;
    font-family: "msyhbd";
}
.mobiletooldetail_content img{
    max-width: 100% !important;
    height: auto !important;
}
.mobilelist_pages{
    margin: 16px 12px 0;
    padding: 0;
    text-align: center;
}
.mobilelist_pages a,
.mobilelist_pages span{
    display: inline-flex;
    min-width: 32px;
    height: 32px;
    margin: 3px;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: #FFFFFF;
    border: 1px solid #E6EDF5;
    color: #5F7083;
    font-size: 12px;
}
.mobilelist_pages span{
    color: #2E7BE0;
    border-color: #D2E6FB;
    background: #EEF6FF;
    font-family: "msyhbd";
}

@media (min-width: 431px){
    .mobilehome_shell{
        width: min(100%, 520px);
        max-width: 520px;
        padding-bottom: 0;
    }
    .mobilehome_topbar_inner{
        padding: 14px 18px 12px;
    }
    .mobilehome_subnav{
        padding-left: 18px;
        padding-right: 18px;
        gap: 10px;
    }
    .mobilehome_section,
    .mobilelist_intro,
    .mobilelist_filtergroup,
    .mobileprompt_list,
    .mobiletutorial_list,
    .mobilearticle_list,
    .mobiletool_list,
    .mobiletag_section,
    .mobileupdate_list,
    .mobilecolumn_filters,
    .mobilecolumn_section,
    .mobilepromptdetail_hero,
    .mobilepromptdetail_section,
    .mobiletutorialdetail_hero,
    .mobiletutorialdetail_section,
    .mobiletooldetail_hero,
    .mobiletagdetail_hero{
        margin-left: 16px;
        margin-right: 16px;
    }
    .mobilehome_section,
    .mobilelist_intro{
        padding: 18px 16px;
    }
    .mobilelist_filtergroup{
        padding-left: 16px;
        padding-right: 16px;
    }
    .mobilehome_hero h1{
        font-size: 28px;
        line-height: 36px;
    }
    .mobilehome_sectionhead h2{
        font-size: 20px;
        line-height: 25px;
    }
    .mobilehome_quickgrid{
        gap: 14px 10px;
    }
    .mobilehome_quickgrid img{
        width: 50px;
        height: 50px;
    }
    .mobilehome_prompts,
    .mobilehome_topicgrid,
    .mobiletag_grid,
    .mobilepromptdetail_faqmini{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mobiletutorialdetail_quickinfo,
    .mobiletooldetail_infogrid{
        gap: 10px;
    }
    .mobiletutorialdetail_cover img{
        height: 210px;
    }
    .mobilehome_bottomnav{
        max-width: 520px;
    }
}

@media (min-width: 768px){
    .mobilehome_shell{
        width: 100%;
        max-width: none;
        padding-bottom: 0;
    }
    .mobilehome_topbar_inner{
        padding: 16px 28px 14px;
    }
    .mobilehome_subnav{
        padding-left: 28px;
        padding-right: 28px;
        gap: 12px;
    }
    .mobilehome_section,
    .mobilelist_intro,
    .mobilelist_filtergroup,
    .mobileprompt_list,
    .mobiletutorial_list,
    .mobilearticle_list,
    .mobiletool_list,
    .mobiletag_section,
    .mobileupdate_list,
    .mobilecolumn_filters,
    .mobilecolumn_section,
    .mobilepromptdetail_hero,
    .mobilepromptdetail_section,
    .mobiletutorialdetail_hero,
    .mobiletutorialdetail_section,
    .mobiletooldetail_hero,
    .mobiletagdetail_hero{
        margin-left: 28px;
        margin-right: 28px;
    }
    .mobilehome_section,
    .mobilelist_intro,
    .mobilelist_filtergroup{
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobilehome_hero h1{
        font-size: 32px;
        line-height: 42px;
    }
    .mobilehome_quickgrid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px 12px;
    }
    .mobilehome_prompts,
    .mobilehome_topicgrid,
    .mobiletag_grid,
    .mobilepromptdetail_faqmini{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    .mobilehome_footerlinks{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .mobiletutorialdetail_quickinfo,
    .mobiletooldetail_infogrid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
    .mobiletutorialdetail_cover img{
        height: 240px;
    }
    .mobilehome_bottomnav{
        display: none;
    }
}

@media (max-width: 390px){
    .mobilehome_topbar_inner{
        padding: 11px 12px 9px;
        gap: 10px;
    }
    .mobilehome_subnav{
        padding-left: 12px;
        padding-right: 12px;
    }
    .mobilehome_brand{
        gap: 8px;
    }
    .mobilehome_brand img{
        width: 32px;
        height: 32px;
    }
    .mobilehome_brand strong{
        font-size: 16px;
        line-height: 20px;
    }
    .mobilehome_brand span{
        font-size: 10px;
        line-height: 14px;
    }
    .mobilehome_topactions{
        gap: 6px;
    }
    .mobilehome_loginbtn{
        padding: 0 10px;
        font-size: 11px;
    }
    .mobilehome_section,
    .mobilelist_intro,
    .mobilelist_filtergroup,
    .mobileprompt_list,
    .mobiletutorial_list,
    .mobilearticle_list,
    .mobiletool_list,
    .mobiletag_section,
    .mobileupdate_list,
    .mobilecolumn_filters,
    .mobilecolumn_section,
    .mobilepromptdetail_hero,
    .mobilepromptdetail_section,
    .mobiletutorialdetail_hero,
    .mobiletutorialdetail_section,
    .mobiletooldetail_hero,
    .mobiletagdetail_hero{
        margin-left: 10px;
        margin-right: 10px;
    }
    .mobilehome_section,
    .mobilelist_intro{
        padding: 14px 12px;
    }
    .mobilelist_filtergroup{
        padding-left: 12px;
        padding-right: 12px;
    }
    .mobilehome_sectionhead h2{
        font-size: 18px;
        line-height: 23px;
    }
    .mobilehome_hero h1{
        font-size: 24px;
        line-height: 32px;
    }
    .mobilehome_hero_stats{
        gap: 8px;
    }
    .mobilehome_quickgrid{
        gap: 10px 6px;
    }
    .mobilehome_quickgrid img{
        width: 42px;
        height: 42px;
        border-radius: 12px;
        padding: 9px;
    }
    .mobilehome_prompts,
    .mobilepromptdetail_faqmini,
    .mobilehome_topicgrid,
    .mobiletag_grid{
        grid-template-columns: 1fr;
    }
    .mobilehome_footerlinks{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mobiletutorialdetail_quickinfo,
    .mobiletooldetail_infogrid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 360px){
    .mobilehome_shell{
        padding-bottom: 0;
    }
    .mobilehome_topbar_inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobilehome_subnav{
        padding-left: 10px;
        padding-right: 10px;
        gap: 6px;
    }
    .mobilehome_subnav a{
        font-size: 13px;
        padding: 0 8px;
    }
    .mobilehome_section,
    .mobilelist_intro,
    .mobilelist_filtergroup,
    .mobileprompt_list,
    .mobiletutorial_list,
    .mobilearticle_list,
    .mobiletool_list,
    .mobiletag_section,
    .mobileupdate_list,
    .mobilecolumn_filters,
    .mobilecolumn_section,
    .mobilepromptdetail_hero,
    .mobilepromptdetail_section,
    .mobiletutorialdetail_hero,
    .mobiletutorialdetail_section,
    .mobiletooldetail_hero,
    .mobiletagdetail_hero{
        margin-left: 8px;
        margin-right: 8px;
    }
    .mobilehome_quickgrid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .mobilehome_prompts{
        grid-template-columns: 1fr;
    }
    .mobilehome_modelcard{
        flex-basis: 80px;
    }
    .mobiletutorialdetail_cover img{
        height: 168px;
    }
    .mobilehome_bottomnav{
        padding-left: 6px;
        padding-right: 6px;
    }
}
