section {
    /* background: #fff; */
    /* padding: 0; */
}

.contentItem {
    margin-top: 2.5rem;
}

.titleContainer {
    margin-bottom: 2.5rem;

}

.strength {
    width: 100%;
    background-image: url(ff28e3b80.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 120%;
    overflow: hidden;
}

.strength .strength-title {
    color: #fff;
    font-size: 90px;
    padding-top: 6%;
    text-align: center;
    font-weight: 500;
}

.strength .strength-titles {
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-weight: 400;
}

.strength .strength-box {
    display: flex;
    justify-content: space-between;
    margin: 0 12%;
    padding-top: 5%;
    padding-bottom: 7%
}

.strength-item {
    width: 22%;
    height: 0;
    padding-bottom: 21.2%;
    border: 4px solid #fff;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}

.strength-item>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 1.7;
    width: 120%;

}

.strength-item:hover {
    background: #fff;
    color: #333;
    cursor: pointer;
}

.brand-box {
    display: flex;
    justify-content: space-between;
}

.brand-box>div {
    width: 19%;
    overflow: hidden;
}

.app {
    overflow: hidden;
}

.app-box {
    width: 100%;
    /* background: #fff; */
    /* background-image: url("/src/assets/image/online-header-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */
    height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 10%;
    box-sizing: border-box;
}

.app-box img {
    width: 25%;
}

.app-box .app-desc {
    margin-left: 5%;
    width: 40%;
    font-size: 28px;
}

.app-box .app-desc p {
    margin-top: 5%;
    line-height: 1.6;
    font-size: 18px;
}

.app-box h3 {
    width: 150%;
}

.product-banner {
    width: 100%;
    overflow: hidden;
}

.product-banner .imageContainer {
    margin: -3% 0 -10% 0;
}

.laboratory-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.laboratory-box>div {
    width: 50%;
}

.laboratory-box p {
    width: 45%;
    font-size: 30px;
    line-height: 1.6;
}

.team-box>div {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.team-box .title {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 22px;
    line-height: 1.6;
    padding: 0.6% 4%;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.team-box .imageContainer {
    margin: -2% auto -15% auto;
}

.team-box p {
    padding: 0 20px;
    font-size: 30px;
    line-height: 1.6;
    margin-top: 20px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.drug .swiper-slide {
    font-size: 18px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -10% 0;

}

.drug .swiper-slide img {
    width: 100%;
}

.swiper-desc {
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 45%;
}

.swiper-desc .title {
    font-size: 26px;
    font-weight: bold;
}

.swiper-desc p {
    font-size: 20px;
    margin-top: 20px;
}

.ay-tsao {
    width: 100%;
    background-image: url(d49ffb138.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
    padding: 11% 3% 3% 3%;
}

.ay-tsao::before {
    content: '国家级艾草示范基地';
    padding: 0 2%;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    position: absolute;
    top: 9%;
    left: 0;
    font-size: 26px;
}

.ay-tsao .ay-tsao-item {
    width: 25%;
    padding: 0 1% 0 1%;
    box-sizing: border-box;
    overflow: hidden;


}

.ay-tsao .ay-tsao-item .imageContainer {
    border: 1px solid #fff;
    margin: 0 10%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.ay-tsao .ay-tsao-item p {
    width: 100%;
    line-height: 1.6;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 5px 0;
    margin-top: 10%;
    font-size: 20px;
}


.progress-top,
.progress-bottom {
    display: flex;
}

.progress-top {
    border-bottom: 1px solid #cbcbcb;
}

.progress-top .progress-item {

    padding-bottom: 1%;
}

.progress-bottom .progress-item {
    padding-top: 2%;
}

.progress-item {
    width: 12.5%;
    position: relative;
}

.progress-item .imageContainer {
    margin: 0 10%;
    width: 80%;
    border-radius: 50%;
    overflow: hidden;
}

.progress-item>p {
    font-size: 20px;
    width: 150%;
    text-align: center;
    line-height: 1.6;
    margin: 4% 0 4% -30%;
}

.progress-top .progress-item:nth-child(2n-1)::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    position: absolute;
    bottom: calc(1% - 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.progress-bottom .progress-item:nth-child(2n)::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    position: absolute;
    top: calc(2% - 12px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.progress-top .progress-item:nth-child(2n-1) {
    cursor: pointer;
}

.progress-bottom .progress-item:nth-child(2n) {
    cursor: pointer;
}

.progress-item.active-link::before {
    border: 2px solid #fff !important;
    background: #0A6460 !important;
    width: 14px !important;
    height: 14px !important;
    box-shadow: 0 0 0 2px #0A6460;
    box-sizing: border-box;

}

.progress-container {
    margin-top: 4%;
}

.progress-container-item {
    position: relative;
    display: none;
}

.progress-container-item.active-link {
    display: block;
}

.progress-container-item img {
    width: 100%;
    height: auto;

}

.progress-container-item .title {
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    padding: 0 5%;
    line-height: 1.8;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 0;
    box-sizing: border-box;
    color: #fff;
}

.progress-container-item.p-bottom p {

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1% 2%;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    line-height: 1.6;
}

.progress-container-item.p-left p {

    position: absolute;
    top: 40%;
    left: 0;
    width: 40%;
    padding: 0 2%;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.6;
}

/* 艾草标准化与规模化 */


.timeline-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 249, 245);
    flex-direction: column;
}

.timeline {
    width: 100%;
    background-color: rgb(255, 249, 245);
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}

.timeline .swiper-container {
    height: 45.25vw;
    width: 100%;
    position: relative;
}

.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.5, 0.27, 1.34) 0.2s;
}

.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: none !important;
    opacity: 1 !important;
}

.timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.5);
    border-radius: 100%;
}

.timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: 50vw;
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    z-index: 2;
}

