.detail .book-left .book-img{
	height: 288px;
}
.book-right .book-price p{
	display: inline-block;
}
.book-right .book-price{
	height: auto;
}
.book-right .auth span{
	margin-right: 80px;
}
.book-right .auth span.fr{
	margin-right: 0;
}
.book-right .expert{
	border: none;
}
.book-right .book-price{
	padding: 0;
}

.introductions{
	padding: 0 20px;
}
.in-title{
	height: 18px;
	line-height: 18px;
	font-size: 18px;
	color: #0086c6;
	padding: 20px 0;
}
.in-title span{
	padding-left: 10px;
	border-left: 5px solid #0086c6;
	display: inline-block;
}
.introductions .content{
	padding-bottom: 30px;
}
.per-list li{
	width: 241.6px;
	height: 270px;
	float: left;
	position: relative;
	margin-right:30px;
	margin-bottom: 30px;
	border:none;
	overflow: hidden;
}
.per-list li img{
	width: 100%;
	height: 100%;
}
.per-list li .bottom{
	position: absolute;
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,.4);
	bottom: 0;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	opacity: 1;
	transition: all linear .3s;
	-ms-transition:all linear .3s;
	-moz-transition:all linear .3s;
	-o-transition:all linear .3s;
	-webkit-transition:all linear .3s;
}
.per-list li .bottom p{
	padding: 0 20px;
}
.per-list li .bottom p .name{
	font-size: 16px;
	font-weight: bold;
}
.per-list li  p.hospital{
	color: #11aee8;
}
.per-list li  p.info{
	padding-top: 6px;
}
.per-list li .all{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	transform: translateX(-250px);
	-ms-transform:translateX(-250px);
	-moz-transform:translateX(-250px);
	-o-transform:translateX(-250px);
	-webkit-transform:translateX(-250px);
	transition: all linear .3s;
	-ms-transition:all linear .3s;
	-moz-transition:all linear .3s;
	-o-transition:all linear .3s;
	-webkit-transition:all linear .3s;
}
.per-list li .all .all-con{
	padding: 20px 30px;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 14px;
}
.per-list li:hover .all{
	transform: translateX(0px);
	-ms-transform:translateX(0px);
	-moz-transform:translateX(0px);
	-o-transform:translateX(0px);
	-webkit-transform:translateX(0px);
}

.per-list li:hover .bottom{
	opacity: 0
}
.tab-section .per-info{
	border: none;
}
.tab-section .per-info.opening li{
	width: 248px;
}
.tab-section .per-info div.inner{
	padding: 0;
	margin-top: -30px;
}
.commit{
	background: #FFFFFF;
	margin-top: -61px;
	margin-bottom: 60px;
}
.follow-num span {
	display: inline-block;
	width: 50%;
	text-align: center;
}
.like-ill{
	margin: 15px 0;
	height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.all-con a{
	/*color: #1da838;*/
	float: right;
	font-size: 14px;
}
.per-list li .all .all-con .name {
    font-size: 16px;
    font-weight: bold;
}


.already-buy {
	display: inline-block;
	height: 40px;
	width: 200px;
	margin-right: 20px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 40px;
	background: #0086c6;
	transition: all linear .3s;
	-ms-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -o-transition:all linear .3s;
    -webkit-transition:all linear .3s;
}
.already-buy:hover{
	background:#075b84;
}
.tab-section .per-info{
	padding-bottom: 0
}
.vip-jump{ font-size: 14px; color: #0083DD; line-height: 50px;text-decoration: underline;}
#past{ text-decoration: none;font-size: 16px;}


.vip-img{height:16px;position: relative;top:2px;}
#past-price{ text-decoration: none;}