.container {
	padding-bottom: 5.1rem;
}
.fix_img{
	position: fixed;
	bottom: 6rem;
	width: 5rem;
	height: 5rem;
	left: 2rem;
	box-sizing: border-box;
	border-radius: 50%;
}

.hide {
	display: none;
}

.tg_img {
	width: 100%;
	max-width: 500px;
}

.price_wrap {
	position: fixed;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	height: 5.21rem;
	padding-left: 2.26rem;
	background-image: url(../images/price_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.price_box {
	height: 5.21rem;
	display: flex;
	align-items: center;
}

.price_text {
	font-size: 1.38rem;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 4px;
}

.price {
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFFFFF;
}

.buy_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 7rem;
	width: 15.44rem;
	background-image: url(../images/btn_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.3rem;
	font-weight: bold;
	color: #FFF1C0;

}


.hasBuy {
	position: fixed;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 500px;
	height: 5.53rem;
	background-color: #444444;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.noDownload{
	justify-content:  unset;
	box-sizing: border-box;
	padding-left: 1rem;
	
}
.noDownload .study_btn{
	margin: 0 auto;
	transform: translateX(-2.6rem);
}
.user_center{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.user_center img{
	width: 1.57rem;
	height: 1.57rem;
	margin-bottom: 0.28rem;
}
.user_center span{
	font-size: 0.83rem;
	color: #FFFFFF;
}
.download_btn,
.study_btn {
	width: 13.67rem;
	height: 3.32rem;
	border-radius: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.47rem;
	font-weight: 500;
}

.download_btn {
	background: #FFFFFF;
	color: #333333;

}

.study_btn {
	background-image: url(../images/study_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #573E05;
}


.mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.6;
	z-index: 2;
}

.zl_box {
	position: fixed;
	width: 100%;
	max-width: 500px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	background-color: #FFFFFF;
	border-radius: 0.8rem 0.8rem 0 0;
	padding: 3.4rem 0;
	padding-bottom: 2rem;
	box-sizing: border-box;
	max-height: 35.85rem;


}

.zl_list {
	width: 100%;
	max-height: 32rem;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0 1.7rem;
	padding-top: 0.5rem;
}

.zl_list::-webkit-scrollbar {
	width: 0 !important
}

.zl_list {
	overflow: -moz-scrollbars-none;
}

.zl_list {
	-ms-overflow-style: none;
}

.zl_item {
	width: 100%;
	height: 5.07rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 1rem 0rem rgba(0, 84, 180, 0.1);
	border-radius: 0.6rem;
	margin-bottom: 0.6rem;
	display: flex;
	align-items: center;
	padding-left: 1.34rem;
	padding-right: 1.89rem;
	box-sizing: border-box;
}

.file_icon {
	width: 1.75rem;
	height: 1.52rem;
	margin-right: 0.69rem;
}

.zl_content {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.29rem;
	font-weight: 500;
	color: #333333;
}

.download_icon {
	width: 1.47rem;
	height: 1.38rem;
	margin-left: auto;
}

.close_wrap {
	width: 1rem;
	position: absolute;
	top: 1.35rem;
	right: 1.6rem;
}

.lesson_wrap .zl_box {
	padding-bottom: 0;
}

.lesson_item {
	padding: 1.47rem 0;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 0.05rem solid #F4F4F4;
}

.lesson_img {
	width: 10.6rem;
	height: 6.45rem;
	margin-right: 0.8rem;
}

.lesson_info {
	width: calc(100% - 11.4rem);
}

.lesson_info_title {
	margin-bottom: 1.5rem;
	width: 100%;
	font-size: 1.47rem;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333333;
}

.lesson_info_desc {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.11rem;
	color: #999999;
}

.lesson_item:first-child {
	padding-top: 0;
}

.lesson_item:last-child {
	margin-bottom: 0;
}

.nodate {
	width: 100%;
	text-align: center;
	color: #999;
	padding: 7rem 0;
	font-size: 1.6rem;
}

/* 视频相关 */
.player_area {
	width: 100%;
	position: relative;
}

.coverImg {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.play_icon {
	z-index: 3;
	position: absolute;
	width: 6rem;
	height: 6rem;
	left: 50%;
	top: 43%;
	transform: translate(-50%);
}

.video {
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* 填充 */
.fill_1 {
	display: none;
	height: 1rem;
	background-color: #133FA0;
}
.fill_2{
	display: none;
	height: 1rem;
	background-color: #E02832;
}

/* 2022-01-06 股票技术分析课-课时安排 */
.gpjs_period{
	background: url(../images/gpjs_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 1.5rem 1.8rem;
	line-height: 1;
}
.gpjs_period .period_title{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.3rem;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 1rem;
}
.gpjs_period .period_title img{
	display: block;
	width: 7.3rem;
}
.gpjs_period .period_title span{
	padding: 0 1rem;
	font-size: 2.1rem;
}
.gpjs_period .period_view,
.jjsz_period .period_view{
	background-color: #FFFFFF;
	margin-top: 1.25rem;
	border-radius: 1rem;
}
.gpjs_period .period_one,
.jjsz_period .period_one{
	height: 4.4rem;
	background-color: #FFFFFF;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.gpjs_period .period_one_txt,
.jjsz_period .period_one_txt{
	position: relative;
	padding-left: 2.6rem;
	max-width: 20rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 1.3rem;
	color: #333333;
}
.period_one_txt_s{
	font-size: 1.2rem!important;
}
.gpjs_period .period_one_txt::before,
.jjsz_period .period_one_txt::before{
	content: '';
	position: absolute;
	left: 1.3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3rem;
	height: 0.3rem;
	background: #ABABAB;
	border-radius: 50%;
}
.gpjs_period .period_one_time{
	width: 8.5rem;
	height: 100%;
	background: #FA9737;
	border-radius: 0 1rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFFFFF;
}
.gpjs_period .period_icon{
	width: 0.9rem;
	height: 0.55rem;
	background: url(../images/period_down_w.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 1rem;
}
.gpjs_period .period_one_on{
	overflow: inherit;
}
.gpjs_period .period_one_on .period_icon{
	background: url(../images/period_up_w.png) no-repeat;
	background-size: 100% 100%;
}
.gpjs_period .period_two{
	display: none;
	background-color: #E9F0FF;
}
.gpjs_period .period_li{
	padding: 0 1.1rem;
	height: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #133FA1;
}
.gpjs_period .period_li_txt,
.gpjz_period .period_li_txt,
.jjsz_period .period_li_txt,
.wjlc_period .period_li_txt{
	width: 23.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.3rem;
	color: #666666;
}
.gpjs_period .period_li_r,
.gpjz_period .period_li_r,
.jjsz_period .period_li_r,
.wjlc_period .period_li_r{
	display: flex;
	align-items: center;
}
.gpjs_period .period_li_time,
.gpjz_period .period_li_time,
.jjsz_period .period_li_time,
.wjlc_period .period_li_time{
	font-size: 0.9rem;
	color: #999999;
}
.gpjs_period .period_play,
.gpjz_period .period_play,
.jjsz_period .period_play,
.wjlc_period .period_play{
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	margin-left: 1rem;
}

/* 股票价值投资课-课时安排 */
.gpjz_period{
	background: url(../images/gpjz_bg.jpg) no-repeat;
	background-size: 100% 100%;
	line-height: 1;
	padding: 1.8rem 1.8rem 1.5rem 1.8rem;
}
.gpjz_period .period_title{
	display: block;
	width: 19rem;
	    height: 5rem;
	margin: 0 auto;
	background: url(../images/gpjz_title_bg.png) no-repeat;
	background-size: 100% 100%;
}
.gpjz_period .period_title span{
	display: block;
	text-align: center;
	font-size: 1.8rem;
	color: #FFFFFF;
	padding-top: 1rem;
}
.gpjz_period .period_view,
.wjlc_period .period_view{
	display: block;
	margin-top: 1.1rem;
	background-color: #F3F2FF;
}
.gpjz_period .period_one,
.wjlc_period .period_one{
	height: 4.6rem;
	background-color: #FFFFFF;
	box-shadow: 0 1rem 4rem 0 rgba(140, 79, 247, 0.27);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 1.4rem;
}
.gpjz_period .period_one_txt,
.wjlc_period .period_one_txt{
	padding-left: 2.5rem;
	font-size: 1.4rem;
	color: #333333;
	max-width: 17rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gpjz_period .period_one_time,
.jjsz_period .period_one_time,
.wjlc_period .period_one_time{
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	color: #333333;
}
.gpjz_period .period_icon,
.jjsz_period .period_icon{
	width: 0.9rem;
	height: 0.55rem;
	background: url(../images/period_down_b.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 1.2rem;
}
.gpjz_period .period_one_on .period_icon,
.jjsz_period .period_one_on .period_icon{
	background: url(../images/period_up_b.png) no-repeat;
	background-size: 100% 100%;
}
.gpjz_period .period_two,
.wjlc_period .period_two{
	display: none;
}
.gpjz_period .period_li,
.jjsz_period .period_li,
.wjlc_period .period_li{
	padding: 0 1.1rem;
	height: 4.5rem;
	border-bottom: 1px solid #D3CFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* 基金实战投资课-课时安排 */
.jjsz_period{
	display: block;
	padding: 1.5rem 1.8rem;
	background: url(../images/jjsz_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.jjsz_period .period_title{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #FFFFFF;
}
.jjsz_period .period_title img{
	display: block;
	width: 3.95rem;
}
.jjsz_period .period_title span{
	padding: 0 1.2rem;
	font-size: 2.1rem;
}
.jjsz_period .period_one_time{
	padding-right: 1.4rem;
	font-weight: bold;
}
.jjsz_period .period_two{
	display: none;
	background-color: #FFE5E6;
}
.jjsz_period .period_li{
	border-bottom: 1px solid #F5B7B9;
}
/* 稳健理财工具课-课时安排 */
.wjlc_period{
	display: block;
	padding: 3rem 1.8rem 1.6rem 1.8rem;
	background: url(../images/wjlc_bg.jpg) no-repeat;
	background-size: 100% 100%;
	line-height: 1;
}
.wjlc_period .period_title{
	position: relative;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 1rem;
}
.wjlc_period .period_title::before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 2.65rem;
	width: 11.1rem;
	height: 0.35rem;
	background: #717EFF;
	border-radius: 0.2rem;
	opacity: 0.6;
}
.wjlc_period .period_one_txt{
	font-weight: bold;
}
.wjlc_period .period_one_time{
	color: #4A5BF5;
	font-weight: bold;
}
.wjlc_period .period_icon{
	width: 0.9rem;
	height: 0.55rem;
	background: url(../images/period_down_g.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 1.2rem;
}
.wjlc_period .period_one_on .period_icon{
	background: url(../images/period_up_g.png) no-repeat;
	background-size: 100% 100%;
}

.gpjs_period .show,
.gpjz_period .show,
.jjsz_period .show,
.wjlc_period .show{
	display: block;
}