/*
 * @FilePath: \newmalai\css\20th_anniversary.css
 * @Description: 20周年专题
 */
@charset "utf8";


.banner{
    background: url("https://img.asiancancer.com/images/philippines/20year/38403001.jpg") no-repeat center;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.anniversary-content {
    width: 100%;
    background: #fff;
    padding-top: 30px;
}

/* 标题 */
.anniversary-content .title-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

.anniversary-content .title-box .title-text {
    color: #C0974E;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.anniversary-content .title-box .title-text::after {
    display: inline-block;
    content: '';
    width: 80px;
    height: 4px;
    background: #3E4756;
    position: absolute;
    bottom: 0;
    left: calc((100% - 80px) / 2);
}

/*20年，共同见证成长*/
.anniversary-content .witness-growth-area {
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
}

.witness-growth-area .title-box {
    width: 100%;
    padding: 10px calc((100% - 1400px) / 2);
    box-sizing: border-box;
}

.witness-growth-area .witness-growth-description {
    width: 100%;
    padding: 10px calc((100% - 1400px) / 2) 30px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
    font-size: 18px;
}

.witness-growth-area .data-graph-box {
    width: 100%;
    height: auto;
    aspect-ratio: 190/27;
    background: url(https://img.asiancancer.com/images/newmalai/20anniversary/map_en.webp) no-repeat center;
    background-size: cover;
    padding: 30px calc((100% - 1400px) / 2) 30px;
    box-sizing: border-box;
}

.data-graph-box .data-graph-list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 0 0 800px;
    box-sizing: border-box;
}

.data-graph-list .data-graph-item {
    width: 50%;
    padding: 0 15px 0 0;
    margin-bottom: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.data-graph-list .data-graph-item:nth-last-child(-n+2) {
    margin-bottom: 0;
}

/* 偶数项最后两项 */
/* .data-graph-list .data-graph-item:nth-child(even):nth-last-child(-n+2) {
    margin-bottom: 0;
} */

.data-graph-list .data-graph-item strong {
    font-size: 22px;
    color: #D8BB6A;
}

.data-graph-list .data-graph-item span {
    color: #fff;
    margin-top: 5px;
}

.witness-growth-area .witness-growth-box {
    width: 100%;
    z-index: 3;
}

.witness-growth-box .witness-growth-title {
    width: 100%;
    padding: 30px calc((100% - 1400px) / 2) 30px;
    box-sizing: border-box;
    color: #5C693D;
    text-align: center;
    font-size: 25px;
}

.witness-growth-box .witness-growth-text {
    width: 100%;
    padding: 0 calc((100% - 1400px) / 2);
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
}

.witness-growth-box .process-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pc-style{display: block;}
.mobile-style{display: none;}

.process-box .process-img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.process-box .process-list {
    display: none;
}


/*20年，故事因你而生*/
.anniversary-content .patient-stories-area {
    width: 100%;
    padding: 30px calc((100% - 1400px) / 2);
    box-sizing: border-box;
    background: linear-gradient(white 0 50%, transparent 50% 100%),
        /* 上半部分白色 */ url('https://img.asiancancer.com/images/newmoderncancerthai/images/20th_anniversary_bgz.webp');
    /* 下半部分图片 */

    background-repeat: no-repeat;
    background-size: 100%;
    /* 让图片铺满容器 */
    background-position: bottom;
    /* 图片居中 */
}

.patient-stories-area .title-box {
    width: 100%;
    padding: 10px calc((100% - 1400px) / 2);
    box-sizing: border-box;
}

.patient-stories-area .patient-stories-description {
    width: 100%;
    padding: 10px calc((100% - 1400px) / 2) 30px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
}

.patient-stories-area .patient-stories-description strong {
    font-size: 25px;
    color: #5C693D;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.patient-stories-area .patient-stories-description span {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.patient-stories-area .patient-stories-box {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 3;
}

        .container {
            margin: 0 auto;
            text-align: center;
        }
        .description {
            margin-bottom: 30px;
            font-size: 1.1rem;
            opacity: 0.9;
        }
        
        .number-display {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 30px;
        }
        
        /* 数字容器 - 每个数字5行 */
        .digit {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        /* 每行容器 */
        .digit-row {
            display: flex;
            gap: 10px;
            justify-content: center;
        }
        
        /* 图片容器样式 */
        .image-cell {
            position: relative;
            width: 224px;
            height: 126px;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            cursor: pointer;
        }
        
        .image-cell:hover {
            transform: scale(1.05);
        }
        
        .image-cell img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


        /* 所有设备都显示点击提示 */
        .image-cell {
            position: relative;
            overflow: visible;
        }

        .image-cell::before {
            content: "Click to check";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: bold;
            opacity: 0; /* 默认隐藏 */
            pointer-events: none;
            z-index: 10;
            white-space: nowrap;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
            transition: opacity 0.3s ease;
        }

        /* 鼠标悬停时显示提示 */
        .image-cell:hover::before {
            opacity: 1;
        }

        /* 移动端触摸时也显示 */
        .image-cell:active::before {
            opacity: 1;
        }

        /* 确保图片本身有适当的透明度 */
        .image-cell img {
            transition: opacity 0.3s ease;
        }

        .image-cell:hover img {
            opacity: 0.8;
        }

        /* 触摸设备按压效果 */
        .image-cell:active {
            transform: scale(0.98);
        }

        
        /* 轮播高亮蒙版 */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(80, 80, 80, 0.6); /* 改为黑色，透明度60% */
            transition: all 0.5s ease;
            opacity: 0;
        }
        
        .overlay.active {
            opacity: 1;
        }
        
        /* 空白占位元素 */
        .empty-cell {
            width: 224px;
            height: 126px;
            border-radius: 6px;
        }
        
        /* 控制区和计数器 */
        .controls {
            margin: 20px 0;
        }
        
        .btn {
            background-color: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            padding: 8px 16px;
            margin: 0 5px;
            border-radius: 4px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .btn:hover {
            background-color: rgba(255, 255, 255, 0.3);
        }
        
        .counter {
            margin-top: 15px;
            font-size: 1.1rem;
            color: #ffcc80;
        }
        
        /* 弹出层样式 - 优化居中效果 */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.8);
            z-index: 1000;
            overflow-y: auto; /* 允许在小屏幕上滚动 */
            padding: 20px;
        }
        
        /* 弹出层居中容器 */
        .modal-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100%;
        }
        
        .modal-content {
            background: url("https://img.asiancancer.com/images/newmalai/20anniversary/tankuang.png") no-repeat;
            padding: 40px 30px;
            border-radius: 8px;
            max-width: 850px;
            width: 100%;
            position: relative;
            animation: modalFadeIn 0.3s ease;
        }

        .modal-content .img-left{float: left;}
        .modal-content .img-left img{border-radius: 100px;}
        .modal-content .img-right .detail-link{float: right;color: orange;}
        
        /* 弹出层淡入动画 */
        @keyframes modalFadeIn {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .close-btn {
            position: absolute;
            top: 0px;
            right: 10px;
            font-size: 24px;
            cursor: pointer;
            color: #000;
            transition: transform 0.2s ease;
        }
        
        .close-btn:hover {
            transform: scale(1.1);
        }
        
        .modal-image {
            width: auto;
            object-fit: contain;
            margin-bottom: 15px;
            margin-right: 15px;
        }
        
        .modal-title {
            color: #000000;
            margin-bottom: 10px;
        }
        
        .modal-desc {
            color: #000000;
            line-height: 1.6;
        }


/*20年，勇气点亮未来*/
.anniversary-content .anniversary-event-area {
    width: 100%;
    padding: 30px calc((100% - 1400px) / 2);
    box-sizing: border-box;
}

.anniversary-event-area .title-box {
    width: 100%;
    /* padding: 10px calc((100% - 1400px)/2); */
    box-sizing: border-box;
}

.anniversary-event-area .anniversary-event-description {
    width: 100%;
    /* padding: 10px calc((100% - 1400px)/2) 30px; */
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
}

.anniversary-event-area .anniversary-event-description strong {
    font-size: 25px;
    color: #5C693D;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.anniversary-event-area .anniversary-event-description span {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.anniversary-event-area .poster-box {
    width: 100%;
    margin-bottom: 30px;
}

.poster-box .poster-list {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.anniversary-event-area .anniversary-event-box {
    width: 100%;
    position: relative;
    background: url(https://img.asiancancer.com/images/newmoderncancerthai/images/20th_anniversary_hdbg.webp) no-repeat;
    background-size: 100%;
    border-radius: 8px;
    padding: 50px;
    box-sizing: border-box;
}

.anniversary-event-box .anniversary-event-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #A16B2B 0%, #D9BB6B 100%);
    font-size: 25px;
    color: #fff;
    padding: 10px 50px;
    box-sizing: border-box;
    border-radius: 999px;
    white-space: nowrap;
}

.anniversary-event-box .anniversary-event-list {
    width: 100%;
}

.anniversary-event-list .anniversary-event-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.anniversary-event-list .anniversary-event-item strong {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
    text-decoration: underline;          /* 线型 */
    text-decoration-color: #C0974E;      /* 线条颜色 */
    text-decoration-style: solid;        /* 线条样式：solid|dashed|dotted|wavy */
    text-decoration-thickness: 8px;      /* 线条粗细 */
}

.anniversary-event-list .anniversary-event-item span {
    display: inline-block;
    width: 100%;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.anniversary-event-area .prize-box {
    width: 100%;
    margin-top: 50px;
    position: relative;
    border-radius: 8px;
    padding: 50px 30px 30px;
    box-sizing: border-box;
    background: linear-gradient(270deg, #F5F5F5 0%, #E0CFB2 100%);
}

.prize-box .prize-img {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -50px;
    left: 70px;
}

.prize-box .prize-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #A16B2B 0%, #D9BB6B 100%);
    font-size: 25px;
    color: #fff;
    padding: 10px 50px;
    box-sizing: border-box;
    border-radius: 999px;
    white-space: nowrap;
}

.prize-box .prize-text {
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.prize-box .prize-text img{}

.prize-box .prize-text span {
    font-size: 18px;
    font-weight: bold;
}


/*20年，全球关怀 · 携手抗癌*/
.anniversary-content .event-reservations-area {
    display: none;
    width: 100%;
    padding: 30px calc((100% - 1400px) / 2);
    box-sizing: border-box;
    background: linear-gradient(white 0 70%, transparent 30% 100%),
        /* 上半部分白色 */ url('https://img.asiancancer.com/images/newmoderncancerthai/images/20th_anniversary_bgl.webp');
    /* 下半部分图片 */

    background-repeat: no-repeat;
    background-size: 100%;
    /* 让图片铺满容器 */
    background-position: bottom;
    /* 图片居中 */
}

.event-reservations-area .title-box {
    width: 100%;
    /* padding: 10px calc((100% - 1400px)/2); */
    box-sizing: border-box;
}

.event-reservations-area .event-reservations-description {
    width: 100%;
    /* padding: 10px calc((100% - 1400px)/2) 30px; */
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.event-reservations-area .event-reservations-description strong {
    font-size: 25px;
    color: #5C693D;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.event-reservations-area .event-reservations-description span {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.event-reservations-area .event-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.event-reservations-area .event-img strong{color: #C0974E;}

.event-reservations-area .event-img .circle-image {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 222px;
    height: 222px;
    border-radius: 50%;
    z-index: 2;
}

.event-reservations-area .event-img a {
    width: 100%;
    height: auto;
    display: flex;
}

.event-reservations-area .event-img a img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/*20年，见证医学进步*/
.anniversary-content .treatment-techniques-area {
    width: 100%;
    padding: 30px calc((100% - 1400px) / 2);
    box-sizing: border-box;
}

.treatment-techniques-area .treatment-techniques-description {
    width: 100%;
    /* padding: 10px calc((100% - 1400px)/2) 30px; */
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.treatment-techniques-area .treatment-techniques-description strong {
    font-size: 25px;
    color: #5C693D;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.treatment-techniques-area .treatment-techniques-description span {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.treatment-techniques-area .treatment-comparison-box {
    width: 100%;
    margin: 30px 0;
}


.treatment-techniques-area .box{margin: 15px 0;display: flex;justify-content: space-between;}
.treatment-techniques-area dl{width: calc((100%/3) - 10px);background: #ffffff;padding: 15px 0;box-shadow: 0 16px 5px -12px rgb(0 0 0 / 5%), 0 4px 15px 0 rgb(0 0 0 / 5%), 0 8px 10px -5px rgb(0 0 0 / 5%);}
.treatment-techniques-area dl dt{text-align: center;}
.treatment-techniques-area dl dd{padding: 15px;}
.treatment-techniques-area dl .d1{color: #2370A4;font-weight: bold;}

/*mdt-team*/
.anniversary-content .mdt-team-area {
    width: 100%;
    padding: 30px calc((100% - 1400px) / 2);
    box-sizing: border-box;
    background: #f5f5f5;
}

.mdt-team-area .image-banner-box {
    width: 100%;
    margin: 30px 0 0;
    position: relative;
}

.image-banner-box .image-banner-list {
    width: 100%;
}

.image-banner-list .image-banner-item {
    width: 100%;
    position: relative;
}

.image-banner-item img {
    width: 100%;
    border-radius: 4px;
}

.image-banner-item .image-text {
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 8px 8px;
}

.image-banner-box .swiper-pagination-image {
    width: 100%;
    margin-top: 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.image-banner-box .swiper-pagination-bullet {
    background: #fff;
    width: 15px;
    height: 10px;
    border-radius: 30px;
}

.image-banner-box .swiper-pagination-bullet-active {
    background: #C0974E !important;
    width: 25px;
}

.image-banner-box .swiper-pagination-image span {
    margin: 5px;
}

.mdt-team-area .mdt-team-description {
    width: 100%;
    /* padding: 10px calc((100% - 1400px)/2) 30px; */
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
}

.mdt-team-area .mdt-team-description strong {
    font-size: 25px;
    color: #5C693D;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.mdt-team-area .mdt-team-description span {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

.mdt-team-area .mdt-team-box {
    width: 100%;
    margin-top: 30px;
}

.mdt-team-box .swiper-container {
    width: 100%;
    padding: 5px 5px 30px 5px;
    box-sizing: border-box;
    position: relative;
}

.mdt-team-box .mdt-team-list {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}

.mdt-team-list .mdt-team-item {
    background: #ffffff;
    border-radius: 16px;
    padding-top: 15px;
    height: auto;
    box-shadow: 0 0 10px #e5e5e5;
    transition: all 1s;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.mdt-team-box .mdt-team-item:last-child {
    margin-right: 0 !important;
}


.mdt-team-list .mdt-team-item dt {
    text-align: center;
    width: 100%;
}

.mdt-team-list .mdt-team-item dt a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*padding: 0 15px;*/
    box-sizing: border-box;
}

.mdt-team-list .mdt-team-item dt a img {
    display: inline-block;
    width: 66%;
    /* width: 300px; */
    /*width: 100%;*/
    aspect-ratio: 1;
}
.mdt-team-list .partient-team-item dt a img {
    display: inline-block;
    width: 100%;
    aspect-ratio:auto;
}
.mdt-team-list .mdt-team-item dd,
.mdt-team-list .mdt-team-item p {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.mdt-team-list .mdt-team-item .title {
    color: #1E2D4F;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    font-weight: bold;
}

.mdt-team-list .mdt-team-item dd.position-job-text {
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box;
    border-radius: 5px;
}

.mdt-team-list .mdt-team-item dd.position-job-text span {
    display: inline-block;
    color: #C0974E;
    font-size: 16px;
    /* padding: 0 5px; */
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    white-space: normal;
    border-radius: 4px;
}

.mdt-team-list .mdt-team-item dd.position-job-text span:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.mdt-team-list .mdt-team-item .description-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mdt-team-list .mdt-team-item .description-text strong {
    color: #C0974E;
    font-weight: bold;
}

.mdt-team-list .mdt-team-item .more-text {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px;
}

.mdt-team-list .mdt-team-item .more-text a {
    color: #fff;
    background: #C0974E;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 10px;
}

.mdt-team-box .swiper-pagination-mdt {
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.mdt-team-box .swiper-pagination-bullet {
    background: #c5c5c5;
    width: 15px;
    height: 10px;
    border-radius: 30px;
}

.mdt-team-box .swiper-pagination-bullet-active {
    background: #C0974E !important;
    width: 25px;
}

.mdt-team-box .swiper-pagination-mdt span {
    margin: 5px;
}

/* 20年，继续同行的承诺 */
.anniversary-content .hospital-photos-area {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px calc((100% - 1400px) / 2);
}

.hospital-photos-area .mdt-team-description {
    width: 100%;
    /* padding: 10px calc((100% - 1400px)/2) 30px; */
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
}

.hospital-photos-area .hospital-photos-description strong {
    font-size: 25px;
    color: #5C693D;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
}

.hospital-photos-area .hospital-photos-description span {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
}

.hospital-photos-area .hospital-photos-box {
    width: 100%;
    margin-top: 30px;
}

.hospital-photos-box .hospital-photos-list {
    width: 100%;
}

.hospital-photos-list .hospital-photos-item {
    width: 700px;
    height: auto;
}

.hospital-photos-list .hospital-photos-item a {
    width: 100%;
}

.hospital-photos-list .hospital-photos-item a img {
    width: 100%;
    height: auto;
}

.hospital-photos-list .hospital-photos-item.swiper-slide-active a img {
    border-radius: 8px;
}

.hospital-photos-box .swiper-pagination-hospital {
    width: 100%;
    margin-top: 0;
    padding: 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.hospital-photos-box .swiper-pagination-bullet {
    background: #c5c5c5;
    width: 15px;
    height: 10px;
    border-radius: 30px;
}

.hospital-photos-box .swiper-pagination-bullet-active {
    background: #C0974E !important;
    width: 25px;
}

.hospital-photos-box .swiper-pagination-hospital span {
    margin: 5px;
}

/* 预约表单 */

.event-reservations-area .form-title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.event-reservations-area .form-title .title-text {
    padding: 5px 20px;
    background: #2370a4;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
}

.event-reservations-area .form {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 30px;
}

.event-reservations-area .form .hint-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.event-reservations-area .form .hint-text span {
    display: inline-block;
    margin-right: 5px;
    color: #f8313f;
    font-weight: bold;
    font-size: 18px;
}

.event-reservations-area .form .form-item {
    /*width: 48%;*/
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 0 0;
}

.event-reservations-area .form .form-item .label-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    font-weight: bold;
}

.event-reservations-area .form .form-item .input, .event-reservations-area .form .form-item .select-nat {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 8px;
    border: 0;
    background: #f5f5f5;
    box-sizing: border-box;
}

.event-reservations-area .form .form-item .phone-input {
    display: flex;
    width: 100%;
    align-items: center;
}

.event-reservations-area .form .radio-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.event-reservations-area .form .radio-item .radio-left {
    width: calc(50% - 10px);
}

.event-reservations-area .form .radio-item .radio-right {
    width: calc(50% - 10px);
}

.event-reservations-area .form-item .phone-input .country {
    width: 150px;
    height: 50px;
    padding: 10px;
    border-radius: 8px 0 0 8px;
    border: 0;
    background: #f5f5f5;
}

.event-reservations-area .form-item .phone-input .input {
    flex: 1;
    height: 50px;
    padding: 10px;
    border-radius: 0 8px 8px 0;
    border: 0;
    border-left: 1px solid #fff;
    background: #f5f5f5;
}

.event-reservations-area .form .submit-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.event-reservations-area .form .submit-btn .btn-style {
    width: 50%;
    font-size: 18px;
    background: #2370a4;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 10px 0;
}

/* 取消移动端的hover效果 只有pc端的生效 */
@media (any-hover: hover) {
    .treatment-techniques-list .treatment-techniques-item:hover {
        transform: translate(0, -5px);
        box-shadow: 0 0 5px #055F87;
        cursor: pointer;
    }

    .patient-stories-item .patient-stories-image:hover .click-text {
        cursor: pointer;
        display: flex;
    }
}

/*移动端样式*/
@media screen and (max-width: 768px) {
    .banner {
        /* display: none; */
        background: url("https://img.asiancancer.com/images/newmalai/20anniversary/790240cn.jpg") no-repeat center;
        background-size: cover;
        height: auto;
        width: 100%;
        aspect-ratio: 79/24;
        object-fit: cover;
    }

    /* 乳腺癌专题页 */
    .anniversary-content {
        width: 100%;
        padding-top: 0;
    }

    .anniversary-content .title-box {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .anniversary-content .title-box .title-text {
        font-size: 25px;
    }

    /*20年，共同见证成长*/
    .anniversary-content .witness-growth-area {
        width: 100%;
        margin-top: 150px;

    }

    .witness-growth-area .witness-growth-description {
        width: 100%;
        padding: 10px 15px 15px;
        box-sizing: border-box;
        font-size: 16px;
    }

    .witness-growth-area .data-graph-box {
        width: 100%;
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        background: url(https://img.asiancancer.com/images/philippines/20year/map_mobile_en.webp) no-repeat center;
        aspect-ratio: 1/1.41;
        background-size: 100%;
        display: flex;
        align-items: flex-end;
    }

    .data-graph-box .data-graph-list {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .data-graph-list .data-graph-item {
        width: calc(50% - 7.5px);
        padding: 0;
    }

    .data-graph-list .data-graph-item strong {
        font-size: 14px;
    }
    .data-graph-list .data-graph-item span{font-size:12px;}

    .witness-growth-box .witness-growth-title {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        font-size: 20px;
    }

    .witness-growth-box .witness-growth-text {
        width: 100%;
        font-size: 16px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .witness-growth-box .process-box {
        width: 100%;
        height: 500px;
        overflow-y: hidden;
        justify-content: flex-start;
        overflow-x: auto;
        margin-top: 15px;
    }

    .pc-style{display: none;}
    .mobile-style{display: block;}


    .process-box .process-img {
        max-width: 3840px;
        width: auto;
        height: 100%;
        aspect-ratio: 2057/823;
        margin-top: 0;
    }

    /*20年，故事因你而生*/
    .patient-stories-area .patient-stories-description {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .patient-stories-area .patient-stories-description strong {
        font-size: 18px;
    }

    .patient-stories-area .patient-stories-description span {
        font-size: 16px;
    }

    .patient-stories-area .patient-stories-box {
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .anniversary-content .patient-stories-area{padding-top: 30px;padding-bottom: 0;}

    .number-display{display:flex;gap:5px;margin-bottom: 0;}
    .digit{margin-bottom:0px;gap:5px;}
    
    .digit-row{gap:5px;}
    .image-cell, .empty-cell {
        width: 55px;
        height: 40px;
    }
            

    .modal-content {
        background: url("https://img.asiancancer.com/images/newmalai/20anniversary/tankuang-mobile.png") no-repeat;
        max-width: 90%;
        padding: 15px;
    }
    .modal-content .img-left{float: inherit;text-align: center;} 
    .modal-content .modal-title{text-align: center;}       
    .modal-image {
        max-height: 300px;
    }
    .modal{padding:0;}


    /*20年，勇气点亮未来*/
    .anniversary-content .anniversary-event-area {
        width: 100%;
        padding: 15px 15px;
        box-sizing: border-box;
    }

    .anniversary-event-area .anniversary-event-description strong {
        font-size: 18px;
    }

    .anniversary-event-area .anniversary-event-description span {
        font-size: 16px;
    }

    .anniversary-event-area .anniversary-event-box {
        width: 100%;
        height: auto;
        padding: 30px 15px 15px;
        box-sizing: border-box;
        background: url(https://img.asiancancer.com/images/newmoderncancerthai/images/20th_anniversary_hdbgyd.webp) no-repeat;
        background-size: 100% 100%;
    }

    .anniversary-event-box .anniversary-event-title {
        width: 90%;
        white-space: wrap;
        font-size: 18px;
        padding: 5px 20px;
    }

    .anniversary-event-list .anniversary-event-item strong {
        font-size: 16px;
    }

    .anniversary-event-list .anniversary-event-item {
        width: 100%;
        margin-bottom: 5px;
    }

    .anniversary-event-area .prize-box {
        width: 100%;
        margin-top: 30px;
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .prize-box .prize-img {
        width: 80px;
        height: 80px;
        left: 0;
        top: 0;
    }

    .prize-box .prize-text {
        width: 100%;
        display: grid;

    }

    .prize-box .prize-text span {
        font-size: 16px;
        text-align: center;
    }

    .prize-box .prize-title {
        max-width: 90%;
        width: auto;
        white-space: wrap;
        font-size: 18px;
        padding: 5px 20px;
    }

    /*20年，全球关怀 · 携手抗癌*/
    .anniversary-content .event-reservations-area {
        width: 100%;
        padding: 15px 0;
        background: linear-gradient(white 0 70%, transparent 30% 100%),
            /* 上半部分白色 */ url(https://img.asiancancer.com/images/newmoderncancerthai/images/20th_anniversary_bglyd.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
    }

    .event-reservations-area .event-img .circle-image {
        width: 60px;
        height: 60px;
        left: 15px;
        transform: translate(-15px, -50%);
    }

    .event-reservations-area .event-reservations-description {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .event-reservations-area .event-reservations-description strong {
        font-size: 18px;
    }

    .event-reservations-area .event-reservations-description span {
        font-size: 16px;
    }

    .event-reservations-area .event-img {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .event-reservations-area .form-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    /*20年，见证医学进步*/
    .anniversary-content .treatment-techniques-area {
        width: 100%;
        padding: 15px 0 0;
    }

    .treatment-techniques-area .treatment-techniques-description strong {
        font-size: 18px;
    }

    .treatment-techniques-area .treatment-techniques-description span {
        width: 95%;
        font-size: 16px;
    }

    .treatment-techniques-area .treatment-techniques-box {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .treatment-techniques-area .treatment-techniques-list {
        width: 100%;
        box-sizing: border-box;
    }

    .treatment-techniques-list .treatment-techniques-item {
        width: 100%;
    }

    .specialties-text-list .specialties-text-item:last-child {
        margin-bottom: 0;
    }

    .treatment-techniques-list .treatment-techniques-item:last-child {
        margin-bottom: 0;
    }

    .treatment-techniques-item dt a img {
        width: 100%;
    }

    .treatment-techniques-box .swiper-pagination-treatment {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 10px;
    }

    /* 20年，专家汇聚力量 */
    .anniversary-content .mdt-team-area {
        width: 100%;
        padding: 15px 0;
    }

    .mdt-team-area .mdt-team-description {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .mdt-team-area .mdt-team-description strong {
        font-size: 18px;
    }

    .mdt-team-area .mdt-team-description span {
        font-size: 16px;
    }

    .mdt-team-area .mdt-team-box {
        width: 100%;
        margin: 15px 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .mdt-team-box .swiper-container {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
    }

    .mdt-team-box .swiper-pagination-mdt {
        width: 100%;
        padding: 15px 0 0;
    }

    .mdt-team-area .image-banner-box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .image-banner-box .swiper-pagination-image {
        width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .image-banner-item .image-text {
        height: 100px;
        font-size: 18px;
    }

    /*20年，继续同行的承诺*/
    .anniversary-content .hospital-photos-area {
        width: 100%;
        padding: 15px 0 0;
    }

    .hospital-photos-area .hospital-photos-description {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .hospital-photos-area .hospital-photos-description strong {
        font-size: 18px;
    }

    .hospital-photos-area .hospital-photos-description span {
        font-size: 16px;
    }

    .hospital-photos-area .hospital-photos-box {
        width: 100%;
        margin-top: 15px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .hospital-photos-box .swiper-pagination-hospital {
        padding: 15px 0 0;
    }

    .hospital-photos-list .hospital-photos-item {
        width: 100%;
    }


    /* 表单 */
    .treatment-techniques-area .box{display: block;}
    .treatment-techniques-area dl{width: 100%;margin: 10px 0;}


    .treatment-techniques-area .box2{display: block;}

}