/* 
Anyou
设计负责人：XueJifei
开始时间：2021/02/19
*/

.anyou-detail1 .top{
	padding: 50px 0;
	background: #f7f8fa;
}
.anyou-detail1 .top .title{
	font-size: 32px;
	line-height: 2;
	    font-weight: bold;
	    color: #333333;
	    margin-bottom: 48px;
}
.anyou-detail1 .top .time{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: 34px;
}
.anyou-detail1 .top .share{
	float: right;
}
.anyou-detail1 .content
{
	padding: 30px 0 100px;
}
.anyou-detail1 .content
{
	color: #666;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1px;
}
.anyou-detail1 .content img,.anyou-detail1 .content video{
	max-width: 800px;
	width: 100%;
}
.anyou-detail1 .links{
	padding: 35px 0;
	background: #f7f8fa;
	height: 22px;
	line-height: 22px;
	color: #666;
}
.anyou-detail1 .links .prev{
	width: 49%;
	float: left;
}
.anyou-detail1 .links .next{
	width:49%;
	float: right;
	text-align: right;
}
.anyou-detail1 .links a{
	color: #666;
	overflow: hidden;
	display: block;
	height: 22px;
	line-height: 22px;
}
.anyou-detail1 .links a:hover{
	color: #e00000;
}
.anyou-detail1 .font-size{
	text-align: right;
	margin-top: 15px;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.anyou-detail1 .font-size .btn{
	display: inline-block;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	margin-left: 4px;
	color: #999;
}
.anyou-detail1 .font-size .btn i{
	font-size: 16px;
	margin-right: 5px;
}
.anyou-detail1 .font-size .btn.on{
	color: #333;
}

@media screen and (max-width: 1024px) {
	.anyou-detail1 .top{
		padding: 0.7rem 0;
	}
	
	.anyou-detail1 .top .title
	{
		font-size: 0.44rem;
		line-height: 1.5;
		margin-bottom: 0.4rem;
	}
	.anyou-detail1 .content{
		padding: 0.6rem 0.1rem;
	}
	.anyou-detail1 .content{
		font-size: 0.3rem;
	}
	.anyou-detail1 .links{
		padding: 0.3rem 0;
	}
	.anyou-detail1 .links a span{
		display: none;
	}
	.anyou-detail1 .top .share{
		display: none;
	}
}