.timeline .swiper-slide .timeline-year {
    display: block;
    font-style: italic;
    margin-bottom: 2%;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    color: #abd729;
    font-weight: 300;
    opacity: 0;
    transition: .2s ease .4s;
    font-size: 34px;
}

.timeline .swiper-slide .timeline-title {
    font-weight: 800;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .5s;
}

.timeline .swiper-slide .timeline-text {
    line-height: 1.7;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s;
    font-size: 24px;
}

.timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}

.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.7s;
    font-size: 40px;
    margin-top: 5%;
    margin-bottom: 6%;
}

.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s;
}

.timeline .swiper-pagination {
    left: 83%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    z-index: 1;
    width: fit-content;
}

.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.timeline .swiper-pagination-bullet {
    font-size: 22px;
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #abd729;
    margin: 6px 0 !important;
    position: relative;
}

.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #abd729;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s;
}

.timeline .swiper-pagination-bullet-active {
    color: #abd729;
}

.timeline .swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
}

.timeline .swiper-button-prev {
    left: 8%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAFBElEQVR4nO3Zv5EcVRDA4b0qoUKeUsAUDgoBhYAhX6FAJJR8qpQCIRwOMpUCJgXGcu9KK+5Ou7Pz583Me93fZ3UH8Ks2+uYAXCQQGCAQJvnw6fXLn767/etuTEEgjPbbx+9/PR4Pr5+9eP4mSyQCYZT7OA7Hd4fieHObJRKBcNWjOE6SRCIQBp2N4yRBJALhosE4ToJHIhDOGhXHSeBIBMJXJsVxEjQSgfDIrDhOAkYiEL5YFMf/3r999fHdIQiBcK9GHMfDzR/ffPv8RxeEUMRxmUCSE8cwgSQmjusEkpQ4xhFIQuIYTyDJiGMagSQijukEkoQ45hFIAuKYTyDBiWMZgQQmjuUEEpQ46hBIQOKoRyDBiKMugQQijvoEEoQ41iGQAMSxHoF0ThzrEkjHxLE+gXRKHNsQSIfEsR2BdEYc2xJIR8SxPYF0Qhz7EEgHxLEfgTROHPsSSMPEsT+BNEocbRBIg8TRDoE0RhxtEUhDxNEegTRCHG0SSAPE0S6B7EwcbRPIjsTRPoHsRBx9EMgOxNEPgWxMHH0RyIbE0R+BbEQcfRLIBsTRL4GsTBx9E8iKxNE/gaxEHDEIZAXiiEMglYkjFoFUJI54BFKJOGISSAXiiEsgC4kjNoEsII74BDKTOHIQyAziyEMgE4kjF4FMII58BDKSOHISyAjiyEsgV4gjN4EMEAcCuUAcFAI5QxycCOQJcfCQQB4QB08J5DNxcI5A7oiDS9IHIg6GpA5EHFyTNhBxMEbKQMTBWOkCEQdTpApEHEyVJhBxMEeKQMTBXOEDEQdLhA5EHCwVNhBxUEPIQMRBLeECEQc1hQpEHNQWJhBxsIYQgYiDtXQfiDhYU9eBiIO1dRuIONhCl4GIg610F4g42FJXgYiDrXUTyIdPr1/++/c/v98cjj/crfMdb26fvXj+RiCM0U0ghUjYWleBFCJhS90FUoiErXQZSCESttBtIIVIWFvXgRQiYU3dB1KIhLWECKQQCWsIE0ghEmoLFUghEmoKF0ghEmoJGUghEmoIG0ghEpYKHUghEpYIH0ghEuZKEUghEuZIE0ghEqZKFUghEqZIF0ghEsZKGUghEsZIG0ghEq5JHUghEoakD6QQCZcI5DORcI5AHhAJTwnkCZHwkEDOEAknArlAJBQCGSASBHKFSHITyAgiyUsgI4kkJ4FMIJJ8BDKRSHIRyAwiyUMgM4kkB4EsIJL4BLKQSGITSAUiiUsglYgkJoFUJJJ4BFKZSGIRyApEEodAViKSGASyIpH0TyArE0nfBLIBkfRLIBsRSZ8EsiGR9EcgGxNJXwSyA5H0QyA7EUkfBLIjkbRPIDsTSdsE0gCRtEsgjRBJmwTSEJG0RyCNEUlbBNIgkbRDII0SSRsE0jCR7E8gjRPJvgTSAZHsRyCdEMk+BNIRkWxPIJ0RybYE0iGRbEcgnRLJNgTSMZGsTyCdE8m6BBKASNYjkCBEsg6BBCKS+gQSjEjqEkhAIqlHIEGJpA6BBCaS5QQSnEiWEUgCIplPIEmIZB6BJCKS6QSSjEimEUhCIhlPIEmJZByBJCaS6wSSnEiGCQSRDBAI96pFcrj55e2rP38+BCEQvqgQyfu3rz6+OwQiEB5ZEEm4OAqB8JUZkYSMoxAIZ02IJGwchUC4aEQkoeMoBMKggUjCx1EIhKvORJIijkIgjPIgktsscRQCYbQSSaQv+RgCgQECgQH/AbU0hzL3FUtpAAAAAElFTkSuQmCC);
}

