/* 棣欐腐璇婃墍 */

.hk-contianer .hk-banner>img {
    width: 100%;
    height: auto;
    /* background: url('/info/images/clinic/hk_banner.png');
    background-size: 100% 100%; */
}
.mobile-footer {
	padding: 1.2rem 2.6rem;
	font-size: 0.36rem;
	color: #008FD8;
	padding-left: 0.28rem;
	margin-bottom: 0.3rem;
	position: relative;
}
.hk-contianer .hk-main {
    padding: 1.2rem 2.6rem;
}

.hk-contianer .hk-main .hk-common-title {
    font-size: 0.36rem;
    color: #008FD8;
    padding-left: 0.28rem;
    margin-bottom: 0.3rem;
    position: relative;
}

.hk-contianer .hk-main .hk-common-title::before {
    content: '';
    width: 0.08rem;
    height: 0.34rem;
    background: #008FD8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.hk-contianer .hk-main>h6 {
    font-size: 0.4rem;
    color: #272727;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.6rem;
}

.hk-contianer .hk-main p {
    font-size: 0.24rem;
    color: #2E3033;
    line-height: 1.6;
    text-indent: 2em;
    margin-bottom: 0.3rem;
}

.hk-contianer .hk-main img {
    display: block;
    font-size: 0;
    margin: 0.6rem auto 0.8rem;
}

.hk-contianer .hk-main .hkClinic-intro>img {
    width: 11rem;
    height: 3.92rem;
}

.hk-contianer .hk-main .hkClinic-service>img {
    width: 11rem;
    height: 8.72rem;
}

.hk-contianer .hk-main .hk-contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hk-contianer .hk-main .hk-contact-info .hk-contact-info-left div {
    font-size: 0.24rem;
    color: #2E3033;
    margin-bottom: 0.4rem;
}

.hk-contianer .hk-main .hk-contact-info .hk-contact-info-left div:last-of-type {
    margin-bottom: 0;
}

.hk-contianer .hk-main .hk-contact-info .hk-wxCode {
    width: 2.2rem;
    height: 2.2rem;
    background: url('/info/images/clinic/hk_code.png');
    background-size: 100% 100%;
}

.hk-line {
    width: 100%;
    height: 0.04rem;
    background: #F6F7F7;
}