*,
:after,
:before {
	margin: 0;
	padding: 0;
}
.main-life-banner {
    background: url(teach-banner.png) center center no-repeat;
}

a {
	text-decoration: none;
	color: #333333;
}
cite{font-style:normal;}
.pages{ text-align:center; margin: 0 auto}

ul li {
	float: left;
	list-style: none;
	cursor: pointer;
}

.icon {
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/gotham-book.woff2');
}


html {
	font-family: 'Gotham-Book';
}

/* 头部导航条 */
.header {
	width: 100%;
	height: 58px;
	position: fixed;
	z-index: 999;
	top: 0;
	background: transparent;

}

.header-box {
	width: 1200px;
	height: 58px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header-left img {
	width: 183px;
	height: 46px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.header-right {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.header-right a {
	height: 100%;
	display: inline-block;
	color: #333333;
}

.header-right span {
	margin-right: 38px;
}

.header-right span:nth-of-type(12n) {
	margin-right: 0;
}

.current {
	font-weight: bold;
}

.title-srcoll {
	position: fixed;
	background-color: rgba(255, 255, 255, .6);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 4px 0 var(--cb-color-shadow, rgba(0, 0, 0, 0.16));
	transition: all .3s ease-out;
}

/* 尾部 */
.footer {
	width: 100%;
	background: #2F2F2F;
}

.footer-box {
	width: 1200px;
	color: #BDBDBD;
	padding: 45px 0 18px 0;
	margin: 0 auto;
}

.footer-box a {
	color: #FFFFFF;
}

.footer-box a:hover {
	color: #A9A9A9;
}

.footer-box-top {
	width: 100%;
	padding-bottom: 24px;
	font-size: 14px;
}

.footer-box-top,
.footer-box-top-left,
.sp-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sp-box span {
	margin-right: 32px;
}

.img-box {
	margin-right: 31px;
}

.footer-box-bottom {
	width: 100%;
	border-top: 1px solid #3A3A3A;
	line-height: 26px;
	padding: 24px 0 0 0;
}

.footer-box-bottom p {
	font-size: 12px;
}

.permission {
	display: flex;
	justify-content: center;
	align-items: center;
}

.permission span {
	font-size: 12px;
}

.permission span:last-child::after{
	display: none;
}

.permission span:after {
	content: "|";
	margin: 0 22px;
}

/* 背景图区域 */
.main-banner {
	width: 100%;
	height: 545px;
	position: relative;
	top: 0;
	left: 0;
	min-width: 1000px;
	zoom: 1;
	background-size: cover !important;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.main-banner-top {
	width: 1310px;
	padding-top: 166px;
	margin: 0 auto;
	text-align: center;
}
.main-banner-top p {
    letter-spacing: .07em;
    font-size: 5em;
    margin: 0 auto;
}
.mianeffect{
font-weight: 900;                    
font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #8c888b;                 
background: -webkit-linear-gradient(45deg, #d58b59, #fd9b58, #ffb685, #ebded6, #ff9d99);               	
-moz-linear-gradient(45deg, #d58b59, #fd9b58, #ffb685, #ebded6, #ff9d99);                 		
-ms-linear-gradient(45deg, #d58b59, #fd9b58, #ffb685, #ebded6, #ff9d99);                 
color: transparent;                 
/*设置字体颜色透明*/                 
-webkit-background-clip: text;
/*背景裁剪为文本形式*/
animation: ran 10s linear infinite;
/*动态10s展示*/
 text-shadow:5px;
}
.main-banner-bottom {
	width: 1310px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: hsl(0deg 0% 100% / 50%);
	backdrop-filter: blur(5px);
}

/*  */

.hot-search {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
	font-size: 14px;
	position: relative;
    top: -135px;
}

.hot-search span {
	margin-right: 25px;
}

.hot-search ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.hot-search li {
	margin-right: 21px;
}

.hot-search ul li:last-child {
	margin-right: 0;
}

.hot-search ul li a{
	vertical-align: middle;
}

/*  */

/* 主体最新 */
.main {
	width: 100%;
}

.e-Life-big {
	width: 100%;
}

.e-Life {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.e-Life img {
	width: 100%;
	height: 100%;
}

.e-Life-left {
	width: 830px;
	position: relative;
	padding-bottom: 50px;
}

.e-Life-left .load_more,
.search-result .load_more{
	display: inline-block;
	padding: 5px 10px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	border-radius: 20px;
	background: #0bb608;
	color: #FFFFFF;
	font-size: 14px;
}

.e-Life-left h4 svg {
	width: 31px;
	height: 17px;
	margin-right: 8px;
}

/*  */

.goto,
.goto span {
	cursor: pointer;
}

.information-box,
.video-box {
	width: 100%;
	margin-top: 18px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
}

.rec-for-you {
	justify-content: space-between;
}

.rec-for-you .video {
	width: 160px;
	height: auto;
	display: initial;
	margin-bottom: 4px;
}

.rec-for-you .goto {
	width: 100%;
	height: 90px;
	margin: 0;
}

.rec-for-you .video-content {
	width: 100%;
	height: auto;
	padding: 4px 0;
}

.rec-for-you .video-content p {
	width: 100%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/*  */

.information {
	width: 256px;
	height: 226px;
	margin: 0 27.5px 21px 0;
	border-radius: 12px;
	background-color: #F6F8FC;
	overflow: hidden;
}

.information:hover,
.tab:hover {
	transform: translateY(-5px);
	transition: all .2s ease-in;
}

.information-box .information:nth-of-type(3n) {
	margin-right: 0;
}

.information-img-box {
	width: 100%;
	height: 144px;
	position: relative;
	overflow: hidden;
}

.information-img-box img,
.tab-img img,
.foryou img,
.search-result-img img {
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
}

.information-img-box:hover img,
.tab-img:hover img,
.foryou:hover img,
.search-result-img:hover img {
	transform: scale(1.2);
	transition: transform 0.5s;
}

/*  */

.information-img-box span,
.video-img span {
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	padding: 5px;
	height: 16px;
}

.information-img-box span {
	background:#ff5f33;
	border-radius: 0 0 12px 0;
	top: 0;
}

.video-img span {
	border-radius: 12px 0 0 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 50%);
}

/*  */

.information-img-box span {
	left: 0;
}

.information-img-box span:hover {
	background-image: linear-gradient(90deg, #c471f5 0%, #fa71cd 100%);
}

.information-content {
	width: 235px;
	box-sizing: border-box;
	padding: 12px 0 12px 0;
	margin: 0 auto;
}

.information-content p {
	font-size: 16px;
	margin-bottom: 12px;
	color: #383838;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.information-content svg {
	width: 16px;
	height: 17px;
	vertical-align: middle;
	margin-right: 10px;
}

/*  */

.browse {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #BDBDBD;
}

/*  */

/* 主体视频 */
.e-Life-right {
	width: 330px;
	min-height: 400px;
	position: relative;
}

.e-Life-right h4 {
	position: relative;
}

.e-Life-right h4 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #666666;
}

.e-Life-right h4 svg {
	width: 20px;
	height: 18px;
	margin-right: 8px;
}

.video {
	width: 100%;
	height: 81px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 17px;
}

.show-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	opacity: 0;
}

.show-masks {
	/* content: ""; */
	width: 35px !important;
	height: 35px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -17px -15px;
	z-index: 1;
	display: block;
	/* background: url(../images/bofang.png) no-repeat; */
	-webkit-transform: scale(2.5);
	transform: scale(2.5);
}

.video-img:hover .show-masks {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all .25s ease-in;
}

.video-img:hover .show-mask {
	opacity: 1;
	transition: all .25s ease-in;
}

.video-img:hover .time {
	opacity: 0;
	transition: all .25s ease-in;
}

.video-img {
	width: 144px;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	margin-right: 16px;
}

.video-content {
	width: 170px;
	height: 100%;
}

.video-content p {
	font-size: 14px;
	margin-bottom: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/* 分页 */
.floot {
	width: 100%;
	height: 38px;
	padding: 147px 0 71px 0;
	position: relative;
}

.flootpages {
	display: flex;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.flootpages svg {
	width: 14px;
	height: 24px;
	vertical-align: middle;
}

.page_item,
.last,
.next {
	width: 48px;
	height: 38px;
	line-height: 38px;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	margin-right: 6px;
	cursor: pointer;
	float: left;
	border: 1px solid #E0E0E0;
	overflow: hidden;
}

.page_item a,
.last a,
.next a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.last {
	background-position: 17px 9px;
}

.next {
	background-position: 17px -23px;
}

.page_item a {
	color: #828282;
}

.follow {
	position: relative;
}

.follows {
	width: 385px;
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: 215px;
}

.follow_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 0;
}

.data-try{
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.data-try span{
	margin-right: 10px;
}

.data-try ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.data-try ul li{
	margin-right: 10px;
}
.data-try ul li a{
	color: #F36262;
	vertical-align: middle;
}

.data-try ul li a:hover{
	color: #F09696;
}
 table td {
    border: 1px solid #333;
    border-collapse: collapse;
}
 table {
    width: 100% !important;
    max-width: 100%;
}

