@import url('https://at.alicdn.com/t/c/font_4793712_1scf015eli8.css');

:root {
    --color-primary: #2469f6;
    --color-primary2: #3977f6;
    --color-primary3: #4f87f7;
    --color-primary4: #6595f8;
    --color-primary5: #7ba5f9;
    --color-primary6: #91b3fa;
    --color-primary7: #a7c3fb;
    --color-primary8: #bcd1fc;
    --color-primary9: #d3e1fd;
    --color-primary10: #e8f0fe;
    --color-primary20: #0545c8;
    --color-success: #3ac15f;
    --color-success2: #4dc76e;
    --color-success3: #61cd7f;
    --color-success4: #74d38e;
    --color-success5: #88da9f;
    --color-success6: #9ce0ae;
    --color-success7: #b0e6bf;
    --color-success8: #c3ecce;
    --color-success9: #d7f3df;
    --color-success10: #ebf9ef;
    --color-info: #5087f8;
    --color-info2: #739ff9;
    --color-info3: #a7c3fb;
    --color-info4: #cadbfd;
    --color-info5: #edf3fe;
    --color-error: #e02433;
    --color-error2: #e33947;
    --color-error3: #e64f5b;
    --color-error4: #e9656f;
    --color-error5: #ec7b84;
    --color-error6: #ef9198;
    --color-error7: #f3a7ad;
    --color-error8: #f6bcc1;
    --color-error9: #f9d3d6;
    --color-error10: #fce8ea;
    --color-warn: #ffc300;
    --color-warn2: #ffc819;
    --color-warn3: #ffcf33;
    --color-warn4: #ffd54c;
    --color-warn5: #ffdb66;
    --color-warn6: #ffe17f;
    --color-warn7: #ffe799;
    --color-warn8: #ffedb2;
    --color-warn9: #fff3cc;
    --color-warn10: #fff9e5;
    --color-disabled: #c5c6cb;
    --color-disabled2: #d0d1d5;
    --color-disabled3: #dcdde0;
    --color-disabled4: #e8e8ea;
    --color-disabled5: #f4f4f5;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-orange: #f66524;
    --color-orange2: #f67439;
    --color-orange3: #f7834f;
    --color-orange4: #f89365;
    --color-orange5: #f9a27b;
    --color-orange6: #fab191;
    --color-orange7: #fbc1a7;
    --color-orange8: #fcd0bc;
    --color-orange9: #fde0d3;
    --color-orange10: #feefe8;
    --border-color: #eeeeee;
    --border-line-color: #f8f8f8;
    --border-color-blockquote: #dbdbdb;
    --shadow-color: #c5c9d5;
    --shadow-color2: #f1f3f4;
    --color-text-primary: #0b0b37;
    --color-text-dark: #212529;
    --color-text-regular: #4f5a70;
    --color-text-secondary: #8590a6;
    --color-text-placeholder: #c5c6cb;
    --color-box-placeholder: #f1f3f4;
    --color-text-blockquote: #6a737d;
    --color-transition: transparent;
    --background-color: #f5f7f8;
    --background-color-text: #f9fafb;
    --background-color-text2: #eff1f3;
    --background-color-body: #f1f3f4;
    --mask-background-color: rgba(0, 0, 0, 0.5)
}

blockquote, html, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    background-color: #f5f6f9;
    color: #2f3845;
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a:active, a:hover {
    outline: 0
}

img {
    border: none
}

li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none !important;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both
}

a {
    color: #333;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

a:hover {
    color: #FF5D4A
}

a cite {
    font-style: normal;
    *cursor: pointer
}

cite {
    font-style: normal !important;
}

a.disabled {
    pointer-events: none;
}

em {
    font-style: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.layui-input:focus,
.layui-textarea:focus,
.layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
    border-color: inherit !important;
    box-shadow: none;
}

.layui-input-wrap input::-ms-clear,
.layui-input-wrap input::-ms-reveal {
    display: none
}

.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
    pointer-events: none;
}

::placeholder {
    font-size: 1.4rem;
    font-weight: 300;
    color: #999
}

.container {
    width: 112.4rem;
    margin: 0 auto;
}

.layui-bg-red {
    background-color: #cf2532 !important;
}

.layui-bg-normal {
    background-color: var(--color-primary2) !important;
}

.d-l-1,
.d-l-2,
.d-l-3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.d-l-2 {
    -webkit-line-clamp: 2;
}

.d-l-2 {
    -webkit-line-clamp: 3;
}

.qrcode-main {
    .layui-layer-content {
        padding: 1rem;
    }
}

.tips-barcode {
    .layui-layer-content {
        padding: 0.8rem;
        border-radius: 0.5rem;

        .bar-code {
            border-top: 5px solid #ffffff;
            height: 9rem;
            overflow: hidden;
            display: flex;
            align-items: flex-end;

            .barcode {
                width: 100%;
            }
        }
    }
}

.tips-echarts {
    margin-top: 7rem;
    margin-left: 8.6rem;

    .layui-layer-content {
        padding-top: 1.5rem;
        background-color: #ffffff;
        color: #898989;
        border-radius: 0.5rem;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);

        .tips-text {
            padding-top: 1.2rem;
            display: flex;
            align-items: center;
            justify-content: center;

            i {
                padding-right: 0.6rem;
            }
        }

        i.layui-layer-TipsL {
            display: none;
        }
    }


}

.data-view {
    height: 25rem;
    width: 58rem;
}

.no-copy {
    user-select: none;
    -webkit-touch-callout: none;
}

.line-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**
自定义滚动条
 */
::-webkit-scrollbar {
    width: 1.4rem;
    height: 1.4rem;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    min-height: 1.2rem;
    border: 0.4rem solid transparent;
    background-clip: content-box;
    border-radius: 0.7rem;
    background-color: #c8d5e1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbcf;
}

::-webkit-scrollbar-thumb:active {
    background-color: #87a2bd;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

/**
验证码
 */
.captcha-main[data-captcha="true"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;

    &::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

/**
信号强度
 */
.latency-main {
    position: relative;
    line-height: 1;
    width: 12rem;
    display: inline-flex;
    justify-content: end;

    .latency-icon {
        width: 2rem;
        #transform: rotateY(-180deg);
        float: left;
    }

    .latency-number {
        font-size: 1.4rem;
        padding-left: 1rem;
        display: inline-flex;
        padding-top: 0.5rem;
    }
}

/**
下拉菜单
 */
.layui-dropdown {
    min-width: 15.5rem;
    border: none !important;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, .1);

    .layui-menu {
        margin: 0;

        li {
            div {
                margin: -2px -12px;
                border-radius: 0.5rem;
                font-size: 1.2rem;
                text-align: center;
            }

            &:hover {
                background-color: transparent;

                div {
                    background-color: #f1f1f1;
                }
            }

            &:first-child {
                div {
                    background-color: #f1f1f1;
                    font-size: 1.4rem;
                }
            }
        }
    }
}

/**
面包屑导航
 */
.breadcrumb {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    line-height: 1;
    border-radius: 0.5rem;
    background-color: #ffffff;

    .breadcrumb-main {
        display: flex;
        align-items: center;

        span,
        a {
            font-size: 1.3rem;
            line-height: 1.6rem;
            color: #999;
        }

        .layui-icon {
            font-size: 1.2rem;
            margin: 0 0.6rem;
            color: #999;
        }
    }

    .warn {
        float: right;
    }
}

/**
缺省显示
 */
.empty-main {
    min-height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;

    .empty-content {
        text-align: center;

        img {
            width: 20rem;
        }

        .empty-title {
            padding-top: 2rem;
            color: #acacac;
            text-align: center;
        }
    }
}

/**
头部
 */
header {
    position: relative;
    width: 100%;
    background-color: #ffffff;

    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;

        .logo {
            display: block;
            margin: 1.6rem 3.2rem;

            img {
                height: 3rem;
            }

            h1 {
                height: 0;
                overflow: hidden;
            }
        }

        .user {
            display: flex;
            flex-shrink: 0;
            align-items: center;
            justify-content: flex-end;
            font-size: 1.6rem;
            line-height: 2.4rem;
            cursor: pointer;
            margin-left: 3rem;

            .item {
                position: relative;
                display: flex;
                align-items: center;
                margin-right: 32px;
                color: #333;

                .layui-icon {
                    margin-right: 0.8rem;
                    font-size: 2.4rem;
                }

                &.login-button {
                    padding: 0.5rem 1.6rem;
                    font-size: 1.4rem;
                    font-weight: 500;
                    line-height: 2rem;
                    border: 1px solid #333;
                    border-radius: 1.6rem;
                }

                .avatar {
                    width: 4rem;
                    height: 4rem;
                    border-radius: 50%;
                }

                &.search {
                    display: none;
                }
            }
        }
    }
}

/**
搜索
 */
search {
    background-color: #ffffff;
    padding: 8rem 0 8.6rem;


    .search-main {
        position: relative;
        width: 76rem;
        margin: 0 auto;

        .search-input {
            position: relative;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            height: 5.2rem;
            padding-left: 5.6rem;
            overflow: hidden;
            border: 2px solid #000;
            border-radius: 5rem;

            input {
                box-sizing: border-box;
                display: block;
                width: 100%;
                font-size: 1.6rem;
                line-height: 2.2rem;
                color: #333;
                background: #fff;
                border: none;
                outline: none;
            }

            .layui-icon {
                position: absolute;
                top: 1rem;
                left: 2rem;
                z-index: 1;
                font-size: 2rem;
            }

            .layui-input-wrap {
                width: 100%;

                .layui-input-suffix {
                    top: -0.9rem;
                }
            }
        }

        .search-button {
            z-index: 1;
            box-sizing: border-box;
            display: block;
            flex-shrink: 0;
            width: 8rem;
            height: 4.4rem;
            margin-right: 0.2rem;
            margin-left: 1.6rem;
            font-size: 1.6rem;
            line-height: 4.4rem;
            color: #fff;
            text-align: center;
            cursor: pointer;
            background: linear-gradient(135deg, #cf2532, #ea4928);
            border-radius: 4.4rem;
            font-family: PingFangSC-Medium, sans-serif;
            font-weight: 500;
            border: none;
        }

        .search-info {
            margin-top: 24px;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            color: #999;
            text-align: center;
        }
    }

    &.search-mini {
        width: 65rem;
        padding: 0;
        z-index: 0;
        background-color: transparent;

        .search-main {
            position: relative;
            width: 100%;
            margin: 0 auto;

            .search-input {
                height: 4rem;
                padding-left: 4rem;
                border-radius: 4rem;
                background-color: #ffffff;

                .layui-icon {
                    top: 0.3rem;
                    left: 1.5rem;
                }

                .layui-input-wrap {
                    .layui-input-suffix {
                        top: -0.2rem;
                    }
                }
            }
        }

        .search-button {
            height: 3.2rem;
            line-height: 3.2rem;
            font-size: 1.4rem;
            margin-left: 1.6rem;
        }
    }
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: center;

    .item {
        width: 17.8%;

        a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 6rem;
            font-size: 1.8rem;
            color: #333;
            cursor: pointer;
            background-color: #fff;
            border-radius: 1.2rem 1.2rem 0 0;
            font-weight: 500;

            .nav-icon {
                display: block;
                width: 2.4rem;
                height: 2.4rem;
                margin-right: 1.2rem;
                background-repeat: repeat;
                background-position: 50%;
                background-size: cover;
            }

            &:hover {
                background: linear-gradient(0deg, rgba(245, 246, 249, .5), rgba(245, 246, 249, .5)), #fff;
            }
        }

        &.active {
            a {
                background-color: #f5f6f9;
            }
        }
    }
}

