.pay_details{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0 0 0 / 0.5);
    z-index: 99;
    display: none;
}
.dingdan{
    width: 90%;
    max-width: max-content;
    background: #fff;
    padding: 25px;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.dingdan_no{
    font-size: 18px;
}
.dingdan_price{
    font-size: 16px;
    font-weight: bold;
    color: rgba(254,77,19,1);
}
.dingdan_cord img{
    display: block;
    margin: 0 auto;
}
/*代码部分样式*/
* {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}

.center {
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

.center-warp {
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.center-left {
	width: 200px;
	background-color: #fff;
	height: 100%;
}

.left-title {
	height: 56px;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	background: #00479D;
	padding-left: 23px;
}

.center-left ul>a {
    display: block;
	height: 50px;
	padding-left: 26px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
	cursor: pointer;
}

.center-left ul>a:last-child {
	border: none;
}

.center-left ul>a::before {
	content: '';
	display: block;
	width: 4px;
	height: 0px;
	background: #00479D;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	transition: 0.5s;
}

.center-left ul>a.active::before {
	height: 27px;
}

.center-left ul>a:hover::before {
	height: 27px;
}

.center-right {
	width: calc(100% - 230px);
	background-color: #fff;
}

.right-title {
	padding: 19px 28px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #212529;
}

.biaodan {
	padding-left: 12%;
	padding-right: 12%;
	padding-top: 9.5%;
}

.biaodan .layui-form-item {
	margin-bottom: 26px;
}

.biaodan .layui-form-item>p {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 12px;
}

.biaodan .layui-form-item>input {
	width: calc(46.5% - 17px);
	height: 43px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #DEDEDE;
	padding-left: 17px;
}

.biaodan .layui-form-item>input::placeholder {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #686868;
}

.grxx-submit {
	margin-top: 53px;
	margin-bottom: 9%;
	width: 46.5%;
	height: 43px;
	background: #00479D;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 43px;
	text-align: center;
}

@media all and (max-width: 1000px) {
	.biaodan .layui-form-item>input {
		width: calc(70% - 17px);
	}

	.grxx-submit {
		width: 70%;
	}
}

@media all and (max-width:600px) {
	.biaodan .layui-form-item>input {
		width: calc(100% - 17px);
	}

	.grxx-submit {
		width: 100%;
	}
}

/* 我的dingd */
.order {
	padding: 33px 30px;
}

.table-title,
.order-detail {
	width: 100%;
	display: flex;
	align-items: center;
}

.table-title {
	background: #F5F5F5;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #D9D9D9;
	padding: 20px 30px;
}

.table-title .table-kc-name,
.order-detail .table-kc-name {
	width: 55%;
}

.table-title .table-kc-price,
.order-detail .table-kc-price {
	width: 30%;
}

.table-title .table-kc-state,
.order-detail .table-kc-state {
	width: 15%;
}

.order-time {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	background: #DFEEFF;
	padding: 13px 25px;
}

.order-time span {
	font-weight: bold;
	margin-right: 23px;
}

.table-body {
	padding-top: 20px;
}

.order-list {
	border: 1px solid #DFEEFF;
}

.order-detail {
	padding: 15px 23px;
	padding-bottom: 23px;
	width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.order-detail .table-kc-name {
	display: flex;
	align-items: center;
}

.order-detail .table-kc-name>img {
	width: 154px;
	height: 105px;
	margin-right: 23px;
}

/* 我的课程 */
.learn {
	padding-bottom: 50px;
}

.learn-list {
	padding: 30px 0;
	margin: 0 32px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #CDCDCD;
	align-items: center;
}

.learn-img {
	width: 188px;
	height: 128px;
}

.learn-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.learn-content {
	width: calc(100% - 358px);
	padding: 0 30px;
}

.learn-content>h3 {
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 18px;
}

.learn-content>p {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.learn-state {
	width: 170px;
	cursor: pointer;
}

.state {
	height: 50px;
	background: #004A7A;
	border-radius: 25px 25px 25px 25px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 17px;
	text-align: center;
	line-height: 50px;

}

.state1,
.state2,
.state3 {
	width: 170px;
	margin: 0 auto;
    display: none;
}

.state3 {
	background: #818181;
}

.progress1 {
	width: 70%;
	height: 6px;
	background: #BBBBBB;
	border-radius: 3px 3px 3px 3px;
}

.progress2 {
	width: 40%;
	height: 6px;
	background: #C30D23;
	border-radius: 3px 3px 3px 3px;
}

.progress {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.center-kc-img video{
    width: 100%;
    height:auto;
}
/* 课程详情 */
.center-kc-left {
	width: 100%;
	background-color: #fff;
}

.center-kc-right {
	width: 100%;
	padding: 40px;
	background-color: #fff;
}

.kc-left-title {
	padding: 20px;
	display: flex;
	align-items: center;
}

.kc-left-title>img,
.center-kc-left>ul>li>img {
	margin-right: 10px;
}

.center-kc-left>ul>li {
	height: 46px;
	padding: 0 45px;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.center-kc-left>ul>li.active {
	background: #F5F7FB;
}

.center-kc-left>ul>li::before {
	content: '';
	display: block;
	width: 3px;
	height: 0;
	background: #08448E;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	transition: 0.5s;
}

.center-kc-left>ul>li.active::before {
	height: 46px;
}

.center-kc-left>ul>li:hover::before {
	height: 46px;
}

.center-kc-left>ul>li:hover {
	background: #F5F7FB;
}

.center-kc-title {
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.center-kc-time {
	padding: 16px 0;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.center-kc-time span:first-child {
	margin-right: 20px;
}

.center-kc-time span:last-child {
	margin-left: 15px;
}

.center-kc-img {
	width: 100%;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 32px 0;
	margin-bottom: 100px;
}

.center-kc-img>img {
	width: 100%;
}

/* 政府项目课程 */
.qy {
	width: 340px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.qy>div {
	width: 160px;
	height: 38px;
	border-radius: 19px 19px 19px 19px;
}
.gcjj{
	background-color: #fff;
	color: #333333;
	border: 1px solid #DCDCDC;
}
.gcsp{
	background-color: #004A7A;
	color: #FFFFFF;
	border: 1px solid #004A7A;
}

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

.page-box {
		margin-top: 30px;
	}

	.page-box .num {
		width: 32px;
		height: 32px;
		background: #FFFFFF;
		border-radius: 1px 1px 1px 1px;
		border: 1px solid #E5E5E5;
		display: block;
		text-align: center;
		line-height: 32px;
		font-size: 14px;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: 400;
		margin: 0 4px;
	}

	.page-box .num a {
		text-decoration: none;
		color: #4D4D4D;
	}

	.page-box #pageInput {
		width: 79px;
		height: 32px;
		background: #FFFFFF;
		border-radius: 1px 1px 1px 1px;
		opacity: 1;
		border: 1px solid #B3B3B3;
		margin: 0 10px;
		text-align: center;
	}

	.page-box #pagebtn {
		display: none;
	}

	.page-box .total_page {
		margin: 0 10px;
	}

	.page-box .num.current,
	.page-box .num:hover {
		background: #7AA9D9;
		color: #fff;
	}

	.page-box .num.current a,
	.page-box .num:hover a {
		color: #fff;
	}
