@charset "utf-8";

@font-face {
    font-family: 'hongmeng';
    src: url(HarmonyOS_Sans_Regular.ttf);
}
.camp-banner {
    width: 100%;
}
.camp-banner img {
    width: 100%;
}
.camp-health {
    width: 16rem;
    margin: .4rem auto .4rem;
    color: #A2A5A5;
    text-align: center;
}

.camp-health h3 {
    font-size: .8rem;
    color: #18584D;
}

.camp-health h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
}
.camp-health ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.camp-health ul li {
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .4rem;
    position: relative;
}
.camp-health .camp-img {
    width: 2.2rem;
    height: 2.8rem;
    border-radius: .2rem;
    overflow: hidden;
}
.camp-health .camp-title {
    width: 2.8rem;
    height: 2.6rem;
    padding: .2rem;
    box-sizing: border-box;
    border-radius: .2rem;
    backdrop-filter: blur(.2rem);
    background-color: rgba(255, 255, 255, .4);
    display: flex;
    align-items: center;
    position: absolute;
    left: 1.8rem;
}
.camp-health .camp-title p {
    font-size: .24rem;
    color: #090405;
    text-align: justify;
    font-weight: bold;
    text-align: center;
    padding: .1rem;
}
.camp-health .camp-title p span {
    font-size: .2rem;
    display: block;
    color: #A2A5A5;
    margin-top: .2rem;
    font-weight: normal;
}

.camp-danmu {
    width: 100%;
    background: url('../img/camp/camp-bg.jpg');
    background-size: cover;
    overflow: hidden;
}
.camp-danmu h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
    margin: 1rem 0;
}
.camp-danmu .camp-danmu-box {
    width: 200%;
    margin-bottom: 1rem;
}
@keyframes rowup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
}

.camp-danmu .camp-danmu-box ul li {
    display: flex;
    animation: 30s rowup linear infinite normal
}

.camp-danmu .camp-danmu-box ul li div {
    padding: .4rem .6rem;
    background-color: #fff;
    font-size: .24rem;
    font-family: 'hongmeng';
    margin-right: .4rem;
    border-radius: 2rem;
    margin-bottom: .4rem;
}
.camp-danmu .camp-danmu-box ul li div p:first-child {
    color: #18584D;
    font-size: .26rem;
    font-weight: bold;
    margin-bottom: .1rem;
}
.camp-danmu .camp-danmu-box ul li div p span {
    width: .5rem;
    height: .5rem;
    display: inline-block;
    border-radius: 2% 50% 50%;
    color: #fff;
    transform: rotate(45deg);
    background-color: #18584D;
    margin-right: .3rem;
}
.camp-danmu .camp-danmu-box ul li div p span i {
    display: block;
    width: 100%;
    transform: rotate(-45deg);
}

.service {
    width: 16rem;
    margin: 1rem auto 0;
    position: relative;
}
.service h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
}
.service>h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .8rem;
    text-align: center;
    color: #A2A5A5;
}
.service .service-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.service .service-list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service .service-list li {
    width: 7.8rem;
    height: 4rem;
    position: relative;
    border-radius: .3rem;
    padding: .5rem .4rem;
    margin-bottom: .3rem;
    box-sizing: border-box;
}

