        /* 手机 */
        
        .mobile {
            min-height: 100vh;
            /* display: none;*/
            background-color: #F8F8F8;
        }
        
        .mobile .main ul {
            padding: 0;
        }
        
        .mobile .main {
            padding: 16px;
            /* padding-bottom: 120px; */
            box-sizing: border-box;
        }
        
        .mobile .main .nav-title {
            width: 100%;
            height: 46px;
            color: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #F8F8F8;
        }
        
        .mobile .main .nav-title h3 {
            margin: 0;
            font-family: PingFang SC;
            font-size: 17px;
            font-weight: 600;
            line-height: 23.8px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
        }
        
        .mobile .main .breadcrumb {
            padding-top: 1.2rem;
            display: flex;
            align-items: center;
        }
        
        .mobile .main .breadcrumb a {
            font-family: PingFang SC;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 2.2rem;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: rgba(0, 0, 0, 0.4);
        }
        
        .mobile .main .breadcrumb a:last-child {
            color: #000000;
        }
        
        .mobile .main .breadcrumb p {
            width: 1.6rem;
            height: 1.6rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 .4rem;
        }
        
        .mobile .main .breadcrumb p img {
            width: auto;
            height: .8rem;
        }
        
        .mobile .main .article-info {
            padding: 16px;
            border-radius: 16px;
            background-color: #FFFFFF;
            box-shadow: 0px 0px 20px 7px #00000008;
        }
        
        .mobile .main .article-info .article-title {
            font-family: PingFang SC;
            font-size: 16px;
            font-weight: 600;
            line-height: 22.4px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: #000000;
        }
        
        .mobile .main .article-info .article-sub {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid #f2f2f2;
        }
        
        .mobile .main .article-info .article-sub p {
            font-family: PingFang SC;
            font-size: 12px;
            font-weight: 400;
            line-height: 16.8px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: rgba(0, 0, 0, 0.5);
        }
        
        .mobile .main .article-info .info {
            padding-top: 8px;
            overflow: hidden;
        }
        
        .mobile .main .article-info .info p {
            font-family: PingFang SC;
            font-size: 16px;
            font-weight: 400;
            line-height: 28.8px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: rgba(0, 0, 0, 0.9);
            padding-bottom: 8px;
        }
        
        .mobile .main .article-info .info p img {
            max-width: 100%;
            overflow: hidden;
        }
        
        .mobile .main .relevant {
            padding: 16px;
            margin-top: 16px;
            border-radius: 16px;
            box-sizing: border-box;
            background: radial-gradient(89.08% 39.78% at 50% -28.64%, #ABCDFF 0%, #FFFFFF 100%);
            box-shadow: 0px 0px 20px 7px #00000008;
        }
        
        .mobile .main .relevant .title {
            font-family: PingFang SC;
            font-size: 16px;
            font-weight: 600;
            line-height: 22.4px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: #000000;
            padding: 6px 0;
            position: relative;
            display: inline-block;
        }
        
        .mobile .main .relevant .title::after {
            position: absolute;
            content: '';
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 4px;
            border-radius: 99px;
            background-color: var(--theme-color);
        }
        
        .mobile .main .relevant ul {
            padding-top: 6px;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        
        .mobile .main .relevant ul li {
            padding: 8px 0;
            font-family: PingFang SC;
            font-size: 16px;
            font-weight: 400;
            line-height: 22.4px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: #000000;
        }