body {
	position: relative;
	font: 14px/1.5 tahoma, "Microsoft Yahei", \5FAE\8F6F\96C5\9ED1;
}

.yuding {
	padding: 10px;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.info .t1 {
	line-height: 2.5;
	text-align: left;
	font-size: 0.95rem;
	font-weight: 600;
}

.info .t1 a {
	color: red;
}

.info .t2 {
	line-height: 2.5;
	text-align: left;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;

	color: #fff;
	/*background: linear-gradient(to right, #ff00cc, #3333ff);*/
	background: linear-gradient(to right, #ff00cc, #1e2878);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: move 2s linear infinite;
}

.articleTitle {
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	padding: 10px 0px;
}

.articleBox {
	width: 100%;
	padding: 5px;
}

.articleBox img {
	max-width: 100%
}

#subscribe {
	display: block;
	width: 90%;
	text-align: center;
	background: red;
	color: #fff;
	margin: 10px auto;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 20px;
}

#popupBox {
	height: 100%;
	position: relative;
	display: none;
}


/* ---弹窗--- */
.layui-layer-title {
	border-bottom: none !important;
}

.layui-layer-page {
	width: 100% !important;
	border-top-right-radius: 15px !important;
	border-top-left-radius: 15px !important;
}