.main-vs{
    position: relative;
    width: 100%;
    height: 1080px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/main/main-vs.png);
}
.main-vs .inner .tbox{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color:#fff;
}
.main-vs .inner .tbox p{
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: 40px;
}
.main-vs .inner .tbox p span{
    font-weight: 700;
}
.main-vs .inner .tbox h2 {
    font-size: 85px;

}
.main-vs .inner .tbox h2 span{
    font-size: 60px;
    font-weight: 400;
    display: block;
}
.main-vs .inner .tbox h2 span b{
    font-weight: 600;
    display: inline-block;
    font-size: 75px;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
}
.main-vs .inner .tbox a{
    border: 1px solid #fff;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    width: 180px;
    margin-top: 40px;
}
.main-vs .inner .tbox a img{
    display: inline-block;
    width: 15px;
    vertical-align: baseline;
    margin-left: 40px;
}

#main .sec-1{
    height: 960px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/main/sec-1-bg.png);
}
#main .sec-1 .inner{
    position: relative;
    display: flex;
    height: 100%;
}
#main .sec-1 .top{
    width: 680px;
    padding: 190px 0 200px;
}
#main .sec-1 .top h2{
    font-size: 50px;
    margin-bottom: 10px;
}
#main .sec-1 .top>p{
    font-size: 20px;
    font-weight: 400;
}
#main .sec-1 .top .check{
    margin-top: 40px;
    display: flex;
    gap: 10px;
    align-items: center;
}
#main .sec-1 .top .check span{
    padding: 6px 15px ;
    border-radius: 50px;
    font-weight: 500;
} 
#main .sec-1 .top .check span svg{
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
#main .sec-1 .top .check span.n-1{
    color: #01abff;
    border: 1px solid #01abff;
}
#main .sec-1 .top .check span.n-2{
    color: #0766dc;
    border: 1px solid #0766dc;
}
#main .sec-1 .top .check span.n-3{
    color: #ff08b6;
    border: 1px solid #ff08b6;
}

#main .sec-1 .top .counting{
    margin: 90px 0 95px;
}
#main .sec-1 .top .counting p{
    font-size: 60px;
    font-weight: 700;
}
#main .sec-1 .top .counting p span{
    position: relative;
    font-size: 140px;
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    line-height: 1.2;
    z-index: 3;
    letter-spacing: 0;
}
/* #main .sec-1 .top .counting p span::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/main/counting-all.png);
    z-index: -1;
    left: 0;
} */
/* #main .sec-1 .top .counting p span b{
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    width: 120px;
    height: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .sec-1 .top .counting p span b::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/main/counting.png);
    z-index: -1;
} */

#main .sec-1 .top .moreBtn{
    border: 1px solid #ececec;
    padding: 10px 0;
    text-align: center;
    color: #111;
    width: 220px;
    margin-top: 40px;
}
#main .sec-1 .top .moreBtn img{
    display: inline-block;
    width: 15px;
    vertical-align: baseline;
    margin-left: 20px;
}


#main .sec-1 .doc-img{
    position: relative;
    height: 100%;
    overflow-y: hidden;
    margin-left: auto;
    padding-right: 100px;
}

#main .sec-1 .doc-img::-webkit-scrollbar{
    display: none;
}
#main .sec-1 .doc-img img{
    height: 110%;
    margin-top: 95px;
}

#main .sec-1 .badge{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    align-items: center;
    position: absolute;
    width: 180px;
    height: 180px;
    top: 120px;
    right: -60px;
    z-index: 3;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/main/circle-bg.png);
}
#main .sec-1 .badge::after{
    position: absolute;
    content: "";
    width: 220px;
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/main/circle-txt.png);
    animation: bing 100s infinite;
}
@keyframes bing{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(1080deg);
    }
}

