
.banners {
    width: 7.5rem;
    height: 3.6rem;
    position: relative;
}

.banners img {
    width: 100%;
    display: block;
}

.center-info {
    background-color: #ffffff;
    padding-left: .24rem;
}

.icon {
    width: .34rem;
    height: .34rem;
}

.icon img {
    display: block;
    width: 100%;
}

.icon {
    margin-right: .11rem;
}

.center-name {
    font-size: .32rem;
    font-weight: bold;
    padding-top: .38rem;
    padding-bottom: .30rem;
}

.address, .phone {
    margin-right: .16rem;
}

/* toolbar */
.toolbar {
    height: 1.73rem;
    align-items: center;
    background-color: #f0f0f0;
    padding-right: .20rem;
    padding-left: .20rem;
}

.btn {

    text-align: center;
    font-size: .34rem;
    line-height: .80rem;
    color: #ffffff;
    border-radius: .10rem;
}

a.btn, a.btn:visited, a.btn:hover, a.btn:active {
    color: #ffffff;
}

.dp-btn {
    line-height: inherit;
    display: flex;
    flex-flow: column nowrap;
    color: #666666 !important;
    font-size: .20rem;
    text-align: center;
    align-items: center;
    width: 0.96rem;
}

.dp-btn .icon {
    width: .60rem;
    height: .60rem;
    margin: 0;
}

.contact-btn {
    background-color: #94cf27;
    width: 3rem;
}

.appt-btn {
    background-color: #ff5050;
    width: 3rem;
}

.star-view {
    /*padding: .25rem .24rem;*/
    margin-top: .10rem;
}

.list-view {
}

.list-item {
    padding-top: .24rem;
    padding-bottom: .24rem;
}

.list-item .icon {
    margin-right: .30rem;
}
.list-item .img {
    width: 1.80rem;
    height: 2.3rem;
}

.content {
    line-height: 1.5;
    font-size: .24rem;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-flow: column nowrap;
    align-self: flex-start;

}

.content label {

    color: #000;
}

.content span {
    color: #666666;
}