body,html {
	overflow-x: hidden;
	background-color: #fff;
}

.content {
	padding: 20px 15px 30px 15px;
	/* border: 1px solid #EFEFEF; */
	/* margin-top: 53px; */
	margin-top: 99px;
	position: relative;
}

.content .title {
	font-size: 28px;
	color: #2C3445;
	line-height: 33.6px;
}

.content .author {
	margin-top: 20px;
	position: relative;
	height: 50px;
}

.content .showAll {
	margin-top: 20px;
	border: 1px solid #B2B5BD;
	border-radius: 5px;
	display: inline-block;
	width: 165px;
	height: 30px;
	font-size: 15px;
	color: #626978;
	letter-spacing: 1px;
	background: white;
	display: none;
}

.content .copyright {
	color: #B2B5BD;
	margin-top: 20px;
	padding-left: 20px;
	position: relative;
}

.content .mask {
	height: 100px;
	position: absolute;
	bottom: 125px;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1));
	background: -moz-linear-gradient(rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1));
	background: -o-linear-gradient(rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1));
	background: linear-gradient(rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1));
	display: none;
}

.copyright .icon {
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 5px;
}

.copyright .text {
	font-size: 12px;
	letter-spacing: 1px;
}

.author .memberIcon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px;
	float: left;
}

.author .nickname {
	font-size: 15px;
	color: #2C3445;
}

.author .introduction {
	font-size: 12px;
	color: #B2B5BD;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 140px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.author .publishTime {
	font-size: 12px;
	color: #B2B5BD;
}

.author .card {
	position: absolute;
	width: 100px;
	height: 35px;
	top: 7.5px;
	right: 0;
	line-height: 33px;
	font-size: 12px;
	text-align: center;		
	background: #39CD90;
	border-radius: 5px;
}

.card-text {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.news_content {
	margin-top: 20px;
	line-height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.news_content a {
	color: #4572ED
}

.news_content p {
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 2em;
	overflow: visible;
}

.news_content img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

.newsReward {
	padding: 30px 0 15px 0;
	text-align: center;
	border-bottom: 1px solid #EFEFEF;
	display: none;
}

.newsReward .title {
	font-size: 15px;
	color: #626978;
	letter-spacing: 0;
	padding: 0 15px;
}

.newsReward .reward {
	background: #E24949;
	border-radius: 100px;
	border: 0px;
	width: 105px;
	height: 40px;
	margin-top: 20px;
	font-size: 15px;
	color: white;
}

.newsReward .memberIcon {
	margin-right: -12px;
}

.newsReward .memberIcon img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid white;
}

.newsReward .more {
	margin-right: -12px;
}

.newsReward .more span {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	background: #DCDCDC;
	border: 3px solid white;
	line-height: 16px;
}

.newsReward .more .spot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	overflow: hidden;
	background: white;
	display: inline-block;
	border: 0;
	margin-right: -1px;
}

.newsReward .total {
	font-size: 12px;
	color: #626978;
	letter-spacing: 0;
	margin-top: 5px;
}

.applyInstructor{
	/* padding: 15px 15px 0 15px; */
	border-top: 10px solid #EFEFEF;
	border-bottom: 10px solid #EFEFEF;
}

.applyInstructor img{
	width: 100%;
	height: 130px;
	max-width: 100%;
	vertical-align: middle;
}

.newsComment {
	padding: 40px 15px;
}

.newsComment .item {
	margin: 20px 15px 0 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
}

.newsComment .title {
	font-size: 18px;
	color: #2C3445;
	font-weight: bold;
}

.newsComment .titleBar {
	background: #4572ED;
	width: 5px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.newsComment .info {
	margin-left: 40px;
}

.newsComment .memberIcon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}

.newsComment .nickname {
	font-size: 12px;
	color: #626978;
	margin-right: 10px;
}

.newsComment .comment {
	font-size: 14px;
	color: #2C3445;
	margin-top: 10px;
}

.newsComment .atComment {
	margin-top: 15px;
	border: 1px solid #DCDCDC;
	border-radius: 3px;
	font-size: 14px;
	color: #B2B5BD;
	padding: 10px;
}

.newsComment .createTime {
	font-size: 10px;
	color: #B2B5BD;
}

.newsComment .downloadApp {
	font-size: 15px;
	color: #FFFFFF;
	background: #4572ED;
	border-radius: 5px;
	margin-top: 20px;
	width: 90%;
	border: 0;
	height: 40px;
	margin-left: 5%;
}

.newsRecommands {
	padding-bottom: 40px;
}

.newsRecommands .item {
	padding: 20px 15px 25px 15px;
	height: 80px;
	border-bottom: 1px solid #EFEFEF;
}

.newsRecommands .title {
	font-size: 18px;
	color: #2C3445;
	font-weight: bold;
	padding: 0 15px 20px 15px;
}