#main .sec-2{
    padding: 190px 0 120px;
    background-position: left top 400px;
    background-repeat: no-repeat;
    background-size: 40%;
    background-image: url(../images/main/sec-2-bg.png);
}
#main .sec-2 .inner{
    display: flex;
    gap: 100px;
}
#main .sec-2 .tbox{
    width: calc(100% - 930px);
}
#main .sec-2 .tbox h2{
    font-size: 50px;
}
#main .sec-2 .tbox h2 span{
    color: #01abff;
}
#main .sec-2 .tbox p{
    font-size: 20px;
    font-weight: 400;
}
#main .sec-2 .list{
    width: 830px;
    gap: 40px 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 90px;
}
#main .sec-2 .list .item{
    width: calc((100% - 75px) / 2);
    padding: 20px;
    transition: all 0.4s;
    background-color: #fff;
}
#main .sec-2 .list .item:nth-child(even){
    margin-top: -90px;
}
#main .sec-2 .list .item .img{
    position: relative;
    width: 100%;
    height: 495px;
}
#main .sec-2 .list .item .img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
#main .sec-2 .list .item .img h3{
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 295px;
    padding: 20px 0 4px 10px;
}
#main .sec-2 .list .item p{
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 25px;
    word-break: keep-all;
}
#main .sec-2 .list .item:hover{
    background-color: #01abff;
}
#main .sec-2 .list .item:hover h3{
    color: #fff;
    background-color: #01abff;
}
#main .sec-2 .list .item:hover p{
    color: #fff;
}
#main .sec-3 .tbox h2{
    font-size: 50px;
    text-align: center;
    line-height: 1.4;
} 
#main .sec-3 .tbox h2 span{
    display: block;
    font-weight: 300;    
}
#main .sec-3 .tbox p{
    font-size: 24px;
    margin-top: 40px;
    text-align: center;
}
#main .sec-3 .surgery{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/main/surgery-bg.png);
    padding: 150px 0 120px;
    margin-top: 60px;
}
#main .sec-3 .surgery::after{
    position: absolute;
    content: "";
    width: 585px;
    height: 585px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/main/surgery-bg-txt.png);
    right: 40px;
    top: -300px;
    animation: bing 190s infinite;
}
#main .sec-3 .surgery .tt{
    color: #fff;
    text-align: center;
}
#main .sec-3 .surgery .tt p{
    font-size: 24px;
}
#main .sec-3 .surgery .tt h2{
    font-size: 50px;
}
#main .sec-3 .surgery .list{
    margin-top: 80px;
    display: flex;
    gap: 10px;
}
#main .sec-3 .surgery .list .item{
    color: #fff;
    text-align: center;
    width: calc((100% - 20px) / 3);
}
#main .sec-3 .surgery .list .item h3{
    font-size: 34px;
    margin-bottom: 50px;
}
#main .sec-3 .surgery .list .item h3 span{
    display: block;
}
#main .sec-3 .surgery .list .item p{
    line-height: 1.8;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#main .sec-4{
    margin-top: 140px;
}
#main .sec-4 .box{
    display: flex;
    gap: 25px;
}
#main .sec-4 .box .item{
    width: calc((100% - 50px) / 3);
}
#main .sec-4 .box .item .img{
    width: 100%;
    height: 325px;
}
#main .sec-4 .box .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#main .sec-4 .box .item h3{
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#main .sec-4 .box .item p{
    font-size: 20px;
    font-weight: 400;
}
#main .sec-5{
    margin-top: 70px;
    margin-bottom: 150px;
}
#main .sec-5 .tbox h2{
    font-size: 50px;
    line-height: 1.4;
    margin-bottom: 30px;
}
#main .sec-5 .tbox h2 span{
    color: #01abff;
    display: block;
}
#main .sec-5 .tbox p{
    color: #999;
    font-size: 18px;
}
#main .sec-5 .docuBox{
    margin-top: 90px;
}
#main .sec-5 .docuBox .item{
    margin-right: 40px;
}
#main .sec-5 .docuBox .item .img{
    height: 350px;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .sec-5 .docuBox .item .img img{
    width: 85%;
}
#main .sec-5 .docuBox .item .tt b{
    margin-top: 25px;
    margin-bottom: 15px;
    color: #01abff;
    font-size: 16px;
}
#main .sec-5 .docuBox .item .tt h3{
    font-size: 20px;
    height: 65px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#main .sec-5 .docuBox .item .tt p{
    font-size: 16px;
}
#main .sec-5 .swiper-scrollbar{
    position: relative;
    margin-top: 50px;
    width: 100%;
    left: 0;
}
#main .sec-5 .swiper-scrollbar-drag{
    background-color: #01abff;
}
#main .sec-5 .docuSwiper{
    position: relative;
    overflow: visible;
}
#main .sec-5 .docu-arr{
    position: absolute;
    top: 150px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #ddd;
    z-index: 3;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}