.service .service-list li.service-list-item1 {
    background: url('../img/camp/youshi01.jpg') no-repeat;
    background-size: cover;
}
.service .service-list li.service-list-item1 p {
    color: #598723;
    font-size: .26rem;
}
.service .service-list li.service-list-item1 p:nth-child(1){
    margin-bottom: .4rem;
}
.service .service-list li.service-list-item1 p strong {
    font-size: .5rem;
    padding-bottom: .2rem;
    padding-right: .4rem;
    border-bottom: .04rem solid #598723;
}
.service .service-list li.service-list-item2 {
    background: url('../img/camp/youshi02.jpg') no-repeat;
    background-size: cover;
}
.service .service-list li.service-list-item2 p {
    color: #828300;
    font-size: .26rem;
    text-align: right;
}
.service .service-list li.service-list-item2 p:nth-child(1){
    margin-bottom: .4rem;
}
.service .service-list li.service-list-item2 p strong {
    font-size: .5rem;
    padding-bottom: .2rem;
    padding-left: .4rem;
    border-bottom: .04rem solid #828300;
}
.service .service-list li.service-list-item3 {
    background: url('../img/camp/youshi03.jpg') no-repeat;
    background-size: cover;
}
.service .service-list li.service-list-item3 p {
    color: #478393;
    font-size: .26rem;
}
.service .service-list li.service-list-item3 p:nth-child(1){
    margin-bottom: .4rem;
}
.service .service-list li.service-list-item3 p strong {
    font-size: .5rem;
    padding-bottom: .2rem;
    padding-right: .4rem;
    border-bottom: .04rem solid #478393;
}
.service .service-list li.service-list-item4 {
    background: url('../img/camp/youshi04.jpg') no-repeat;
    background-size: cover;
}
.service .service-list li.service-list-item4 p {
    color: #35658c;
    font-size: .26rem;
    text-align: right;
}
.service .service-list li.service-list-item4 p:nth-child(1){
    margin-bottom: .4rem;
}
.service .service-list li.service-list-item4 p strong {
    font-size: .5rem;
    padding-bottom: .2rem;
    padding-left: .4rem;
    border-bottom: .04rem solid #35658c;
}
.service-list-box {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: .2rem;
    border-radius: 50%;
    transform: translate(-50%, -20%);
    background-color: rgba(31,178,85,.06);
}
.service-list-box .service-list-box2 {
    padding: .2rem;
    border-radius: 50%;
    background-color: rgba(31,178,85,.06);
}
.service-list-box .service-list-box3 {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-list-box .service-list-box3 p{
    color: #090405;
    font-size: .3rem;
    text-align: center;
}
.service-list-box .service-list-box3 p strong {
    display: block;
    font-size: .46rem;
    font-family: 'hongmeng';
}
.doctor {
    width: 16rem;
    margin: .6rem auto 0;
    overflow: hidden;
}
.doctor  h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
}
.doctor>h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
    color: #A2A5A5;
}
.doctor-box {
    display: flex;
    position: relative;
}
.doctor-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.doctor-box ul li {
    width: 7.8rem;
    height: 2.8rem;
    margin-bottom: .3rem;
    border-radius: .2rem;
    background-color: #f6f5f4;
}
.doctor-box ul li p {
    text-align: justify;
    font-size: .24rem;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    color: #090405;
}
.doctor-box ul li p span{
    text-align: center;
    display: block;
    width: 1.6rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .3rem;
    font-weight: bold;
    color: #18584D;
    border-radius: 1rem;
    margin: .4rem auto .2rem;
    background-color: #E9E7E3;
}
.doctor-box .line {
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translate(-50%);
    height: 8.9rem;
    border: .02rem dashed #18584D;
}
.doctor-box .dot {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: .2rem;
    height: .2rem;
    z-index: 2;
    border-radius: 50%;
    background-color: #18584D;
}
.doctor-box .dot1 {
    top: 1.3rem;
}
.doctor-box .dot2 {
    top: 4.5rem;
}
.doctor-box .dot3 {
    top: 7.6rem;
}
.shape {
    width: 16rem;
    margin: 1rem auto 0;
}
.shape  h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
}
.shape>h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
    color: #A2A5A5;
}
.shape ul {
    display: flex;
    justify-content: space-between;
}
.shape ul li {
    width: 2.8rem;
    height: 3.7rem;
    overflow: hidden;
    border-radius: .2rem;
    position: relative;
}
.shape ul li img {
    width: 100%;
}
.shape ul li p {
    text-align: center;
    position: absolute;
    bottom: 0.14rem;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: .24rem;
    color: #18584D;
    font-weight: bold;
}
.shouhuo {
    width: 100%;
    margin: 1rem auto 0;
    overflow: hidden;
    /* background: #fafafa; */
}
.shouhuo-box {
    width: 16rem;
    margin: 1rem auto;
    overflow: hidden;
    /* background: #fafafa; */
}
.shouhuo h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
    margin-bottom: .5rem;
}
.shouhuo>h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
    color: #A2A5A5;
}
.shouhuo .shouhuo-list {
    width: 7.4rem;
    float: left;
}
.shouhuo .shouhuo-list li {
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .3rem;
    font-size: .36rem;
    font-weight: 700;
    color: #2C2D2A;
    background-color: #f6f5f4;
    padding: 0 .6rem;
    box-sizing: border-box;
    margin-top: .3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'hongmeng';
}
.shouhuo .shouhuo-list li i {
    width: .5rem;
    height: .5rem;
    background: url(../img/service/ico-g.svg);
    background-size: cover;
}
.shouhuo .shouhuo-list li:nth-child(1),.shouhuo .shouhuo-list li:nth-child(6) {
    margin-left: 2rem;
}
.shouhuo .shouhuo-list li:nth-child(2),.shouhuo .shouhuo-list li:nth-child(5) {
    margin-left: 1rem;
}
.shouhuo .shouhuo-list li.active {
    background-color: #18584D;
    color: #fff;
}
.shouhuo .shouhuo-list li.active i {
    background: url(../img/service/ico-w.svg);
    background-size: cover;
}
.shouhuo .serviceSwiper {
    width: 7.9rem;
    height: 8rem;
    float: right;
}
.shouhuo .serviceSwiper .swiper-slide p {
    font-size: .4rem;
    margin-bottom: .2rem;
}
.shouhuo .serviceSwiper .swiper-slide p span {
    color: #18584D;
    display: block;
}
.shouhuo .serviceSwiper .swiper-slide img{
    width: 7.9rem;
    height: 6.9rem;
}
.we {
    width: 16rem;
    margin: 1rem auto 0;
}
.we  h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
}
.we>h4 {
    font-size: .32rem;
    font-weight: normal;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
    color: #A2A5A5;
}
.we ul {
    display: flex;
    justify-content: space-between;
}
.we ul li {
    width: 2.8rem;
    height: 3.7rem;
    overflow: hidden;
    border-radius: .2rem;
}
.we ul li img {
    width: 100%;
}
.we ul li p {
    text-align: center;
    font-size: .24rem;
    color: #18584D;
    font-weight: bold;
}
.team {
    width: 16rem;
    margin: .5rem auto 0;
}
.team  h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
}
.team ul li {
    height: 1.9rem;
    border-radius: .2rem;
    background-color: #f6f5f4;
    display: flex;
    padding: 0 .5rem;
    margin-top: .5rem;
    justify-content: space-between;
}
.team ul li .team-left {
    text-align: center;
    width: .8rem;
    height: 1rem;
    line-height: 1rem;
    color: #855020;
    font-size: .4rem;
    font-family: 'hongmeng';
    font-weight: bold;
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
    background-image: linear-gradient(180deg,#f9efdc,#ffdbb7) ;
}
.team ul li .team-right {
    width: 13.5rem;
    font-size: .24rem;
    line-height: 3;
    margin-top: .1rem;
}
.team ul li .team-right p:nth-child(1){
    color: #18584D;
}
.team ul li .team-right p:nth-child(2){
    color: #090405;
    line-height: 1.6;
    padding-top: .1rem;
    border-top: .02rem dashed #090405;
}
.feeling {
    width: 16rem;
    margin: .5rem auto 0;
}
.feeling  h3 {
    text-align: center;
    font-size: .8rem;
    color: #18584D;
}
.feeling p img {
    width: 100%;
}
.feeling p {
    text-align: center;
    font-size: .4rem;
    color: #A2A5A5;
    margin-bottom: .6rem;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 13.3333vw;
    }
    .camp-health {
        width: 100%;
    }
    .camp-health h3 {
        width: 80%;
        margin: 0 auto;
        font-size: .4rem;
    }
    .camp-health ul li {
        width: 90%;
        height: 3.8rem;
        margin: 0 auto .4rem;
        overflow: hidden;
    }
    .camp-health .camp-img img {
        max-width: 100%;
    }
    .camp-health .camp-img {
        width: 3.2rem;
        height: 3.8rem;
    }
    .camp-health .camp-title {
        width: 4.6rem;
        height: 3.4rem;
        left: 2rem;
        text-align: center;
        backdrop-filter: blur(.1rem);
        background-color: rgba(255, 255, 255, .6);
    }
    .camp-health .camp-title p {
        width: 90%;
        font-size: .34rem;
        margin: 0 auto;
    }
    .camp-health .camp-title p span{
        width: 90%;
        font-size: .3rem;
        margin: 0 auto;
    }
    .camp-health ul li:nth-child(odd) .camp-img {
        position: absolute;
        left: 0;
    }
    .camp-health ul li:nth-child(odd) .camp-title {
        position: absolute;
        right: 0;
    }
    .camp-health ul li:nth-child(even) .camp-img {
        position: absolute;
        right: 0;
    }
    .camp-health ul li:nth-child(even) .camp-title {
        position: absolute;
        left: 0;
    }
    .camp-danmu h3 {
        font-size: .4rem;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .camp-danmu .camp-danmu-box {
        width: 1000%;
        margin-bottom: 1rem;
    }
    .camp-danmu .camp-danmu-box ul li:nth-child(1){
        margin-left: -1rem;
    }
    .camp-danmu .camp-danmu-box ul li:nth-child(3){
        margin-left: -1.5rem;
    }
    .camp-danmu .camp-danmu-box ul li div {
        font-size: .3rem;
    }
    .camp-danmu .camp-danmu-box ul li div p:first-child {
        font-size: .3rem;
    }
    .camp-danmu .camp-danmu-box ul li div p:first-child i {
        font-size: .24rem;
    }
    .service {
        width: 100%;
    }
    .service h3 {
        font-size: .4rem;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .service>h4 {
        width: 90%;
        font-size: .3rem;
        font-weight: normal;
        margin-top: .1rem;
        margin-bottom: .4rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #A2A5A5;
    }
    .service .service-list {
        width: 96%;
        margin: 0 auto;
    }
    .service .service-list li {
        width: 49%;
        height: 5.6rem;
        margin-bottom: .2rem;
        padding: .4rem .2rem;
    }
    .service .service-list li.service-list-item1 {
        background: linear-gradient(2deg, #FFFAEE 0%, #FFF3D9 100%);
    }
    .service .service-list li.service-list-item2 {
        background: linear-gradient(360deg, #FFF0EF 0%, #FFDFDD 100%);
    }
    .service .service-list li.service-list-item3 {
        background: linear-gradient(360deg, #F5FCFF 0%, #E0F5FF 100%);
    }
    .service .service-list li.service-list-item4 {
        background: linear-gradient(360deg, #F5F9FF 0%, #E7F1FF 100%);
    }
    .service .service-list li.service-list-item1 p strong,.service .service-list li.service-list-item2 p strong,.service .service-list li.service-list-item3 p strong,.service .service-list li.service-list-item4 p strong {
        font-size: .4rem;
    }
    .service-list-box .service-list-box3 {
        width: 2.8rem;
        height: 2.8rem;
    }
    .doctor {
        width: 100%;
    }
    .doctor h3 {
        font-size: .4rem;
    }
    .doctor-box {
        width: 96%;
        margin: 0 auto;
    }
    .doctor-box ul {
        justify-content: flex-end;
    }
    .doctor-box ul li {
        width: 94%;
        height: 3.4rem;
    }
    .doctor-box .line {
        left: 1%;
        height: 21.8rem;
        border: .01rem dashed #18584D
    }
    .doctor-box .dot {
        left: 1%;
    }
    .doctor-box .dot1 {
        top: 1.7rem;
    }
    .doctor-box .dot2 {
        top: 5.5rem;
    }
    .doctor-box .dot3 {
        top: 9.2rem;
    }
    .doctor-box .dot4 {
        top: 12.8rem;
        display: block!important;
    }
    .doctor-box .dot5 {
        top: 16.5rem;
        display: block!important;
    }
    .doctor-box .dot6 {
        top: 20.2rem;
        display: block!important;
    }
    .doctor-box ul li p {
        width: 90%;
        font-size: .3rem;
    }
    .shape {
        width: 100%;
        overflow: hidden;
    }
    .shape h3 {
        font-size: .4rem;
    }
    .shape div {
        width: 100%;
        padding: 0 .1rem;
        overflow-x: scroll;
    }
    .shape div ul {
        width: 200%;
    }
    .shape ul li p {
        font-size: .3rem;
    }
    .shouhuo-box {
        width: 96%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .shouhuo-box h3 {
        width: 100%;
        font-size: .4rem;
    }
    .shouhuo .shouhuo-list {
        position: absolute;
        top: 1rem;
        z-index: 2;
    }
    .shouhuo .shouhuo-list li {
        width: 2.6rem!important;
        font-size: .3rem;
        margin-left: 0!important;
        padding: 0 .2rem!important;
    }
    .shouhuo .serviceSwiper .swiper-slide p {
        text-align: right;
        font-size: .3rem;
    }
    .we {
        width: 100%;
        overflow: hidden;
    }
    .we h3 {
        font-size: .4rem;
    }
    .we div {
        width: 100%;
        padding: 0 .1rem;
        overflow-x: scroll;
    }
    .we div ul {
        width: 200%;
    }
    .we ul li p {
        font-size: .3rem;
    }
    .team {
        width: 100%;
    }
    .team h3 {
        font-size: .4rem;
    }
    .team ul {
        width: 96%;
        margin: 0 auto;
    }
    .team ul li {
        height: 3.4rem;
        padding: 0 .2rem;
    }
    .team ul li p {
        font-size: .3rem;
        line-height: 2;
    }
    .team ul li .team-right {
        width: 5.7rem;
        margin-top: .2rem;
    }
    .feeling {
        width: 100%;
    }
    .feeling h3 {
        font-size: .4rem;
    }
    .feeling p:nth-child(1) {
        padding: 0 1rem;
        font-size: .3rem;
    }
    .feeling p.feeling-pc img{
        display: none;
    }
    .feeling p.feeling-phone img{
        display: block!important;
    }
    .feeling p:last-child {
        font-size: .3rem;
        padding: 0 1rem;
    }
}