body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}



.main-box1 {
    width: 60%;
    height: 32.5rem;
    padding: 6% 20% 0 20%;
    background: linear-gradient(to right, #d0f0f9, #fcf9ed);
    display: flex;
    text-align: left;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-box1-left {
    height: 60%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-box1-left-min {
    height: 30%;
    width: 100%;
    text-align: center;
    display: none;

}


.main-box1-left-min h2 {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin: 0 0 20px;
}

.main-box1-left h2 {
    font-size: 3rem;
    color: #333;
    margin: 0 0 20px;
}


.main-box1-right {
    position: relative;
    background-image: url(../icon/cp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 70%;
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
}

.main-box2 {
    width: 60%;
    height: 50rem;
    padding: 0 20% 0 20%;
    background: white;
}

.main-box-title {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.main-box-title h2 {
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0;
    color: #3D3D3D;
    margin: 0;
    font-size: 3rem;
    justify-content: center;
    padding: 4rem 0 2.5rem 0;
}

.main-box2-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

.main-box-mobil {
    display: none;
}

.card {
    position: relative;
    width: 30%;
    height: 35%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: left;
    margin: 0.3rem 0.35rem;
    transition: transform 0.3s ease;

}


.card:hover {
    transform: scale(1.05);
}


.card-content {
    border-left: white 0.1rem solid;
    position: absolute;
    bottom: 0.6rem;
    left: 1.2rem;
    width: 100%;
    padding: 0 0.2rem 0 0.5rem;
}

.card-content h3 {
    margin: 0;
    font-size: 18px;
}

.card-content p {
    margin: 5px 0 0;
    font-size: 12px;
    opacity: 0.8;
}

.mobile-box2 {
    position: relative;
    height: 25rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.mobile-box2 .mobile-box2-text {
    position: absolute;
    bottom: 0;
    left: 2rem;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: inset 0.2rem 0 0 white;
}

.mobile-box2 .mobile-box2-text h3 {
    font-size: 1.5rem;
    text-align: left;
    margin: 0;
}

.mobile-box2 .mobile-box2-text p {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    text-align: left;
}

.main-box3 {
    width: 60%;
    height: 45rem;
    padding: 0 20% 0 20%;
    background: #F7F6F6;
}

.main-box3 .main-box3-body {
    width: 100%;
    height: 80%;
}

.main-box3 .main-box3-body .body-div {
    display: block;
    background: #FFFFFF;
    box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    width: 23%;
    height: 80%;
    padding: 0;
    border-radius: 0.38rem;
    margin: 0 1%;
    float: left;
    position: relative;
    transition: background-image 0.5s ease, color 0.5s ease;
}

.main-box3 .main-box3-body .body-div.active {
    background-image: url('../icon/blue.png');
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
}




.main-box3 .main-box3-body .body-div.active .main-box3-div-footer button {
    color: #FFFFFF;
}

.main-box3 .main-box3-body .body-div:hover {
    background-image: url('../icon/blue.png');
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
}

.main-box3 .main-box3-body .body-div:hover .main-box3-div-footer button {
    color: #FFFFFF; /* 按钮字体颜色为白色 */
}

.main-box3-body:hover .body-div.active:not(:hover) {
    background-image: none;
    color: #000000 !important;
}

.main-box3-body:hover .body-div.active:not(:hover) .main-box3-div-footer button {
    color: #000000 !important;
}


.main-box3-div-title {
    width: 100%;
    height: 20%;
    margin-left: 1.5rem;
    background-size: 3.5rem;
    background-repeat: no-repeat;
    background-position: left;
}

.main-box3-div-body {
    height: 50%;
    padding: 0 0.5rem 0 0.5rem;
    text-align: center;
    line-height: normal;
}

.main-box3-div-body h2 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0;
}

.main-box3-div-footer {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-items: center;
}

.main-box3-div-footer button {
    width: 5rem;
    height: 2.3rem;
    border-radius: 0.25rem;
    background-color: transparent;
    text-align: center;
    font-size: 0.9rem;
    border: 0.06rem solid #EEEEED;
    margin: 0 0 0 1rem;
    float: left;
}

.mobile-box3 {
    color: rgb(61, 61, 61);
    background-color: rgb(238, 241, 245);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 20rem;
    border-radius: 2rem;
}

.mobile-box3 .mobile-box3-title {
    width: 100%;
    height: 20%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mobile-box3 .mobile-box3-content {
    margin: 2rem 0 2rem 0;
    font-size: 1.25rem;
}

.mobile-box3 button {
    color: #EEEEED;
    border-radius: 0.25rem;
    pointer-events: none;
    display: inline-block;
    font-size: 1rem;
    width: 8.8rem;
    border: 0;
    height: 2.25rem;
    background-color: rgb(41, 204, 183);
}

.mobile-box3 h2 {
    margin: 0;
    font-size: 2rem;
}

.main-box4 {
    width: 60%;
    height: 35rem;
    padding: 0 20% 0 20%;
    background: white;
}

.main-box4 .main-box4-body {
    height: 100%;
}

.main-box4 .main-box4-body .body-div {
    position: relative;
    width: 30%;
    height: 60%;
    border-radius: 0.38rem;
    margin: 0 0.6rem;
    opacity: 1;
    box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.16);
    float: left;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.main-box4 .main-box4-body .body-div:hover {
    transform: scale(1.08); /* 放大 1.1 倍 */
}

.main-box4 .main-box4-body .body-div .title {
    border-radius: 0.38rem;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: left;
}

.main-box4 .main-box4-body .body-div .body {
    position: absolute;
    border-radius: 0.38rem;
    width: 80%;
    height: 60%;
    top: 48%;
    opacity: 1;
    padding: 5% 10% 0 10%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(1.25rem);
}

.main-box4 .main-box4-body .body-div .body h2 {
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0;
}

.main-box4 .main-box4-body .body-div .body div {
    font-family: Microsoft YaHei, serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.63rem;
    letter-spacing: 0;
    color: #6E6D6B;
}

.box4-mobil {
    margin-top: 1rem;
    border-radius: 1rem;
    height: 30rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: rgb(61, 61, 61);
    background-color: rgb(238, 241, 245);
}

.box4-mobil .box4-mobil-title {
    width: 100%;
    height: 50%;
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.box4-mobil .box4-mobil-body {
    width: 80%;
    padding: 0 10% 0 10%;
    height: 50%;
}

.box4-mobil .box4-mobil-body h2 {
    font-size: 2rem;
    padding: 0;
    margin: 1rem 0 1rem 0;
}

.box4-mobil .box4-mobil-body div {
    font-size: 1.25rem;
}

.main-box5 {
    height: 50rem;
    padding: 0 20% 0 20%;
    background-image: url("../icon/blue.png");
    background-size: cover;
    background-position: center;
}

.main-box5 .main-box5-body {
    height: 65%;
    display: flex;
    margin-top: 1rem;
}

/* 左侧导航栏样式 */
.sidebar {
    width: 20rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0;
    color: #FFFFFF;
    background-color: #2B3D70;
    padding: 1rem 0 1rem 1rem;
    border-radius: 8px;
}

.sidebar ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.sidebar li {
    display: flex;
    align-items: center;
    height: 4rem;
    width: 100%;
}

.sidebar li img {
    width: 0.75rem;
    height: 1.25rem;
}

.sidebar a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 0.5rem;
    border-left: 2px solid transparent;
    transition: all 0.3s;
    width: 100%;
}

.sidebar li:hover,
.sidebar li:focus {
    border-left: 2px solid #4A90E2;
    background-color: #3B4D80;
}

/* 右侧内容区域样式 */
.content {
    width: 75%;
    background-color: #FFFFFF;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.content-item {
    width: 75%;
}

.content-image {
    width: 13.25rem;
    height: 10rem;
    height: auto;
    margin-bottom: 1rem;
}

.content h3 {
    font-size: 1.5rem;
    color: #333333;
}

.content p {
    text-align: left;
    color: #666666;
    font-size: 1rem;
    line-height: 1.6;
}

.main-box6 {
    width: 60%;
    height: 35rem;
    padding: 0 20% 0 20%;
    background-image: url(../icon/backgroup-login.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.main-box6-left {
    opacity: 1;
    width: 40%;
    font-size: 3rem;
    font-weight: bold;
    line-height: 4.5rem;
    letter-spacing: 0;
    color: #3D3D3D;
    margin-top: 8.5rem;
    float: left;
}

.main-box6-login {
    width: 58%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.main-box6-login .login-content {
    width: 22rem;
    height: 18.51rem;
    padding: 2rem;
    border-radius: 1.25rem;
    opacity: 1;
    background: #FFFFFF;
    margin-top: 5rem;
}

.main-box6-login .login-content .login-title {
    text-align: center;
    width: 100%;
    height: 2rem;
    font-family: PingFang SC;
    font-size: 1.38rem;
    font-weight: 600;
    line-height: 1.88rem;
    letter-spacing: 0;
    color: #0D1110;
}

.main-box6-login .login-content .text-input {
    width: 100%;
    height: 2.75rem;
    border-radius: 0.88rem;
    margin: 1.5rem 0 0 0;
    opacity: 1;
    background: rgba(247, 250, 250, 0);
    border: 0.06rem solid #EDF0EF;
    display: flex;
    align-items: center;
}

.main-box6-login .login-content .text-input-img {
    margin: 0 0.5rem 0 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
}

.main-box6-login .login-content .text-input-content {
    outline: none;
    border: none;
    width: 80%;
    height: 80%;
    font-size: 1rem;
}

.main-box6-login .login-content .text-code-input-content {
    outline: none;
    border: none;
    width: 60%;
    height: 80%;
    font-size: 1rem;
}

.main-box6-login .login-content .text-code-input-btn {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: space-around;
    text-align: right;
    font-size: 0.81rem;
    font-weight: normal;
    line-height: 1.06rem;
    letter-spacing: 0;
    color: #29CCB7;
    border-left: 0.06rem solid #EDF0EF;
    width: 25%;
    height: 1.55rem;
    cursor: pointer;
}

.main-box6-login .login-content .user-agreement {
    width: 100%;
    height: 1.5rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.13rem;
    letter-spacing: 0;
    color: #B4B8B7;
}

.main-box6-login .login-content .user-agreement input {
    width: 1rem;
    height: 1rem;
}

.main-box6-login .login-content .user-agreement div {
    margin-left: 0.5rem;
    float: right;
}

.main-box6-login .login-content .user-agreement div a {
    color: #29CCB7;
    text-decoration: none;
}

/*.main-box6-login .login-content .login-btn {*/
/*    width: 100%;*/
/*    height: 2.75rem;*/
/*    margin-top: 2rem;*/
/*    border-radius: 0.88rem;*/
/*    border: transparent;*/
/*    opacity: 0.72;*/
/*    font-weight: normal;*/
/*    line-height: 1.06rem;*/
/*    cursor: pointer;*/
/*}*/

/*.main-box6-login .login-content .login-btn.item1 {*/
/*    background: rgb(41, 204, 183);*/
/*    color: #FFFFFF;*/
/*}*/

.main-box6-login .login-content .login-btn.item2 {
    background: #FFFFFF;
    border: #29CCB7 0.1rem solid;
    color: #3D3D3D;
}

.main-box7 {
    height: 10rem;
    padding: 3rem 20% 3rem 20%;
    background-size: cover;
    background-color: #21212B;
    display: flex;

}

.main-box7 .box7-logo {
    width: 25rem;
    height: 60%;
    margin-left: 3rem;;
    background-image: url("../icon/xxz.png");
    background-size: cover;
}

.main-box7 .box7-right {
    width: 65%;
    height: 100%;
    color: #FFFFFF;
}

.main-box7 .box7-right .box7-right-title {
    width: 100%;
    height: 1.5rem;
}

.main-box7 .box7-right .box7-right-partingLine {
    width: 100%;
    border-bottom: 0.06rem solid rgba(255, 255, 255, 0.2);
    margin-top: 2.12rem;
}

.main-box7 .box7-right .box7-right-contact {
    width: 40%;
    height: 10rem;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0px;
    color: #FFFFFF;
    float: left;
}

.main-box7 .box7-right .box7-right-contact div {
    width: 100%;
    display: flex;
    color: #BBBAB7;
    font-size: 0.88rem;
    font-weight: normal;
    line-height: 1.25rem;
    letter-spacing: 0px;
}

.main-box7 .box7-right .box7-right-contact div img {
    width: 1.25rem;
    height: 1.25rem;
}

.main-box7 .box7-right .box7-right-contact div p {
    margin: 0 0 0 0.5rem;
}

.main-box7 .box7-right .box7-right-img {
    height: 80%;
    display: flex;
    justify-content: center;
}

.main-box7 .box7-right .box7-right-img div {
    width: 30%;
    margin: 1rem 1rem 0 0;
}

.main-box7 .box7-right .box7-right-img img {
    width: 100%;
    height: 100%;
}

.main-box7 .box7-right .box7-right-img p {
    font-size: 0.75rem;
    text-align: center;
    margin: 0;
}

.main-box8 {
    /*width: 100vw;*/
    height: 2rem;
    background-size: cover;
    background-color: rgb(16, 16, 21);
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    font-size: 0.75rem;
    color: #9FA39D;

    padding-bottom: 5rem;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 1rem;
    /*white-space: normal; !* 允许文字换行 *!*/
}

.main-right {
    bottom: 40%;
    right: 0;
    position: fixed;
    width: 6rem;
    height: 16rem;
    z-index: 99999;
}

.main-right-div {
    position: relative;
    display: flex;
    border-radius: 0.75rem;
    margin-bottom: 0.3rem;
    height: 5rem;
    justify-content: center;
    text-align: center;
    opacity: 1;
    background: rgba(41, 204, 183, 0.0902);
}

.main-right-div img {
    height: 5rem;
}

.main-right-div-txt {
    position: absolute;
    border-radius: 0.25rem;
    opacity: 1;
    text-align: center;
    bottom: 0;
    height: 1.5rem;
    color: #FFFFFF;
    width: 100%;
}

.main-right-bottom {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 25rem;
    height: 15rem;
    padding: 1.5rem 1rem 1.5rem 1rem;
    border-radius: 1rem;
    background-color: rgb(255, 255, 255);
    z-index: 2000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: slideIn 1s ease-out forwards;
}

.main-right-bottom-title {
    border-radius: 1rem;
    width: 100%;
    align-content: center;
    display: flex;
    justify-content: right;
    padding: 0 0.5rem 0 0;
}

.main-right-bottom-title h2 {
    width: 90%;
    margin: 0;
    font-size: 1rem;
}

.main-right-bottom-title button {
    color: #3D3D3D;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.main-right-bottom-content {
    width: 100%;
    height: 80%;
    margin-top: 8%;
}

.main-right-bottom-content .main-right-bottom-content-div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.main-right-bottom-content .main-right-bottom-content-img {
    width: 40%;
    height: 80%;
}

.main-right-bottom-content .text-input {
    height: 20%;
    display: flex;
    border-radius: 0.8rem;
    align-items: center;
    border: 0.06rem solid #EDF0EF;
    margin-top: 1rem;
    font-size: 1rem;
}

.main-right-bottom-content .text-input input {
    outline: none;
    border: none;
    margin-left: 1rem;
    width: 80%;
    height: 70%;
}

.main-right-bottom-content .text-input img {
    margin: 0 0.5rem 0 0.5rem;
    height: 1.25rem;
    width: 1.25rem;
}

.main-right-bottom-content .text-input .text-code-input-content {
    outline: none;
    border: none;
    width: 60%;
    height: 80%;
}

.main-right-bottom-content .text-input .text-code-input-btn {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    font-size: 0.81rem;
    font-weight: normal;
    line-height: 1.06rem;
    letter-spacing: 0;
    color: #29CCB7;
    border-left: 0.06rem solid #EDF0EF;
    width: 25%;
    height: 1.55rem;
    cursor: pointer;
}

.main-right-bottom-content .appointment-btn {
    margin-top: 1.5rem;
    margin-left: 5%;
    background-color: #29CCB7;
    width: 90%;
    height: 20%;
    border: none;
    border-radius: 2rem;
    outline: none;
}

@media (max-width: 1600px) {
    .main-box7 {
        width: 100%;
        height: 13rem;
        padding: 0;
    }

    .main-box7 .box7-right .box7-right-img {
        height: 60%;
    }
}

@media (max-width: 1300px) {
    .main-box3-div-footer {
        flex-direction: column;
        width: 100%;
    }

    .main-box3-div-footer button {
        width: 80%;
        margin: 0;
    }
}

@media (max-width: 997px) {
    .main-box1 {
        margin-top: 5rem;
    }

    .main-box1, .main-box2, .main-box3, .main-box4, .main-box5 {
        width: 100%;
        padding: 0;
    }

    /*.main-box8 {*/
    /*    display: none;*/
    /*}*/

    .main-box2, .main-box3, .main-box4, .main-box5 {
        height: 40%;
    }

    .main-box1-left, .main-box2-body, .main-box4-body, .main-box3-body {
        display: none;
    }

    .main-box6 {
        width: 100%;
        padding: 0;
        height: 30rem;
        display: flex;
        justify-items: center;
    }

    .main-box-title h2 {
        font-size: 2rem;
        margin-top: 1rem;
        padding: 0 2.5rem 0 2.5rem;
    }

    .main-box1-left-min, .main-box-mobil {
        display: block;
    }

    .main-box1-right {
        height: 60%;
        width: 90%;
    }

    /* 调整标题字体大小 */
    .main-box1-left h2, .main-box3-div-body h2 {
        font-size: 2rem;
    }

    /* 调整卡片宽度 */
    .card {
        width: 95%;
        height: 16rem;
        margin: 1rem 0.5rem;
    }

    /* 调整按钮的宽度 */
    .main-box1-left button, .login-btn {
        width: 80%;
        padding: 0.5rem;
        font-size: 1rem;
    }

    .login-btn.item2 {
        color: #3D3D3D;
    }

    /* 左侧导航栏 */
    .sidebar {
        width: 60%;
        font-size: 1rem;
    }

    .sidebar li {
        height: 3rem;
    }

    /* 右侧内容区域 */
    .content {
        width: 100%;
        padding: 0.5rem;
    }

    .content-item, .content-image {
        width: 90%;
    }

    .box7-logo {
        display: none;
    }

    /* 底部区域 */
    .main-box7 {
        width: 100%;
        height: 13rem;
        padding: 0;
        flex-direction: column;
    }

    .main-box7 .box7-right {
        width: 100%;
    }

    .main-box7 .box7-right .box7-right-title {
        width: 100%;
        height: 0.75rem;
        font-size: 0.75rem;
    }

    .main-box7 .box7-right .box7-right-title p {
        margin-bottom: 0;
    }

    .main-box7 .box7-right .box7-right-partingLine {
        margin-top: 1.25rem;
    }

    .main-box7 .box7-right .box7-right-contact {
        width: 100%;
        height: 25%;
    }

    .main-box7 .box7-right .box7-right-contact p {
        width: 22rem;
        margin: 0;
        padding: 0;
    }

    .box7-right-img {
        width: 100%;
    }

    .box7-right-img div {
        height: 80%;
        margin: 1rem 1rem 0 0;
    }

    .box7-right-img img {
        width: 100%;
        height: 100%;
    }

    .box7-right-img p {
        font-size: 0.75rem;
        text-align: center;
        margin-bottom: 5rem;
    }

    .main-box1-left-min{
        display: flex;
        flex-direction: column; /* 垂直排列 */
        align-items: center; /* 水平居中 */
        justify-content: center; /* 垂直居中 */
    }
}

@media (max-width: 635px) {
    .main-box6-left {
        display: none;
    }

    .main-box6 {
        display: none;
    }


    .main-box6-login {
        width: 90%;
    }

    .main-box6-login .login-content {
        width: 100%;
    }

    .main-box6-login .login-content .text-code-input-btn {
        font-size: 0.75rem;
        margin-right: 0.35rem;
    }

    .main-box6-login .login-content .user-agreement {
        font-size: 0.65rem;
    }

    .main-box6-login .login-content .user-agreement div {
        float: right;
    }

    .main-box6-login .login-content .user-agreement div a {
        color: #29CCB7;
        text-decoration: none;
    }

    .main-right-bottom {
        width: 96%;
        height: 15rem;
        padding: 2%;
        border-radius: 1rem 1rem 0 0;
        background-color: rgb(255, 255, 255);
        z-index: 2000;
    }

    .main-right-bottom-content {
        margin-top: 4%;
    }

    .main-right-bottom-title h2 {
        font-size: 1rem;
        width: 90%;
        margin: 1rem 0 0 0;
    }

    .main-right-bottom-content .text-input .text-code-input-content {
        font-size: 1rem;
    }

    .main-right-bottom-content .text-input {
        height: 22%;
    }

    .main-right-bottom-content .appointment-btn {
        margin-top: 0.5rem;
        height: 25%;
        font-size: 1rem;
        color: rgb(255, 255, 255);;
    }

    .main-right {
        bottom: 40%;
        width: 5rem;
        height: 7rem;
        z-index: 1000;
    }

    .main-right-div {
        height: 5rem;
    }

    .main-right-div img {
        height: 4rem;
    }

    .main-right-div-txt {
        font-size: 0.8rem;
        height: 1rem;
    }


    /* 底部区域 */
    .main-box7 {
        padding: 1rem 2rem;
    }

    .main-box3 {
        padding: 0.5rem 0;
    }

    /*.carousel-container{*/
    /*    margin-top: 10rem;*/
    /*}*/
    /*mobile-box2{*/
    /*    */
    /*}*/


    .main-box1-left-min{
        display: flex;
        flex-direction: column; /* 垂直排列 */
        align-items: center; /* 水平居中 */
        justify-content: center; /* 垂直居中 */
    }


}
