html,
body {
	width: 100%;
	height: 100%;
	background: #EFF3F6;
}

.content_wrapper {
	width: 100%;
	overflow: auto;
}


/*轮播图*/

.swiper-01 {
	width: 100%;
	height: 17.3rem;
}

.swiper-01 img {
	width: 100%;
	height: 100%;
}


/*头部*/

.title_wrapper {
	width: 100%;
	background: #FFFFFF;
	z-index: 999;
}

.title_row1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.title_row1 {
	width: 100%;
	padding: 1.25rem;
}

.title_row2 {
	width: 100%;
	padding: 1.25rem;
}

.title_row1 .title {
	font-size: 1.66rem;
	width: 100%;
	color: rgba(51, 51, 51, 1);
	line-height: 1.5;
	font-family: PingFang-SC-Bold;
	margin-bottom: 1.25rem;
	font-weight: bold;
}

.title_row1 .row1 span {
	font-size: 1rem;
	font-weight: 500;
	color: #999;
}

.title_row1 .row1 span:last-of-type {
	margin-left: 1.16rem;
}

.title_row2:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
	width: 0.67rem;
	height: 1.08rem;
	background: url(../../img/wyt/my/right.png) no-repeat;
	background-size: 100% 100%;
}

.title_row2 .photo {
	width: 1.67rem;
	height: 1.67rem;
	float: left;
	border-radius: 50%;
}

.title_row2 .tag {
	display: inline-block;
	margin-left: 0.66rem;
}

.title_row2 .tag p:first-of-type {
	font-size: 1.16rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}

.title_row2 .tag p:last-of-type {
	font-size: 0.83rem;
	font-weight: 500;
	color: rgba(153, 153, 153, 1);
}


/*内容*/

.content {
	width: 100%;
	padding: 1.25rem;
	transform: translateY(-1.3rem);
	background: #FFFFFF;
	overflow: hidden;
	font-size: 1.2rem;
	color: #333;
	line-height: 150%;
	/* line-height: 1.5; */
	/* text-align: justify; */
}
.content p{
	/* text-align: left!important; */
}

.content img {
	max-width: 100%!important;
	margin: 12px 0;
	width: auto!important;
	height: auto!important;
}


/*评论输入框*/

.comment_input {
	width: 100%;
	position: fixed;
	display: none;
	left: 0;
	bottom: 0;
	min-height: 4rem;
	background: #fff;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 999;
	border-top: 1px solid rgba(239, 243, 246, 1);
}

.comment_input input {
	width: 70%;
	min-height: 2.5rem;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 1.25rem;
	padding: 0 1.25rem 0 1.25rem;
}

.comment_input span {
	margin-left: 1rem;
	color: #999;
}


/*底部导航*/

.footer-bar {
	padding-top: 0;
	align-items: center;
}

.footer-bar .bar-item {
	min-width: 4rem;
}

.footer-bar .bar-item img {
	width: 1.5rem;
	height: 1.5rem;
}

.footer-bar .bar-item span {
	margin-top: 0.3rem;
}


/*限制攻略内容图片的大小宽度*/

.content>section>div {
	width: 100%!important;
}


/*返回顶部*/

.to_top {
	width: 3.83rem;
	height: 3.83rem;
	position: fixed;
	right: 1rem;
	bottom: 5rem;
}