.timeline .swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.timeline .swiper-button-next {
    right: 8%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAFGUlEQVR4nO3ZT2odRxDA4ZEvEN8gyVJ4o6uYkL1zhJwoyToE5QbOEbwJAm/sI2QXCIrk18IPhJDemz89M13V3wcFVQf40Yu+GIAXCQROSBXI9aer12+///DPYYUq0gRy/fHN1e3t/ftXFxc//3D5968DVJAikGMcw8X968M5vBpe/SQSaggfyNM4jkRCDaEDeSmOI5GwVNhAzsVxJBKWCBnI2DiORMJc4QKZGseRSJgjVCBz4zgSCVOFCaR8At7++9+nuXEciYQpwgRS/HHz5t3dcPfLYV1EJIwVKpBCJGwpXCCFSNhKyEAKkbCFsIEUImFtoQMpRMKawgdSiIS1pAikEAlrSBNIIRJqSxVIIRJqShdIIRJqSRlIIRJqSBtIIRKWSh1IIRKWSB9IIRLm6iKQQiTM0U0ghUiYqqtACpEwRXeBFCJhrC4DKUTCGN0GUoiEc7oOpBAJp3QfSCESXiKQr0TCcwTyiEh4SiBPiITHBPIMkXAkkBeIhEIgJ4gEgZwhkr4JZASR9EsgI4mkTwKZQCT9EchEIumLQGYQST8EMpNI+iCQBUSSn0AWEkluAqlAJHkJpBKR5CSQikSSj0AqE0kuAlmBSPIQyEpEkoNAViSS+ASyMpHEJpANiCQugWxEJDEJZEMiiUcgGxNJLALZgUjiEMhORBKDQHYkkvYJZGciaZtAGiCSdgmkESJpk0AaIpL2CKQxImmLQBokknYIpFEiaYNAGiaS/QmkcSLZl0ACEMl+BBKESPYhkEBEsj2BBCOSbQkkIJFsRyBBiWQbAglMJOsTSHAiWZdAEhDJegSShEjWIZBERFKfQJIRSV0CSUgk9QgkKZHUIZDERLKcQJITyTIC6YBI5hNIJ0Qyj0A6IpLpBNIZkUwjkA6JZDyBdEok4wikYyI5TyCdE8lpAkEkJwiEByJ5nkB4cP3xzdXt7f374eL+9eFc4rcfL2/eDUkIBHGcIJDOieM0gXRMHOcJpFPiGEcgHRLHeALpjDimEUhHxDGdQDohjnkE0gFxzCeQ5MSxjEASE8dyAklKHHUIJCFx1COQZMRRl0ASEUd9AklCHOsQSALiWI9AghPHugQSmDjWJ5CgxLENgQQkju0IJBhxbEsggYhjewIJQhz7EEgA4tiPQBonjn0JpGHi2J9AGiWONgikQeJoh0AaI462CKQh4miPQBohjjYJpAHiaJdAdiaOtglkR+Jon0B2Io4YBLIDccQhkI2JIxaBbEgc8QhkI+KISSAbEEdcAlmZOGITyIrEEZ9AViKOHASyAnHkIZDKxJGLQCoSRz4CqUQcOQmkAnHkJZCFxJGbQBYQR34CmUkcfRDIDOLoh0AmEkdfBDKBOPojkJHE0SeBjCCOfgnkDHH0TSAniAOBvEAcFAJ5hjg4EsgT4uAxgTwiDp4SyFfi4DkCORAHL+k+EHFwSteBiINzug1EHIzRZSDiYKzuAhEHU3QViDiYqptAxMEcXQQiDuZKH4g4WCJ1IOJgqbSBiIMaUgYiDmpJF4g4qClVIOKgtjSBiIM1pAhEHKwlfCDiYE2hAxEHawsbiDjYQshAxMFWwgUiDrYUKhBxsLVQgfx+c/l5GIZvD7OEOBgtVCAPL8j/d38Nw/DNYeYQB5OECqRYEIk4mCxcIMWMSMTBLCEDKSZEIg5mCxtIMSIScbBI6ECKE5GIg8XCB1I8E4k4qCJFIMWjSP4UB7WkCaS4vrn67u3lh88DVJIqEKhNIHDCFxf4HiPbBIDMAAAAAElFTkSuQmCC);
}