/**
主体
 */
section.main-section {
    padding: 6.4rem 0;

    .main-title {
        height: 5rem;
        font-size: 3.4rem;
        font-weight: 500;
        line-height: 5rem;
        color: #333;
        text-align: center;

        span {
            font-size: 3.2rem;
        }
    }

    .main-info {
        height: 2.2rem;
        margin-top: 0.8rem;
        margin-bottom: 4rem;
        font-size: 1.5rem;
        line-height: 2.2rem;
        color: #333;
        text-align: center;
    }
}

section.article-section-content {
    padding: 6.4rem 0 2rem;

    .article-main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;

        .article-list {
            background-color: #ffffff;
            width: 100%;
            border-radius: 0.5rem;
            box-sizing: border-box;

            .list-title {
                padding: 1.5rem;
                line-height: 1;
                border-bottom: 1px solid #f5f5f5;
                display: flex;
                align-items: center;
                justify-content: space-between;

                .left-title {
                    font-size: 1.5rem;
                    font-weight: 500;
                }

                span {

                    a {
                        margin-left: 1rem;
                        font-size: 1.2rem;
                        color: #acacac;

                        &:first-child {
                            margin-left: 0;
                        }
                    }
                }
            }

            .list-main {
                padding: 1.5rem 1.5rem 2rem 1.5rem;

                .item-list {
                    padding-top: 1.5rem;

                    li {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        line-height: 1;
                        font-size: 1.3rem;
                        padding-bottom: 1.5rem;

                        .title {
                            flex: 1 1 auto;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .category {
                            flex-shrink: 0;
                            color: #828a92;
                        }

                        span {
                            flex-shrink: 0;
                            color: #cccccc;
                            font-size: 1.2rem;
                        }

                        &:last-child {
                            padding-bottom: 0;
                        }
                    }
                }
            }

            .hot-item {
                display: flex;
                border-bottom: 1px solid #f8f8f8;
                padding-bottom: 1.5rem;

                .thumb {
                    width: 14rem;
                    margin-right: 1.5rem;
                    flex-shrink: 0;

                    img {
                        width: 100%;
                        border-radius: 0.4rem;
                    }
                }

                .info {
                    position: relative;
                    overflow: hidden;

                    h2.title {
                        font-size: 2rem;
                        width: 100%;
                        font-weight: 500;
                        line-height: 1;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                    p.desc {
                        padding-top: 1.2rem;
                        color: #acacac;
                        line-height: 1.6;
                        font-size: 1.2rem;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        margin-right: 2rem;
                        font-weight: 360;
                    }

                    .footer-data {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        margin-top: 1rem;
                        line-height: 1;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;

                        span {
                            color: #828a92;
                            margin-right: 1.5rem;
                            font-weight: 400;

                            a {
                                color: #828a92;
                            }

                            em {
                                color: #acacac;

                                i {
                                    font-size: 1.2rem;
                                    padding-right: 0.7rem;
                                }
                            }

                            &:last-child {
                                margin-right: 0;
                            }
                        }
                    }
                }
            }
        }
    }
}

.main-drugs-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .drugs-left {
        width: 43.3rem;
        flex-shrink: 0;

        .drugs-item {
            display: flex;
            height: 10.5rem;
            padding: 0 2.3rem;
            margin-bottom: 1.6rem;
            background: #fff;
            border-radius: 1rem;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: center;

            .drugs-name {
                margin-bottom: 0.4rem;
                font-size: 2rem;
                font-weight: 500;
                line-height: 2.8rem;
                color: #333;
            }

            .drugs-info {
                font-size: 1.5rem;
                line-height: 2.2rem;
                color: #999;
            }

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    .drugs-right {
        position: relative;
        width: 100%;
        height: 35rem;
        margin-left: 1.6rem;
        background-image: url("../img/drugs-24h-thumb.png");
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 16px;
    }
}


section.main-white {
    background-color: var(--color-white);
}

.main-clinical-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;

    .clinical-item {
        box-sizing: border-box;
        width: 26rem;
        height: 24rem;
        padding: 2rem 3rem;

        .item-icon {
            width: 10rem;
            height: 10rem;
            margin: 0 auto 2rem;
            background-image: url("../img/icon-clinical-1.png");
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover;
        }


        &:nth-child(2) .item-icon {
            background-image: url("../img/icon-clinical-2.png");
        }

        &:nth-child(3) .item-icon {
            background-image: url("../img/icon-clinical-3.png");
        }

        &:nth-child(4) .item-icon {
            background-image: url("../img/icon-clinical-4.png");
        }

        .item-name {
            margin-bottom: 0.8rem;
            font-size: 2.2rem;
            line-height: 3.4rem;
            color: #333;
            text-align: center;
            font-family: PingFangSC-Medium, sans-serif;
            font-weight: 500;
        }

        .item-desc {
            font-size: 1.5rem;
            line-height: 2.2rem;
            color: #999;
            text-align: center;
        }
    }
}

.doctor-main {
    .carousel-doctor {
        background-color: transparent;

        [carousel-item]:before {
            display: none;
        }

        div {
            div {
                background-color: transparent;
            }
        }
    }

    .carousel-doctor {
        .carousel-main {
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: space-between;

            .carousel-item {
                background-color: #ffffff;
                width: 100%;
                display: flex;
                align-content: center;
                align-items: center;
                border-radius: 1rem;
                padding: 2rem;
                box-sizing: border-box;
                margin-right: 2rem;
                box-shadow: 0 0 1.2rem rgba(121, 148, 193, 0.1);

                .doctor-avatar {
                    border-radius: 50%;
                    padding: 0.3rem;
                    background-color: #f1f1f1;
                    flex-shrink: 0;

                    img {
                        width: 7.8rem;
                        height: 7.8rem;
                        border-radius: 50%;
                    }
                }

                .doctor-info {
                    width: 100%;
                    margin-left: 2rem;

                    .name {
                        font-size: 1.8rem;
                        align-items: center;
                        display: inline-flex;
                        line-height: 1;

                        span {
                            font-size: 1.2rem;
                            color: #898989;
                            padding-left: 1.5rem;
                        }
                    }

                    .desc {
                        padding-top: 1rem;
                        line-height: 1.8;
                    }
                }

                &:last-child {
                    margin-right: 0;
                }
            }
        }

        .layui-carousel-ind,
        .layui-carousel-ind ul {
            background-color: transparent;

            li {
                width: 6rem;
                height: 0.6rem;
                margin: 0 0.5rem;
                border-radius: 0.6rem;
                background-color: #ebedf0;

                &.layui-this {
                    background-color: #cf2532;
                }
            }
        }
    }
}

footer {
    padding: 3rem 0 3rem;
    font-size: 1.3rem;
    background-color: #ffffff;

    .foot-link {

        ul {
            display: flex;
            justify-content: center;

            li {
                padding: 0 2rem;
                position: relative;

                &::after {
                    position: absolute;
                    content: " ";
                    height: 1.2rem;
                    width: 0.1rem;
                    background-color: #c9c9c9;
                    top: 0.4rem;
                    right: 0;
                }

                &:last-child {
                    &::after {
                        display: none;
                    }
                }
            }
        }
    }

    .copyright {
        text-align: center;
        padding-top: 0.5rem;

        p {
            padding-top: 1rem;

            a {
                padding: 0 2rem;
                position: relative;
                line-height: 1;

                img {
                    width: 2rem;
                    height: 2rem;
                    padding-right: 1.2rem;
                }

                &::after {
                    position: absolute;
                    content: " ";
                    height: 1.2rem;
                    width: 0.1rem;
                    background-color: #c9c9c9;
                    top: 0.2rem;
                    right: 0;
                }

                &:last-child {
                    &::after {
                        display: none;
                    }
                }

                &.text {
                    padding: 0 0.5rem;
                }
            }
        }
    }
}

/**
上一页
下一页
 */
.next-prev-main {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .prev-main,
    .next-main {
        background-color: #ffffff;
        border-radius: 0.5rem;
        width: 100%;
        height: 7rem;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 1rem;

        .thumb {
            border-radius: inherit;
            transition: all .3s ease-in-out;
            width: 10rem;
            height: 7rem;
            flex-shrink: 0;
            margin-right: 0.5rem;

            img {
                display: block;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height: 100%;
            }
        }

        &:hover {
            .thumb {
                transform: scale(1.05);
            }
        }

        .info {
            position: relative;
            display: flex;
            flex-direction: column;
            padding: 0 0.5rem;
            width: 100%;
            font-size: 1.4rem;
            height: 100%;
            color: #898989;
            font-weight: 400;
            line-height: 1;
            box-sizing: border-box;
            border-radius: inherit;
            transition: all .2s ease-in-out;
            z-index: 2;

            .title {
                line-height: 1.4;
            }

            .meta {
                font-size: 1.2rem;
                color: #acacac;
                position: absolute;
                bottom: 0;
            }
        }
    }

    .prev-main + .next-main {
        margin-left: 2rem;
        flex-direction: row-reverse;

        .thumb {
            margin-right: 0;
            margin-left: 0.5rem;
        }

        .info {
            .meta {
                right: 0.5rem;
            }
        }
    }
}

/**
搜索首页
 */
.search-init {
    search {
        padding: 12rem 0 25rem;
    }

    section {
        &.main-white {
            display: none;
        }
    }
}

.search-section {
    padding: 2rem 0;

    &.company-list {
        margin: 0;

        .list-main {
            padding: 0;

            .search-title {
                padding: 0 1.5rem;
            }
        }

        .company-main {
            .company-item {
                padding: 1.8rem;
                margin-bottom: 0;
            }
        }

        .layui-laypage {
            margin: 2rem 0 !important;
        }
    }

    .container {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;

        .sidebar-main {
            margin-left: 0;
            margin-right: 2rem;
        }

        .list-main {
            border-radius: 0.5rem;
            background-color: #ffffff;
            width: 100%;

            .search-title {
                line-height: 4.5rem;
                padding: 0 1.5rem;
                clear: both;
                overflow: hidden;
                border-bottom: 1px solid #f1f1f1;
                display: flex;
                justify-content: space-between;

                .name {
                    font-size: 1.6rem;
                    font-weight: 500;
                }

                .search-time {
                    color: #888888;
                    font-size: 1.2rem;

                    span {
                        padding-left: 1.5rem;
                    }
                }
            }

            &.drug-list {
                padding: 0;
                min-height: 50rem;

                .item {
                    padding: 1.6rem;
                    border-bottom: 1px solid #f5f5f5;
                    position: relative;

                    a {
                        width: 100%;
                        display: flex;
                    }

                    tag {
                        color: #cf2532;
                    }

                    .thumb {
                        width: 12.5rem;
                        height: 12.5rem;
                        flex-shrink: 0;
                        border: 0.1rem solid #f1f1f1;
                        overflow: hidden;
                        display: flex;
                        justify-content: center;
                        margin-right: 2rem;
                        border-radius: 0.5rem;

                        img {
                            height: 100%;
                        }
                    }

                    .right-main {
                        width: 100%;

                        .name {
                            font-size: 1.8rem;
                            font-weight: 500;
                            line-height: 2.5rem;
                            color: #333;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;


                            h3 {
                                display: flex;
                                align-items: center;
                                flex-shrink: 0;

                                span {
                                    font-size: 1.4rem;
                                    font-weight: 400;
                                }
                            }

                        }

                        .purpose,
                        .manu_name {
                            display: -webkit-box;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            -webkit-box-orient: vertical;
                            margin-top: 0.4rem;
                            -webkit-line-clamp: 1;
                            font-size: 1.2rem;
                            line-height: 2rem;
                            color: #acacac;
                            text-align: justify;

                            span {
                                color: #4f5a70;;
                            }

                            span.info {
                                margin-right: 2rem;
                            }
                        }

                        .purpose:last-child {
                            -webkit-line-clamp: 2;
                        }

                        .manu_name {
                            -webkit-line-clamp: 1;
                            display: flex;
                            margin-top: 0.8rem;
                        }
                    }
                }
            }
        }
    }
}

.details-section {
    padding: 2rem 0;

    .container {
        display: flex;
        justify-content: space-between;
        position: relative;

        .content-main {
            width: 100%;
            position: relative;

            .content-body {
                border-radius: 0.5rem;
                background-color: #ffffff;
                margin-top: 2rem;

                .title {
                    padding: 2.4rem;
                    border-bottom: 1px solid #f1f1f1;
                    line-height: 1;
                    position: relative;

                    .tags {
                        padding-bottom: .2rem;

                        .tags-item {
                            margin-left: 0;
                            margin-right: 0.8rem;
                            margin-bottom: 1rem;
                        }
                    }

                    h1 {
                        font-size: 2.2rem;
                        font-weight: 500;
                    }

                    .en-name {
                        font-size: 1.2rem;
                        padding-top: 1.2rem;
                        color: #898989;
                    }

                    .views-count-button {
                        position: absolute;
                        right: 3rem;
                        top: 3.5rem;
                        width: 7rem;
                        overflow: hidden;
                        display: flex;
                        align-items: flex-end;
                        cursor: pointer;

                        img {
                            width: 100%;
                        }
                    }

                    .bar-code {
                        position: absolute;
                        right: 2rem;
                        top: 1.8rem;
                        height: 9rem;
                        overflow: hidden;
                        display: flex;
                        align-items: flex-end;

                        .barcode {
                            width: 100%;
                        }
                    }
                }

                .content {
                    margin: 1.4rem 0 0;
                    padding: 0 2.4rem 2.4rem;
                    position: relative;

                    .nav-menu {
                        background-color: #ffffff;
                        border-radius: 0.5rem;
                        margin-bottom: 1.5rem;
                        position: sticky;
                        top: 0;
                        z-index: 99;

                        ul {
                            display: grid;
                            grid-template-columns: repeat(6, minmax(0, 1fr));
                            border-bottom: 1px solid #f1f1f1;
                            border-right: 1px solid #f1f1f1;

                            li {
                                padding: 1rem 1.2rem;
                                font-size: 1.2rem;
                                box-sizing: border-box;
                                cursor: pointer;
                                border: 1px solid #f1f1f1;
                                text-align: center;
                                margin-bottom: -1px;
                                margin-right: -1px;

                                em {
                                    display: block;
                                    line-height: 1;
                                    overflow: hidden;
                                    white-space: nowrap;
                                }

                                &:hover {
                                    background-color: #f1f1f1;
                                }
                            }
                        }
                    }

                    .item {
                        overflow: hidden;
                        display: flex;
                        border: 1px solid #efefef;
                        min-height: 3rem;
                        line-height: 3rem;
                        color: #333333;
                        padding: 1rem;
                        border-bottom: 0;

                        h3 {
                            font-size: 1.3rem;
                            width: 15rem;
                            font-weight: 550;
                            flex-shrink: 0;
                            text-align: center;
                        }

                        .info {
                            font-size: 1.3rem;
                            font-weight: 400;
                            padding: 0 2rem;
                            word-break: break-word;
                            color: #333333;
                            border-left: 1px solid #efefef;
                            width: 100%;

                            ul {
                                li {
                                    list-style: inside;
                                }
                            }

                            ol {
                                padding-left: 1.5rem;

                                li {
                                    list-style: decimal;
                                }
                            }

                            a {
                                color: #4f87f7;
                            }

                            table {
                                width: 100% !important;
                                border-collapse: collapse;

                                th {
                                    background-color: #f1f1f1;
                                    padding: 0.8rem;
                                    border: 1px solid #ddd;
                                    font-weight: bold;
                                    text-align: center;
                                }

                                td {
                                    border: 1px solid #ddd;
                                    padding: 0.8rem;
                                    text-align: center;
                                }

                                tr:hover {
                                    background-color: #f1f1f1;
                                    color: #333;
                                }

                                tr:nth-child(odd) {
                                    background-color: #fafafa;
                                }

                                tr:nth-child(even) {
                                    background-color: #ffffff;
                                }
                            }
                        }

                        &:last-child {
                            border-bottom: 1px solid #efefef;
                        }

                        &:nth-child(odd) {
                            background-color: #fafafa;
                        }
                    }

                    .is-reading {
                        background-color: #fafafa;
                        padding: 3rem;
                        text-align: center;
                        position: relative;
                        border: 1px solid #efefef;
                        border-width: 1px 1px 0 1px;

                        p {
                            font-size: 1.6rem;
                            line-height: 1;
                            font-weight: 550;
                            padding-bottom: 2rem;
                        }

                        .list-name {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            padding-bottom: 2rem;
                            flex-wrap: wrap;

                            span {
                                margin: 0 0.5rem;
                                line-height: 2;

                                &:before {
                                    display: inline-block;
                                    content: "【";
                                }

                                &:after {
                                    display: inline-block;
                                    content: "】";
                                }
                            }
                        }

                        .tip-text {
                            padding-top: 2rem;
                            color: #acacac;
                        }
                    }
                }
            }
        }
    }
}

/**
标签
 */
.tags {
    display: block;
    align-items: center;
    overflow: hidden;

    .tags-item {
        color: #4f87f7cc;
        background-color: #4f87f711;
        padding: 0 0.8rem;
        margin-left: 0.8rem;
        font-size: 1.1rem;
        height: 2rem;
        line-height: 2rem;
        border-radius: 0.4rem;
        font-weight: 320;
        float: left;

        &.tag-1 {
            color: #cf2532cc;
            background-color: #cf253211;
        }

        &.tag-5 {
            color: #f67439cc;
            background-color: #f6743911;
        }
    }
}

.pages-section {
    margin: 2rem 0;

    .container {
        display: flex;
        justify-content: space-between;
    }

    .pages-main,
    .pages-sidebar {
        background-color: #ffffff;
        width: 20rem;
        flex-shrink: 0;
        border-radius: 0.5rem;

        .title {
            border-bottom: 1px solid #f8f8f8;
            text-align: center;
            line-height: 6rem;
            font-size: 1.5rem;
            font-weight: 550;
        }

        .page-nav {
            padding: 2rem 0;

            .item {
                text-align: center;
                height: 5rem;
                display: flex;
                justify-content: center;
                align-items: center;

                a {
                    line-height: 4rem;

                    &:hover,
                    &.active {
                        background-color: #2f3845;
                        height: 4rem;
                        width: 76%;
                        display: block;
                        border-radius: 0.6rem;
                        color: #ffffff;
                        position: relative;

                        &::after {
                            position: absolute;
                            content: " ";
                            right: -0.6rem;
                            width: 0.6rem;
                            height: 2rem;
                            top: 0.7rem;
                            background-color: #2f3845;
                            border-radius: 0.6rem;
                            border: 3px solid #ffffff;
                        }
                    }
                }
            }
        }
    }

    .pages-main {
        width: 100%;
        margin-left: 2rem;
        flex-shrink: 1;

        .content {
            padding: 2rem 3rem 1.5rem;
            font-size: 1.4rem;
            line-height: 2;
            outline: none;
            overflow-wrap: break-word;
            position: relative;

            h2 {
                padding-bottom: 1rem;
                font-size: 1.6rem;
            }

            p {
                padding-bottom: 1.4rem;

                & + ul {
                    margin-top: -1rem;
                }
            }

            ol,
            ul {
                padding-bottom: 0.4rem;
            }

            ol,
            ul {
                margin-left: 4rem;

                li {
                    list-style: outside;


                }

                ol,
                ul {
                    padding-top: 1rem;

                    li {
                        list-style: outside;
                    }
                }
            }

            ul {
                margin-left: 2.6rem;

                li {
                    list-style: outside;
                }
            }
        }
    }
}

/**
侧边栏
 */
.sidebar-main {
    width: 28rem;
    margin-left: 2rem;
    flex-shrink: 0;

    .count-main {
        border-radius: 0.5rem;
        background-color: #ffffff;

        .count-title {
            padding: 1.2rem;
            font-weight: 500;
            font-size: 1.4rem;
            border-bottom: 1px solid #f8f8f8;
        }

        .count-content {
            padding: 1rem 1.6rem;

            p {
                line-height: 1.8;
            }

            em {
                padding: 0 0.6rem;
            }
        }
    }

    .sidebar-title {
        padding: 1.2rem;
        font-weight: 550;
        font-size: 1.6rem;
    }

    .sidebar-company {
        padding: 2rem;
        border-radius: 0.5rem;
        background-color: #ffffff;
        margin-bottom: 2rem;
        background-image: url("../img/company-drug-item-bg.jpg");
        background-position: center -0.1rem;
        background-size: 100% 9rem;
        background-repeat: no-repeat;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;

        &::after {
            content: '';
            position: absolute;
            z-index: 99;
            left: 0;
            top: 0;
            width: 10rem;
            height: 4rem;
            background-image: url("../img/brand-icon.png");
            background-repeat: no-repeat;
            background-position: left top;
            background-size: contain;
        }

        .thumb {
            width: 7.6rem;
            height: 7.6rem;
            margin: 2rem auto 0;

            img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.05);
            }
        }

        .name {
            width: 100%;
            text-align: center;
            padding-top: 1.5rem;
            font-size: 1.8rem;
            font-weight: 500;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .desc {
            margin-top: 1.5rem;
            font-size: 1.3rem;
            line-height: 2rem;
            color: #969AA9;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            line-clamp: 6;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .open-button {
            margin-top: 1.5rem;
            display: block;
            width: 100%;
            height: 3.4rem;
            line-height: 3.4rem;
            font-size: 1.3rem;
            color: #ffffff;
            text-align: center;
            background: #cf2532;
            border-radius: 0.5rem;

            &:hover {
                background-color: #f1f1f1;
                color: #A4ABB8;
            }
        }
    }

    .search-hot {
        border-radius: 0.5rem;
        background-color: #ffffff;
        overflow: hidden;

        li {
            opacity: 0.8;
            border-radius: 0.3rem;
            padding: 1rem 1.2rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-top: 1px solid #f1f1f1;

            a {
                line-height: 1;
                display: block;
            }

            span {

            }
        }
    }

    .sidebar-banner {
        margin-top: 2rem;
        background-color: #ffffff;
        border-radius: 0.5rem;
        overflow: hidden;

        .banner-content {
            padding: 0.6rem;

            img {
                width: 100%;
            }
        }

        &:first-child {
            margin-top: 0;
        }
    }

    .sidebar-thumb {
        background-color: #6a7890;
        border-radius: 0.5rem;
        margin-bottom: 2rem;
        overflow: hidden;

        .banner-content {
            margin: 0.5rem 0.5rem 0;
            width: 27rem;
            height: 27rem;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-origin: content-box;
            background-color: #ffffff;
        }

        .thumb-text {
            padding: 1rem 1.5rem;
            color: #ffffff;
        }

        & + .nav-menu {
            margin-top: 2rem;
        }
    }

    .sidebar-item {
        background-color: #ffffff;
        border-radius: 0.5rem;
        margin-top: 2rem;

        .title {
            font-size: 1.5rem;
            padding: 2rem 1.5rem;
            border-bottom: 1px solid #f8f8f8;
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;

            span {
                float: right;
                font-size: 1.3rem;
                color: #898989;
                display: flex;
                align-items: center;

                .layui-icon {
                    padding-right: 0.8rem;
                }

                &.more {
                    a {
                        display: inline-flex;
                        align-items: center;
                        line-height: 1;
                        color: #898989;

                        .layui-icon {
                            font-size: 1.2rem;
                            padding-left: 0.5rem;
                        }
                    }
                }
            }
        }

        &:first-child {
            margin-top: 0;
        }
    }

    .sidebar-data {
        padding: 3rem 1rem;
        display: flex;
        align-items: center;
        justify-content: space-around;

        .data-item {
            text-align: center;
            line-height: 1;

            .number {
                font-size: 2rem;
            }

            .name {
                color: #898989;
                padding-top: 1rem;
            }
        }
    }

    .sidebar-drug {
        padding: 1.5rem;

        .drug-item {
            display: flex;
            margin-bottom: 1.8rem;

            .drug-thumb {
                a {
                    width: 6rem;
                    height: 6rem;
                    flex-shrink: 0;
                    border: 0.1rem solid #f1f1f1;
                    overflow: hidden;
                    display: flex;
                    justify-content: center;
                    margin-right: 1.5rem;
                    border-radius: 0.5rem;
                }


                img {
                    width: 100%;
                }
            }

            .drug-info {

                .drug-name {
                    font-size: 1.6rem;
                    font-weight: 500;
                    align-items: center;
                    line-height: 1;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .drug-desc {
                    padding-top: 0.8rem;
                    color: #acacac;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }

            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}


/**
分页
 */
.layui-laypage {
    display: block;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
}

.layui-laypage a:hover {
    color: #cf2532;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #cf2532;
}

.layui-laypage a, .layui-laypage span {
    padding: 0 16px;
    height: 35px;
    line-height: 37px;
    margin: 0 -1px 0 0;
}

.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 1px solid #f5f5f5;
}

.layui-laypage span.layui-laypage-sp:last-child {
    display: none;
}

.bind-open {
    .layui-layer-btn {
        background-color: #f6f8f9;
    }

    .auth-qrcode-main {
        padding: 2.5rem;
        display: flex;
        align-items: flex-start;
        box-sizing: border-box;

        .content {
            position: relative;

            h3 {
                font-size: 1.8rem;
                padding-bottom: 1.5rem;
            }

            p {
                a {
                    color: #cf2532;
                }
            }

            .input-main {
                position: absolute;
                bottom: -10rem;
                width: 100%;

                .title {
                    font-weight: 500;
                    padding-bottom: 1rem;
                }
            }
        }

        .auth-qrcode {
            margin-right: 3rem;
            width: 20rem;
            flex-shrink: 0;

            img {
                width: 100%;
            }
        }
    }
}

.company-section {

    .breadcrumb {
        margin-top: 2rem;
        position: relative;
    }

    .company-nav {
        position: absolute;
        right: 0.3rem;
        top: 0.3rem;
        display: flex;
        align-items: center;
        border-radius: 0.5rem;
        overflow: hidden;

        a {
            display: block;
            padding: 1.3rem 3rem;
            text-align: center;
            line-height: 1;
            background-color: #ebf4ff;
            font-size: 1.4rem;
            color: #232323;
            position: relative;
            transition: color 0.3s ease-in-out;

            &::after {
                position: absolute;
                content: "";
                top: 50%;
                left: 50%;
                right: 0;
                bottom: 0;
                width: 0;
                height: 0;
                opacity: 0;
                background-color: #8ca3c7;
                z-index: 0;
                transition: all 0.3s ease-in-out;
            }

            span {
                position: relative;
                z-index: 99;
            }

            &:hover,
            &.active {
                color: #ffffff;

                &::after {
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    opacity: 1;
                }
            }
        }
    }

    .title {
        font-size: 1.8rem;
        line-height: 1;
        display: flex;
        align-items: center;
        font-weight: 400;
        padding-bottom: 1.5rem;
        justify-content: space-between;
        border-bottom: 1px solid #f5f5f5;

        span {
            float: right;
            font-size: 1.3rem;
            color: #898989;
            display: flex;
            align-items: center;

            .layui-icon {
                padding-right: 0.8rem;
            }

            &.more {
                a {
                    display: inline-flex;
                    align-items: center;
                    line-height: 1;
                    color: #898989;

                    .layui-icon {
                        font-size: 1.2rem;
                        padding-left: 0.5rem;
                    }
                }
            }
        }
    }

    .sidebar-main {
        flex-shrink: 0;
        width: 29rem;

        .sidebar-item {
            background-color: #ffffff;
            border-radius: 0.5rem;
            margin-top: 2rem;

            .title {
                font-size: 1.5rem;
                padding: 2rem 1.5rem;
                border-bottom: 1px solid #f8f8f8;
            }

            &:first-child {
                margin-top: 0;
            }
        }

        .sidebar-data {
            padding: 3rem 1rem;
            display: flex;
            align-items: center;
            justify-content: space-around;

            .data-item {
                text-align: center;
                line-height: 1;

                .number {
                    font-size: 2rem;
                }

                .name {
                    color: #898989;
                    padding-top: 1rem;
                }
            }
        }
    }

    .company-details {
        margin: 2rem 0;
        background-color: #ffffff;
        padding: 3rem;
        border-radius: 0.5rem;
        position: relative;
        overflow: hidden;

        .company-header {
            display: flex;
            align-items: center;

            .company-avatar {
                width: 9rem;
                height: 9rem;
                border-radius: 50%;
                overflow: hidden;
                flex-shrink: 0;

                img {
                    width: 100%;
                    height: 100%;
                }
            }

            .company-info {
                line-height: 1;
                margin-left: 2rem;
                flex: 1 2;

                .company-short-name {
                    font-size: 2.2rem;
                    font-weight: 550;
                }

                .company-name {
                    font-size: 1.4rem;
                    color: #7d7d7e;
                    padding-top: 1.2rem;
                }
            }

            .views-count-button {
                right: 3rem;
                top: 3.5rem;
                width: 7rem;
                overflow: hidden;
                display: flex;
                align-items: flex-end;
                cursor: pointer;

                img {
                    width: 100%;
                }
            }
        }

        .company-desc {
            margin-top: 2rem;
            font-size: 1.4rem;
            line-height: 2.6rem;
            position: relative;
            color: #414a5c;

            a {
                position: absolute;
                right: 1rem;
                color: #cf2532;

                .layui-icon {
                    font-size: 1.2rem;
                    padding-left: 0.5rem;
                }
            }
        }
    }

    .company-content {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 2rem;

        .list-main {
            border-radius: 0.5rem;
            width: 100%;

            .article-list {
                overflow: hidden;

                .article-item {
                    display: flex;
                    border-bottom: 1px solid #f5f5f5;
                    animation: all 300ms ease-out;
                    padding-bottom: 1.8rem;
                    margin-bottom: 1.8rem;

                    &:last-child {
                        margin-bottom: 0;
                    }

                    .thumb {
                        width: 17rem;
                        height: 11.3rem;
                        flex-shrink: 0;
                        margin-right: 1.8rem;

                        img {
                            width: 100%;
                            border-radius: 0.5rem;
                        }

                        & + .info {

                            .footer-data {
                                position: absolute;
                                margin-top: unset;
                            }
                        }
                    }

                    .info {
                        position: relative;
                        width: 100%;

                        h2.article-title {
                            font-size: 1.8rem;
                            width: 100%;
                            display: -webkit-box;
                            font-weight: 500;
                            line-height: 1.4;
                        }

                        p.desc {
                            padding-top: 0.4rem;
                            color: #acacac;
                            line-height: 1.6;
                            font-size: 1.2rem;
                            margin-right: 2rem;
                            font-weight: 360;
                        }

                        .footer-data {
                            position: relative;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin-top: 1rem;
                            line-height: 1;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;

                            span {
                                color: #828a92;
                                margin-right: 1.5rem;
                                font-weight: 400;

                                a {
                                    color: #828a92;
                                }

                                em {
                                    color: #acacac;

                                    i {
                                        font-size: 1.2rem;
                                        padding-right: 0.7rem;
                                    }
                                }

                                &:last-child {
                                    margin-right: 0;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .company-item {
        background-color: #ffffff;
        margin-bottom: 2rem;
        padding: 2rem;
        border-radius: 0.5rem;

        .body-main {
            margin-top: 2rem;
        }

        &:last-child {
            margin-bottom: 0 !important;
        }
    }

    #map-container {
        height: 43rem;

        .map-card {
            position: relative;
            margin: -2.5rem -1rem -1.2rem;
            padding: 2rem;
            text-align: left;
            line-height: 1;

            .map-title {
                font-size: 1.6rem;
                padding-bottom: 1.5rem;
            }
        }
    }

    .layui-laypage {
        margin-bottom: 0;
    }

    .content-main {
        .title {
            font-weight: 500;
            font-size: 2rem;
        }

        p {
            line-height: 2;
            font-size: 1.4rem;
            padding-top: 1rem;

            &.founded-time {
                color: #898989;
            }
        }
    }

    .drug-list {
        .drug-item {
            display: flex;
            margin-bottom: 1.8rem;
            padding-bottom: 1.8rem;
            border-bottom: 1px solid #f8f8f8;

            .drug-thumb {
                a {
                    width: 9rem;
                    height: 9rem;
                    flex-shrink: 0;
                    border: 0.1rem solid #f1f1f1;
                    overflow: hidden;
                    display: flex;
                    justify-content: center;
                    margin-right: 2rem;
                    border-radius: 0.5rem;
                }

                img {
                    width: 100%;
                }
            }

            .drug-info {
                padding-top: 0.5rem;
                width: 100%;

                .drug-name {
                    font-size: 1.6rem;
                    width: 100%;
                    font-weight: 500;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    line-height: 1;

                    span {
                        font-size: 1.2rem;
                        font-weight: 400;
                        color: #898989;
                    }
                }

                .drug-desc {
                    padding-top: 0.5rem;
                    color: #898989;

                    p {
                        line-height: 1.6;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;

                        &:first-child {
                            padding-bottom: 0.4rem;
                        }
                    }
                }
            }

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    .company-table {
        table {
            width: 100%;
            font-size: 1.3rem;
            border: 1px solid #F1F4F9;
            border-radius: 0.5rem;

            tr {
                color: #969AA9;
                border-bottom: 1px solid #F1F4F9;

                &:last-of-type {
                    border-bottom: none;
                }

                td {
                    padding: 1.5rem 2rem;
                    width: 25%;
                    border-right: 1px solid #F1F4F9;
                    border-bottom: 1px solid #F1F4F9;

                    &:last-of-type {
                        border-right: none;
                    }

                    &:nth-child(2) {
                        width: 40%;
                    }
                }

                p {
                    line-height: 2.4rem;
                }
            }

            .c-thead {
                width: 15%;
                background: #F5F8FC;
                color: #1E2129;

                &.w-10 {
                    width: 10%;
                }
            }
        }
    }
}

.company-list {
    margin: 2rem 0;

    .hot-company {
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 1.5rem;
        margin-bottom: 2rem;

        .item {
            box-sizing: border-box;
            background-color: #ffffff;
            border-radius: 0.5rem;

            a {
                padding: 1.5rem;
                box-sizing: border-box;
                display: block;

                img {
                    width: 100%;
                }

                p.name {
                    margin-top: 1.5rem;
                    line-height: 2.2;
                    font-size: 1.2rem;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    background-color: #cf253220;
                    border-radius: 1rem;
                    text-align: center;
                }
            }
        }
    }

    .company-list-main {
        display: flex;
        justify-content: space-between;
        position: relative;

        .layui-laypage {
            margin: 2rem 0 0;
        }
    }

    .company-left {
        width: 100%;

        .region-nav {
            background-color: #ffffff;
            border-radius: 0.5rem;
            margin-bottom: 2rem;
            padding: 1rem 2rem 0;

            .list-item {
                display: flex;
                align-items: flex-start;
                font-size: 1.4rem;
                padding-bottom: 1.5rem;

                &.select-main {
                    .region-list {
                        height: 4.9rem;
                        overflow: hidden;

                        li {
                            a {
                                border: 0.1rem solid #fb5260;
                                display: flex;
                                justify-content: space-between;
                                font-size: 1.2rem;
                                padding-right: 0;

                                i {
                                    margin-left: 1.5rem;
                                    width: 2.8rem;
                                    height: 2.8rem;
                                    background-color: #fb5260;
                                    color: #ffffff;
                                    text-align: center;
                                    font-weight: 500;
                                }

                                &:hover {
                                    background-color: #fb5260;
                                    color: #ffffff;
                                }
                            }
                        }
                    }

                    padding-bottom: 0.5rem;
                }

                & + .list-item {
                    border-top: 1px solid #f1f1f1;
                    padding: 0.8rem 0 1rem;
                }
            }

            .label-name {
                flex-shrink: 0;
                margin-right: 2rem;
                margin-top: 1rem;
                line-height: 3rem;
                color: #969AA9;
            }

            .region-list {
                height: 7.6rem;
                overflow-y: auto;

                li {
                    margin: 1rem 1rem 0 0;
                    float: left;

                    a {
                        padding: 0 1rem;
                        margin-right: 1rem;
                        line-height: 2.8rem;
                        height: 2.8rem;
                        display: block;
                        border-radius: 0.5rem;
                    }

                    &:hover {
                        a {
                            color: #232323;
                            background: #ffe2e4;
                        }
                    }

                    &.active {
                        a {
                            color: #fff;
                            background: #fb5260;
                        }
                    }
                }

            }

        }
    }

    .list-main {
        background-color: #ffffff;
        padding: 2rem;
        border-radius: 0.5rem;
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }

    .company-main {
        .company-item {
            display: flex;
            margin-bottom: 1.8rem;
            padding-bottom: 1.8rem;
            border-bottom: 1px solid #f8f8f8;

            .company-thumb {


                a {
                    width: 14rem;
                    height: 14rem;
                    flex-shrink: 0;
                    border: 0.1rem solid #f1f1f1;
                    overflow: hidden;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-right: 2rem;
                    border-radius: 0.5rem;
                }

                img {
                    width: 100%;
                }
            }

            .company-info {
                padding-top: 0.3rem;
                width: 100%;

                .company-name {
                    font-size: 1.8rem;
                    width: 100%;
                    font-weight: 500;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    line-height: 1;

                    span {
                        font-size: 1.2rem;
                        font-weight: 400;
                        color: #898989;
                    }
                }

                .company-drug {
                    margin-top: 1rem;
                    padding: 0 1rem 0 7.5rem;
                    border-radius: 0.5rem;
                    display: inline-block;
                    height: 2.6rem;
                    line-height: 2.6rem;
                    background: #cf253220 url("../../img/company-drug-tips.png") 1rem center no-repeat;
                    background-size: 6.5rem auto;

                    span {
                        border-left: 1px solid #acacac;
                        padding-left: 1rem;
                        line-height: 1;
                        font-size: 1.1rem;
                        font-weight: 300;

                        i {
                            font-style: inherit;
                        }

                        em {
                            color: #cf2532;
                            font-weight: 500;
                            padding: 0 0.5rem;
                        }
                    }

                }

                .company-desc {
                    padding-top: 1rem;
                    color: #acacac;

                    p {
                        line-height: 2;
                        font-size: 1.2rem;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        float: left;
                        margin-right: 2rem;

                        em {
                            color: #4f5a70;
                        }

                        &:nth-child(3) {
                            float: unset;
                        }

                        &:nth-child(4) {
                            display: block;
                            margin-right: 0;
                        }

                        &:last-child {
                            margin-right: 0;
                        }
                    }
                }
            }

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    .drug-main {
        .company-item {
            .company-thumb {
                a {
                    height: 12.5rem;
                    width: 12.5rem;
                }
            }

            .company-desc {
                p {
                    &:nth-child(2),
                    &:nth-child(3),
                    &:nth-child(4) {
                        float: unset !important;
                    }

                    &:nth-child(4) {
                        display: -webkit-box !important;
                        -webkit-line-clamp: 2 !important;
                    }
                }
            }
        }
    }
}

.drug-main-list {
    overflow: hidden;
    padding: 2rem 0 1rem;

    .drug-list {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        border-top: 1px solid #f5f5f5;
        border-left: 1px solid #f5f5f5;

        .item {
            border-bottom: 1px solid #f5f5f5;
            border-right: 1px solid #f5f5f5;
            display: inline-block;
            vertical-align: top;
            height: 22rem;
            box-sizing: border-box;

            a {
                padding: 1.5rem 2rem 2rem;
                box-sizing: border-box;
                display: block;
                height: 100%;
                position: relative;

                .info {
                    .company {
                        font-size: 1.8rem;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        color: #232323;
                    }

                    .name {
                        padding-top: 1rem;
                        font-size: 1.5rem;
                        color: #606370;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }
                }

                .thumb {
                    width: 11rem;
                    height: 11rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    transition: all 0.3s ease;
                    position: absolute;
                    right: 2rem;
                    bottom: 2rem;

                    img {
                        height: 100%;
                    }
                }

                &:hover {
                    .thumb {
                        transform: translateX(-1.5rem);
                    }
                }

                .ranking {
                    position: absolute;
                    display: inline-flex;
                    align-content: center;
                    flex-wrap: wrap;
                    top: 0;
                    right: 1.5rem;
                    height: 4.6rem;
                    width: 4rem;
                    background: linear-gradient(to bottom, #ea4928, #f16242);
                    border-radius: 0 0 50% 50%;

                    p {
                        width: 100%;
                        text-align: center;
                        color: #ffffff;
                        font-weight: 500;
                    }
                }
            }

            &:nth-child(2) {
                a {
                    .ranking {
                        background: linear-gradient(to bottom, #8ca3c7, #8aabcc);
                    }
                }
            }

            &:nth-child(3) {
                a {
                    .ranking {
                        background: linear-gradient(to bottom, #e18a39, #fac03e);
                    }
                }
            }
        }
    }
}

.company-main {

    .container {
        position: relative;
    }

    .mask-right,
    .mask-left {
        position: absolute;
        top: 10rem;
        left: 0;
        background-image: linear-gradient(
                to left,
                rgba(255, 255, 255, 0) 0%,
                #f5f6f9 100%
        );
        z-index: 6;
        width: 5rem;
        height: 48rem;
    }

    .mask-right {
        left: unset;
        right: 0;
        background-image: linear-gradient(
                to right,
                rgba(255, 255, 255, 0) 0%,
                #f5f6f9 100%
        );
    }

    .company-scroll {
        width: 112.4rem;
        overflow: hidden;
        padding-bottom: 2rem;
        padding-top: 2rem;

        .list-main {
            margin-top: 3rem;

            .item {
                width: 25rem;
                height: 8rem;
                flex-shrink: 0;
                border-radius: 0.5rem;
                margin-right: 2rem;
                padding: 1.5rem;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                background-color: #ffffff;
                box-shadow: 0 0.5rem 1.2rem rgba(121, 148, 193, 0.1);
                color: #2f3845;

                img {
                    width: 5rem;
                    height: 5rem;
                    border-radius: 50%;
                    margin-right: 1.5rem;
                    flex-shrink: 0;
                }

                .info {
                    width: 100%;
                    line-height: 1;

                    .name {
                        font-size: 1.7rem;
                        font-weight: 450;
                    }

                    .data {
                        padding-top: 1rem;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        color: #acacac;
                        font-weight: 300;
                        font-size: 1.1rem;
                    }
                }

                &:hover {
                    background-color: #4f5a70;
                    color: #ffffff;

                    .info {

                        .data {
                            color: #ffffff;
                        }
                    }
                }
            }

            &:first-child {
                margin-top: 0;
            }
        }


        .row-right-animation {
            animation: 20s rowup-right linear infinite alternate;
            display: flex;
        }

        .row-left-animation {
            animation: 20s rowup-left linear infinite alternate;
            display: flex;
        }
    }
}


@keyframes rowup-left {
    0% {
        transform: translate3d(0px, 0, 0);
    }
    100% {
        transform: translate3d(-766px, 0, 0);
    }
}

@keyframes rowup-right {
    0% {
        transform: translate3d(-766px, 0, 0);
    }
    100% {
        transform: translate3d(0px, 0, 0);
    }
}

.main-link {
    padding: 0 0 6rem !important;

    .container {
        background-color: #ffffff;
        border-radius: 0.5rem;

        .link-main {
            position: relative;

            .title {
                padding: 1.5rem 2rem;
                border-bottom: 1px solid #f8f8f8;
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                box-sizing: border-box;

                span {
                    font-size: 1.6rem;
                    font-weight: 500;
                    vertical-align: top;
                }

                small {
                    vertical-align: top;
                }

                a {
                    float: right;
                    color: #acacac;
                }
            }

            &:first-child {
                &::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    right: 0;
                    bottom: 0;
                    border-bottom: 1px solid #f8f8f8;
                }
            }

            .thumb-link {
                padding: 1.5rem;
                overflow: hidden;
                box-sizing: border-box;

                ul {
                    display: grid;
                    grid-template-columns: repeat(8, minmax(0, 1fr));
                    gap: 1.2rem;


                    li {
                        box-sizing: border-box;
                        margin: 0;

                        img {
                            border-radius: 0.5rem;
                            display: block;
                            height: auto;
                            width: 100%;
                            border: 1px solid #f8f8f8;
                            box-sizing: border-box;
                        }
                    }
                }
            }

            .text-link {
                padding: 2rem;
                margin-bottom: -0.7rem;
                margin-right: -2rem;
                box-sizing: border-box;

                ul {
                    margin: -1rem;

                    li {
                        box-sizing: border-box;
                        display: inline-block;
                        margin: 0;
                        padding: 1rem;

                        a {
                            display: inline-block;
                            line-height: 1;
                            font-size: 1.3rem;
                            color: #898989;
                        }
                    }
                }
            }
        }
    }
}

/**
评论
 */
.comment-section,
.comment-main {
    margin-top: 2rem;
    background-color: #ffffff;
    border-radius: 0.5rem;

    .title {
        font-size: 1.5rem;
        padding: 2rem 1.5rem;
        border-bottom: 1px solid #f5f5f5;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;

        .right-button {
            position: absolute;
            right: 1.2rem;
        }
    }

    .input-main {
        min-height: 20rem;
    }

    .container {
        display: flex;
        justify-content: space-between;
        background-color: #ffffff;
        margin-bottom: 2rem;
        border-radius: 0.5rem;

        .left-main {

            .comment-main {
                margin-top: 0;
            }
        }
    }

    .comment-list {
        .item {
            padding: 2rem;
            border-bottom: 1px solid #f1f1f1;

            &:last-child {
                border-bottom: none;
            }

            .header {
                display: flex;
                align-items: center;

                .avatar {
                    width: 4rem;
                    height: 4rem;
                    flex-shrink: 0;
                    margin-right: 1.5rem;

                    img {
                        width: 100%;
                        height: 100%;
                    }
                }

                .info {
                    line-height: 1;
                    flex-grow: 2;

                    .nickname {
                        font-size: 1.5rem;
                        font-weight: 500;
                    }

                    .introduce {
                        padding-top: 0.8rem;
                        font-size: 1.2rem;
                        color: #acacac;
                        font-weight: 300;
                    }
                }

                .ip-region {
                    color: #acacac;
                    font-weight: 300;
                }
            }

            .basic-data {
                margin-top: 1rem;
                display: flex;
                align-items: center;
                background-color: #f5f5f5;
                padding: 0.8rem 1.5rem;
                border-radius: 0.5rem 0.5rem 0 0;
                line-height: 1.6;

                span {
                    margin-right: 2rem;
                    color: #acacac;
                    font-weight: 300;

                    em {
                        color: #2f3845;
                        font-weight: 400;
                    }
                }
            }

            .reta-main {
                padding-top: 1rem;
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));

                .rate-item {
                    display: flex;
                    align-items: flex-end;

                    .layui-rate {
                        padding: 0 0.8rem 0 0;

                        li {
                            i.layui-icon {
                                font-size: 1.5rem;
                                line-height: 2rem;
                            }
                        }
                    }

                    span {
                        line-height: 2rem;
                        font-size: 1.2rem;
                        color: #acacac;
                        font-weight: 300;
                    }
                }


            }

            .content {
                margin-top: 1rem;
                background-color: #f5f5f5;
                padding: 1.2rem 1.5rem;
                border-radius: 0.5rem;
                font-size: 1.3rem;
                color: #2f3845;
            }

            .basic-data + .content {
                margin-top: 0.2rem;
                border-radius: 0 0 0.5rem 0.5rem;
            }

            .footer-data {
                margin-top: 1rem;
                display: flex;
                align-items: center;
                justify-content: space-between;

                .left-time {
                    color: #acacac;
                    font-weight: 300;
                }

                .right-button {
                    font-weight: 300;

                    .layui-btn {
                        padding: 0 1rem;
                        line-height: 2.4rem;
                        height: 2.4rem;
                        background-color: var(--color-text-regular);
                    }

                    em {
                        padding-left: 1rem;
                    }
                }
            }
        }
    }

    .comment-content {
        padding: 2rem;
        display: flex;
        width: 100%;

        .thumb {
            flex-shrink: 0;
            width: 10rem;
            height: 10rem;
            margin-right: 2rem;

            img {
                width: 100%;
            }
        }

        .info {
            position: relative;
            width: 100%;

            .name {
                font-size: 1.8rem;
            }

            .desc {
                padding-top: 0.6rem;
                line-height: 1.8;
                color: #acacac;
            }
        }

        .footer {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            line-height: 1;

            span {
                margin-right: 2rem;
                color: #acacac;

                em {
                    padding: 0 0.6rem;
                    color: #cf2532;
                    font-weight: 500;
                }
            }

            a {
                float: right;
                color: #cf2532;

                .layui-icon {
                    font-size: 1.2rem;
                    padding-left: 0.5rem;
                }
            }
        }
    }

    .left-main {
        width: 100%;
        border-right: 1px solid #f5f5f5;
    }

    .sidebar-main {
        width: 40rem;
        margin-left: 0;

        .form-content {
            padding: 2rem 2.6rem 2rem 2rem;

            .daj-fcsb {
                display: flex;
                align-items: center;
                justify-content: space-between;

                .layui-input-group {
                    flex-shrink: 0;

                    .mini-input {
                        width: 5rem;
                        text-align: center;
                        padding-right: 10px;
                    }
                }
            }

            .rate-list {
                .rate-item {
                    position: relative;
                }

                .layui-inline {
                    margin-bottom: 0;

                    span {
                        color: #acacac;
                    }
                }

                .layui-rate {
                    padding: 0;
                }
            }

            .layui-input-group {
                display: flex;
                align-items: center;

                .layui-input-prefix {
                    flex-shrink: 0;
                }

                .input-hide {
                    position: absolute;
                    top: 0;
                    height: 0;
                    width: 0;
                    border: none;
                    overflow: hidden !important;
                }
            }

            .layui-form-item {
                margin-bottom: 2rem;
            }

            .layui-form-radio {
                margin-top: 0 !important;
            }
        }

    }

}

.comment-section {
    background-color: transparent;
}

.article-section {
    padding: 2rem 0;

    .container {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .article-list-main {
        width: 100%;

        .category-nav {
            background-color: #ffffff;
            border-radius: 0.5rem;
            margin-bottom: 2rem;
            padding: 1rem 2rem 0;

            .list-item {
                display: flex;
                align-items: flex-start;
                font-size: 1.4rem;
                padding-bottom: 1.5rem;
            }

            .label-name {
                flex-shrink: 0;
                margin-right: 2rem;
                margin-top: 1rem;
                line-height: 3rem;
                color: #969AA9;
            }

            .region-list {
                height: 7.6rem;
                overflow-y: auto;

                li {
                    margin: 1rem 1rem 0 0;
                    float: left;

                    a {
                        padding: 0 1rem;
                        margin-right: 1rem;
                        line-height: 2.8rem;
                        height: 2.8rem;
                        display: block;
                        border-radius: 0.5rem;
                    }

                    &:hover {
                        a {
                            color: #232323;
                            background: #ffe2e4;
                        }
                    }

                    &.active {
                        a {
                            color: #fff;
                            background: #fb5260;
                        }
                    }
                }
            }
        }

        .list-main {
            background-color: #ffffff;
            border-radius: 0.5rem;
            width: 100%;
            box-sizing: border-box;
            position: relative;
            overflow: hidden;

            .search-title {
                padding: 0 1.5rem;
            }

            .article-item {
                display: flex;
                padding: 1.8rem;
                border-bottom: 1px solid #f5f5f5;
                animation: all 300ms ease-out;

                .thumb {
                    width: 17rem;
                    height: 11.3rem;
                    flex-shrink: 0;
                    margin-right: 1.8rem;

                    img {
                        width: 100%;
                        border-radius: 0.5rem;
                    }

                    & + .info {

                        .footer-data {
                            position: absolute;
                            margin-top: unset;
                        }
                    }
                }

                .info {
                    position: relative;
                    width: 100%;

                    h2.title {
                        font-size: 1.8rem;
                        width: 100%;
                        font-weight: 500;
                        line-height: 1.4;
                    }

                    p.desc {
                        padding-top: 0.4rem;
                        color: #acacac;
                        line-height: 1.6;
                        font-size: 1.2rem;
                        margin-right: 2rem;
                        font-weight: 360;
                    }

                    .footer-data {
                        position: relative;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        margin-top: 1rem;
                        line-height: 1;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;

                        span {
                            color: #828a92;
                            margin-right: 1.5rem;
                            font-weight: 400;

                            a {
                                color: #828a92;
                            }

                            em {
                                color: #acacac;

                                i {
                                    font-size: 1.2rem;
                                    padding-right: 0.7rem;
                                }
                            }

                            &:last-child {
                                margin-right: 0;
                            }
                        }
                    }
                }
            }

            .layui-laypage {
                margin: 2rem 0;
            }
        }
    }

    .details-main {
        width: 100%;
        position: relative;

        .article-content {
            background-color: #ffffff;
            border-radius: 0.5rem;
            margin-top: 2rem;

            .chatgpt-summary {
                position: relative;
                font-size: 1.4rem;
                line-height: 2.4rem;
                padding: 0.8rem;
                color: #696868;
                background-color: #eeeff3;
                border-radius: 0.8rem;
                margin-bottom: 2rem;

                .summary-title {
                    padding: 0 0.6rem 0.4rem;
                    color: #333335;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    .title-right {
                        font-size: 1.2rem;
                        opacity: 0.4;
                    }
                }

                .summary-content {
                    border-radius: 0.8rem;
                    padding: 1rem;
                    font-size: 1.3rem;
                    color: #898989;
                    background-color: #ffffff;
                }
            }

            .details-header {
                padding: 2.4rem;
                border-bottom: 1px solid #f1f1f1;
                line-height: 1;
                position: relative;

                h1 {
                    font-size: 2.2rem;
                    font-weight: 500;
                    width: 86%;
                    line-height: 1.6;
                }

                .meta-data {
                    padding-top: 1.5rem;
                    font-size: 1.2rem;
                    color: #acacac;

                    span {
                        padding-right: 3rem;

                        &:last-child {
                            padding-right: 0;
                        }
                    }
                }

                .views-count-button {
                    position: absolute;
                    right: 2rem;
                    top: 2rem;
                    width: 7rem;
                    overflow: hidden;
                    display: flex;
                    align-items: flex-end;
                    cursor: pointer;

                    img {
                        width: 100%;
                    }
                }
            }

            .details-content {
                padding: 2.4rem;
                width: 100%;
                text-align: left;
                box-sizing: border-box;
                min-height: 50rem;
                font-size: 1.4rem;
                word-wrap: break-word;
                overflow: hidden;
                position: relative;

                a {
                    color: #cf2532;
                }

                p,
                pre,
                h1,
                h2,
                h3,
                h4,
                h5 {
                    margin-bottom: 1.5rem;
                    line-height: 1.8;
                    position: relative;
                }

                p *,
                h1 *,
                h2 *,
                h3 *,
                h4 *,
                h5 * {
                    line-height: 1.8;
                }

                h1 {
                    font-size: 1.9rem;
                    line-height: 2;
                    font-weight: bold;
                }

                h2 {
                    font-size: 1.7rem;
                    font-weight: bold;
                    line-height: 2.2;
                    padding-left: 1rem;

                    &:after {
                        content: " ";
                        left: 0;
                        top: 50%;
                        margin-top: -1rem;
                        width: 0.4rem;
                        height: 2rem;
                        border-radius: 0.5rem;
                        background-color: #cf253280;
                        position: absolute;
                    }
                }

                h3 {
                    font-size: 1.5rem;
                    line-height: 2;
                    font-weight: 500;
                }

                h4 {
                    font-size: 1.4rem;
                    line-height: 2;
                    font-weight: 400;
                }

                h5 {
                    font-size: 1.4rem;
                    line-height: 2;
                }

                ul,
                ol {
                    padding-left: 2.8rem;
                    line-height: 2;
                    margin: 1.4rem 0;
                }

                li {
                    list-style: unset !important;
                }

                img {
                    cursor: pointer;
                    height: auto !important;
                    margin: 0 auto;
                    text-align: center;
                    display: block;
                    max-width: 100%;

                    &.clicked {
                        box-shadow: 0.1rem 0.1rem 1rem #999;
                    }
                }

                table {
                    border: none;
                    border-collapse: collapse;
                    width: 100%;

                    thead {
                        background-color: #f1f1f1;
                    }

                    td, th {
                        border: 0.1rem solid #999;
                        padding: 0.3rem 0.5rem;
                        min-width: 5rem;
                        height: 2rem;
                    }

                    &.clicked {
                        box-shadow: 0.1rem 0.1rem 1rem #999;
                    }
                }

                pre {
                    code {
                        line-height: 1.5;
                    }
                }

                code {
                    background-color: hsla(0, 0%, 78%, 0.3);
                    padding: .15em;
                    border-radius: 0.2rem;
                }

                blockquote {
                    display: block;
                    border-left: 0.8rem solid #d0e5f2;
                    padding: 1rem 1.5rem;
                    margin: 1rem 0;
                    line-height: 1.4;
                    font-size: 1.2rem;
                    background-color: #fafafa;
                    border-radius: 0.5rem;

                    p {
                        margin-bottom: 1rem;
                    }
                }

                .keywords-main {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    margin-top: 1.5rem;
                    gap: 1rem;

                    a {
                        position: relative;
                        color: #696868;
                        background-color: #f4f6fb;
                        padding: 0 1.5rem 0 3.5rem;
                        border-radius: 30px;
                        line-height: 2.4;
                        font-size: 1.2rem;

                        &:hover {
                            color: #0f0f11;
                        }

                        &::before {
                            content: '';
                            position: absolute;
                            display: block;
                            left: 0.8rem;
                            top: 50%;
                            width: 2.4rem;
                            height: 1.8rem;
                            background-image: url("../img/keywords-icon.svg");
                            background-position: center;
                            background-repeat: no-repeat;
                            background-size: contain;
                            transform: translate(0, -50%);
                            opacity: 0.6;
                        }
                    }
                }

                .drug-main {
                    background-color: #fafafa;
                    padding: 1.5rem;
                    border-radius: 0.5rem;
                    margin-top: 1.5rem;

                    & > a {
                        display: flex;
                        align-items: center;
                    }

                    .thumb {
                        width: 10rem;
                        height: 10rem;

                        img {
                            width: 100%;
                            height: 100%;
                        }
                    }

                    .info {
                        margin-left: 1.5rem;
                        flex: 1 5;

                        .name {
                            font-size: 1.6rem;
                            padding-bottom: 1rem;
                        }

                        p {
                            font-size: 1.2rem;
                            color: #acacac;
                            margin-bottom: 0;
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                        }
                    }

                    .open-button {
                        margin: 0 1.5rem;
                        background-color: #cf2532;
                    }
                }
            }

        }
    }
}

.left-sidebar {
    position: absolute !important;
    left: -8rem;
    top: 0;

    .hot-views {
        background-color: #ffffff;
        border-radius: 1rem;
        width: 6rem;
        height: 6rem;
        margin-bottom: 2rem;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        cursor: pointer;

        p {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 1.3rem;

            .layui-icon {
                font-size: 2rem;
                line-height: 1;
            }

            &:last-child {
                font-size: 1.1rem;
                font-weight: 300;

                .layui-icon {
                    font-size: 1.4rem;
                    color: #cccccc;
                }
            }
        }

        &.bar-code {
            .layui-icon {
                transform: rotate(90deg);
                display: inline-block;
                font-size: 1.6rem;
            }
        }

        &.active {
            p {
                color: #cf2532;

                &:last-child {
                    .layui-icon {
                        color: #cf2532;
                    }
                }
            }
        }

        &.hover {
            cursor: pointer;

            &:hover {
                background-color: #cf2532;
                color: #ffffff;
            }
        }
    }
}

/**
手机
 */
@media screen and (max-width: 960px) {
    body {
        overflow: visible;
    }

    .empty-main {
        min-height: 50rem;

        .empty-content {
            margin-top: -30%;

            img {
                width: 18rem;
            }
        }
    }

    header {
        position: sticky;
        top: 0;
        z-index: 20250215;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);

        .header {
            .logo {
                margin: 1.6rem 2rem;
                width: 14rem;
                height: 3rem;
                overflow: hidden;
            }

            .user {
                margin-left: 0;

                .item {
                    &:first-child,
                    &.mobile {
                        display: none;
                    }

                    &:last-child {
                        margin-right: 2rem;
                    }

                    .avatar {
                        width: 3.4rem;
                        height: 3.4rem;
                    }

                    &.search {
                        display: block;
                    }
                }
            }
        }
    }

    search {
        padding: 5rem 2rem;

        .search-main {
            width: 100%;
        }
    }

    .search-mini {
        display: none;
    }

    .header-nav {
        padding: 0 1rem;

        .item {
            width: 100%;

            a {
                font-size: 1.4rem;
                flex-direction: column;

                .nav-icon {
                    width: 2rem;
                    height: 2rem;
                    margin-right: unset;
                }
            }
        }
    }

    .comment-section,
    .comment-main {
        margin-top: 1rem;
    }

    .comment-main {

        .comment-list {

            .item {
                padding: 1.5rem;

                .header {
                    position: relative;

                    .ip-region {
                        position: absolute;
                        right: 0;
                        top: 0;

                        span {
                            &:first-child {
                                display: none;
                            }
                        }
                    }
                }

                .basic-data {
                    flex-wrap: wrap;
                }

                .reta-main {
                    grid-template-columns: repeat(1, minmax(0, 1fr));
                }

                .footer-data {
                    .left-time {
                        span {
                            display: none;
                        }
                    }
                }
            }
        }
    }

    .container {
        width: 100%;
        margin: 0 auto;
    }

    .views-count-button {
        display: none !important;
    }

    section.main-section {
        padding: 2rem 1.2rem;
        overflow: hidden;
        box-sizing: border-box;

        .main-title {
            font-size: 2.4rem;

            span {
                font-size: 2.4rem;
            }
        }

        .main-info {
            font-size: 1.2rem;
            color: #898989;
            height: auto;
            margin-bottom: 2rem;
        }
    }

    .search-init {

        search {
            padding: 8rem 1.5rem 10rem;
        }
    }

    .article-section {
        padding: 1.2rem;

        .breadcrumb {
            .warn {
                display: none;
            }
        }

        .container {
            flex-direction: column;

            .sidebar-main {
                width: auto;
                margin-left: 0;
                margin-top: 1.2rem;

                .sidebar-item {
                    margin-top: 0;
                }

                .sidebar-company {
                    margin-bottom: 1.5rem;

                    & + .sidebar-item {
                        margin-top: 1.5rem;
                    }
                }


            }
        }

        .article-list-main {
            .category-nav {
                margin-bottom: 1.2rem;
                padding: 0.8rem 1.4rem 0;

                .label-name {
                    margin-top: 0;
                }

                .list-item {
                    flex-wrap: wrap;
                    font-size: 1.2rem;
                }
            }

            .list-main {
                .article-item {
                    padding: 1.6rem;
                    flex-direction: row-reverse;

                    .thumb {
                        width: auto;
                        height: 7rem;
                        margin-right: 0;
                        margin-left: 1.4rem;

                        img {
                            width: auto;
                            height: 100%;
                        }

                        & + .info {
                            p.desc {
                                display: none;
                            }
                        }
                    }

                    .info {
                        h2.title {
                            a {
                                line-height: 1.4;
                                font-size: 1.5rem;
                            }
                        }
                    }
                }

                .layui-laypage {
                    margin: 1.2rem 0 !important;
                }
            }

            & + .sidebar-main {
                display: none;
            }
        }

        .details-main {
            .article-content {
                margin-top: 1.2rem;

                .chatgpt-summary {
                    margin-bottom: 1.2rem;
                }

                .details-header {
                    padding: 1.5rem;

                    h1 {
                        width: 100%;
                        font-size: 2rem;
                    }
                }

                .details-content {
                    padding: 1.5rem;

                    img {
                        width: 100%;
                    }

                    .drug-main {
                        padding: 1.2rem;

                        a {
                            flex-wrap: wrap;
                        }

                        .thumb {
                            width: 5rem;
                            height: 5rem;
                        }

                        .info {
                            .name {
                                line-height: 1;
                            }

                            p {
                                line-height: 1;

                                em,
                                &:nth-child(3),
                                &:nth-child(4) {
                                    display: none;
                                }
                            }
                        }

                        .drug-text {
                            width: 100%;
                            display: block !important;
                            font-size: 1.2rem;
                            padding: 1rem 0;

                            p {
                                margin-bottom: 0;
                                display: -webkit-box;
                                -webkit-line-clamp: 1;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                            }
                        }

                        .open-button {
                            width: 100%;
                            margin: 0;
                        }
                    }
                }
            }
        }

    }

    .search-section {
        padding: 1.5rem;

        &.company-list {
            margin: 1.5rem 0;


            .list-main {
                padding: 0 !important;
                overflow: hidden;

                .search-title {
                    padding: 0 1.5rem;
                }
            }

            .company-main {
                .company-item {
                    padding: 1.6rem;
                    margin-bottom: 0;
                }
            }

            .layui-laypage {
                margin: 2rem 0 !important;
            }
        }

        .sidebar-main {
            display: none;
        }

        .container {
            .list-main {
                &.drug-list {
                    padding: 0;

                    .item {

                        .thumb {
                            width: 8rem;
                            height: 8rem;
                            margin-right: 1.5rem;
                        }

                        .right-main {
                            .name {
                                font-size: 1.5rem;

                                h3 {
                                    span {
                                        display: none;
                                    }
                                }
                            }

                            .manu_name {
                                display: -webkit-box;
                                -webkit-line-clamp: 2;
                                font-size: 1.2rem;

                                :last-child {
                                    padding-top: 0.6rem;
                                }
                            }

                            .purpose {
                                display: none;
                            }
                        }
                    }

                    .layui-laypage {
                        margin-bottom: 1.8rem !important;
                    }
                }
            }
        }

        .tags {
            display: none;
        }
    }

    .main-drugs-content {
        flex-wrap: wrap;
        flex-direction: column-reverse;

        .drugs-left {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1.5rem;

            .drugs-item {
                height: 7rem;
                margin-bottom: 0;
                padding: 0;
                text-align: center;

                .drugs-name {
                    font-size: 1.6rem;
                    margin-bottom: 0;
                }

                .drugs-info {
                    display: none;
                }
            }
        }

        .drugs-right {
            margin-left: 0;
            margin-bottom: 2rem;
            height: 20rem;
        }
    }

    .drug-main-list {
        padding: 0;

        .drug-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));

            .item {
                height: 16rem;

                a {
                    .info {
                        .company {
                            font-size: 1.5rem;
                        }

                        .name {
                            font-size: 1.2rem;
                        }
                    }

                    .thumb {
                        width: 6rem;
                        height: 6rem;
                    }
                }
            }
        }
    }

    .company-main {
        margin: 2rem 0 0;

        .mask-left {
            margin-left: -1.5rem;
        }

        .mask-right {
            margin-right: -1.5rem;
        }

        .company-scroll {
            margin: 2rem -1.5rem;
            width: auto;
        }
    }

    .doctor-main {
        .carousel-doctor {
            height: 42rem !important;

            .carousel-main {
                flex-wrap: wrap;

                .carousel-item {
                    margin-right: 0;
                    margin-bottom: 1.5rem;
                }
            }
        }
    }

    .main-link {
        display: none;
    }

    footer {
        font-size: 1.2rem;

        .foot-link {
            ul {
                flex-wrap: wrap;

                li {
                    padding: 0 1rem;
                    font-size: 1.2rem;
                }
            }
        }

        .copyright {
            padding: 0 2rem;
        }
    }

    .company-list {
        padding: 1.2rem;
        margin: 0;
        box-sizing: border-box;

        .company-left {
            .region-nav {
                margin-bottom: 1.2rem;
                padding: 0.8rem 1.4rem 0;

                .list-item {
                    flex-wrap: wrap;
                    font-size: 1.2rem;
                }
            }
        }

        .company-list-main {
            display: block;

            .layui-laypage {
                margin: 1.8rem 0 !important;
            }

            .list-main {
                padding: 0;
                overflow: hidden;

                .company-main {
                    margin: 0;

                    .company-item {
                        position: relative;
                        padding: 1.4rem;
                        margin-bottom: 0;

                        .company-thumb {
                            a {
                                width: 7.5rem;
                                height: 7.5rem;
                                margin-right: 1.5rem;
                            }
                        }

                        .company-info {
                            padding-top: 0;

                            .company-name {

                                font-size: 1.5rem;
                                line-height: 1.4;

                                .tags {
                                    display: none;
                                }
                            }

                            .company-drug {
                                background-image: none;
                                padding: 0;
                                text-align: center;
                                position: absolute;
                                width: 7.5rem;
                                left: 1.6rem;
                                top: 9.2rem;

                                span {
                                    border-left: none;
                                    padding-left: 0;
                                    line-height: 2.6rem;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    align-content: center;

                                    u {
                                        display: block !important;
                                        text-decoration: none;
                                    }

                                    i {
                                        display: none;
                                    }
                                }
                            }

                            .company-desc {
                                padding-top: 0.5rem;

                                p {
                                    line-height: 1.8;
                                    float: unset;

                                    &:nth-child(4) {
                                        display: none !important;
                                    }
                                }
                            }
                        }
                    }
                }
            }

            .sidebar-main {
                display: none;
            }
        }
    }

    .layui-laypage {
        margin-bottom: 0.8rem !important;

        a,
        .layui-laypage-sp {
            display: none;
        }

        :first-child,
        :last-child,
        :nth-child(2),
        :nth-last-child(2),
        :nth-last-child(3) {
            display: inline-block;
        }

        a,
        span {
            padding: 0 12px;
            height: 30px;
            line-height: 32px;

            .c {
                display: none !important;
            }

            &.layui-laypage-sp:last-child {
                display: inline-block;
            }
        }
    }

    .company-list {
        .hot-company {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1.2rem;
            margin-bottom: 1.2rem;

            :last-child {
                display: none;
            }
        }
    }

    .details-section {
        padding: 1.2rem;

        .container {
            flex-direction: column;


            .left-sidebar {
                display: none;
            }

            .sidebar-main {
                width: auto;
                margin-left: 0;
                margin-top: 1.2rem;

                .sidebar-company,
                .sidebar-thumb {
                    margin-bottom: 1.2rem;
                }

                .sidebar-item {
                    margin-top: 1.2rem;
                }

                .sidebar-thumb {
                    .banner-content {
                        width: calc(100vw - 3.4rem);
                        height: calc(100vw - 3.4rem);
                    }
                }
            }

            .content-main {
                .breadcrumb {
                    .warn {
                        display: none;
                    }
                }

                .content-body {
                    margin-top: 1.2rem;

                    .title {
                        padding: 1.2rem;

                        .bar-code {
                            display: none;
                        }
                    }

                    .content {
                        margin: 0;
                        padding: 1.2rem;

                        .is-reading {
                            padding: 2rem 1rem;

                            .layui-btn {
                                font-size: 1.2rem;
                            }
                        }

                        .nav-menu {
                            ul {
                                grid-template-columns: repeat(4, minmax(0, 1fr));
                            }
                        }

                        .item {
                            flex-direction: column;

                            h3 {
                                width: 100%;
                                text-align: left;
                            }

                            .info {
                                padding: 0;
                                border-left: none;
                            }
                        }
                    }
                }
            }
        }
    }

    .company-section {
        padding: 1.2rem;

        #map-container {
            height: 35rem;
        }

        .breadcrumb {
            margin-top: 4.6rem;

            .company-nav {
                top: 6.2rem;
                left: 0;
                right: 0;
                width: 100%;
                position: fixed;
                z-index: 1000;
                border-radius: 0 0 0.5rem 0.5rem;

                a {
                    padding: 1.5rem 0;
                    width: 100%;
                    background-color: #ffffff;
                    color: #676767;

                    span {
                        font-size: 1.2rem;
                    }

                    &:hover,
                    &.active {
                        color: #cf2532;
                        font-weight: 500;

                        &::after {
                            display: none;
                        }

                        &::before {
                            position: absolute;
                            content: "";
                            bottom: 0.3rem;
                            left: 50%;
                            width: 3rem;
                            height: 3rem;
                            border: 0.2rem solid transparent;
                            border-bottom-color: #cf2532;
                            border-radius: 50%;
                            transform: translateX(-50%);
                        }
                    }
                }
            }
        }

        .title {
            flex-wrap: wrap;
            font-size: 1.6rem;

            span {
                display: block;

                &.location-data {
                    padding-top: 1rem;
                    font-size: 1.2rem;

                    .layui-icon {
                        font-size: 1.2rem;
                    }
                }
            }
        }

        .company-details {
            margin: 1.2rem 0;
            padding: 1.5rem;

            .company-header {
                .company-avatar {
                    width: 6rem;
                    height: 6rem;
                }

                .company-info {
                    .company-short-name {
                        font-size: 2rem;
                    }

                    .company-name {
                        font-size: 1.2rem;
                    }
                }
            }

            .company-desc {
                font-size: 1.2rem;
                line-height: 2rem;
                margin-top: 1.5rem;
            }
        }

        .company-content {
            flex-direction: column-reverse;
            margin-bottom: 0.3rem;

            .list-main {


                .company-item {
                    margin-bottom: 1.2rem;
                    padding: 1.5rem;

                    .article-item {
                        flex-direction: row-reverse;

                        .thumb {
                            width: auto;
                            height: 7rem;
                            margin-right: 0;
                            margin-left: 1.4rem;

                            img {
                                width: auto;
                                height: 100%;
                            }

                            & + .info {
                                p.desc {
                                    display: none;
                                }
                            }
                        }

                        .info {
                            h2.article-title {
                                a {
                                    line-height: 1.4;
                                    font-size: 1.5rem;
                                }
                            }
                        }
                    }
                }
            }

            .sidebar-main {
                margin-left: 0;
                width: 100%;

                .sidebar-item {
                    margin-top: 1.2rem;

                    &:first-child {
                        margin-top: 0;
                    }

                    &:last-child {
                        margin-bottom: 1.2rem;
                    }
                }
            }
        }

        .company-table {
            table {
                border-collapse: collapse;

                tr {
                    td {
                        width: 100% !important;
                        display: block;
                        box-sizing: border-box;
                    }
                }
            }
        }

        .drug-list {
            .drug-item {

                .drug-thumb {
                    a {
                        margin-right: 1.5rem;
                    }
                }

                .drug-info {
                    .drug-name {
                        padding-bottom: 0.6rem;

                        .tags {
                            display: none;
                        }
                    }
                }
            }
        }
    }

    .pages-section {
        margin: 0;
        padding: 1.5rem;

        .container {
            display: block;

            .pages-main {
                margin-left: 0;
                margin-top: 1.5rem;
            }

            .pages-sidebar {
                width: 100%;

                .theiaStickySidebar {
                    position: relative;
                }

                .title {
                    display: none;
                }

                .page-nav {
                    display: flex;
                    align-items: center;
                    justify-content: space-around;
                    padding: 0.5rem;

                    .item {
                        width: 100%;
                        height: auto;

                        a {
                            width: 100%;
                            height: 3.6rem;
                            line-height: 3.6rem;

                            &::after {
                                display: none;
                            }
                        }
                    }
                }
            }
        }
    }

    .comment-section {
        margin-top: 1.5rem;
        padding: 0 1.5rem;

        .sidebar-main {
            border-top: 1px solid #f1f1f1;
            width: 100%;

            .form-content {
                padding: 1.5rem;

                .layui-input-group {
                    .layui-input-prefix {
                        flex-shrink: 0;
                        padding-left: 0;
                    }
                }

                .rate-list {
                    .layui-inline {
                        display: inline-block;
                        margin-bottom: 0;
                    }
                }
            }
        }

        .container {
            margin-bottom: 1.5rem;
            flex-direction: column;
        }

        .comment-content {
            padding: 2rem;
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: center;
            box-sizing: border-box;

            .thumb {
                width: 20rem;
                height: 20rem;
                margin-right: 0;
            }

            .info {
                .name {
                    text-align: center;
                }

                .footer {
                    padding-top: 1rem;
                    position: relative;
                }
            }
        }

        .left-main {
            .comment-main {
                .comment-list {
                    .item {
                        padding: 1.5rem;

                        .header {
                            position: relative;

                            .ip-region {
                                position: absolute;
                                right: 0;
                                top: 0;

                                span {
                                    &:first-child {
                                        display: none;
                                    }
                                }
                            }
                        }

                        .reta-main {
                            grid-template-columns: repeat(1, minmax(0, 1fr));

                            .rate-item-show {

                            }
                        }

                        .basic-data {
                            display: grid;
                            flex-wrap: wrap;
                            grid-template-columns: repeat(3, minmax(0, 1fr));
                            gap: 0.8rem;

                            span {
                                margin-right: 0;
                            }
                        }

                        .footer-data {
                            .left-time {
                                span {
                                    display: none;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .company-section + .comment-section {
        margin-top: -1rem;
        padding: 0 1rem;
    }

    .next-prev-main {
        flex-wrap: wrap;
        margin-top: 1.2rem;

        .prev-main,
        .next-main {
            .info {
                font-size: 1.3rem;
            }
        }

        .prev-main + .next-main {
            margin-left: 0;
            margin-top: 1.2rem;
            flex-direction: inherit;

            .thumb {
                margin-left: 0;
                margin-right: 0.5rem;
            }

            .info {
                .meta {
                    right: unset;
                }
            }
        }
    }

    section.article-section-content {
        .article-main {
            grid-template-columns: repeat(1, minmax(0, 1fr));
            gap: 1.5rem;

            .article-list {

                .list-title {
                    span {
                        a {
                            margin-left: 1rem;
                            font-size: 1.2rem;
                            color: #acacac;

                            &:nth-last-child(1),
                            &:nth-last-child(2) {
                                display: none;
                            }
                        }
                    }
                }


                .hot-item {
                    .thumb {
                        width: 10rem;
                        margin-right: 1.5rem;
                        flex-shrink: 0;
                    }

                    .info {
                        h2.title {
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: wrap;
                            font-size: 1.5rem;
                            line-height: 1.4;
                        }

                        p.desc {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}