@charset "UTF-8";

@font-face {
	font-family: 'iconfont';
	/* Project id 274560 */
	src: url("//at.alicdn.com/t/font_274560_6dhgibw4qcx.woff2?t=1645693686375") format("woff2"), url("//at.alicdn.com/t/font_274560_6dhgibw4qcx.woff?t=1645693686375") format("woff"), url("//at.alicdn.com/t/font_274560_6dhgibw4qcx.ttf?t=1645693686375") format("truetype");
}

.class-detail-container {
	padding: 20px;
}

.curriculum-right {
	width: 650px;
}

/* 课程信息 */
.right-top {
	display: flex;
	justify-content: space-between;
}

.top-title {
	line-height: 33px;
	font-size: 24px;
	color: #262626;
	font-weight: 600;
display: inline-block;
}

.class-hour {
	height: 20px;
	margin-top: 5px;
	font-size: 14px;
	color: #8C8C8C;
	display: flex;
	align-items: center;
}

.span-blue {
	color: #1A8CFF;
	margin-right: 3px;
}

.span-bar {
	margin: 0px 10px;
	margin-top: -2px;
}

.class-label {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 5px;
}

.class-label>div {
	height: 17px;
	line-height: 17px;
	padding: 0 4px;
	text-align: center;
	color: #8C8C8C;
	font-size: 12px;
	background-color: #F5F6F7;
	border-radius: 2px;
	margin-right: 5px;
}

/* 收藏和转发 */
/* 收藏和分享 */
.jg-coll-share {
	width: 90px;
	display: flex;
	justify-content: space-between;
}

.contents .jg-coll-share .jg-coll,
.contents .jg-coll-share .jg-share {
	width: 40px;
	cursor: pointer;
	position: relative;
}

.contents .jg-coll-share .jg-coll .bds_more,
.contents .jg-coll-share .jg-share .bds_more {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0 !important;
	padding: 0;
	z-index: 1;
	opacity: 0;
}

.contents .jg-coll-share .jg-coll span,
.contents .jg-coll-share .jg-share span {
	display: block;
	width: 40px;
	height: 40px;
	background: #FCFCFC;
	border-radius: 2px;
	border: 1px solid #EEEEEE;
	margin-bottom: 5px;
	text-align: center;
	line-height: 40px;
}

.icon-two {
	color: #8C8C8C !important;
}

.icon-twos {
	color: #FE5900 !important;
}

.contents .jg-coll-share .jg-coll em,
.contents .jg-coll-share .jg-share em {
	width: 40px;
	display: block;
	font-size: 12px;
	color: #595959;
	text-align: center;
	line-height: 17px;
}

