
#content .details p img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

/*   tour details   */
#content  .item.ss-line {
	/*min-height: 370px;*/
	background: #fff;
}
#content  .item.ss-line .title {
    font-size: 1.2em;
	padding: 5px 0 5px 5px;
	height: auto;
}
#content  .item.ss-line .info {
	padding-bottom: 15px;
	position: relative;
	background-image: url(/images/weizhi.png);
	background-repeat: no-repeat;
	background-position: 1px 0;
}
#content .item.ss-line .info .bottom {
	position: relative;
	height: 40px;
}

#content  .item.ss-line .info .city {
	padding-left: 26px;
}
#content  .item.ss-line .info .button {
	margin: 14px 15px 0 0;
	float: right;
	padding: 0;
}
#content  .item.ss-line .info .button a {
	padding: 5px;
}
#content  .item.ss-line .info .bx {
	position: absolute;
	bottom: 0px;
	padding-left: 15px;
}
#content  .item.ss-line .info .bx .from {
	padding-top: 4px;
	width: 50px;
	float: left;
	padding-left: 5px;
}
#content .item.ss-line .info .bx .price {
	color: #FF0000;
	font-size: 1.28em;
	width: 80px;
	float: left;
}

.free-inquiry {
    position: fixed !important;
    top: 30px;
}
/*   /tour details   */