p.line {
	margin-left: 15px;
	height: 1px;
	background: #f4f4f4;
}

.content {
	padding-bottom: 65px;
}

/*顶部轮播*/
.swiper-container {
	width: 93%;
	position: relative;
	border-radius: 5px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-wrapper>a {
	display: block;
}

.swiper-slide>img {
	width: 100%;
	display: block;
}

.swiper-pagination-bullet {
	background: #d8d8d8;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

/*提示和推荐简略*/
.cont_2 {
	position: relative;
	padding-right: 20px;
	/*border-bottom: 10px solid #f4f4f4;*/
	/*暂时屏幕，没有开放文章*/
}

.cont_2 a {
	color: #404040;
	font-size: 15px;
}

.cont_2 a:first-child {
	padding-bottom: 7.5px;
}

.cont_2 a:nth-child(2) {
	padding-top: 0px !important;
}

.cont_2 a:nth-child(2)::before {
	border-top: 0px !important;
}

.cont_2 img {
	width: 30px;
	margin-bottom: -1px;
	margin-right: 10px;
}

.cont_2>.weui-cell>.weui-cell__bd {
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cont_2>span {
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	border-width: 2px 2px 0 0;
	border-color: #C8C8CD;
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
}

.cont_2>span a {
	display: block;
	width: 100%;
	height: 100%;
}

/*图标链接*/
.cont_3 {
	margin-top: 15px;
}

.cont_3::before,
.cont_3::after {
	display: block;
	content: '';
	clear: both;
}

.cont_3>li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 15px;
}

.cont_3>li a {
	font-size: 13px;
	color: #404040;
}

.cont_3>li img {
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 auto 5px;
}

/*今日推荐*/
.cont_4>div:last-child {
	margin: 0 15px;
	height: 135px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.cont_4>div:last-child>a {
	width: 66.666666%;
	display: block;
	height: 100%;
}

.cont_4>div:last-child>a img {
	width: 100%;
	display: block;
	height: 100%;
}

.cont_4>div:last-child>div {
	width: 33.3333%;
	height: 100%;
}

.cont_4>div:last-child>div a {
	display: block;
	height: 50%;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}

.cont_4>div:last-child>div a:nth-child(2) {
	border: none;
}

.cont_4>div:last-child>div>a img {
	width: 100%;
	max-height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.cont_4>div:last-child>div>a>div p,
.cont_4>div:last-child>div>a>div span {
	overflow: hidden;
	text-overflow: inherit;
	white-space: nowrap;
	padding-left: 5px;
	color: #303030;
}

.cont_4>div:last-child>div>a>div span {
	display: block;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	left: 0;
	color: #808080;
}

/*今日推荐会员*/
.cont_5::before {
	display: block;
	content: '';
	height: 1px;
	background: #f4f4f4;
	margin-left: 15px;
}

.cont_5 {
	margin-top: 15px;
}

.cont_5>div>span {
	font-size: 14px;
}

.cont_5>div>span img {
	width: 11px;
	margin-right: 5px;
}

.cont_5 ul li {
	float: left;
	width: 33.33333%;
	padding: 0 15px;
	box-sizing: border-box;
}

.cont_5 ul li a {
	display: block;
	text-align: center;
}

.cont_5 ul li a img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto;
}

.cont_5 ul li a p {
	font-size: 14px;
	color: #404040;
	font-weight: bold;
}

.cont_5 ul li a span {
	font-size: 12px;
	color: #404040;
	display: block;
}

.cont_5 ul li a p,
.cont_5 ul li a span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*底部导航     */
.nav {
	border-top: 1px solid #e1e1e1;
	height: 50px;
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 750px;
	margin: 0 auto;
}

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
	color: #2666dc;
}

.nav a {
	padding-top: 8px !important;
}

.nav img {
	width: 20px;
}

.nav p {
	margin-top: 2px;
}

/*底部导航 -end*/