p {
    margin: 0;
    font-size: .24rem;
    line-height: .48rem;
    padding: 10px 0;
}

h3 {
    font-size: .36rem;
    font-weight: 500;
    line-height: .48rem;
    margin: 0;
    padding: 10px 0;
}

.mobile-solution-container {
    padding: .4rem
}

.mobile-product-box {
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 97, 174, 0.10);
    overflow: hidden;
    /* margin-bottom: .8rem; */
}

.mobile-sibling-title {
    color: #3E3A39;
    text-align: center;
    font-size: 0.32rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.08rem;
    /* height: 1.08rem; */
}
@media (min-width: 1200px) {
    .mobile-sibling-title {
        font-size: 2rem;
        line-height: 1.44rem;
        /* height: 1.44rem; */
        padding: 15px;
    }
}
.solution-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solution-product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    /* height: 4.24rem; */
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 97, 174, 0.10);
    margin-bottom: .4rem;
}

.adapt-disease {
    padding: .12rem .2rem;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0px 0px 40px 0px;
    background: linear-gradient(90deg, #005BAC 0%, #00A1E9 100%);
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: .16rem;
    font-style: normal;
    font-weight: 500;
    line-height: 147.3%;
    /* 11.784px */
}

.mobile-product-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F5FAFF;
    padding: .14rem 0;
    box-sizing: border-box;
}

.mobile-product-title {
    color: #3E3A39;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: .24rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mobile-product-url {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    height: 4.24rem;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 97, 174, 0.10);
    margin-bottom: .4rem;
}

.mobile-product-border {
    border: 2px solid #005BAC;
}

.mobile-solution-product-img {
    width: 100%;
    height: 100%;
}

.page-product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 97, 174, 0.10);
    margin-bottom: .4rem;
}

.mobile-page-product-img {
    width: 100%;
    /* height: 2.8rem; */
}

.breadcrumb {
    font-size: .28rem;
    font-weight: 400;
    padding: 0;
    display: flex;
    margin: 0 0 .4rem;
}

.breadcrumb-item .li-item {
    font-size: .28rem;
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item,
.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 .1rem
}