.book_img{
    width: 100%;
    overflow: hidden;
}
.book_img img{
    width: 100%;
}
.book_name{
    font-size: .32rem;
    padding: .2rem;
}
.person-box{
	background-color: #fff;
}
.person-box .title{
	padding:.2rem;;
	border-bottom: 1px solid #E9E9E9;
    font-size: .3rem;
}
.person-box .title span{
	color:#FF5858;
}
.person-box .headerimg{
  padding: .1rem;
  overflow: hidden;
}
.person-box .headerimg img{
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  margin: .1rem;
  float: left;
}
.detail-tab{
	background: #fff;
    margin-top:.2rem;
	color:#333;
	text-align: center;
    font-size: .32rem;;
    padding: .2rem 0;
    border-bottom: 1px solid #E9E9E9;
}
.fwb-box{
  font-size: .3rem;
  padding: .1rem;
  background: #fff;
}
.fwb-box img{
  width: 100%;
}

.bottom-btn{
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	background-color: #fff;
	text-align: center;
	height:1.1rem;
    display: flex;
}
.bottom-btn .left{
	color:#f69f42;
    font-size: .3rem;
    padding: .15rem  .4rem
}
.bottom-btn .img img{
	width:.45rem;
	height:.45rem;
}
.bottom-btn .right {
  flex: 1;
  background: #f7941e; /* 标准的语法 */
  display: block;
  color:#fff;
  line-height:1.1rem;
  font-size:.32rem;
}

.salon_item{
  font-size: .32rem;
  line-height: .5rem;
  color:#f69f42;
}
.salon_item label{
  display: inline-block;
  width:1.8rem;
  text-align: right;
  color: #333;
}