/* 免费领取的样式 */
.free {
	width: 650px;
	padding: 10px 20px;
	background-color: #FFFBF7;
	border: 1px dashed #FE5900;
	border-radius: 4px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text-box {
	display: flex;
	align-items: center;
}

.text-box .text-number {
	font-size: 14px;
	color: #FE5900;
}

.text-box .text-number em {
	font-size: 12px;
}

.text-box:nth-of-type(1) {
	margin-bottom: 8px;
}

.text-img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.text-black {
	font-size: 14px;
	color: #262626;
}

.text-grey {
	font-size: 14px;
	color: #8C8C8C;
	margin-right: 10px;
}

/* 免费领取按钮 */
.free-charge {
	width: 120px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	border: 1px solid #FE5900;
	color: #FE5900;
	font-size: 14px;
	cursor: pointer;
}

/* 超值活动 */
.activity {
	display: flex;
	margin-top: 10px;
}

.activity-left {
	font-size: 14px;
	color: #FE5900;
}

.activity-right-box {
	width: 580px;
	height: 55px !important;
	margin-left: 10px;
	position: relative;
}

.activity-right-box .swiper-prev {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 0px;
	line-height: 20px !important;
	cursor: pointer;
	background: #fff;
	text-align: center;
}

.activity-right-box .swiper-num {
	width: 30px;
	height: 15px;
	position: absolute;
	right: 0px;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #666;
}

.activity-right-box .swiper-num>span {
	color: #FE5900;
}

.activity-right-box .swiper-next {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	bottom: 0px;
	line-height: 20px !important;
	transform: rotateZ(180deg);
	cursor: pointer;
	background: #fff;
	text-align: center;
}

.activity-right-box .swiper-prev i,
.activity-right-box .swiper-next i {
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #999;
}

.activity-right {
	width: 90% !important;
	display: block !important;
	/* margin-bottom: 15px; */
}

/* 倒计时 */
.time {
	width: 100%;
	height: 25px;
	background-color: #FFF3E6;
	display: flex;
	align-items: center;
	color: #FE5900;
}

.time-text {
	width: 70px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: white;
	font-size: 12px;
	border-radius: 2px 2px 15px 2px;
	background-image: linear-gradient(to right, #FE5900, #FE8A00);
	margin-right: 10px;
}

.time-number {
	padding: 1px 2px;
	background-color: white;
	font-size: 12px;
	color: #FE5900;
	border-radius: 2px;
	margin: 0px 3px;
	padding-left: 3px;
	padding-right: 3px;
}

/* 活动文字   去抢购链接 */
.activity-text {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.text-icon {
	width: 18px;
	height: 18px;
	background-color: #35D3A3;
	font-size: 13px;
	color: white;
	text-align: center;
	line-height: 18px;
}

.text-span {
	font-size: 14px;
	color: #262626;
	margin: 0px 10px 0px 5px;
}

.text-link {
	font-size: 14px;
	color: #FE5900 !important;
	text-decoration: underline;
}

.text-link>i {
	font-size: 12px;
	color: #FE5900;
}

/* 课程学费   适用阶段   上课校区 */
.free .text-box:nth-of-type(1) {
	margin-bottom: 5px;
}

.free .text-box {
	height: 20px;
	margin-top: 0px;
}

.text-box {
	margin-top: 10px;
	font-size: 14px;
	color: #8C8C8C;
}

.text-numbr {
	color: #FE5900;
}

.text-weight {
	color: #262626;
}

.text-campus {
	width: 470px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: 5px;
}

.info-link {
	margin-left: 5px;
	font-size: 14px;
	color: #8C8C8C !important;
}

.info-link>i {
	font-size: 12px;
	color: #8C8C8C;
}

/* 预约试听  在线咨询  两个按钮 */
.right-btns {
	display: flex;
	align-items: center;
	margin-top: 15px;
	position: relative;
}

.appointment-btn {
	width: 200px;
	height: 50px;
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 50px;
	background-color: #1A8CFF;
	border-radius: 4px;
	cursor: pointer;
}

.consulting-btn {
	width: 200px;
	height: 50px;
	font-size: 16px;
	color: #1A8CFF;
	text-align: center;
	line-height: 50px;
	border-radius: 4px;
	border: 1px solid #1A8CFF;
	margin-left: 10px;
	cursor: pointer;
}

/* 权益领取弹窗css */
.m-rights-pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 999999;
	touch-action: none;
	cursor: pointer;
}

.rights-pop-mian {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 620px;
	height: 299px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	padding: 50px 40px 30px;
	box-shadow: 0px -2px 0px 0px #FE5900;
}

.rights-pop-mian .line {
	display: block;
	width: 100%;
	height: 1px;
	background: #EBEBEB;
	margin-top: 30px;
}

.rights-pop-mian .rights-btn {
	width: 240px;
	height: 40px;
	background: #FE5900;
	border-radius: 2px;
	margin: 30px auto 0;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}

.tit {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.tit .success-icon {
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #FE5900;
	-webkit-mask: url(https://static.jiaoyubao.cn/images/common/icon-check-linear.svg) no-repeat;
	mask: url(https://static.jiaoyubao.cn/images/common/icon-check-linear.svg) no-repeat;
	margin-left: 25px;
}

.tit .tit-r {
	width: calc(100% - 65px);
	margin-left: 15px;
}

.tit .tit-r .title {
	display: block;
	font-size: 28px;
	font-weight: 400;
	color: #262626;
	line-height: 40px;
}

.tit .tit-r em {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 20px;
	padding-left: 37px;
}

.time-remaining {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #595959;
	margin-top: 25px;
	font-size: 14px;
	line-height: 22px;
	height: 25px;
}

.time-remaining span {
	font-family: 'Verdana';
	position: relative;
	height: 28px;
	background: linear-gradient(360deg, #FE5900 0%, #FE8A00 100%);
	padding: 0 3px;
	font-size: 18px;
	color: #fff;
	border-radius: 2px;
	line-height: 28px;
	text-align: center;
	margin: 0 6px;
	font-weight: 600;
}

.time-remaining>span:not(.ss, .dd)::after {
	content: ':';
	position: absolute;
	top: 0;
	right: -8px;
	color: #fe3f03;
	font-size: 18px;
}

.time-remaining img {
	display: block;
	width: 12px;
	height: 12px;
}

.jg-coll-share {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 0px;
}

.jg-coll-share .contrast {
	margin-right: 0px !important;
}

.jg-coll-share .jg-coll,
.jg-coll-share .jg-share,
.jg-coll-share .contrast {
	width: 40px;
	cursor: pointer;
	position: relative;
	margin: 0 4px;
}

.jg-coll-share .jg-coll .bds_more,
.jg-coll-share .jg-share .bds_more,
.jg-coll-share .contrast .bds_more {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0 !important;
	padding: 0;
	z-index: 1;
	opacity: 0;
}

.jg-coll-share .jg-coll span,
.jg-coll-share .jg-share span,
.jg-coll-share .contrast span {
	display: block;
	width: 40px;
	height: 34px;
	text-align: center;
	line-height: 40px;
}

.jg-coll-share .jg-coll span i,
.jg-coll-share .jg-share span i,
.jg-coll-share .contrast span i {
	font-size: 18px;
}

.jg-coll-share .jg-coll span .icon-two,
.jg-coll-share .jg-share span .icon-two,
.jg-coll-share .contrast span .icon-two {
	color: #8C8C8C;
}

.jg-coll-share .jg-coll span .icon-two:hover,
.jg-coll-share .jg-share span .icon-two:hover,
.jg-coll-share .contrast span .icon-two:hover {
	color: #8C8C8C;
}

.jg-coll-share .jg-coll span .icon-twos,
.jg-coll-share .jg-share span .icon-twos,
.jg-coll-share .contrast span .icon-twos {
	color: #FE5900 !important;
}

.jg-coll-share .jg-coll em,
.jg-coll-share .jg-share em,
.jg-coll-share .contrast em {
	width: 40px;
	display: block;
	font-size: 12px;
	color: #595959;
	text-align: center;
	line-height: 17px;
}

/* 收藏成功提示 */
.alert-collection {
	width: auto;
	height: 44px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	display: none;
}

.alert-coll {
	width: auto;
	height: 44px;
	padding: 0 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.alert-coll .coll-l {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.alert-coll .coll-l i {
	display: inline-block;
	width: 16px;
	color: #35D3A3;
	margin-right: 4px !important;
	font-size: 16px;
}

.alert-coll .coll-l span {
	display: block;
	font-size: 14px;
	color: #35D3A3;
	line-height: 16px;
}

.alert-coll>i {
	display: block;
	width: 1px;
	height: 12px;
	background: #FFFFFF;
	margin: 0 8px;
}

.alert-coll .coll-r {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.alert-coll .coll-r span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin-right: 4px;
}

.alert-coll .coll-r i {
	width: 16px;
	font-size: 12px;
	color: #fff;
}

.class-btn-share {
	position: relative;
}

.bdsharebuttonbox {
	width: 40px;
	cursor: pointer;
	position: absolute;
	margin: 0 4px;
	background: #fff;
	left: 0px;
	top: 0px;
}

.bdsharebuttonbox .bds_more {
	width: 100%;
	height: inherit;
	height: 100%;
	margin: 0;
	padding-left: 0;
	display: inline-block;
	float: none;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
	color: #595959;
	background-image: none;
}

.free {
	border: 1px dotted #FE5900;
}

.jg-coll-share .jg-share:hover .to_share_box {
	display: block !important;
}

.jg-coll-share .social-share-hover {
	position: absolute;
	top: -25px;
	left: 0;
	height: 30px;
	width: 100%;
	z-index: 1;
}

.jg-coll-share .to_share_box {
	width: 182px !important;
	z-index: 2;
}

.jg-coll-share .to_share_box .social-share {
	margin: 0 auto;
}

.jg-coll-share .to_mobile_box,
.jg-coll-share .to_share_box {
	/* display: none; */
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 120px;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	z-index: 99;
	transition: all 0.3s;
	padding: 10px;
}

.jg-coll-share .to_mobile_box::before,
.jg-coll-share .to_share_box::before {
	content: '';
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #EAEAEA;
}

.jg-coll-share .to_mobile_box::after,
.jg-coll-share .to_share_box::after {
	content: '';
	position: absolute;
	top: -7.3px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}

.service-detail-right .top-title{
	display: block;
	line-height: 66px;
}
.service-detail-right .text-box .text-number{
	color: #FE1940;
}
.service-detail-right  .right-btns{
	margin-top: 40px;
}
/* 20230810*/
.det-model{
	width: 100%;
	margin-top: 25px;
}
.det-model .model-tit{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #262626;
	line-height: 22px;
}
.det-model .model-box{
	margin-top: 10px;
	width: 100%;
	padding: 20px;
	background: #F8FDFF;
	position: relative;
}
.det-model .model-box .model-back{
	display: block;
	width: 80px;
	height: 80px;
	margin: 0;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.det-model .model-box>p{
	margin: 0;
	font-size: 15px;
	color: #262626;
	line-height: 24px;
}
 
.det-model .model-box ul{
	background: transparent;
	margin: 0;
	padding: 0;
}
.det-model .model-box ul li:first-child{
	margin-top: 0;
}
.det-model .model-box ul li{
	min-height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
	margin-top: 5px;
}
.det-model .model-box ul li>i{
	display: block;
	width: 20px;
	height: 20px;
	background: #1A8CFF;
}
.det-model .model-box ul li>p{
	margin-left: 10px;
	margin-top: 0px;
	font-size: 15px;
	color: #262626;
	line-height: 21px;
}