.healthcar-img {
    width: auto;
    max-width: 40rem;
    min-width: 40rem;
}

.bg-primary {
    background-color: #18BA9B !important;
}

.bg-soft-lightgreen {
    background-color: #EDF5FC !important;
}

.bg-table-tr {
    background-color: rgba(24, 186, 155, 0.3);
}

.icon-list svg {
    width: 36px;
    height: 36px;
}

.icon-list span {
    font-weight: bolder;
    font-size: 1.2rem;
    margin-left: .5rem;
}

.hero-banner {
    background: url('../images/banner-bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.bg-workflow {
    background: url('../images/bg-workflow.jpg') no-repeat;
    background-size: 100% 100%;
}

.bg-activity {
    background: url('../images/bg-activityflow.jpg') no-repeat;
    background-size: 100% 100%;
}

.bg-tache {
    background: url('../images/bg-tache.png') no-repeat;
    background-size: 100% 100%;
}

.about-healthcar-view {
    border-radius: var(--bs-border-radius-lg) !important;
}

.banner-workflow {
    background: url('../images/banner-workflow.jpg') no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.banner-activity {
    background: url('../images/banner-activity.jpg') no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.text-color {
    color: #18BA9B;
}

/** Activity Card **/
.activity-card {
    background: url('../images/card-bg-arrow.svg') no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    background-color: #fff;
    min-height: 21rem;
}

.activity-card .card-body p {
    top: 32%;
}

.step-label {
    top: 1.2rem;
    font-size: .8rem;
    padding: .3rem 1.2rem .3rem .5rem;
    background-color: #18BA9B;
    color: #fff;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}

.bg-step-orange {
    background-color: #FFA123 !important;
}

.bg-step-red {
    background-color: #FC6B6B !important;
}

.bg-step-blue {
    background-color: #1296DB !important;
}

.bg-step-lightblue {
    background-color: #39BAE8 !important;
}

.bg-Invitation {
    background: url('/assets/images/bg-Invitation.png') no-repeat;
    height: 300px;
    background-size: 100% auto;
    background-position: center;
}

/** Activity Card END**/

/** Activity Link List **/
.activity-link-section {
    min-height: 30rem;
}

.bg-image-alink {
    background: url('../images/bg-activity-link.png') no-repeat;
    background-size: 100% 100%;
    background-color: rgba(24, 186, 155, 0.9);

}

.activity-link-col {
    width: 16%;
}

.activity-link-col:first-child {
    width: 20%;
}

.activity-link-col .card {
    min-height: 19rem;
}

.activity-step-card {
    background: url('../images/bg-activitytache.png') no-repeat;
    background-color: #fff;
}


.activity-link-col:first-child .card {
    margin-left: 0;
}

/** Activity Link List End**/

/* Activity Summary */

/*设置圆形*/
.circle {
    /*宽高相等*/
    height: 2.3rem;
    width: 2.3rem;
    /*设置圆角边框，尺寸为宽高的一半，就是正圆*/
    border-radius: 25px;
    /*背景色*/
    background-color: #18BA9B;
    /*设置block才能显示出来*/
    line-height: 2.3rem !important;
}

/* END Activity Summary */


/* footer */
.erweima {
    background: #fff;
    width: 9rem;
    height: 10rem;
    display: inline-block;
    vertical-align: text-bottom;
}

.erweima p {
    text-align: center;
}

.tel {
    margin-left: 12px;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
}

.bot p {
    text-align: center;
    color: #FFFFFFB3;
    font-size: small;
}


.table.mytable th {
    font-weight: 600;
    text-align: center;
}

.table.mytable>:not(caption)>*>* {
    padding: 0;
    padding-left: 0.5rem;
    font-size: .6rem;
    min-height: 80%;
}

/* end footer */
/* lg */
@media (max-width: 992px) {
    .hero-banner .banner-healthcar {
        max-width: 80%;
    }

    #company-intro .bottom-view {
        text-align: center;
    }

    .about-healthcar-view {
        border-radius: 0 !important;
    }

    #about-healthcar h1 {
        text-align: center;
    }

    .bg-workflow {
        background: url('../images/bg-workflow-sm.jpg') no-repeat;
    }

    .bg-activity {
        background: url('../images/bg-activityflow-sm.jpg') no-repeat;
    }

    .banner-workflow,
    .banner-activity {
        background-size: 100% 100%;
    }

    .activity-link-col,
    .activity-link-col:first-child {
        width: 33.33%;
    }

}

/* md */
@media (max-width: 768px) {
    .icon-list svg {
        width: 1rem;
        height: 1rem;
    }

    .icon-list span {
        font-weight: normal;
        font-size: 0.8rem;
        margin-left: .2rem;
    }

    .hero-banner {
        background-size: 100% 110%;
    }

    .hero-banner .content-space-1 {
        padding-bottom: 2rem !important;
    }

    .attention-points img {
        width: 30% !important;
    }
}

@media (max-width: 576px) {

    .activity-link-col,
    .activity-link-col:first-child {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .table-length {
        max-width: 50% !important;
    }

    .table-length p {
        font-size: 1.05rem !important;
    }

    .table-title img {
        width: 70%;
        height: 70%;
        top: -14rem !important;
        right: -3.53rem !important;
    }

    .table.mytable th:first-child {
        display: none;
    }

    .circle {
        height: 1.8rem;
        width: 1.8rem;
        border-radius: 25px;
        background-color: #18BA9B;
        font-size: 1rem !important;
        line-height: 1.8rem !important;
    }

}

/* xs */
@media (max-width: 375px) {
    .icon-list .banner-title {
        font-size: 1rem !important;
    }

    .icon-list svg {
        width: .8rem;
        height: .8rem;
    }

    .icon-list span {
        font-weight: normal;
        font-size: .8rem;
        margin-left: .03rem;
    }

    .icon-list {
        padding-left: .1rem !important;
        padding-right: .1rem !important;
        border-right: none !important;
    }

    .circle {
        height: 1.5rem;
        width: 1.5rem;
        border-radius: 25px;
        background-color: #18BA9B;
        font-size: 1rem !important;
    }

    .circle-fs {
        font-size: .05rem !important;
    }



}

@media (max-width: 350px) {
    .navbar-brand-logo {
        width: 100%;
        min-width: 12rem;
        max-width: 12rem;
    }
}

@media (max-width: 300px) {
    .navbar-brand-logo {
        width: 100%;
        min-width: 10rem;
        max-width: 10rem;
    }
}