.timeline .swiper-button-next:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

@media screen and (min-width: 768px) {

    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.5);
    }

    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40vw;
        text-align: right;
    }


    .timeline .swiper-pagination {
        display: flex;
    }

    .timeline .swiper-button-prev {
        top: 10%;
        left: auto;
        right: 10%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-prev:hover {
        -webkit-transform: rotate(90deg) translate(-3px, 10px);
        transform: rotate(90deg) translate(-3px, 10px);
    }

    .timeline .swiper-button-next {
        top: auto;
        bottom: 10%;
        right: 10%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-next:hover {
        -webkit-transform: rotate(90deg) translate(3px, 10px);
        transform: rotate(90deg) translate(3px, 10px);
    }
}

@media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.5);
    }

    .timeline .swiper-slide-content {
        right: 25%;
    }
}

@media screen and (max-width:1600px) {

    .strength .strength-title {

        font-size: 76px;
    }

    .strength .strength-titles {
        font-size: 42px;
    }


    .timeline .swiper-slide-active .timeline-title {
        font-size: 38px;
    }

    .timeline .swiper-slide .timeline-text {
        font-size: 22px;
    }

    .timeline .swiper-pagination {
        left: 81%;
    }

    .laboratory-box p {
        font-size: 25px;
    }

    .team-box p {
        font-size: 25px;
    }
}

@media screen and (max-width:1400px) {
    .app-box img {
        width: 32%;
    }

    .strength .strength-title {

        font-size: 72px;
    }

    .strength .strength-titles {
        font-size: 37px;
    }

    .strength-item>div {
        font-size: 34px;
    }


    .timeline .swiper-slide-active .timeline-title {
        font-size: 35px;
    }

    .timeline .swiper-slide .timeline-text {
        font-size: 21px;
    }

    .laboratory-box p {
        font-size: 24px;
    }

    .team-box p {
        font-size: 24px;
    }

    .team-box .title {
        font-size: 20px;
    }

}

@media screen and (max-width:1374px) {

    .app-box img {
        width: 34%;
    }

    .app-box .app-desc {
        width: 50%;
    }


}

