        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            max-width: 100vw;
            overflow-x: hidden;
        }

        .a-hover:hover {
            color: #183F99 !important;
        }

        .pro:hover {
            background-color: #183F99 !important;
        }

        .yiyuan_head {
            width: 100%;
            height: 42px;
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 16px;
            color: #FFFFFF;
            text-align: left;
            font-style: normal;
            text-transform: none;
            display: flex;
            align-items: center;
        }

        .yiyuan-list {
            width: 100%;
        }

        .yiyuan-item {
            width: 100%;
            padding-left: 20px;
            display: flex;
            margin-top: 20px;
        }

        .yiyuan-name {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 16px;
            color: #333333;
            letter-spacing: 1px;
            text-align: left;
            font-style: normal;
            display: flex;
            align-items: center;
            text-transform: none;
        }

        .yiyuan-tag {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 14px;
            color: #4CAF50;
            text-align: left;
            font-style: normal;
        }

        .xx-img {
            transform: translateY(3px);
            margin-left: 3px;
        }

        .yiyuan-desc {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 14px;
            color: #666666;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }

        .yiyuan-line {
            width: 1px;
            height: 16px;
            display: inline-block;
            background: #4CAF50;
            transform: translateY(3px);
            border-radius: 0px 0px 0px 0px;
            margin-right: 10px;
            margin-left: 10px;
        }

        .yiyuan-dw {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 14px;
            color: #999999;
            text-align: left;
            font-style: normal;
            text-transform: none;
            display: flex;
            align-items: center;

        }

        .yiyuan-item:hover {
            background-color: #f8f8f8;
        }

        .ys-item {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 20px;
            color: #666666;
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin-right: 20px;
            position: relative;
            /* 新增定位 */
            cursor: pointer;
            /* 新增光标样式 */
        }

        .ys-box {

            display: flex;
            align-items: center;
        }

        /* 新增激活样式 */
        .ys-item.active {
            font-weight: bold;
            font-size: 20px;
            color: #183F99;
        }

        .ys-item.active::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -8px;
            width: 60px;
            height: 3px;
            background: #183F99;
            transform: translateX(-50%);
        }

        .banner-content {
            width: 100%;
            height: 313px;
            position: relative;
        }

        .banner2 {
            width: 349px;
            height: 188px;
            position: absolute;
            top: 50%;
            left: 20%;
            transform: translate(-50%, -50%);
            padding-top: 22px;
            padding-left: 50px;
        }

        .banner2-title {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 32px;
            color: #FFFFFF;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }

        .banner2-sub-title {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 16px;
            color: #FFFFFF;
            text-align: left;
            font-style: normal;
            margin-top: 12px;
            text-transform: none;
        }

        .banner2-type-name {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 16px;
            color: #FFFFFF;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }

        .banner2-type {
            width: 64px;
            height: 20px;
            border-radius: 9px 9px 9px 9px;
            border: 1px solid #FFFFFF;
            display: inline-block;
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 12px;
            color: #FFFFFF;
            text-align: center;
            font-style: normal;
            text-transform: none;
            margin-left: 8px;
        }

        .yy-box {
            background-color: #F8F9FA;
        }

        .yy-box-title {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 20px;
            color: #183F99;
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin-left: 12px;
        }

        .yy-desc {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 16px;
            color: #333333;
            text-align: left;
            margin-top: 12px;
            font-style: normal;
            text-transform: none;
            padding-left: 35px;
        }

        .ks-box {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            width: 93%;
            margin: 0 auto;
            padding: 20px 0;
        }

        .ks-item {
            height: 133px;
            background: #F8F9FA;
            border-radius: 6px;
            padding: 15px;
            display: flex;
            flex-direction: column;
        }

        .ks-item img {
            width: 36px;
            height: 36px;
            margin-bottom: 10px;
        }

        .ks-title {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 20px;
            color: #183F99;
            margin-bottom: 8px;
        }

        .ks-desc {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 16px;
            color: #666666;
            line-height: 1.4;
        }

        .ys-detail-box {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            width: 93%;
            margin: 0 auto;
        }

        .ys-detail-item {
            height: 320px;
            background: linear-gradient(180deg, #FFFFFF 0%, #EEF6FF 100%);
            border-radius: 6px;
            padding: 15px;
            display: flex;
            flex-direction: column;

        }

        /* 医生照片 */
        .ys-detail-item-img {
            width: 124px;
            height: 124px;
            margin: 0 auto 10px;
            border-radius: 50%;
            object-fit: cover;
        }

        /* 姓名与推荐标 */
        .ys-name {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 8px;
        }

        .ys-name-text {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 500;
            font-size: 20px;
            color: #333;
        }

        /* 职位科室行 */
        .ys-info-row {
            display: flex;
            gap: 10px;
            align-items: center;
            justify-content: center;
            margin-bottom: 8px;
        }

        .ys-position {
            font-family: Source Han Sans CN, Source Han Sans CN;
            color: #183F99;
            font-weight: bold;
            font-size: 12px;
        }

        .ys-department {
            font-family: Source Han Sans CN, Source Han Sans CN;
            color: #333;
            font-size: 12px;
        }

        .ys-hospital {
            text-align: center;
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 12px;
            color: #666666;
            font-style: normal;
            text-transform: none;
        }

        /* 服务数据 */
        .ys-stats {
            display: flex;
            gap: 10px;
            margin: 6px 0;
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 10px;
            color: #999999;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-style: normal;
            text-transform: none;
        }

        .ys-stat-num {
            color: #FFB74D;
            font-size: 10px;
        }

        /* 分割线 */
        .ys-divider {
            border-top: 1px solid #EEE;
            margin: 4px 0;
        }

        .ys-expertise {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 12px;
            color: #666;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }

        .sj-box2 {
            padding-left: 35px;
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 16px;
            color: #333333;
            text-align: left;
            font-style: normal;
            text-transform: none;
        }

        .yy-dh {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 16px;
            color: #183F99;
            letter-spacing: 2px;
            text-align: left;
            font-style: normal;
            text-transform: none;
            padding-left: 35px;
        }

        .yy-dz {
            color: #666;
        }

        .lx-box {
            position: relative;
            width: 100%;
            height: 404px;
            margin-bottom: 20px;
        }

        .lx-img {
            position: absolute;
            right: 10%;
            top: -130px;
        }