body{
	background: linear-gradient(to bottom, #18a058 0%, transparent 800px), #f0f4f5;
	background-repeat: no-repeat;
}

a,
a:hover{
	text-decoration: none;
}

.home-tab-active{
	color: #18a058 !important;
	font-weight: bold;
}

.home-bg{
	background: linear-gradient(to bottom, #18a058 0%, transparent 800px);
}

.home-header{
	height: 4rem;
	box-shadow: rgba(0, 0, 0, 0.06) 0 2px 10px;
	position: relative;
	z-index: 3000;
	overflow: visible;
}

.home-header-inner{
	height: 4rem;
	padding: 0 50px;
	overflow: visible;
}

.home-header-category{
	margin: 0;
	margin-left: 10px;
	overflow: visible;
}

.home-header-category li{
	margin-left: 12px;
	margin-right: 12px;
	font-weight: bold;
}

.home-header-category a{
	color: #18a058;
	font-size: 16px;
}

.home-nav-parent{
	position: relative;
}

.home-nav-link{
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.home-nav-caret{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #18a058;
	position: relative;
	top: 1px;
}

.home-nav-dropdown{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: 0;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.12) 0 10px 30px;
	padding: 16px 0 8px;
	min-width: 140px;
	z-index: 2000;
}

.home-nav-dropdown ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-nav-dropdown li{
	margin: 0;
	font-weight: normal;
}

.home-nav-dropdown a{
	display: block;
	padding: 8px 14px;
	color: #333333;
	font-size: 14px;
	white-space: nowrap;
}

.home-nav-dropdown a:hover{
	background: #f7f9fa;
	color: #18a058;
}

.home-nav-parent:hover .home-nav-dropdown{
	display: block;
}

.home-header-user{
	display: flex;
	align-items: center;
	gap: 12px;
}
.home-user-link{
	color: #18a058;
	font-size: 14px;
}
.home-user-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	padding: 0 14px;
	border-radius: 15px;
	border: 1px solid #18a058;
	color: #18a058;
	background: #ffffff;
}

.home-auth-bg{
	width: 100%;
	min-height: 100vh;
	background:
		radial-gradient(circle at 15% 30%, rgba(24,160,88,0.18) 0, rgba(24,160,88,0.18) 120px, transparent 121px),
		radial-gradient(circle at 75% 25%, rgba(24,160,88,0.12) 0, rgba(24,160,88,0.12) 180px, transparent 181px),
		radial-gradient(circle at 55% 75%, rgba(24,160,88,0.10) 0, rgba(24,160,88,0.10) 220px, transparent 221px),
		linear-gradient(180deg, rgba(24,160,88,0.35) 0%, rgba(24,160,88,0.08) 45%, rgba(240,244,245,1) 100%);
}

.home-auth-card{
	width: 1000px;
	min-height: 550px;
	max-height: 680px;
}

.home-auth-left{
	width: 650px;
	height: 100%;
	background-image: linear-gradient(420deg, #a8f3d8 0%, #73e7bb 55%, #6fdab0 100%);
}

.home-auth-input{
	width: 100%;
	height: 42px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	padding: 0 12px;
	box-sizing: border-box;
	outline: none;
}
.home-auth-input:focus{
	border-color: #18a058;
}

.home-auth-submit{
	width: 100%;
	height: 42px;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
}

.home-auth-tip{
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 13px;
}
.home-auth-tip-error{
	background: #fff1f0;
	color: #cf1322;
	border: 1px solid #ffccc7;
}
.home-auth-tip-success{
	background: #f6ffed;
	color: #389e0d;
	border: 1px solid #b7eb8f;
}

.home-auth-captcha{
	display: grid;
	grid-template-columns: 1fr 140px;
	gap: 12px;
	align-items: center;
}
.home-auth-captcha-img{
	width: 140px;
	height: 42px;
	border-radius: 8px;
	background: #f5f5f5;
	cursor: pointer;
}

.home-auth-sms{
	position: relative;
}
.home-auth-sms-btn{
	position: absolute;
	right: 8px;
	top: 6px;
	height: 30px;
	padding: 0 10px;
	border-radius: 6px;
	border: 1px solid #18a058;
	background: #ffffff;
	color: #18a058;
	cursor: pointer;
}
.home-auth-sms-btn:disabled{
	opacity: 0.6;
	cursor: not-allowed;
}

.vip-item{
	position: relative;
	top: 0;
	transition: all 0.2s ease;
}
.vip-item:hover{
	top: -10px;
}
.vip-label{
	width: 80px;
	color: #ffffff;
	background: linear-gradient(to right, #75d2a4, #18a058);
	padding: 3px 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 5px 0 5px;
}
.vip-radio{
	position: absolute;
	left: 12px;
	top: 12px;
}
.vip-item.is-active{
	background-color: #f8ebca !important;
	border: 2px solid #18a058;
}

.home-logo{
	color: #ffffff;
	text-decoration: none;
}

.home-indexnav-link{
	padding: 5px 10px;
}

.home-search-area{
	padding-bottom: 10px;
}

.home-topbar-mini{
	height: 30px;
	display: flex;
	align-items: center;
}
.home-topitem{
	margin-left: 20px;
	font-size: 12px;
	color: #666666;
}
.home-topitem:hover{
	color: #999999;
}

.home-searchbar{
	width: 550px;
	height: 50px;
	border: 2px solid #18a058;
	border-radius: 25px;
}
.home-searchbar-input{
	width: 450px;
	height: 46px;
	border: 0;
	outline: none;
	padding: 0 12px;
	font-size: 14px;
}
.home-searchbar-btn{
	width: 70px;
	height: 46px;
	border-radius: 30px;
	border: 0;
	background: #18a058;
	color: #ffffff;
	cursor: pointer;
}

.home-main{
	padding: 20px 0 120px;
}

.home-label-row{
	margin: 0;
}
.home-label-row li{
	margin: 0 10px;
}
.home-all-tags{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 10px;
	border-radius: 11px;
	background: #18a058;
	color: #ffffff;
	font-size: 12px;
}
.home-label-item{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	padding: 0 12px;
	border-radius: 13px;
	background: #18a058;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
.home-label-item:hover{
	opacity: 0.9;
}

.home-hero{
	margin-top: 10px;
}

.home-hero-card{
	margin: 0 auto 20px;
}

.home-carousel-inner{
	width: 100%;
	height: 280px;
	position: relative;
}
.home-carousel-item{
	display: none;
	width: 100%;
	height: 280px;
}
.home-carousel-item.is-active{
	display: block;
}

.home-hero-banners{
	margin-top: 20px;
}
.home-banner-row{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.home-banner-item{
	display: block;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
}
.home-banner-item img{
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.home-primary-btn{
	display: inline-block;
	background: #ff4d4f;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 18px;
	border-radius: 20px;
	border: 0;
	cursor: pointer;
}

.home-quick-item{
	display: inline-flex;
	width: 90px;
	height: 44px;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 10px;
	color: #333333;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.03) 0 2px 8px;
	margin: 6px 0;
}
.home-quick-item:hover{
	color: #18a058;
}

.home-section{
	margin: 0 auto;
}
.home-section-head{
	padding: 15px 30px 10px;
	box-shadow: rgba(0, 0, 0, 0.022) 0 3px 5px;
	border-radius: 20px 20px 0 0;
}

.home-card-grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.home-card-grid-5{
	grid-template-columns: repeat(5, 1fr);
}

.home-card-grid-6{
	grid-template-columns: repeat(6, 1fr);
	gap: 15px 15px;
}

.home-img-cover{
	width: 100%;
	height: 273px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.home-img-cover img{
	width: 100%;
	height: 273px;
	object-fit: scale-down;
}

.home-tag{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 8px;
	border-radius: 11px;
	font-size: 12px;
	color: #ffffff;
}
.home-tag-free{
	background: #87d068;
}
.home-tag-vipfree{
	background: #ff4d4f;
}
.home-tag-vipdis{
	background: #faad14;
}

.home-vip-badge{
	position: absolute;
	right: -8px;
	top: 5px;
	text-decoration: none;
}

.home-block-head{
	padding: 15px 30px 10px;
	margin: 0 auto 20px;
	box-shadow: rgba(0, 0, 0, 0.022) 0 3px 5px;
	border-radius: 20px 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-sep{
	height: 10px;
}

.home-adbar{
	margin: 30px auto 0;
	height: 80px;
}

.home-banner-row-3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.home-banner-mini{
	height: 80px;
	overflow: hidden;
}
.home-banner-mini img{
	height: 80px;
	width: 100%;
	object-fit: cover;
	display: block;
}

.home-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.home-page-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 14px;
	border-radius: 17px;
	border: 1px solid #18a058;
	color: #18a058;
	text-decoration: none;
	background: #ffffff;
}
.home-page-btn:hover{
	background: #e7f5ee;
}
.home-page-btn.is-disabled{
	opacity: 0.5;
	pointer-events: none;
}
.home-page-info{
	color: #969799;
}

.home-course-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.home-audio-btn{
	height: 35px;
	padding: 5px 20px;
	border-radius: 5px;
	border: 0;
	background: transparent;
}

.home-audio-bar{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f1f3f4;
	box-shadow: rgba(0, 150, 200, 0.35) 0 5px 15px;
	padding: 10px 0;
	display: none;
	z-index: 5000;
}
.home-audio-bar.is-visible{
	display: block;
}
.home-audio-title{
	width: 260px;
	color: #333333;
}
.home-audio-bar audio{
	width: 100%;
	outline: none;
}
.home-audio-close{
	height: 34px;
	padding: 0 14px;
	border-radius: 6px;
	border: 1px solid #18a058;
	background: #ffffff;
	color: #18a058;
	cursor: pointer;
}

.home-breadcrumb-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #18a058;
	font-weight: bold;
}

.home-cat-row{
	margin-bottom: 10px;
}
.home-cat-row li{
	margin: 0 10px;
}
.home-cat-row a{
	color: #999999;
}
.home-cat-row a:hover{
	color: #18a058;
}
.category-hover{
	color: #18a058 !important;
	border-bottom: 1px solid #18a058;
}

.content-width-x{
	width: 1440px;
}

.home-grid{
	display: grid;
	gap: 20px;
	width: 100%;
}
.home-grid-4{
	grid-template-columns: repeat(4, 1fr);
}
.home-grid-6{
	grid-template-columns: repeat(6, 1fr);
	gap: 15px 15px;
}

.audio-btn-item{
	height: 35px;
	padding: 5px 20px;
	border-radius: 5px;
	margin-right: 20px;
	justify-content: center;
}

.top-button{
	height: 42px;
	border-radius: 6px;
	padding: 0 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	color: #ffffff;
}
.top-button:hover{
	opacity: 0.92;
}

.link-font a{
	color: #18a058;
}

.zycontent img{
	max-width: 100%;
	height: auto;
}

.home-card-cover{
	width: 100%;
	height: 157px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.home-card-cover img{
	max-width: 100%;
	max-height: 100%;
	object-fit: scale-down;
}
.home-card-title{
	height: 42px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home-card-title:hover{
	color: #18a058;
}

.home-footer{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70px;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
}

.home-backtotop{
	position: fixed;
	right: 18px;
	bottom: 90px;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	border: 0;
	background: rgba(24, 160, 88, 0.92);
	color: #ffffff;
	cursor: pointer;
	display: none;
}
.home-backtotop.is-visible{
	display: block;
}

.home-right-menu{
	position: fixed;
	right: 0;
	bottom: 300px;
	width: 65px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.home-right-item{
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.home-footer-main{
	position: relative;
}

.home-banner{
	position: relative;
	height: 260px;
}
.home-banner-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 260px;
	background-image: url("/static/home/images/b2.jpg");
	background-size: cover;
	background-position: center;
	filter: blur(0);
	opacity: 0.9;
}
.home-banner-title{
	height: 160px;
	padding-top: 40px;
}

.home-faq-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px 20px;
}
.home-faq-item{
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	background: #f7f9fa;
	color: #18a058;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-faq-item:hover{
	background: #e7f5ee;
}

.home-form-row{
	margin-bottom: 16px;
}
.home-form-row label{
	display: block;
	margin-bottom: 8px;
	color: #333333;
}
.home-form-row input,
.home-form-row textarea{
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 10px 12px;
	outline: none;
	font-size: 14px;
	box-sizing: border-box;
}
.home-form-actions{
	margin-top: 20px;
}

.home-member-sidebar{
	width: 300px;
	box-shadow: rgba(0, 0, 0, 0.06) 0 2px 10px;
}
.home-member-avatar{
	width: 86px;
	height: 86px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #18a058;
	position: relative;
}
.home-member-avatar:after{
	content: "更换";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.45);
	text-align: center;
	opacity: 0;
	transition: opacity 0.15s ease;
}
.home-member-avatar:hover:after{
	opacity: 1;
}
.home-member-avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home-member-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	border-radius: 10px;
	padding: 0 16px;
	background: #18a058;
	color: #ffffff;
	flex: 1;
	text-decoration: none;
}
.home-member-btn.is-ghost{
	background: #ffffff;
	color: #18a058;
	border: 1px solid #18a058;
	margin-left: 10px;
}
.home-member-menu a{
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	color: #333333;
	text-decoration: none;
	margin-bottom: 8px;
	background: #f7f9fa;
}
.home-member-menu a:hover{
	background: #e7f5ee;
	color: #18a058;
}
.home-member-menu a.is-active{
	background: #e7f5ee;
	color: #18a058;
	font-weight: bold;
}
.home-member-logout{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	border-radius: 10px;
	padding: 0 16px;
	background: #fff0f0;
	color: #ff5628;
	border: 1px solid #ffb6a2;
	text-decoration: none;
}

.home-member-card{
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.04) 0 2px 10px;
}
.home-member-index-top{
	background-image: url("/static/home/images/user/member-center-above.png");
	background-size: cover;
	background-position: center;
}
.home-member-middle-item{
	height: 66px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	padding: 0 18px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-member-middle-item i{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
}
.home-member-middle-item1{ background-image: url("/static/home/images/user/member-center-middle-item1.png"); }
.home-member-middle-item1 i{ background-image: url("/static/home/images/icon/member-center-middle-item1-i.png"); }
.home-member-middle-item2{ background-image: url("/static/home/images/user/member-center-middle-item2.png"); }
.home-member-middle-item2 i{ background-image: url("/static/home/images/icon/member-center-middle-item2-i.png"); }
.home-member-middle-item3{ background-image: url("/static/home/images/user/member-center-middle-item3.png"); }
.home-member-middle-item3 i{ background-image: url("/static/home/images/icon/member-center-middle-item3-i.png"); }
.home-member-middle-item4{ background-image: url("/static/home/images/user/member-center-middle-item4.png"); }
.home-member-middle-item4 i{ background-image: url("/static/home/images/icon/member-center-middle-item4-i.png"); }