@media screen and (max-width: 1280px) {
    .strength .strength-title {

        font-size: 62px;
    }

    .strength .strength-titles {
        font-size: 32px;
    }

    .strength-item {
        border-width: 2px;
        padding-bottom: 21.5%;
    }

    .strength-item>div {
        font-size: 28px;
    }

    .app-box .app-desc {
        font-size: 20px;
    }

    .laboratory-box p {
        font-size: 22px;
    }

    .team-box p {
        font-size: 22px;
    }

    .team-box .title {
        font-size: 18px;
    }

    .swiper-desc .title {
        font-size: 24px;
    }

    .swiper-desc p {
        font-size: 18px;
    }

    .ay-tsao .ay-tsao-item p {
        font-size: 18px;
    }

    .timeline .swiper-pagination-bullet {
        font-size: 20px;
    }

    .timeline .swiper-slide .timeline-year {
        font-size: 34px;
    }

    .timeline .swiper-slide-active .timeline-title {
        font-size: 32px;
    }

    .timeline .swiper-slide .timeline-text {
        font-size: 20px;
    }

    .timeline .swiper-pagination {
        left: 79%;
    }
}

@media screen and (max-width: 1060px) {
    .strength .strength-title {

        font-size: 54px;
    }

    .strength .strength-titles {
        font-size: 26px;
    }

    .strength-item>div {
        font-size: 24px;
    }

    .ay-tsao::before {
        font-size: 22px;
    }

    .ay-tsao .ay-tsao-item p {
        font-size: 16px;
    }

    .progress-item>p {
        font-size: 18px;
    }

    .laboratory-box p {
        font-size: 19px;
    }

    .team-box p {
        font-size: 19px;
    }

    .team-box .title {
        font-size: 16px;
    }

    .timeline .swiper-pagination-bullet {
        font-size: 18px;
    }

    .timeline .swiper-slide-active .timeline-title {
        font-size: 30px;
    }

    .timeline .swiper-slide .timeline-text {
        font-size: 18px;
    }

    .timeline .swiper-pagination {
        left: 78%;
    }

    .timeline .swiper-slide-content {
        right: 29%;
    }
}

@media screen and (max-width: 940px) {
    .strength .strength-title {

        font-size: 48px;
    }

    .strength .strength-titles {
        font-size: 24px;
    }

    .strength-item>div {
        font-size: 20px;
    }

    .laboratory-box p {
        font-size: 17px;
    }

    .team-box p {
        font-size: 20px;
    }

    .team-box .title {
        font-size: 14px;
    }

    .app-box img {
        width: 45%;
        margin-left: -10%;
    }

    .app-box .app-desc {
        font-size: 20px;
        flex: 1;
    }

    .app-box .app-desc p {
        font-size: 16px;
    }


    .team-box p {
        font-size: 18px;
    }

    .drug .swiper-slide {
        padding: 50px 0px;
    }


    .swiper-desc .title {
        font-size: 22px;
    }

    .swiper-desc p {
        font-size: 16px;
    }

    .ay-tsao {
        padding: 11% 1.5% 3% 1.5%;
    }

    .ay-tsao .ay-tsao-item p {
        font-size: 15px;
    }

    .progress-container-item p {
        font-size: 18px !important;
    }

    .timeline .swiper-pagination-bullet {
        font-size: 14px;
        margin: 2px 0;
    }

    .timeline .swiper-slide-active .timeline-title {
        font-size: 28px;
    }

    .timeline .swiper-slide .timeline-text {
        font-size: 16px;
    }

}

@media screen and (max-width: 840px) {
    .strength .strength-title {

        font-size: 44px;
    }

    .strength .strength-titles {
        font-size: 22px;
    }

    .laboratory-box p {
        font-size: 15px;
    }

    .team-box p {
        font-size: 15px;
    }

    .team-box .title {
        font-size: 13px;
    }

    .timeline .swiper-pagination-bullet {
        font-size: 13px;
        margin: 2px 0;
    }

    .timeline .swiper-slide .timeline-year {
        font-size: 30px;
    }

    .timeline .swiper-slide-active .timeline-title {
        font-size: 26px;
    }

    .timeline .swiper-slide .timeline-text {
        font-size: 14px;
    }

    .timeline .swiper-pagination {
        left: 78%;
    }
}

@media screen and (max-width: 768px) {

    .timeline .swiper-slide-content {
        right: 50%;
    }
}

