* {
	padding: 0;
	margin: 0;
}

.share-top {
	background-color: #F2F2F2;
	padding: 80px 0;
	text-align: center;
}

.share-top>h1 {
	font-size: 35px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #2C2C2C;
	margin-bottom: 10px;
}

.share-top>p {
	font-size: 16px;
	font-family: Arial-Regular, Arial;
	font-weight: 400;
	color: #C31E1E;
}

.share-content {
	max-width: 1440px;
	width: 98%;
	margin: 0 auto;
	padding-top: 23px;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.course-list {
	width: 263px;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 4px 4px 4px 4px;
	margin: 17px 10px;
}

.course-img {
	width: 263px;
	height: 180px;
}

.course-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course-name {
	max-width: 100%;
	padding: 16px 12px;
	padding-bottom: 24px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

/* 分享课程详情 */
.share-detail-warp {
	background-color: #F2F2F2;
	padding-bottom: 50px;
}

.detail-wz {
	max-width: 1440px;
	width: 98%;
	margin: 0 auto;
}

.detail-wz ul {
	display: flex;
	list-style: none;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #818181;
	padding: 40px 0;
}

.detail-warp1 {
	max-width: 1440px;
	width: 98%;
	margin: 0 auto;
	padding: 23px;
	padding-bottom: 30px;
	display: flex;
	background-color: #fff;
}

.share-detail-left {
	width: 41%;
}

.share-detail-left>img {
	width: 100%;
}

.share-detail-right {
	width: 59%;
	padding: 20px 60px;
	padding-right: 90px;
}

.share-detail-title {
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 40px;
}

.share-detail-content {
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	min-height: 136px;
}

.detail-warp2 {
	max-width: 1440px;
	width: 98%;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #fff;
	padding: 24px 22px;
}

.detail-warp2 .details-title-list {
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
	position: relative;
}

.detail-warp2-hr {
	width: 100%;
	border-bottom: 1px solid #CFCFCF;
}

.details-content-list {
	margin: 40px 0;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

/* 收费课程列表 */
.course-list .course-price {
	padding: 10px;
	padding-right: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px dashed #E2E2E2;
}

.course-list .course-num {
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #818181;
}

.course-list .price {
	font-size: 20px;
	font-family: Micros oft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FE4D13;
}

.sf-course {
	padding-bottom: 16px;
}

/* 收费课程详情 */
.share-detail-price .price {
	font-size: 32px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FE4D13;
	margin-bottom: 30px;
}

.ljgm {
	display: flex;
	align-items: flex-end;
}

.ljgm>p {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #818181;
	padding-left: 15px;
}

.buy-button {
	width: 157px;
	height: 44px;
	background: #075396;
	border-radius: 22px 22px 22px 22px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
}

.details-title {
	display: flex;
}

.details-title-list {
	padding-right: 50px;
	cursor: pointer;
}

.details-title-list::after {
	content: '';
	display: block;
	width: 0;
	border-bottom: 2px solid #004A7A;
	position: absolute;
	bottom: -20px;
	transition: 0.5s all;
}

.details-title-list.active::after {
	width: calc(100% - 50px);
}

.details-title-list:hover {
	color: #004A7A !important;
}

.details-title-list:hover::after {
	width: calc(100% - 50px);
}

.details-title-list.active {
	color: #004A7A !important;
}

.kc-title {
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 0 50px;
	margin-bottom: 17px;
	cursor: pointer;
}

.kc-title>img {
	width: 15px;
	height: 18px;
	margin-right: 10px;
}

.zj-title {
	padding: 0 27px;
	cursor: pointer;
}

.zj-title>p {
	margin-bottom: 23px;
	display: flex;
	align-items: center;
	line-height: 18px;
}

.zj-title>p>img {
	width: 18px;
	height: 16px;
	margin-right: 10px;
}


/* 课程购买 */

.course-buy {
	background-color: #F2F2F2;
	padding: 60px 0;
}

.course-buy>h1 {
	font-size: 35px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #2C2C2C;
	text-align: center;
	margin-bottom: 50px;
}

.buy-warp {
	background-color: #fff;
	max-width: calc(1440px - 56px);
	width: calc(98% - 56px);
	margin: 0 auto;
	padding: 28px;
}

.kcxx {
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #2C2C2C;
	margin-bottom: 15px;
}

.kcxx-hr {
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
}

.kcxx-content {
	display: flex;
	align-items: center;
	margin: 35px 0;
}

.kcxx-img {
	width: 23%;
}

.kcxx-img img {
	width: 100%;
}

.kcxx-detail {
	width: 44%;
	margin-left: 3.5%;
}

.kcxx-detail>h2 {
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}

.kcxx-detail>p {
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}

.kcxx-price {
	width: 29.5%;
	font-size: 32px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FE4D13;
	text-align: right;
	padding-right: 25px;
}

.zffs {
	margin: 15px 0;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #2C2C2C;
}

.zffs-hr {
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 50px;
}

.choice-zffs,
.choice-zffs .zf {
	display: flex;
	align-items: center;
}

.choice-zffs .zf>input {
	width: 25px;
	height: 25px;
	background: #FFFFFF;
	opacity: 1;
	border: 1px solid #707070;
	margin-right: 25px;
}

.choice-zffs .zf>img {
	width: 34px;
	height: 34px;
	margin-right: 20px;
}

.choice-zffs .zf>label {
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.choice-zffs .zf:nth-child(2) {
	margin-left: 8%;
}

.zf-button {
	min-width: 390px;
	width: 28%;
	height: 43px;
	background: #00479D;
	border-radius: 4px 4px 4px 4px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 43px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 50px;
	cursor: pointer;
}

/* 支付成功 */
.zfcg {
	min-height: 673px;
	max-width: 1440px;
	width: 98%;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zfcg>div>img {
	width: 320px;
	height: 225px;
}

.zfcg>div>h3 {
	font-size: 16px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #282828;
	text-align: center;
	line-height: 36px;
}

.zfcg>div>p {
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #282828;
	text-align: center;
	line-height: 36px;
}

.next-cz {
	padding-top: 36px;
	display: flex;
	width: 288px;
	justify-content: space-between;
}

.next-cz>div {
	width: 133px;
	height: 40px;
	background: #00479D;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border: 1px solid #00479D;
	cursor: pointer;
}

.next-cz>div:first-child {
	background-color: #fff !important;
	color: #00479D !important;
}

/* 政府项目课程 */
.share-top2 {
	padding-bottom: 40px !important;
}

.qy {
	width: 344px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 60px;
}

.qy>div {
	width: 160px;
	height: 38px;
	border-radius: 19px 19px 19px 19px;
	line-height: 38px;
}

.gcjj {
	background-color: #fff;
	color: #333333;
	border: 1px solid #DCDCDC;
}

.gcsp {
	background-color: #004A7A;
	color: #FFFFFF;
	border: 1px solid #004A7A;
}


/* 政府项目课程查看提示 */
.check-warp {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
	display: none;
	z-index: 99;
}

.check-tishi {
	width: 41.5%;
	margin: 0 auto;
	background-color: #fff;
	display: none;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.check-tishi .check-title {
	height: 43px;
	background: #F7F7F7;
	border-radius: 4px 4px 0px 0px;
	padding-left: 24px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 43px;
	position: relative;
}
.check-title::after{
	content: '×';
	font-size: 35px;
	position: absolute;
	right: 20px;
	cursor: pointer;
}

.check-tishi>p {
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 40px 0;
	text-align: center;
}

.check-button{
	display: flex;
	justify-content: center;
	margin-bottom: 44px;
}
.check-button>a {
	width: 128px;
	height: 40px;
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin: 0 13px;
}
.check-button .log-on{
	border: 1px solid #1047A6;
	background: #1047A6;
	color: #fff;
	display: block;
}
.check-button .register{
	background-color: #fff;
	color: #1047A6;
	border: 1px solid #1047A6;
}


.check-message{
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 33px;
	margin-bottom: 13px;
	text-align: center;
}
.check-message a{
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #004A7A;
	margin-bottom: 40px;
	margin-top: 0;
	    width: 100%;
    display: block;
    text-align: center;
}