.kongfu-zhongyi-contents {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* padding: 0.7rem; */
    width: 14.75rem;
    height: 1.875rem;
    box-sizing: border-box;
    font-size: .3rem;
    font-weight: 400;
    margin-top: 1rem;
}

.kongfu-zhongyi-content-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kongfu-zhongyi-content-item .item-icon {
    width: .325rem;
    height: .325rem;
    margin-right: .15rem;
}

.kongfu-zhongyi-content-item .item-icon img {
    display: block;
}

.kongfu-zhongyi-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 14.75rem;
    /* height: 3.125rem; */
    margin-top: 1.25rem;
}

.kongfu-zhongyi-intro-img {
    width: 6.7rem;
    height: 3.775rem;
}

.kongfu-zhongyi-intro-desc {
    flex: 1;
    font-size: .225rem;
    font-weight: 400;
    margin-right: .775rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 3.1rem;
}

/*.kongfu-zhongyi-brand {*/
/*    width: 14.4rem;*/
/*    height: 7.9375rem;*/
/*}*/

.kongfu-zhongyi-brand img {
    display: block;
}

.kongfu-zhongyi-brand-bottom {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    height: 3rem;
}

.kongfu-zhongyi-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 14.75rem;
    height: 5.2rem;
    margin-top: .45rem;
    padding: .45rem;
    box-sizing: border-box;
}

.kongfu-zhongyi-service-desc {
    font-size: .225rem;
    font-weight: 400;
    flex: 1;
    margin-right: .775rem;
}

.kongfu-zhongyi-service-img {
    width: 4.775rem;
    height: 4.125rem;
}

.kongfu-zhongyi-service-img img {
    display: block;
}

.kongfu-zhongyi-advantages-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: .3rem;
    width: 7.1rem;
    margin-right: .325rem;
    padding: .625rem .5rem;
    border-radius: .5rem;
    border: 1px solid #EAF1F6;
}

.kongfu-zhongyi-advantages-item-icon {
    width: .875rem;
    height: .875rem;
    margin-right: .325rem;
}

.kongfu-zhongyi-advantages-item-icon img {
    display: block;
}

.kongfu-zhongyi-advantages-item-content {
    flex: 1;
}

.kongfu-zhongyi-function-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 4.7rem; */
    /* height: 1.875rem; */
    padding: .3rem;
    box-sizing: border-box;
    color: #737374;
    font-size: .3rem;
    line-height: 1.5;
}

.kongfu-zhongyi-function-item .function-item-icon {
    width: 1.35rem;
    height: 1.35rem;
    margin-bottom: .3rem;
}

.kongfu-zhongyi-function-item .function-item-icon img {
    display: block;
}

.kongfu-zhongyi-advantages-item-title {
    font-size: .325rem;
    color: #2E3333;
    margin-bottom: .45rem;
    font-weight: bold;
}

.kongfu-zhongyi-advantages-item-desc {
    font-size: .3rem;
    color: #737374;
    font-weight: 400;
}

