

.center-list {
    margin-top: .30rem;
    background-color: #ffffff;

    /*padding-top: .35rem;*/
    /*padding-bottom: .35rem;*/
}

/*
.list-group {

    margin-top: 0.40rem;
    margin-left: .24rem;
}
*/


.list-view .list-item {
    border-bottom: 1px solid transparent;
}

.list-view .list-item:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.list-view .item-title {
    padding-top: .30rem;
    padding-bottom: .30rem;
    font-size: .30rem;
    font-weight: bold;
    color: #000000;
    /*border-bottom: 1px solid #e6e6e6;*/
}



/*
.item-address, .item-phone {
    position: relative;
    font-size: .28rem;
    color: #666666;
    display: flex;
    margin-bottom: .22rem;
    justify-content: left;
    align-items: center;

}

.icon {
    width: .34rem;
    height: .34rem;
    flex: none;
}

.icon img {
    width: 100%;
    display: block;
}

.no-point .icon img, .no-phone .icon img {
    display: none;
}

.address, .phone {
    word-break: break-all;
    margin-left: .24rem;
}

.address {
    flex: auto;
    margin-right: .24rem;
}

.item-address,.item-phone {
    margin-right: .24rem;
}

.chevron_right {
    flex: none;
}*/

.appt-btn {
    margin: .30rem .24rem;
    font-size: .34rem;
    color: #ffffff;
    display: block;
    background-color: #ff5050;
    width: 7rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-radius: 0.08rem;
}