@media screen and (max-width: 756px) {

    .strength .strength-title {

        font-size: 42px;
    }

    .strength .strength-titles {
        font-size: 21px;
    }

    .strength-item>div {
        font-size: 18px;
    }

    .contentItem {
        margin-top: 1.5rem;
    }

    .titleContainer {
        margin-bottom: 1.5rem;

    }

    .app-box {
        padding: 30px 5%;
    }


    .laboratory-box {
        flex-direction: column;
    }

    .laboratory-box>div {
        width: 100%
    }

    .laboratory-box p {
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
    }

    .team-box p {
        font-size: 16px;
    }

    .team-box .title {
        font-size: 12px;
    }

    .drug .swiper-slide {
        padding: 30px 0px;
    }

    .swiper-desc .title {
        font-size: 20px;
    }

    .swiper-desc p {
        font-size: 14px;
    }

    .ay-tsao::before {
        font-size: 20px;
    }

    .ay-tsao {
        padding: 11% 1.5% 3% 1.5%;
    }

    .progress-item>p {
        font-size: 16px;
        width: 140%;
        margin-left: -20%;
    }

    .progress-container-item p {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 668px) {
    .strength .strength-title {

        font-size: 38px;
    }

    .strength .strength-titles {
        font-size: 20px;
    }

    .strength-item>div {
        font-size: 16px;
    }

    .app-box .app-desc {
        font-size: 18px;
    }

    .laboratory-box p {
        font-size: 14px;
    }

    .team-box p {
        font-size: 14px;
    }

    .team-box .title {
        font-size: 11px;
    }

    .ay-tsao::before {
        font-size: 16px;
    }

    .ay-tsao {
        padding: 13% 0 3% 0;
    }

    .ay-tsao .ay-tsao-item {
        padding: 0 0.5% 0 0.5%;
    }

    .ay-tsao .ay-tsao-item p {
        font-size: 10px;
    }

    .progress-item>p {
        font-size: 14px;
    }

    .progress-container-item p {
        font-size: 14px !important;
    }

    .swiper-desc {
        width: 50%;
    }

}

@media screen and (max-width: 600px) {
    .strength .strength-title {

        font-size: 38px;
    }

    .strength .strength-titles {
        font-size: 18px;
    }

    .strength-item {
        /* width: 25%;
        padding-bottom: 23.9%; */
    }

    .strength-item>div {
        font-size: 14px;
    }

    .app-box .app-desc {
        font-size: 16px;
        margin-left: 0;
    }

    .app-box .app-desc p {
        font-size: 14px;
    }

    .progress-item>p {
        font-size: 12px;
    }

    .progress-container-item p {
        font-size: 12px !important;
    }

    .drug .swiper-desc .title {
        font-size: 16px;
    }

    .drug .swiper-slide {
        padding: 10px 0px;
    }

    .drug .swiper-desc p {
        font-size: 12px;
        margin-top: 10px;
    }

    .timeline .swiper-slide-active .timeline-title {
        font-size: 24px;
    }

    .timeline .swiper-slide .timeline-text {
        font-size: 14px;
    }

}


@media screen and (max-width: 540px) {
    .drug .swiper-slide {
        margin: -4% auto;
    }



    .strength .strength-title {

        font-size: 28px;
    }

    .strength .strength-titles {
        font-size: 15px;
    }

    .strength-item {
        border-width: 1px;
        padding-bottom: 21.3%;
    }

    .timeline .swiper-slide .timeline-year {
        font-size: 28px;
    }

    .timeline .swiper-slide-active .timeline-title {
        font-size: 22px;
    }

    .timeline .swiper-slide .timeline-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {

    .strength .strength-title {

        font-size: 26px;
    }

    .strength .strength-titles {
        font-size: 14px;
    }

    .strength-item>div {
        font-size: 12px;
    }

    .drug .swiper-desc .title {
        font-size: 14px;
    }

    .app-box {
        padding: 0 0 0 5%;
    }

    .app-box .app-desc {
        font-size: 14px;
    }


    .progress-item>p {
        font-size: 10px;
    }

    .timeline .swiper-slide-active .timeline-title {
        margin-top: 3%;
        margin-bottom: 4%;
    }

    .timeline .swiper-slide-content {
        max-width: 80vw;
    }

    .timeline .swiper-slide .timeline-year {
        font-size: 26px;
    }

    .timeline .swiper-slide-active .timeline-title {
        font-size: 20px;
    }

    .timeline .swiper-slide .timeline-text {
        font-size: 12px;
    }

}

/*# sourceMappingURL=strength.css.map*/