/* 
页面全局配置 
*/
.book-page {
    color: #1a191f;
    background: #f5f6fa;
}
.book-page .content-pannel {
    margin-top: 10px;
    background: white;
    border-radius: 10px;
    padding: 10px;
   /* margin-left: 2px;
    margin-right: 2px;*/
}
.book-page .content-pannel-first {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.shop-logo {
    width: 100%;
    display: block;
}
.book-page h2 {
    font-size: 2.2rem;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 2px;
}
.book-page h1 {
    font-size: 2.6rem;
    font-weight: 800;
    padding-bottom: 2px;
    line-height: 3.6rem;

}
/*
店铺基本信息部分
*/
.book-page .shop-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.book-page .row_ranking {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.5rem;
}
.book-page .row_ranking .star {
    width: 14px;
    margin-left: 2px;
}
.book-page .row_ranking .reviews {
}
.book-page .row_ranking .reviews img {
    width: 14px;
    vertical-align:middle
}
.book-page .row_work_time {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    font-size: 1.5rem;
    color: #1a191f;
}
.book-page .row_work_time .green {
    color: #78b269;
    padding-right: 5px;
}
.book-page .row_address {
    display: flex; 
    flex-direction: row; 
    justify-content: flex-start;
    align-items: baseline; 
    border-top: 1px solid #f5f6fa;
    padding-top: 10px;
    padding-bottom: 5px;
}
.book-page .row_address img {
    dispaly: block; 
    width: 15px; 
    height: 15px; 
    margin-right: 5px; 
    font-size: 1.5rem;
}
.book-page .row_address span {
    dispaly: block; 
}

/* 
产品服务样式 
*/
.book-page .product li {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f5f6fa;
}
.book-page .product li:last-of-type {
    padding-bottom: 0px;
    border-bottom: none;
}
.book-page .product p {
    padding-top: 5px;
    padding-bottom: 5px;
}
.book-page .product .bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    
}
.book-page .product .bottom button {
    border-radius: 5px;
    background: #fc2b55;
    color: #ffffff;
    border: none;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 0px;
    padding: 5px 10px;
}
.book-page .product .bottom span {
    font-size: 2.0rem;
    color: #fc2b55;
}
.book-page .product .bottom span .current_price{
}
.book-page .product .bottom span .discount {
    background: #f6e1e9; 
    padding: 3px 5px; 
    margin-top: 5px; 
    color: #fc2b55; 
    font-size:1.4rem; 
    border-radius: 5px;
    margin-left:5px;"
}
.book-page .product .bottom span del {
    font-size: 1.8rem;
    color: #b2b2b6;
    margin-left: 5px;
}

/*
评论区样式
*/
.book-page .reviews ul {
}
.book-page .reviews li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f6fa;
}
.book-page .reviews li:last-of-type {
    padding-bottom: 0px;
    border-bottom: none;
}
.book-page .reviews .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.book-page .reviews .top .left {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.book-page .reviews .top .person {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.book-page .reviews .top .person .head {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    margin-right: 5px;
    background: #f6e1e9;
}
.book-page .reviews .top .person .name {
    display: block;
    text-align: center;
}
.book-page .reviews .top .star {
    padding-left: 10px;
}
.book-page .reviews .top .star img {
    width: 14px;
}
.book-page .reviews .top .right {
    color: #b4b4b8;
}
.book-page .reviews .bottom {
    margin-top: 10px;
    margin-bottom: 10px;
}


/*
关于我们
*/
.book-page .about {
/*    background: #f5f6fa;*/
/*    padding: 20px;*/
/*    border-radius: 10px;*/
}
.book-page .about .infor {
    padding-top: 10px;
    padding-bottom: 10px;
}
.book-page .about .map {
    width: 100%;
    margin-top: 10px;
}
.book-page .about .more {
    display: flex;
    flex-direction: row;
    height: 60px;
    color: #fc2b55;
    padding-top: 5px;
    border-top: 1px solid #f5f6fa;
}
.book-page .about .operator {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fc2b55;
}
.book-page .about .about-bottom img {
    width: 20px;
}