.newsRecommands .titleBar {
	background: #4572ED;
	width: 5px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.newsRecommands .faceIcon {
	width: 80px;
	height: 80px;
	float: right;
}

.newsRecommands .newsTitle {
	font-size: 18px;
	color: #2C3445;
	line-height: 21.6px;
	margin-right: 100px;
	font-weight: bold;
}

.newsRecommands .nickname {
	font-size: 12px;
	color: #B2B5BD;
	line-height: 14.4px;
	margin-top: 15px;
}

.courseRecommands {
	padding-bottom: 40px;
	margin-bottom: 53px;
}

.courseRecommands .titleBar {
	background: #4572ED;
	width: 5px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.courseRecommands .title {
	font-size: 18px;
	color: #2C3445;
	font-weight: bold;
	padding: 0 15px 0 15px;
}

.courseRecommands .item {
	border-bottom: 5px solid #EFEFEF;
	padding-top: 15px;
}

.courseRecommands .item .faceIcon {
	width: 100%;
}

.courseRecommands .info {
	padding: 10px 25px 15px 15px;
}

.courseRecommands .info .courseTitle {
	font-size: 18px;
	margin-right: 70px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	height: 50px;
	color: #2C3445;
	font-weight: bold;
}

.courseRecommands .info .favorite {
	float: right;
	text-align: center;
	margin-top: 5px;
}

.courseRecommands .info .favorite img {
	width: 20px;
}

.courseRecommands .info .favorite p {
	font-size: 12px;
	color: #2C3445;
}

#openApp {
	position: fixed;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

#openApp button {
	font-size: 15px;
	color: #FFFFFF;
	border: 0px;
	background: #4572ED;
	border-radius: 100px;
	width: 100px;
	height: 35px;
	box-shadow: 0 1px 5px 0 #4572ED;
}

.openAppHide {
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.openAppShow {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/* 轮播图 */
.swiper-container {
	width: 100%;
	height: 53px;
}

.slide-top {
	position: relative;
	/* margin: 6px 15px; */
	font-size: 18px;
	background: #fff;
}

.slide-top img {
	float: left;
    width: 40px;
	height: 40px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 6px;
	border-radius: 50%;
	vertical-align: middle;
}

/* test */

.slide-bottom {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 7.5rem;
	/* padding: .2rem .32rem .24rem; */
}

.banner-bottom-div,
.banner-top-div {
	display: -webkit-box;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

/* end */
.banner-bottom-img {
	width: 40px;
	height: 40px;	
	margin-left: 15px;
	margin-right: 10px;
	border-radius: 50%;
	flex-shrink: 0;
}

.banner-top-div {
	padding-top: 4px;
}

.banner-top-p {
	margin-top: 10px;
	line-height: 14px;
	font-size: 12px;
	color: #999;
	margin-bottom: 4px;
}

.color-white {
	color: #fff;
}

.banner-bottom-div {
	margin-right: 15px;
	/* margin-left: 50px; */
	/* padding-top: 4px;		 */
	line-height: 18px;
	font-size: 12px;
	color: #2C3445;
	margin-bottom: 0;
}

.banner-bottom-p {
	/* float: left; */
	line-height: 18px;
	font-size: 12px;
	color: #999;
    font-style: normal;
}

.banner-top-title {
    line-height: 18px;
	font-size: 14px;
	color: #2C3445;
	margin-bottom: 0;
}

.banner-bottom-title {
	/* display: inline-block; */
	width: 200px; 
	max-height: 36px;
    line-height: 18px;
	font-size: 12px;
	color: #2C3445;
	margin-bottom: 0;
}

.hiddenTwoBottom {
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 36px; 
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}

.hiddenOneBottom {
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	max-height: 18px; 
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}

/* .banner-top-a {
	position: absolute;
	width: 75px;
	height: 30px;
	top: 5px;
	right: 0;
	line-height: 30px;	
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: #4572ED;
	border-radius: 5px;
	text-align: center;
} */

.banner-p-top {
	position: absolute;
	width: 75px;
	height: 30px;
	right: 15px;
	top: 10px;
	line-height: 30px;	
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	background: #4572ED;
	border-radius: 5px;
	text-align: center;
}

.banner-top-a,
.banner-p {
	display: flex;
	width: 75px;
	height: 30px;
	margin-right: 15px;
	line-height: 30px;	
	font-size: 12px;
	font-weight: 600;
	-webkit-box-align: center;
	align-items: center;
	flex-shrink: 0;
	color: #fff;
	background: #4572ED;
	border-radius: 5px;
	text-align: center;
}

.banner-bottom-a {
	display: inline-block;
	width: 75px;
	height: 30px;
}

.swiper-pagination {
    bottom: 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 2px; 
    color: #fff;
    border-radius: 100px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    color: #4572ED;
}

.banner-top {
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 999;   
	border-bottom: 1px solid #EFEFEF;
}

.banner-bottom {
	position: fixed;
	width: 100%;
	bottom: 0;
	border-top: 1px solid #EFEFEF;
	background: #fff;
	z-index: 999;   
}

.hiddenWidthTop {
	/* width: 56%; */
	margin-right: 90px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pay-consult {
	position: fixed;
	right: 15px;
	bottom: 70px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #FF5050;;
	border-radius: 100px;
	text-align: center;
}

.follow-div {
	position: absolute;
	width: 72px;
	top: 9.5px;
	right: 0;
	line-height: 33px;
	font-size: 12px;
	text-align: center;		
	border-radius: 5px;
}

.follow-same {
	display: inline-block;
	width: 70px;
	height: 30px;
	font-size: 14px;
	font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

.not-follow {  
    color: #4572ED;     
    border: 1px solid #4572ED;   
}

.followed {
    color: #626978;
    background: #EFEFEF;
}