#main .sec-5 .docu-prev{
    left: -30px;
    background-image: url(../images/sub/arr-prev.png);
}
#main .sec-5 .docu-next{
    right: -30px;
    background-image: url(../images/sub/arr-nxt.png);
}
#main .sec-6{
    margin-bottom: 190px;
}
#main .sec-6 .inner{
    display: flex;
}
#main .sec-6 .tbox h3{
    font-size: 50px;
    line-height: 1.4;
}
#main .sec-6 .tbox h3 span{
    display: block;
    color: #01abff;
}
#main .sec-6 .tbox p{
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
}
#main .sec-6 .videoBox{
    width: 920px;
    margin-left: auto;
}
#main .sec-6 .videoBox .youtube-main iframe{
    width: 100%;
    height: calc(920px * 0.5625);
}
#main .sec-6 .videoBox .youtube-list{
    display: flex;
    gap: 10px;
}
#main .sec-6 .videoBox .youtube-list>div{
    width: calc(900px / 3);
    height: calc((900px / 3) * 0.5625);
}
#main .sec-6 .videoBox .youtube-list>div a{
    width: 100%;
}
#main .sec-6 .videoBox .youtube-list>div a img{
    width: 100%;
}

#main .sec-7{
    position: relative;
    overflow: hidden;
    padding: 130px 0 145px;
    background-color: #fafafa;
}
#main .sec-7::after{
    position: absolute;
    content: "";
    width: 470px;
    height: 470px;
    left: -50px;
    bottom: -200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/main/txt-blue.png);
    animation: bing 80s infinite;
    z-index: 0;
}
#main .sec-7 .tbox{
    display: flex;
    align-items: center;
}
#main .sec-7 .tbox h2{
    font-size: 50px;
    margin-bottom: 75px;
}
#main .sec-7 .tbox h2 span{
    color: #01abff;
}
#main .sec-7 .tbox .moreBtn{
    display: block;
    border: 1px solid #ececec;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    width: 180px;
    margin-left: auto;
}
#main .sec-7 .tbox .moreBtn img{
    display: inline-block;
    width: 15px;
    vertical-align: baseline;
    margin-left: 40px;
}
#main .sec-7 .list{
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
}
#main .sec-7 .list .item{
    width: calc((100% - 40px) / 3);
}
#main .sec-7 .list .item .img{
    width: 100%;
    height: 430px;
}
#main .sec-7 .list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main .sec-7 .list .item .tt{
    background-color: #fff;
    padding: 30px;
}
#main .sec-7 .list .item .tt h3{
    font-size: 24px;
    height: 76.8px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 35px;
}
@media screen and (max-width: 1440px){
    #main .sec-1 .top .counting p span{
        font-size: 120px;
    }
    #main .sec-1 .top .counting p{
        font-size: 45px;
    }
    #main .sec-1 .top{
        width: 40%;
    }
    #main .sec-1 .doc-img{
        width: 60%;
    }
    #main .sec-1 .badge{
        right: 20px;
    }
    #main .sec-1 .doc-img img{
        height: 100%;
        margin: 150px auto 0;
    }
    #main .sec-2 .tbox{
        width: calc(100% - 850px);
    }#main .sec-2 .list{
        width: 750px;
    }
    #main .sec-2 .list .item .img h3{
        width: 250px;
    }
    #main .sec-6 .videoBox{
        width: 820px;
    }
    #main .sec-6 .videoBox .youtube-main iframe{
        height: calc(820px * 0.5625);
    }
}
@media screen and (max-width: 1240px){
    .main-vs{
        height: 950px;
    }    
    #main .sec-1{
        height: 870px;
    }
    #main .sec-2 {
        background-position: left top 100px;
    }
    #main .sec-2 .inner{
        flex-wrap: wrap;
        gap: 60px;
    }
    #main .sec-2 .tbox{
        width: 100%;
    }
    #main .sec-2 .tbox h2 {
        margin-bottom: 20px;
    }
    #main .sec-2 .tbox h2 br{
        display: none;
    }
    #main .sec-2 .list{
        width: 100%;
    }
    #main .sec-3 .surgery .list .item p br{
        display: none;
    }
    #main .sec-4 .box .item p{
        font-size: 18px;
    }
    #main .sec-4 .box .item p br{
        display: none;
    }
    #main .sec-5{
        margin-top: 140px;
        margin-bottom: 120px;
    }
    #main .sec-5 .tbox h2 span{
        display: inline-block;
    }
    #main .sec-5 .docuBox{
        margin-top: 60px;
    }
    #main .sec-6 .videoBox{
        width: 60%;
    }
    #main .sec-6 .videoBox .youtube-main iframe{
        height: calc(((100vw - 40px) * 0.6) * 0.5625);
    }
    #main .sec-6{
        margin-bottom: 80px;
    }
    #main .sec-7 .list .item .img{
        height: 320px;
    }
}
@media screen and (max-width: 1024px){
    #main .sec-1 .top .counting p span{
        font-size: 100px;
    }
    #main .sec-1 .doc-img img{
        margin: 80px auto 0;
    }
    #main .sec-1 .top .check span{
        font-size: 14px;
    }
    #main .sec-1 .top .check span svg{
        margin-right: 0;
    }
    #main .sec-3 .surgery .list .item p{
        font-size: 16px;
    }
    #main .sec-3 .surgery .list{
        gap: 20px;
    }
    #main .sec-4 .box .item .img{
        height: 230px;
    }
    #main .sec-4 .box .item h3{
        font-size: 28px;
    }
    #main .sec-5 .docuBox .item .img{
        height: 230px;
    }
    .main-vs{
        height: 850px;
    }
}
@media screen and (max-width: 768px){
    .main-vs{
        height: 640px;
    }
    .main-vs .inner .tbox p{
        font-size: 26px;
    }
    .main-vs .inner .tbox h2 span{
        font-size: 30px;
    }
    .main-vs .inner .tbox h2 span b{
        font-size: 40px;
    }
    .main-vs .inner .tbox h2{
        font-size: 45px;
    }
    #main .sec-1{
        overflow: hidden;
    }
    #main .sec-1 .inner{
        flex-wrap: wrap;
    }
    #main .sec-1 .top{
        width: 100%;
    }
    #main .sec-1 .doc-img{
        width: 100%;
    }
    #main .sec-1 .top{
        padding: 30px 0 0;
    }
    #main .sec-1 .top h2{
        font-size: 35px;
    }
    #main .sec-1 .top>p{
        font-size: 16px;
    }
    #main .sec-1 .top .counting p{
        font-size: 30px;
    }
    #main .sec-1 .top .counting p span{
        font-size: 60px;
    }
    #main .sec-1 .top .counting{
        margin: 40px 0;
    }
    #main .sec-1 .doc-img{
        padding-right: 0;
    }
    #main .sec-1 .doc-img img{
        height: auto;
        width: 60%;
        margin: 30px 0 0 30px;
    }
    #main .sec-1 .badge{
        top: unset;
        bottom: 250px;
        right: 40px;
        width: 120px;
        height: 120px;
        font-size: 18px;
    }
    #main .sec-1 .badge::after{
        width: 150px;
        height: 150px;
    }
    #main .sec-2{
        padding: 80px 0;
        background-size: 80%;
    }
    
    #main .sec-2 .tbox h2{
        font-size: 35px;
    }
    #main .sec-2 .tbox p{
        font-size: 16px;
    }
    #main .sec-2 .list{
        margin-top: 0;
    }
    #main .sec-2 .list .item{
        width: 100%;
        border: 1px solid #ddd;
    }
    #main .sec-2 .list .item .img{
        height: 300px;
    }

    #main .sec-2 .list .item:nth-child(even) {
        margin-top: 0;
    }
    #main .sec-2 .list .slick-slide{
        margin-right: 16px;
    }
    #main .sec-2 .list .item{
        padding: 15px;
    }
    #main .sec-2 .list .item .img h3{
        width: 70%;
        padding-left: 0;
    }
    #main .sec-2 .list .item p{
        font-size: 14px;
        padding-left: 0;
    }
    #main .sec-2 .list .item .img{
        height: 200px;
    }
    #main .sec-3 .tbox h2{
        font-size: 35px;
    }
    #main .sec-3 .tbox p{
        font-size: 20px;
    }
    #main .sec-3 .surgery{
        padding: 80px 0 90px;
    }
    #main .sec-3 .surgery .tt p{
        font-size: 20px;
    }
    #main .sec-3 .surgery .tt h2{
        font-size: 35px;
    }
    #main .sec-3 .surgery::after{
        width: 300px;
        height: 300px;
        top: -80px;
        left: -80px;
        opacity: 0.4;
    }
    #main .sec-3 .surgery .list{
        flex-wrap: wrap;
    }
    #main .sec-3 .surgery .list .item{
        width: 100%;
    }
    #main .sec-3 .surgery .list .item:not(:last-child){
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 40px;
    }
    #main .sec-3 .surgery .list .item h3 span{
        opacity: 0.6;
    }
    #main .sec-3 .surgery .list .item h3{
        font-size: 30px;
        margin-bottom: 20px;
        text-align: left;
    }
    #main .sec-3 .surgery .list .item p{
        text-align: left;
        font-size: 15px;
    }
    #main .sec-4{
        margin-top: 60px;
    }
    #main .sec-4 .box{
        flex-wrap: wrap;
        gap: 30px;
    }
    #main .sec-4 .box .item{
        width: 100%;
    }
    #main .sec-4 .box .item h3{
        font-size: 24px;
        margin: 10px 0 ;
    }
    #main .sec-4 .box .item p{
        font-size: 15px;
    }
    #main .sec-5{
        margin-top: 80px;
    }
    #main .sec-5 .tbox h2{
        font-size: 35px;
    }
    #main .sec-5 .tbox p{
        font-size: 16px;
    }
    #main .sec-5 .docuBox .item .img{
        height: calc(((100vw - 60px) / 2 ) * 1.35);
    }
    #main .sec-5 .docuBox .item .tt h3{
        font-size: 18px;
        height: 58px;
    }
    #main .sec-5 .docuBox .item .tt p{
        font-size: 14px;
        margin-top: 5px;
        color: #999;
    }
    #main .sec-6 .inner{
        flex-wrap: wrap;
    }
    #main .sec-6 .tbox{
        width: 100%;
        margin-bottom: 40px;
    }
    #main .sec-6 .tbox h3{
        font-size: 35px;
    }
    #main .sec-6 .tbox p{
        font-size: 16px;
        margin-top: 10px;
    }
    #main .sec-6 .videoBox{
        width: 100%;
    }
    #main .sec-6 .videoBox .youtube-main iframe {
        height: calc((100vw - 40px)  * 0.5625);
    }
    #main .sec-6 .videoBox .youtube-list>div {
        width: calc((100vw - 40px) / 3);
        height: calc(((100vw - 40px) / 3) * 0.5625);
    }
    #main .sec-7{
        padding: 60px 0 70px;
    }
    #main .sec-7 .tbox h2{
        font-size: 35px;
        width: 100%;
        margin-bottom: 20px;
    }
    #main .sec-7 .tbox{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    #main .sec-7 .tbox .moreBtn{
        margin-left: 0;
    }
    #main .sec-7 .slick-slide{
        margin-right: 15px;
    }
    #main .sec-7 .list .item .img{
        height: 240px;
    }
    #main .sec-7 .list .item .tt{
        padding: 20px;
    }
    #main .sec-7 .list .item .tt h3{
        font-size: 20px;
        height: 64px;
    }
    #main .sec-7 .list .item .tt p{
        font-size: 14px;
    }
    #main .sec-5 .docu-arr{
        top: 95px;
        width: 50px;
        height: 50px;
        background-size: 8px;
    }
    #main .sec-5 .docu-prev{
        left: -15px;
    }
    #main .sec-5 .docu-next{
        right: -15px;
    }
}