        * {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .article-pages {
            background-color: #F5F5F5;
            width: 100%;
            min-height: 100vh;
            padding: 30px 0;
            box-sizing: border-box;
        }

        .article-main {
            width: 1200px;
            min-height: 800px;
            margin: 0 auto;
            border-radius: 10px;
            display: flex;
            gap: 40px;
            align-items: flex-start;
            background: #FFFFFF;
        }

        .article-list {
            width: calc(100%);
            padding: 0 10px 40px 10px;
            box-sizing: border-box;
            background: #FFFFFF;
        }

        .article-like {
            width: calc(30% - 20px);
            padding: 60px 40px;
            box-sizing: border-box;
            background: #FFFFFF;
        }

        .article-other {}

        .article-product {}

        .article-content {
            border: 1px solid #ECECEC;
            padding: 40px 20px 20px;
            border-left: none;
            border-right: none;
            text-align: justify;
            line-height: 26px;
            font-weight: 400;
            font-size: 16px;
            color: #333333;
        }

        .article-title {
            padding: 0 0 0 20px;
            font-weight: 500;
            font-size: 32px;
            color: #333333;
        }

        .article-dkiy {
            padding: 30px 20px 10px;
            font-weight: 400;
            font-size: 14px;
            color: #666666;
        }

        .article-time {
            margin-right: 40px;
        }

        .btn-kkl {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-weight: 400;
            font-size: 14px;
            color: #61666D;
            background: url('../img/icon-dz.png') no-repeat;
            background-size: 20px 20px;
            background-position: left center;
            padding: 0 0 0 26px;
            user-select: none;
            margin-left: 20px;
        }

        .btn-kkl.sc {
            background-image: url('../img/icon-sc.png');
        }

        .btn-kkl.zf {
            background-image: url('../img/icon-zf.png');
        }

        .btn-kkl.active.dz {
            /*background-image: url('./img/dzed.png');*/
        }

        .btn-kkl.active.sc {
            /*background-image: url('./img/sced.png');*/
        }

        .btn-kkl.active.zf {
            /*background-image: url('./img/zfed.png');*/
        }

        .footer-article {
            display: flex;
            /* gap: 40px; */
            align-items: center;
            padding: 10px 0 10px 20px;
        }

        .article-other,
        .article-product {
            width: 100%;
            box-shadow: 0px 1px 15px 1px rgba(77, 83, 100, 0.1);
            border-radius: 4px;
        }

        .article-product {
            margin-top: 20px;
        }

        .article-list-other {
            padding: 0px 10px 16px 10px;
            list-style-position: inside;
        }

        .article-list-other>li {
            padding: 16px 0;
            border-bottom: 1px dotted #EBECED;
            font-size: 20px;
            cursor: pointer;
        }

        .list-title {
            display: flex;
            align-items: center;
            padding: 0 20px 0 0;
            box-sizing: border-box;
        }

        .list-title::before {
            content: '';
            display: block;
            width: 4px;
            height: 20px;
            background-color: #1575FF;
            margin: 10px 10px;

        }

        .artc-titles {
            width: 100%;
            font-weight: bold;
            font-size: 22px;
            color: #111111;
        }

        .list-ddil {
            border-bottom: 2px solid #1575FF;
            flex: 1;
            padding: 16px 0 16px;
            font-weight: 500;
            font-size: 20px;
            color: #333333;
        }

        .sub-title {
            color: #949494;
            margin-left: 10px;
        }

        .messageto {
            display: block;
            width: 100%;
            margin: 10px 0 20px;
            border: 1px solid #1575FF;
            padding: 8px;
            background-color: #FFF;
            border-radius: 6px;
            color: #1575FF;
            box-sizing: border-box;
            text-align: center;
            cursor: pointer;
        }

        .product-list {
            list-style: none;
            padding: 0px 10px 16px 10px;

        }

        a {
            text-decoration: none;
            color: inherit;
            /* 继承字体颜色, 若不需要可不加 */
        }

        .product-list>li>a {
            padding: 16px 0;
            border-bottom: 1px dotted #EBECED;
            font-size: 12px;
            display: flex;
            gap: 10px;
        }

        .img-product {
            width: 60px;
            height: 60px;
        }

        .product-title {
            width: 100%;
            white-space: nowrap;
            /* 不换行 */
            overflow: hidden;
            /* 内容溢出时隐藏 */
            text-overflow: ellipsis;
            /* 显示省略号 */
            font-weight: bold;
            font-size: 13px;
            color: #111111;
        }

        .artcl-cot {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

        }

        .row1 {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .row3 {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            /* 控制文本行数为3行 */
        }

        .product-sub {
            font-size: 11px;
            color: #949494;
            margin: 2px 0;
            width: 100%;
            white-space: nowrap;
            /* 不换行 */
            overflow: hidden;
            /* 内容溢出时隐藏 */
            text-overflow: ellipsis;
            /* 显示省略号 */
        }

        .product-price {
            font-weight: bold;
            font-size: 18px;
            color: #111111;
            width: 100%;
            white-space: nowrap;
            /* 不换行 */
            overflow: hidden;
            /* 内容溢出时隐藏 */
            text-overflow: ellipsis;
            /* 显示省略号 */
        }

        .product-qi {
            font-size: 11px;
            color: #111111;
        }

        .product-info {
            max-width: calc(100% - 70px);
        }

        .previewimg {
            /*background: url('./img/dzed.png');*/
        }

        .previewimg2 {
            /*background: url('./img/sced.png');*/
        }

        .previewimg3 {
            /*background: url('./img/zfed.png');*/
        }

        .mask-frame {
            position: fixed;
            width: 100vw;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mask-toast {
            background: rgba(0, 0, 0, .3);
            width: 200px;
            height: 100px;
            border-radius: 10px;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFF;

        }

        .hide {
            display: none;
        }

        .article-typelist {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding: 20px 20px;
            border-bottom: 1px solid rgba(235, 236, 237, .55);
            position: sticky;
            top: 0px;
            background: #FFF;
        }

        .article-type {
            font-weight: 500;
            font-size: 20px;
            color: #666666;
            padding: 10px 30px;
            cursor: pointer;
        }

        .article-item {
            padding: 28px 0;
            margin: 0 20px;
            display: flex;
            gap: 18px;
            border-bottom: 1px solid rgba(235, 236, 237, .55);
        }

        .artc-contents {
            font-weight: 500;
            font-size: 14px;
            color: #666666;
            line-height: 22px;
        }

        .img-list-item {
            width: 260px;
            height: 165px;
        }

        .article-type.active {
            display: block;
            background: #1498FF;
            border-radius: 37px 37px 37px 37px;
            color: #FFFFFF;
        }

        .artc-data {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .readn {
            font-weight: 500;
            font-size: 14px;
            color: #666666;
            margin-right: 16px;
        }

        .createtime {
            font-weight: 500;
            font-size: 14px;
            color: #BCBCBC;
        }