#paris {
	background: #ffffff;
}
/* 内容 */
.ordercont {
	width: 100%;
	position: relative;
}
/* 排行筛选 */
.parsi-top {
	background: #ffffff;
    position: fixed;
    z-index: 999;
    top: 0.89rem;
    left: 0;
    width: 100%;
}
.clasifly-sf {
	position: relative;
	border-bottom: 0.02rem solid #f3f3f3;
	font-size: 0;
}
.class-all {
	width: 50%;
	text-align: center;
	display: inline-block;
	height: 0.8rem;
	line-height: 0.8rem;
	position: relative;
}
.classall-span {
	font-size: 0.3rem;
	position: relative;
	color: #333333;
}
.classall-span::after {
	content: '';
	display: inline-block;
    vertical-align: middle;
	position: relative;
	border-width: 0.1rem 0.1rem 0 0.1rem;
	border-style: solid;
	border-color: transparent;
	border-top-color: #999999;
    left: 0.1rem;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.classall-span.onpitch {
	color: #ff6666;
}
.classall-span.onpitch::after {
	border-top-color: #ff6666;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.classall-tex {
	position: absolute;
    top: 0.82rem;
	left: 0;
	width: 100%;
	background: #fff;
	display: none;
    z-index: 99;
}
.classall-tex ul li a {
	display: block;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #333333;
	padding-left: 0.4rem;
}
.classall-tex ul li.onpitch a {
	color: #ff6666;
}
/* 游记板块 */
.travel-cont {
	position: relative;
	width: 100%;
	padding-top: 1.5rem;
	padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.trvel_img{ float:left; width:40%;  }
.traval-muk {
    position: relative;
    width: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-top: 0.4rem;
    display: block;
}
.traval-muk img {
	display: block;border-radius:15px;height:auto;
}
.tramuk-con {
	padding: 0.1rem;
    z-index: 22;
    color: #333;
    height: 100%;
    width: 58%; float:left;
}
.tramuk-con span {
    color: #333;
    font-weight: 700;
    font-size: 0.26rem;
    text-align: center;
    display: block;
}
.tramuk-con h3 {
    font-size: 0.32rem;
    line-height: 0.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
    letter-spacing: 0.02rem;
}
.tramuk-con-text {
	color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    font-size: 0.24rem;
}
.lookall { font-size: 0.22rem;
    color: #333;
    right: 0.2rem;
    letter-spacing: 0.06rem;
}
/* 遮罩层 */
.maskLayer2 {
	width: 100%;
	min-height: 100vh;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99;
	display: none;
}
/* 没有更多 */
.notcont {
	margin-top: 0.1rem;
	text-align: center;
	line-height: 1rem;
	color: #999999;
	font-size: 0.3rem;
}
.notcont i {
	position: relative;
    font-size: 0.6rem;
    color: #51b53b;
}
/* 文章详情页 */
.calback.pedetail {
	position: absolute;
    background: transparent;
}
.pdetail-head {
	padding-top: 0!important;
	height: 3.6rem;
}
.pdetail-cont {
	padding: 0 0.2rem;
    overflow: hidden; border-bottom:1px solid #ddd; width:100%;
}
.pdetail-cont h2 {
    font-size: 0.36rem;
    letter-spacing: 0.02rem; text-align:left;
}
.pdetail-c-head {
    padding: 0.2rem 0;
}
.pdetail-c-head dl::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.pdetail-c-head dl dt {
	float: left;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	overflow: hidden; 
}
.pdetail-c-head dl dd {
	float: left;
	width:100%;
}
.pdetail-c-head dl dd h3 {
	font-size: 0.28rem;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}
.pdetail-c-head dl dd p {
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.1rem;
}
.pdetail-c-head dl dd p span {
	margin: 0 0.2rem;
}
.pdetail-c-head dl dd p i {
    color: #51b53b;
    margin-right: 0.04rem;
}
.pdetail-contain {
    color: #666666;
    font-size: 0.26rem;
}
.pdetail-contain img {
	border-radius: 0.15rem;
	margin-top: 0.2rem;
}
.pdetail-contain p {
    margin-top: 0.2rem;
}