.branch-ul{
    padding: 0.2rem 0.68rem 0;
}
.branch-li{
    margin-top: 0.22rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.07rem 0.167rem 0.013rem
    rgba(42, 88, 89, 0.33);
    border-radius: 0.3rem;
    overflow: hidden;
}
.branch-li-bg{
    width: 100%;
    height: 2.95rem;
}
.branch-li-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.68rem 0.52rem 0.8rem;
}
.branch-li-info{
    display: flex;
    flex-direction: column;
}
.branch-li-name{
    font-family: NotoSansHans-Medium;
    font-size: 0.46rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.49rem;
    letter-spacing: 0rem;
    color: #48b1bf;
    opacity: 0.9;
}
.branch-li-site{
    font-family: NotoSansHans-Light;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.49rem;
    letter-spacing: 0rem;
    color: #3d4955;
    opacity: 0.7;
    margin-top: 0.3rem;
}
.branch-li-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.item-phone-icon{
    width: 0.84rem;
    height: 0.84rem;
}
.item-message-icon{
    width: 0.84rem;
    height: 0.84rem;
    margin-left: 0.35rem;
}