@charset "utf-8";

@import url("./course-dialog.css");



:root {
	--colors-background-elevated-low-transparent: hsla(0, 0%, 100%, .05);
	--colors-border-faint: hsla(0, 0%, 100%, .05);
	--density-border-radius-3: 12px;
	--density-border-radius-4: 16px;
	--colors-border-hover: hsla(0, 0%, 100%, .65);
	--common-duration-fast: 250ms;
	--Column_width: (100%/ 4) - ((16px * (4 - 1))/ 4);
	--colors-fill-tertiary-hover: hsla(0, 0%, 100%, .15);
}


html,
body {
	margin: 0;
	padding: 0;
	font-family: 'PingFangSC-Regular', sans-serif;
	font-size: 10px;
	min-width: 1230px;
	position: relative;
	height: 100%;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
	background-color: #101014;
}


textarea {
	font-family: "微软雅黑";
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
p,
ul,
li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff
}

a:hover {
	color: #fff
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

input:-webkit-autofill {
	-webkit-animation: autofill-fix 1s infinite !important;
	-webkit-text-fill-color: #999;
	-webkit-transition: background-color 50000s ease-in-out 0s !important;
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	transition: background-color 50000s ease-in-out 0s !important;
	background-color: transparent !important;
	background-image: none !important;
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

input[type=number],
input[type=password],
input[type=text],
textarea {
	-webkit-appearance: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

.fs0 {
	font-size: 0
}

.middle {
	vertical-align: middle;
}

.lineblock {
	display: inline-block;
}

.overtext {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table {
	display: table;
	table-layout: fixed;
}

.tableCell {
	display: table-cell;
	vertical-align: middle;
}

.pic {
	width: 100%
}

.nono {
	height: 300px;
	line-height: 200px;
	text-align: center;
	font-size: 30px;
	color: #666;
	width: 100%
}

.public {
	width: 1230px;
	margin: 0 auto;
}

.mouse {
	position: absolute;
	bottom: 75px;
	width: 30px;
	left: calc(50% - 15px);
	z-index: 99;
	animation: myMove 1.5s infinite;
	-webkit-animation: myMove 1.5s infinite;
}

@keyframes myMove {
	0% {
		bottom: 75px;
	}

	50% {
		bottom: 85px;
	}

	100% {
		bottom: 75px;
	}
}

.container {
	overflow: hidden;
	padding-top: 85rem
}

.pc {
	display: block !important;
}

.phone {
	display: none !important;
}

.showContent {
	font-size: 18rem;
	color: #c5c5c5;
	line-height: 2;
	padding: 30rem 0
}

.layui-layer-setwin .layui-layer-close2 {
	right: 0 !important;
	top: 0 !important;
}

/*flex布局*/
.flex {
	display: flex
}

.flex-1 {
	justify-content: space-between;
	align-items: center;
}

.flex-2 {
	justify-content: flex-end;
	align-items: center;
}

.flex-3 {
	justify-content: space-between;
	align-items: flex-start;
}

.flex-4 {
	justify-content: center;
	align-items: center;
}

.flex-5 {
	justify-content: space-around;
	align-items: center;
}

.flex-6 {
	justify-content: flex-start;
	align-items: center;
}

.flex-7 {
	justify-content: flex-start;
	align-items: flex-start;
}

.flex-8 {
	justify-content: flex-start;
	align-items: flex-end;
}

/* 头部 */
.head {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #101014;
	z-index: 99;
	border-bottom: 1rem solid #1f1f20;
}

.head .public {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 85rem;
	position: relative;
}

.lmlist {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.lmlist>a {
	display: inline-block;
	color: #a2a2a2;
	font-size: 16rem;
	margin-left: 40rem;
	vertical-align: middle;
	line-height: 85rem;
	position: relative;
}

.lmlist>a:hover {
	color: #febc94
}

.lmlist .loginBtn {
	width: 75rem;
	height: 35rem;
	text-align: center;
	line-height: 35rem;
	background-color: #482987;
	border-radius: 10rem;
	color: #fff;
	font-size: 15rem;
	margin-left: 80rem;
	position: relative;
}

.lmlist .loginBtn:before {
	content: "";
	position: absolute;
	width: 1rem;
	height: 14rem;
	background-color: #9d9c9e;
	left: -40rem;
	top: calc(50% - 7rem);
}

.avatarbox.vip {
	position: relative;
	line-height: 0
}

.avatarbox img {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 35px;
}

.avatarbox.vip:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../img/vip.png) no-repeat;
	background-size: 100%;
	background-position: center;
	right: -5px;
	bottom: 0px
}

.avapop {
	position: absolute;
	right: 0;
	top: 85rem;
	background-color: #000;
	width: 300px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	display: none;
}

.avapop .t1 {
	padding: 24px;
	box-sizing: border-box;
}

.avapop .t1 .avatar {
	width: 68px;
	height: 68px;
	position: relative;
	border: 2px solid hsla(0, 0%, 100%, .54);
	border-radius: 68px;
}

.avapop .t1 .avatar.vip {
	position: relative;
}

.avapop .t1 .avatar img {
	width: 100%;
	height: 100%;
	border-radius: 68px;
	overflow: hidden;
}

.avapop .t1 .avatar::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #89c048;
	right: 4px;
	bottom: 4px
}

.avapop .t1 .avatar.vip::before {
	background: url(../img/vip.png) no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	right: -5px;
	bottom: -3px
}

.avapop .t1 span {
	margin-left: 8px;
	max-width: 172px;
	font-size: 14px;
	font-weight: 500;
	color: hsla(0, 0%, 100%, .87);
}

.avapop .t2 {
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.avapop .t2 a {
	display: block;
	padding: 0 24px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	color: hsla(0, 0%, 100%, .87)
}

.avapop .t2 a:hover {
	background-color: #8b49d9
}

.avapop .t3 {
	padding: 0 24px;
	height: 45px
}

.avapop .t3 img {
	width: 20px;
	margin-right: 10px
}

.avapop .t3 span {
	font-size: 14px;
	color: #fff;
}

.avapop .t3:hover {
	background-color: #8b49d9
}

/* 底部 */
.footer {
	background-color: #101014;
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .15);
}

.foot_1 {
	width: 200px;
}

.foot_2 {
	font-size: 16px;
	color: #e9e9e9;
	line-height: 2
}

.foot_3 {
	width: 200px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #202020;
}

.foot_3 img {
	width: 135px;
}

/*作品展示*/
.worksbox {
	padding: 45px 0
}

.worksType {
	width: 145px;
	font-size: 30px;
	color: #fff;
	position: relative;
}

.worksType:before {
	content: "";
	position: absolute;
	left: 4px;
	bottom: 0;
	width: 76px;
	height: 19px;
	background: url(../img/bg7.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1
}

.worksType span {
	position: relative;
	z-index: 2
}

.worksList {
	width: 1085px;
	font-size: 0;
	margin-bottom: 25px;
}

.worksList li {
	display: inline-block;
	vertical-align: top;
	width: 263px;
	margin-left: 11px;
	margin-bottom: 40px;
}

.worksList li:nth-child(4n+1) {
	margin-left: 0
}

.worksList li a {
	display: block;
	width: 100%;
	height: 100%
}

.worksList li .worksLi_img {
	border-radius: var(--density-border-radius-3);
	overflow: hidden;
}

.worksList li .worksLi_img img {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.worksList li .worksLi_img:hover img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.worksList li .worksLi_tit {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin: 15px 0
}

.worksLi_tag {
	font-size: 0
}

.sourseIdxLiBox {
	position: relative;
}

.worksLi_ttags {
	position: absolute;
	left: -1px;
	top: 0;
	font-size: 0;
	display: flex;
}

.worksLi_ttags span {
	background: #000000B2;
	font-size: 12px;
	color: #00bcd4;
	margin-right: 1px;
	border-radius: 0 0 3px 3px;
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	padding: 0 8px;
}


.worksLi_ttags span:first-child {
	color: #00bcd4;
}

.worksLi_ttags span:nth-child(2) {
	color: #4aa383;
}


.worksLi_tag span {
	height: 25px;
	background-color: #242424;
	border-radius: 5px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	color: #fff;
	margin-bottom: 5px
}

.worksLi_tag span:last-child {
	margin-right: 0
}

.workshowL {
	width: 780px;
}

.workshowL_tit {
	padding: 20px 0;
	border-bottom: 1px solid #171718;
	margin-bottom: 20px
}

.workshowL_tit_1 {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	width: 800px
}

.workshowL_tit_2 {
	width: 135px;
	height: 40px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .15);
	color: #c5c5c5;
	font-size: 24px;
	position: relative;
}

.workshowL_tit_2:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 26px;
	left: 50%;
	top: calc(50% - 13px);
	background-color: #2e2e2e;
}

.workshowL_tit_2 .iconfont {
	font-size: 24px
}

.workshowL_tit_2 .iconfont.ons {
	color: #862bec
}

.workshowL_name {
	margin: 20px 0 0;
	font-size: 18px;
	color: #fff;
}

.workshowR {
	width: 420px;
}

.workshowRTits {
	position: relative;
	padding: 0 30px 20px;
}

.workshowRTits:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: url(../img/bg8.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
	bottom: 0;
}

.workshowRTits ul {}

.workshowRTits li {
	font-size: 18px;
	color: #e3e3e3;
	display: inline-block;
	width: 12.5%;
	width: auto
}

.workshowRTits li:hover {
	color: #febc94
}

.workshowRTits .swiper-button-next {
	width: 15px;
	height: 19px;
	background: url(../img/i4-r.png) no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: calc(50% - 17.5px);
	margin-top: 0;
	z-index: 3
}

.workshowRTits .swiper-button-next:after {
	font-size: 0;
}

.workshowRTits .swiper-button-prev {
	width: 15px;
	height: 19px;
	background: url(../img/i4-l.png) no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: calc(50% - 17.5px);
	margin-top: 0;
	z-index: 3
}

.workshowRTits .swiper-button-prev:after {
	font-size: 0;
}

.workshowlist {
	margin-top: 20px;
}

.workshowlist li {
	width: 100%;
	display: block;
	background-color: var(--colors-background-elevated-low-transparent);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}

.workshowlist li a {
	width: 100%;
	height: 100%;
}

.workshowlist .lis_1 {
	width: 220px;
	box-sizing: border-box;
	padding: 0;
	background: url(../img/bg9.png) no-repeat;
	background-size: 100% 100%;
}

.workshowlist .lis_2 {
	width: 340px;
	box-sizing: border-box;
	padding: 0 20px;
}

.workshowlist .lis_2 p:first-child {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 7px;
}

.workshowlist li.ons .lis_1 {
	padding: 4px;
}

.banner-box {
	display: flex;
	padding: 24px;
}

.banner-right {
	max-width: calc(var(--Column_width));
	min-width: calc(var(--Column_width));
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	row-gap: 16px;
	column-gap: 16px;
	color: white;
	margin-left: 20px;
}


.banner-right .swiper-mini-item {
	display: flex;
	background-color: var(--colors-background-elevated-low-transparent);
	border-radius: var(--density-border-radius-3);
	overflow: hidden;
	align-items: stretch;
	transition: background var(--common-duration-fast) ease;
}

.banner-right .swiper-mini-item:hover {
	background: var(--colors-fill-tertiary-hover);
}

@keyframes swiper-ltr {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.banner-right .swiper-mini-item .active::before {
	animation-name: swiper-ltr;
	animation-duration: 5000ms;
	animation-play-state: running;
	animation-timing-function: linear;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	background: hsla(0, 0%, 100%, .05) 50%;
	left: 0;
}


.swiper-mini-item .img {
	max-width: 33%;
}


.swiper-mini-item .img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	aspect-ratio: 16/9;
}

.swiper-mini-item .text {
	flex: 1;
	padding: 24px;
	position: relative;
}

/*课程中心*/
.banner {
	position: relative;
	width: 100%;
	flex: 1;
}

.banner .swiper-slide {
	position: relative;
	border-radius: var(--density-border-radius-3);
	overflow: hidden;
	aspect-ratio: 16/9;
	height: 440px;
}

.banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerCon {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .75), transparent 100%);
}

.bannerCon .public {
	display: flex;
	align-items: center;
	height: 100%
}

.bannerTxt {
	width: 830px;
	color: white;
	padding: 32px 64px;
}


.bannerTxt .content_tag {
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 100%;
}

.bannerTxt .title {
	font-size: 70px;
	letter-spacing: 1.2px;
	font-weight: bold;
	line-height: 125%;
}

.bannerText .sub_title {
	font-size: 20px;
	letter-spacing: 0.16px;
	font-weight: 400;
	line-height: 125%;
}

.banner-right .content_tag {
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 100%;
	font-weight: 700;
	color: hsla(0, 0%, 100%, .65);
}

.banner-right .title {
	font-size: 20px;
	letter-spacing: 0.16px;
	line-height: 100%;
	color: white;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* .bannerTxt p:first-child {
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
}

.bannerTxt p:nth-child(2) {
	font-size: 18px;
	color: #fff;
	margin: 20px 0 30px;
}
 */

.bannerTxt a {
	display: block;
	width: 120px;
	height: 40px;
	background-color: #8b49d9;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-top: 30px;
}

.menuboxcon {
	position: absolute;
	left: calc((100% - 1230px) / 2);
	top: 0;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 3;
}

.menubox {
	display: flex;
	background: rgba(0, 0, 0, .3);
	border-radius: 8px;
	overflow: hidden;
}

.menucon {
	width: 185px;
	box-sizing: border-box;
	padding: 15rem 25rem;
}

.menucon li {
	color: #fff;
	font-size: 14px;
	height: 37rem;
	line-height: 37rem;
	cursor: pointer;
}

.menucon li .iconfont {
	color: #999
}

.menucon li.active .iconfont {
	color: #fff
}

.menuList {
	width: 300px;
	padding: 25rem;
	backdrop-filter: blur(25px);
	display: none;
}

.menuList_tit {
	font-size: 16px;
	color: #fff;
}

.menuList_li {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.menuList_li a {
	font-size: 14px;
	color: #fff;
	margin-right: 25px;
	margin-bottom: 10px
}

.menuList_li a:hover {
	color: #febc94
}

.courseNav {
	padding: 20px 0;
	background-color: var(--colors-background-elevated-low-transparent);
	margin: 0 24px;
	border-radius: var(--density-border-radius-3);
}

.courseNavLi {
	width: 380px;
}

.courseNavLi a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.courseNavLi .img-box {
	background-color: var(--colors-background-elevated-low-transparent);
	width: 40%;
	margin-bottom: 10px;
	aspect-ratio: 16 / 9;
	border-radius: var(--density-border-radius-4);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	transition: border-color var(--common-duration-fast) ease;
}

.courseNavLi .img-box:hover {
	border-color: var(--colors-border-hover);
}

.courseNavLi img {
	width: 40px;
	border-radius: 50%;
}

.courseNavLi_t {
	color: #fff
}

.courseNavLi_t p:first-child {
	font-size: 16px;
	margin-bottom: 5px;
}

.courseNavLi_t p:nth-child(2) {
	font-size: 12px
}

.courseNavLi:hover p:first-child {
	/* color: #febc94 */
}

.courseIdx {
	padding: 40px 0 60px;
}

.courseTit p:first-child {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.courseTit a {
	color: #9e55f4;
	font-size: 15px;
}

.courseTit a .iconfont {
	color: #888
}

.sourseIdxList {
	font-size: 0;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.sourseIdxList li {
	display: inline-block;
	vertical-align: top;
	width: 285px;
	margin-left: 30px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px
}

.sourseIdxList li:nth-child(4n+1) {
	margin-left: 0
}

.sourseIdxList li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	border: 1px solid var(--colors-border-faint);
	border-radius: var(--density-border-radius-3);
	overflow: hidden;
	box-sizing: border-box;
	background-color: var(--colors-background-elevated-low-transparent);
	position: relative;
}

.sourseIdxLi_img {
	overflow: hidden;
	height: 160px;
}

.sourseIdxLi_img img {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promotion {
	position: absolute;
	left: 0;
	top: 123px;
	right: 0;
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	padding: 10px !important;
	text-align: center;
	background-color: #000000B2 !important;
}

.sourseIdxLi_txt {
	padding: 20px 20px 15px;
	box-sizing: border-box;
}

.sourseIdxLi_txt .p1 {
	font-size: 20px;
}

.sourseIdxLi_txt .p1 p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sourseIdxLi_txt .p2 {
	margin: 10px 0 10px;
	font-size: 14px
}

.sourseIdxLi_txt .p3 {
	font-size: 14px
}

.sourseIdxLi_txt .p4 {
	font-size: 16px;
	margin: 10px 0 15px;
	display: flex;
}

.sourseIdxLi_txt .p4 .prices {
	display: flex;
	align-items: baseline;
}

.worksLi_unsaleable {
	text-decoration: line-through;
}

.kshow-course-item {
	align-items: stretch;
	margin-bottom: 50px;
}

.kshow-course-item:hover {
	/* background-color: #333333;
	-webkit-box-shadow: 10px 10px 99px 6px #333333;
	-moz-box-shadow: 10px 10px 99px 6px #333333;
	box-shadow: 10px 10px 99px 6px #333333; */
}

.sourseIdxLi_txt .p4 .price {
	font-weight: 500;
	font-size: 16px;

}


.sourseIdxLi_txt .p4 .original_price {
	font-size: 12px;
	font-weight: 500;
	-ms-flex-align: baseline;
	text-decoration: line-through;
	padding-left: 5px;
}

/*.sourseIdxList li:hover{box-shadow: 0 0 10px 2px rgba(255,255,255,1)}*/
.sourseIdxList li:hover .sourseIdxLi_img img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.sourseIdxList li:hover .sourseIdxLi_txt .p1 {
	color: #9e55f4
}

.courseIdx .navgation {
	font-size: 15px;
	color: #fff
}

.seachForm {
	background-color: var(--colors-background-elevated-low-transparent);
	height: 55px;
	margin: 30px 0;
	border-radius: 5px;
	overflow: hidden;
}

.seachForm_l {
	width: 130px;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	color: #e1e1e1;
	position: relative;
}

.seachForm_l:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 24px;
	background-color: #9d9c9e;
	right: 0;
	top: calc(50% - 12px);
}

.seachForm_r {
	padding-left: 20px;
}

.seachForm_r .iconfont {
	color: #fff;
	margin-right: 30px
}

.seachForm_r .formTxt {
	height: 55px;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 15px;
	color: #e1e1e1
}

.courseType {
	flex-wrap: wrap;
}

.courseType li {
	margin-right: 35px;
}

.courseType li input {
	font-size: 16px;
	color: #fff;
}

.courseType li .layui-form-checkbox[lay-skin=primary] {
	min-height: 16px;
	padding-left: 25px;
	margin-right: 20px
}

.courseType li .layui-form-checkbox[lay-skin=primary] i {
	width: 15px;
	height: 15px;
	line-height: 15px
}

.courseType li .layui-form-checked[lay-skin=primary] i {
	background-color: #9e55f4;
	border-color: #9e55f4 !important
}

.courseType li .layui-form-checkbox[lay-skin=primary] span {
	color: #fff;
	font-size: 16px;
	line-height: 16px
}

.courseType_1 {
	margin: 65px 0 45px
}

.courseType_1 li {
	color: #fff;
	font-size: 16px;
	margin-right: 55px
}

.courseType_1 li.active {
	color: #9e55f4
}

.clickMore {
	margin: 30px auto 0;
	width: 210px;
	height: 60px;
	border-radius: 8px;
	text-align: center;
	line-height: 60px;
	background-color: #9e55f4;
	color: #fff;
	font-size: 15px;
	border: none;
	display: block;
	cursor: pointer;
}

.courseShowHead {
	padding: 40px 0;
}

.courseShowHead_l {
	width: 245px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.courseShowHead_r {
	width: 960px;
	color: #fff;
	position: relative;
}

.courseShowHead_r .p1 {
	font-size: 24px;
	font-weight: bold;
}

.courseShowHead_r .p2 {
	margin: 10px 0 10px;
	font-size: 14px
}

.courseShowHead_r .p3 {
	font-size: 15px;
	margin-bottom: 15px
}

.courseShowHead_r .p4 label:last-child {
	font-weight: bold;
}

.courseShowHead_r .payBtn {
	position: absolute;
	width: 200px;
	height: 50px;
	background-color: #9e55f4;
	border-radius: 5px;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.courseShowHead_r .unsaleableBtn {
	background-color: red;
	color: white;
	cursor: not-allowed;
}

.courseShowHead_r .payBtn span:first-child {
	font-weight: bold;
	margin-right: 15px;
	font-size: 18px
}

.courseShowBox {
	background-color: var(--colors-background-elevated-low-transparent);
	padding-bottom: 50px;
}

.courseShowBox .hd {
	height: 80px;
	border-bottom: 1px solid #252525;
}

.courseShowBox .hd li {
	line-height: 80px;
	margin-right: 100px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.courseShowBox .hd li.on {
	font-weight: bold;
	position: relative;
}

.courseShowBox .hd li.on:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #9e55f4;
	bottom: 0;
	left: 0
}

.courseShowBox .bd {
	padding: 20px 0;
	min-height: 400px;
	box-sizing: border-box;
}

.chapterbox {
	margin-bottom: 30px;
}

.chapterTit {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.chapterTit .iconfont {
	transition: all .3s;
	margin-right: 10px;
}


.chapterTit .rotate-arrows-packup {
	transform: rotate(-90deg);
}

.chapterTitIcon {
	font-size: 18px;
	font-weight: bold;
}

.chapterList {
	padding-left: 50px;
	position: relative;
}

.chapterList li {
	cursor: pointer;
}

.chapterList:before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 27px);
	left: 30px;
	top: 13.5px;
	background-color: #3a3a3a;
}

.chapterList li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #c0c0c0;
	line-height: 27px
}

.chapterList li:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #9e55f4;
	left: -3px;
	top: calc(50% - 3.5px);
}

.chapterList li label {
	display: inline-block;
	width: 65px;
	height: 25px;
	border: 1px solid #9e55f4;
	font-size: 14px;
	color: #9e55f4;
	text-align: center;
	line-height: 25px;
	border-radius: 5px;
	margin-right: 20px
}

.buytips {
	font-size: 16px;
	color: #fff
}

.downTips {
	font-size: 16px;
	color: #9e55f4;
	text-decoration: underline
}

.buycon {
	width: 100%;
	height: 100%
}

.buycon_img {
	width: 150px;
	height: 150px;
	margin: 0 auto
}

.buycon_p1 {
	font-size: 24px;
	color: #333333;
	margin: 25px 0;
	text-align: center;
}

.buycon_p2 {
	display: block;
	width: 300px;
	height: 50px;
	border-radius: 50px;
	background-color: #9e55f4;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px
}

.buycon_p2:hover {
	color: #fff
}

.confirmAmoutn {
	position: absolute;
	font-size: 36px;
	color: #f2f2f2;
	font-weight: bold;
	bottom: 0;
	right: 0
}

.confirmbox {
	background-color: var(--colors-background-elevated-low-transparent);
	padding: 50px 0
}

.confirm_t1 {
	width: 400px;
	font-size: 20px;
	color: #f2f2f2;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: 0
}

.layui-form-radio {
	padding-right: 0
}

.layui-form-radio * {
	font-size: 20px
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
	color: #9e55f4
}

.layui-form-radio>i {
	font-size: 18px
}

.fqli_1 .layui-form-radio>i {
	font-size: 0
}

.fqcon {
	width: 1230px;
	background-color: #171717;
	padding: 20px 40px;
	color: #fff;
	box-sizing: border-box;
	display: none;
}

.fqcon .fqli {
	margin-left: 60px;
	display: inline-block;
	font-size: 20px
}

.confirm_t2 {
	margin-top: 40px
}

.confirm_t2_1 {
	font-size: 22px;
	color: #cea4ff;
	margin-right: 30px;
}

.confirm_t2_1 span:first-child {
	color: #f2f2f2;
}

.confirm_t2 .layui-btn {
	width: 285px;
	height: 65px;
	background-color: #9e55f4;
	color: #f2f2f2;
	font-size: 26px;
	border-radius: 5px
}

.kshowcon {
	background: url(../img/bg21.png) no-repeat;
	background-size: 100%;
	background-position: top;
	padding: 150px 0 85px
}

.kshowTit {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}

.kshowbox {
	padding: 0 45px 85px;
	background-color: var(--colors-background-elevated-low-transparent);

}

.kshowHead {
	padding: 50px 0;
	justify-content: flex-start;

}

.kshowHead_l {
	width: 300px;
	overflow: hidden;
	border-radius: 8px;
}

.kshowHead .kshowHead_r {
	padding: 30px;
}

.kshowHead .kshowHead_r p:first-child {
	margin-bottom: 30px;
}

.kshowHead_r p:first-child {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.kshowHead_r p:nth-child(2) {
	font-size: 20px;
	color: #fff;
}

.kshowContent {
	padding: 30px 0;
	border-top: 1px solid #383838;
	border-bottom: 1px solid #383838;
}

.kshowtag {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	background: url(../img/bg11.png) no-repeat;
	background-position: bottom left;
}

.kshowlist {
	margin-top: 30px
}

.kshowlist li .kshowHead_l {
	width: 205px;
	flex-shrink: 0;
}


.update-list {
	color: white;
}


.update-item {
	border: 2px solid transparent;
	padding: 10px;
	border-radius: 10px;
}



.update-item-select {
	border-color: #ad85ff;
	position: relative;
	overflow: hidden;
}

.update-item-select::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-top: solid 30px transparent;
	border-left: solid 30px transparent;
	border-bottom: solid 30px #ad85ff;

}

.update-item:hover {
	border-color: #ad85ff;
}



.kshowlist li .kshowHead_r {
	text-wrap: nowrap;
	flex: 1;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px 0;
	padding-left: 30px;
	overflow: hidden;
}

.kshowlist li .kshowHead_content {
	color: #c5c5c5;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
	/* 超出用省略号表示 */
	font-size: 14px;
}

.kshowlist li .kshowHead_r p:first-child {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.kshowlist li .kshowHead_r p:nth-child(2) {
	font-size: 16px;
	color: white;
}

.kshowlist .kshowHead_r .hover {
	font-weight: bold !important;
	color: #9e55f4 !important;
}

.kshowlist .kshowHead_l img {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}


.kshowlist li:hover img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.sourseIdxList li:hover .sourseIdxLi_txt .p1 {
	color: #9e55f4
}

.kshowBot {
	padding: 30px 0
}

.kshowBot_t1 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 40px;
}

.kshowBot_t2 {
	width: 290px;
	margin-left: auto;
	margin-right: 0
}

.kshowBot_t2 .t1 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px
}

.kshowBot_t2 .payBtn {
	width: 100%;
	height: 63px;
	background-color: #9e55f4;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 63px;
	display: block;
	margin-top: 30px;
}

.kshowBot_t2 .payBtn span:first-child {
	font-weight: bold;
	margin-right: 20px;
	font-size: 26px
}

/*学习路径*/
.learn {
	padding-top: 50px;
	padding-bottom: 50px
}

.learnTit_1 {
	font-size: 24px;
	color: #f2f2f2;
	font-weight: bold;
}

.learnTit_2 {
	font-size: 16px;
	color: #f2f2f2;
	margin: 20px 0;
	line-height: 2
}

.learntype {
	margin-bottom: 30px
}

.learntype li {
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #e4e4e4;
	margin-left: 50px;
	position: relative;
	border-radius: 40px
}

.learntype li:first-child {
	margin-left: 0
}

.learntype li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 14px;
	background: url(../img/i10.png) no-repeat;
	background-size: 100% 100%;
	top: calc(50% - 8px);
	left: -32px
}

.learntype li:first-child:before {
	width: 0
}

.learntype li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/bg13.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
	top: 0;
	z-index: 1
}

.learntype li.on:after {
	background: url(../img/bg12.png) no-repeat;
	background-size: 100% 100%;
}

.learntype li a {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
}

.learntype li a:hover {
	color: #e4e4e4
}

.learnbox {
	position: relative;
}

.learnbox:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 90%;
	left: 0px;
	bottom: 0;
	background-color: #3e3d3e
}

.learncon {
	padding-left: 25px;
}

.learnconTit {
	position: relative;
}

.learnconTit:before {
	content: "";
	position: absolute;
	width: 19px;
	height: 23px;
	background: url(../img/bg15.png) no-repeat;
	background-size: 100% 100%;
	left: -34.5px;
	top: calc(50% - 11.5px);
}

.learnconTit:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: url(../img/bg16.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
	top: 50%;
	z-index: 1
}

.learnconTit span {
	width: 130px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background: url(../img/bg14.png) no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 2
}

.learnconIntro {
	margin: 20px 0;
	font-size: 14px;
	color: #cccccc;
	line-height: 2
}

.learnlist {
	margin-bottom: 30px
}

.learnlist_t1 {
	color: #fff;
	font-size: 18px;
}

.learnlist_t1 span {
	margin-right: 15px;
}

.learnlist_t1 label {
	position: relative;
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
	border-radius: 20px;
	display: inline-block;
}

.learnlist_t1 label:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 1px;
	background-color: #fff;
	left: 5px;
	top: 8.5px;
}

.learnlist_t1 label:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 8px;
	background-color: #fff;
	left: 9px;
	top: 5px;
}

.learnlist_t1_ons label:after {
	width: 0
}

/*.learnli{display: none;}*/
.learnlist ul {
	padding: 15px 0 15px 25px;
	flex-wrap: wrap;
	position: relative;
}

.learnlist ul:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background-color: #3e3d3e;
	left: 10px;
	top: 0
}

.learnlist ul:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	background-color: #3e3d3e;
	left: 10px;
	top: 30px
}

.learnlist ul li {
	width: 240px;
	height: 32px;
	background-color: hsla(0, 0%, 91%, .02);
	line-height: 32px;
	padding: 0 5px;
	box-sizing: border-box;
	margin-right: 15px;
	font-size: 12px;
	margin-bottom: 15px
}

.learnlist ul li a {
	color: #d0d0d0
}

.learnlist ul li label {
	color: #b77aff;
}

.learnlist ul li span {
	width: 190px;
	margin-left: 4px
}

.learnlist ul li a:hover {
	color: #d0d0d0
}

/*登录*/
.login-layer {
	border-radius: 8px !important;
	overflow: hidden;
	height: 420px;
	z-index: 999 !important
}

.bindtel-layer {
	border-radius: 8px !important;
	overflow: hidden;
	height: 480px;
}

.loginbox {
	padding: 30px 30px;
	box-sizing: border-box;
}

.loginTit {
	font-size: 24px;
	color: #1a1a1a;
	text-align: center;
}

.loginPic {
	width: 250px;
	height: 250px;
	margin: 15px auto
}

.loginTip {
	text-align: center;
	font-size: 20px;
	color: #272727;
}

.loginTip h6 {
	color: #9c6bff;
	font-size: 20px;
	display: inline;
}

.bindbox {
	margin-top: 40px;
}

.loginInput {
	margin-bottom: 30px;
	box-sizing: border-box;
	border: 1px solid #b1b3cc;
	border-radius: 8px;
	position: relative;
	display: flex;
	padding: 0 15px;
	height: 50px;
	align-items: center;
}

.loginInput>img {
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.loginInput input {
	width: calc(100% - 40px);
	height: 50px;
	font-size: 15px;
	color: #404040;
	border: none;
	outline: none;
	background-color: transparent;
}

.regStepInput-code {
	position: relative;
}

.regStepInput-code input {
	padding-right: 140px
}

.regStepInput-code span {
	position: absolute;
	width: 125px;
	height: 48px;
	top: 0;
	right: 0;
	color: #404040;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
}

.regStepInput-code span:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 28px;
	background-color: #b1b3cc;
	left: 0;
	top: calc(50% - 14px)
}

.loginBtns {
	margin-top: 50px
}

.loginBtns input {
	background-color: #9c6bff;
	font-size: 20px;
	color: #fff;
	display: block;
	height: 55px;
	border-radius: 8px;
	border: none;
	outline: none;
	width: 100%;
}

.loginCheck {
	margin-top: 25px;
	display: flex;
	align-items: center;
}

.loginCheck span {
	position: relative;
	margin-right: 5px
}

.loginCheck input.checkbox {
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	background: url(../img/i13.png) no-repeat;
	background-size: 100% 100%;
	outline: none;
}

.loginCheck input.checkbox:checked {
	background: url(../img/i14.png) no-repeat;
	background-size: 100% 100%;
}

.loginCheck label {
	font-size: 14px;
	color: #3d3d3d
}

.loginCheck a {
	color: #9c6bff
}

/*个人中心*/
.minecon {
	background: url(../img/bg17.png) no-repeat;
	background-size: 100%;
	background-position: top;
	padding: 150px 0 70px
}

.mineNav a {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-right: 70px
}

.mineNav a.on {
	color: #ad85ff
}

.minebox {
	background-color: var(--colors-background-elevated-low-transparent);
	padding: 40px;
	box-sizing: border-box;
	margin-top: 60px;
	min-height: 700px
}

.minebox-center {
	position: relative;
	padding: 20px 0;
	display: flex;
}

.minebox-center .menus {
	width: 190px;
	text-align: center;
	background-color: var(--colors-background-elevated-low-transparent);
	min-height: 300px;
	padding: 10px 0;
}

.minebox-center .menus a {
	display: block;
	height: 48px;
	line-height: 48px;
	width: 100%;
	color: #f8f8f8;
}

.minebox-center .menus .on {
	background-color: #ad85ff;
	font-weight: bold;
	color: white;
}

.minebox-center .menus-body {
	min-height: 800px;
	flex: 1;
	margin-left: 20px;
}


.learnListHis li {
	padding: 40px 0;
	border-top: 1px solid #383839
}

.learnListHis li:first-child {
	border-top: none;
	padding-top: 0
}

.learnListHis li .d1 {
	width: 200px;
	overflow: hidden
}

.learnListHis li .d1 img {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.learnListHis li .d2 {
	width: 920px;
	color: #fff
}

.learnListHis li .d2 p:first-child {
	font-size: 18px;
}

.learnListHis li .d2 p:nth-child(2) {
	margin: 10px 0 20px;
	font-size: 16px;
}

.learnListHis li .d2 p:nth-child(3) {
	width: 100px;
	height: 35px;
	border-radius: 5px;
	background-color: #9e55f4;
	text-align: center;
	line-height: 35px;
	color: #f2f2f2;
	font-size: 16px;
	margin-left: auto;
	margin-right: 0;
}

.learnListHis li:hover .d1 img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.couponType {
	border-bottom: 1px solid #313537;
	margin-bottom: 45px;
}

.couponType a {
	font-size: 18px;
	color: #f2f2f2;
	margin-right: 135px;
	padding-bottom: 35px;
	position: relative;
}

.couponType a.ons {
	font-weight: bold;
}

.couponType a.ons:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #9e55f4;
	left: 0;
	bottom: 0
}

.couponList {
	flex-wrap: wrap;
}

.couponList li {
	vertical-align: top;
	width: 277px;
	margin-left: 14px;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
}

.couponList li:nth-child(4n+1) {
	margin-left: 0
}

.couponList li .couponL {
	width: 227px;
	box-sizing: border-box;
	padding: 0 5px 5px;
	position: relative;
}

.couponList li .couponL .icon {
	position: absolute;
	width: 59px;
	right: 10px;
	bottom: 10px
}

.couponList li .couponR {
	width: 50px;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}

.couponList li .couponR.c1 {
	background: url(../img/bg19.jpg) no-repeat;
	background-size: auto 100%;
	background-position: left;
	background-color: #9e55f4;
	color: #fff
}

.couponList li .couponR.c1 p {
	font-size: 16px
}

.couponList li .couponR.c2 {
	background: url(../img/bg18.jpg) no-repeat;
	background-size: auto 100%;
	background-position: left;
	background-color: #eaeaea;
	color: #222222
}

.couponList li .couponR.c2 p {
	font-size: 16px
}

.couponL_t1 .amount {
	color: #f74949;
	font-weight: bold;
	font-size: 22px;
	margin-right: 15px
}

.couponL_t1 .amount label {
	font-size: 30px
}

.couponL_t1 .tj {
	font-size: 13px;
	color: #222222;
	margin-bottom: 8px
}

.couponL_t2 {
	color: #999;
	margin-top: 10px;
}

.couponL_t2 p:first-child {
	font-size: 14px;
	margin-bottom: 5px
}

.couponL_t2 p:nth-child(2) {
	font-size: 12px
}

.seachOrder {
	background-color: #3b3d3d;
	width: 445px;
	height: 55px;
	margin-left: auto;
	margin-right: 0;
	border-radius: 8px;
	overflow: hidden;
}

.seachOrder .fotmIcon {
	width: 80px;
	text-align: center;
	line-height: 55px;
	position: relative;
}

.seachOrder .fotmIcon input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0
}

.seachOrder .iconfont {
	color: #fff;
	font-size: 20px
}

.seachOrder .fotmIcon:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 27px;
	background-color: #565758;
	right: 0;
	top: 14px
}

.seachOrder .formTxt {
	height: 55px;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 15px;
	color: #e1e1e1;
	width: 365px;
	box-sizing: border-box;
	padding: 0 30px;
}
.myOrder{
	overflow-x: auto;
}

.myOrder li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.myOrder li div{
	flex-shrink: 0;
}

.lis_t {
	height: 75px;
	line-height: 75px;
	background-color: #2e3233;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-top: 30px
}

.w_1 {
	width: 350px;
}

.w_2 {
	width: 160px;
}

.w_3 {
	width: 130px;
}

.w_4 {
	width: 130px;
}

.w_5 {
	width: 165px;
}

.lis_c {
	padding: 30px 0;
	border-bottom: 1px solid #383838;
	text-align: center;
	color: #d0d0d0;
	font-size: 15px;
}

.lis_c_1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.lis_c_1 img {
	width: 120px;
	margin-right: 10px
}

.lis_c_1 p {
	font-size: 14px;
	color: #d0d0d0;
	width: 170px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: left;
}

.lis_c .c1 {
	color: #c797ff;
}

.lis_c .c2 {
	color: #ff3c00
}

.lis_c .c2 label {
	width: 70px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background-color: #ff5e2d;
	color: #fff;
	margin-left: 8px;
	font-size: 15px
}

.setHead_l {
	color: #e8e9ea;
	font-size: 18px
}

.setHead_l p:nth-child(2) {
	padding-left: 125px;
}

.setHead_r {
	width: 95px;
	height: 43px;
	border: 1px solid #a983fa;
	color: #a983fa;
	font-size: 14px;
	text-align: center;
	line-height: 43px;
	border-radius: 8px;
}

.setbox {
	width: 435px;
	margin: 80px auto 0
}

.regStepInput-code_1 span {
	color: #999999
}

/*支付弹窗*/
.paylayer {
	background: transparent !important;
	box-shadow: 0 0 0 !important;
}

.paycontent {
	padding: 80px 40px;
	border-radius: 30px;
	position: relative;
	background-color: #fff;
}

/*.paycontent::before{content: "";position: absolute;width: 43px;height: 150px;background: url(../img/bg_12.png) no-repeat;background-size: 100% ;right: 90px;top: -20px;background-position: bottom;}*/
.paytitle {
	font-size: 30px;
	color: #282828;
	font-style: oblique;
	font-weight: bold;
}

.payImgbox {
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.payImgbox>div {
	margin: 0 50px;
	cursor: pointer
}

.payImgbox img {
	width: 270px;
}

.payImgbox .iconfont {
	font-size: 60px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.icon-weixinzhifu {
	color: #2e983a;
}

.icon-zhifubao {
	color: #1777ff;
}

.payImgbox span {
	display: block;
	font-size: 30px;
	margin: 20px auto;
	text-align: center;
	color: #969696;
}

.fpage {
	text-align: center;
	margin-top: 70px
}

.fpage li {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	min-width: 35px;
	background-color: #f1f1f1;
	border-radius: 3px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 0 6px
}

.fpage li span,
.fpage li a {
	display: block;
	padding: 0 14px;
	height: 35px;
	line-height: 35px;
	color: #444445;
	font-size: 16px
}

.fpage li.active {
	background-color: #9e55f4;
	color: #fff
}

.fpage li.active * {
	color: #fff !important
}

.uinfo .avatar {
	margin-right: 16px;
}

.uinfo .info-list {
	background-color: var(--colors-background-elevated-low-transparent);
	min-height: 700px;
}

.uinfo .base-info-content li {
	color: white;
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 14px;
}

.uinfo .base-info-content li .content-show-l {
	color: white;
	margin-right: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.uinfo .base-info-content li .edit-icon {
	display: none;
	margin-left: 24px;
	cursor: pointer;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #1989fa;
	font-size: 14px;
	min-width: 50px;
}

.wxname-edit {
	display: flex;
}

.wxname-edit input {
	border: none;
	outline: none;
	display: block;
	width: 318px;
	height: 38px;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #b1b3cc;
	border-radius: 40px;
}


.uinfo-submit,
.uinfo-cancel {
	background-color: #9c6bff;
	margin-left: 12px;
	padding: 7px 22px;
	color: white;
	cursor: pointer;
	border-radius: 40px;
	border: none;
}



.uinfo-cancel {
	background-color: #333 !important;
}

.uinfo .base-info-content li:hover .edit-icon {
	display: block;
}


.uinfo .info-list .title {
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	font-weight: 600;
	color: white;
	padding-left: 16px;
	border-bottom: 1px solid #333;
}

.uinfo .info-list .base-info-content {
	padding: 16px;
}

.uinfo .avatarboxs,
.layui-upload-box .avatarboxs {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
	border: 2px solid #fff;
}

.uinfo .accountset-item {
	border-bottom: 1px solid #333;
	display: flex;
	align-items: center !important;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

.uinfo .accountset-item .content-show-l {
	justify-content: space-between;
}

.uinfo .accountset-item .action {
	margin-left: 32px;
	color: #1989fa;
}

.accountset-dir {
	color: white;
	margin-bottom: 32px;
}

.accountset-dir a:hover,
.accountset-change-bind-content a:hover {
	color: #ad85ff;
}

.accountset-dir span {
	margin: 0 5px;
}

.accountset-change-box {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 700px;
	padding: 16px;
	color: white;
}

.accountset-change-content {
	width: 50%;
	margin: 0 auto;
	font-size: 14px;
}

.accountset-change-content .tips {
	color: #666;
	margin-top: 10px;
	margin-bottom: 20px;
}

.accountset-change-content .label {
	display: inline-block;
	width: 100px;
}

.accountset-change-content .bind-mobile {
	margin: 20px 0;
}

.accountset-change-content input {
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #b1b3cc;
	border-radius: 8px;
	position: relative;
	padding: 0 15px;
	height: 50px;
	align-items: center;
	margin-right: 10px;
}

.accountset-change-box .accountset-change-btn {
	background-color: #9c6bff;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	padding: 0 20px;
	cursor: pointer;
}

.accountset-change-box .edit-button {
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: #9c6bff;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 50px;
	width: 100%;
	color: white;
}

.accountset-change-bind-content .bind-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
	border-bottom: 1px solid #333;

	font-size: 16px;
}


.accountset-change-bind-content .bind-item-title {
	display: flex;
	align-items: center;
}

.accountset-change-bind-content .bind-item-title img {
	margin-right: 12px;
}


.layui-upload-box {
	width: 300px;
}

.layui-upload-box .avatar-content {
	display: none;
}

.layui-upload-box .avatar-content .avatarboxs {
	margin: 0 auto;
}

.layui-upload-box .uinfo-submit {
	margin: 0;
	margin-top: 20px;
}

.uinfo .avatarboxs:hover .avatar-hover {
	display: flex;
	z-index: 1;
}

.uinfo .avatarboxs .avatar-hover {
	display: none;
	opacity: 1 !important;
	justify-content: center;
	align-items: center;
}

.uinfo .avatarboxs .avatar-hover img {
	width: 32px;
	height: 32px;
}

.uinfo .header {
	display: flex;
	background-color: var(--colors-background-elevated-low-transparent);
	padding: 24px 0 40px 24px;
	margin-bottom: 10px;
}

.uinfo .header .info {
	color: white;
	font-weight: 500;
	line-height: 24px;
	font-size: 20px;
}

.uinfo .avatarboxs input,
.uinfo .avatarboxs .avatar-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, .5);
}

.uinfo .avatarboxs>img {
	width: 100%;
	height: 100%;
}

.uinfo .avatar p {
	font-size: 14px;
	color: #888;
	margin-top: 15px;
	text-align: center;
}

.uinfoli {
	margin-bottom: 30px;
	border: 1px solid #b1b3cc;
	height: 40px;
	;
	border-radius: 40px;
}

.uinfoli p {
	font-size: 14px;
	color: #e8e9ea;
	width: 80px;
	text-align: center;
}

.uinfoli input {
	border: none;
	outline: none;
	display: block;
	width: 318px;
	height: 38px;
	color: #999;
	font-size: 14px;
	padding: 0 5px;
	box-sizing: border-box;
	background-color: transparent;
}

.submitBtn {
	display: block;
	width: 245px;
	height: 50px;
	background-color: #9c6bff;
	border: none;
	outline: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin: 40px auto;
}

/*侧边导航*/
.bx-sideBar {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 9999999;
	background: #fff;
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 15px #e4e4e4;
}

.bx-sideBar ul {
	border-radius: 5px;
	position: relative;
}

.bx-sideBar ul li {
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	border-bottom: solid 1px #f2f2f2;
	z-index: 1;
	overflow: hidden
}

.bx-sideBar ul li:last-child {
	border: none;
	border-bottom-left-radius: 5px;
}

.bx-sideBar ul li a {
	display: block;
	width: 60px;
	height: 60px
}

.bx-sideBar ul li a p {
	font-size: 12px;
	line-height: 20px;
	color: #9a9a9a;
}

.bx-sideBar ul li i {
	width: 60px;
	height: 35px;
	display: block;
	line-height: 35px;
}

.bx-sideBar ul li>a {
	display: block;
	background: #fff
}

/*.bx-sideBar ul li:last-child i{
    width: 60px;height: 60px;
}*/
.bx-sideBar ul li:hover>a {
	transition: all 300ms linear;
	background-color: #e4e4e4;
	transform: scale(1.1);
}

.bx-sideBar ul li:nth-child(1) {
	border-top-left-radius: 5px;
}

.bx-sideBar ul li .div-fc {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	margin-right: -140px;
	background-color: #fff;
	border-radius: 2px;
	padding: 5px;
	box-sizing: border-box;
	width: 138px;
	min-height: 30px;
	box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
	z-index: 2
}

.bx-sideBar ul li .div-fc p {
	line-height: 30px;
}

.bx-sideBar ul li .div-fc:before {
	content: '';
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 8px;
	position: absolute;
	right: -16px;
	top: 10px;
	z-index: 2;
}

.bx-sideBar ul li .div-fc:after {
	content: '';
	border-color: transparent transparent transparent #dedede;
	border-style: solid;
	border-width: 9px;
	position: absolute;
	right: -18px;
	top: 9px;
}

.bx-sideBar ul li:nth-child(1) .div-fc {
	top: 0;
}

.bx-sideBar ul li:nth-child(2) .div-fc {
	top: 60px;
}

.bx-sideBar ul li:nth-child(3) .div-fc {
	top: 120px;
}

.bx-sideBar ul li:nth-child(4) .div-fc {
	top: 180px;
}

.bx-sideBar ul li:nth-child(5) .div-fc {
	top: 240px;
}

.icon-wx {
	background: url(../img/wx.png) no-repeat center;
	background-size: 25px;
}

.icon-qq {
	background: url(../img/qq.png) no-repeat center;
	background-size: 20px;
}

.icon-qqq {
	background: url(../img/qqq.png) no-repeat center;
	background-size: 25px;
}

.qq-textBox {
	width: 220px !important;
}

.bx-sideBar ul li .div-fc.qq-textBox {
	margin-right: -220px
}

.qq-textBox p {
	font-size: 14px !important;
	text-align: left;
}

.qq-textBox p a {
	display: inline-block;
	width: 100% !important;
	height: auto !important;
	font-size: 14px !important;
	text-align: left;
	color: #9a9a9a;
}

.qq-textBox p img {
	margin-right: 5px;
	width: 25px
}

.bx-sideBar ul li:hover .div-fc {
	transition: all 0.2s;
	margin-right: 60px;
}

/*新闻列表*/
/*.zdinfo{*/
/*	padding: 60px 0;*/
/*	background: url(../img/bg21.jpg) no-repeat;*/
/*	background-size: cover;*/
/*}*/
/*.zdinfoCon{*/
/*	padding: 20px 40px 20px 20px;*/
/*	background-color: #2e2e2e;*/
/*	display: flex;justify-content:space-between; align-items:center;*/
/*}*/
/*.zdinfoCon_img{*/
/*	width: 390px;*/
/*	overflow: hidden;*/
/*}*/
/*.zdinfoCon_img img{*/
/*	transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;*/
/*}*/
/*.zdinfoCon:hover img{-webkit-transform: scale(1.12);transform: scale(1.12);-webkit-transition-delay: 0;transition-delay: 0;}*/
/*.zdinfoCon_txt{*/
/*	width: 755px;*/
/*}*/
/*.zdinfoCon_txt p:first-child{*/
/*	font-size: 22px;*/
/*	color: #e5e5e5;*/
/*}*/
/*.zdinfoCon_txt p:nth-child(2){*/
/*	font-size: 16px;*/
/*	color: #999999;*/
/*	line-height: 1.8;*/
/*	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;*/
/*	margin: 20px 0 70px;*/
/*}*/

/*.zdinfoCon_txt div:nth-child(3){*/
/*	display: flex;justify-content:space-between; align-items:center;*/
/*	font-size: 15px;*/
/*	color: #868686;*/
/*}*/
/*.newbox{*/
/*	padding: 75px 0;*/
/*	background-color:#262626; */
/*}*/

/*.newsList{*/
/*	font-size: 0*/
/*}*/
/*.newsList li{*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*	width: 595px;*/
/*	margin-bottom: 40px;*/
/*	box-sizing:border-box;*/
/*	padding: 30px 35px;*/
/*	background-color: #212121;*/
/*	position: relative;*/
/*}*/
/*.newsList li a{*/
/*	position: relative;*/
/*	z-index: 2*/
/*}*/
/*.newsList li:nth-child(odd){*/
/*	margin-right: 40px;*/
/*}*/
/*.newsList li .p1{*/
/*	font-size: 18px;color: #bebebe;*/
/*}*/
/*.newsList li .p2{*/
/*	font-size: 18px;color: #dfdfdf;font-weight: bold;*/
/*	margin: 15px 0;*/
/*}*/
/*.newsList li .p3{*/
/*	font-size: 14px;*/
/*	color: #d1d1d1;*/
/*	line-height: 1.8;*/
/*	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;*/
/*}*/
/*.newsList li .i4{*/
/*	display: block;*/
/*	width: 27px;*/
/*	margin-top: 20px;*/
/*}*/
/*.newsList li .bg{*/
/*	position: absolute;*/
/*	z-index: 1;*/
/*	width: 0%;*/
/*	height: 100%;*/
/*	left: 0;*/
/*	top: 0;*/
/*	transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;*/
/*}*/
/*.newsList li .bg img{*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/
/*.newsList li:hover .bg{*/
/*	width: 100%*/
/*}*/
/*.newbanner{*/
/*	padding: 160px 0;*/
/*	background: url(../img/bg21.jpg) no-repeat;*/
/*	background-size: cover;*/
/*}*/
/*.newbanner p{*/
/*	font-size: 36px;*/
/*	color: #fff;*/
/*	font-weight: bold;*/
/*}*/
/*.newTag{*/
/*	padding: 40px 0;*/
/*	border-bottom: 1px solid #383838;font-size: 24px;color: #fff;font-weight: bold;*/
/*	position: relative;*/
/*}*/
/*.newTag span{*/
/*	position: relative;z-index: 4*/
/*}*/
/*.newTag:before{*/
/*	content: "";*/
/*	position: absolute;*/
/*	width: 66px;*/
/*	height: 7px;*/
/*	background: url(../img/i20.png) no-repeat;*/
/*	background-size: 100% 100%;*/
/*	left: 0;bottom: 40px;z-index: 1*/
/*}*/

/*.showcon_1{*/
/*	padding: 40px 0;*/
/*	line-height: 2;*/
/*	font-size: 18px;*/
/*	color: #e7e7e7;*/
/*}*/

/*.erpage{margin: 30px 0 0;}*/
/*.erpage a{display: block;font-size: 14px;color: #666;margin-bottom: 15px;}*/

@media only screen and (max-width: 982px) {

	html,
	body {
		min-width: auto;
	}

	.container {
		min-height: auto
	}

	.pc {
		display: none !important
	}

	.phone {
		display: block !important;
	}

	.public {
		width: 94%
	}

	.copyright {
		display: none;
	}

	.mcopyright {
		display: block !important;
	}

	.head {
		padding: 10px 0;
		position: fixed;
		z-index: 9
	}

	.head .public {
		padding-left: 3%
	}

	#navBar {
		display: none;
	}

	.mobile-inner-header {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 4;
		width: 40rem;
		height: 50rem;
		position: relative;
		z-index: 4
	}

	.mobile-inner-header-icon {
		color: #ffffff;
		font-size: 25rem;
		text-align: center;
		float: right;
		width: 100%;
		position: relative;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-o-transition: background 0.5s;
		transition: background 0.5s;
	}

	/*.mobile-inner-header-icon:hover{cursor: pointer;}*/
	.mobile-inner-header-icon span {
		width: 100%;
		height: 4rem;
		background-color: #fff;
		display: block;
	}

	.mobile-inner-header-icon span:nth-child(1) {
		transform: translateY(4rem) rotate(0deg);
	}

	.mobile-inner-header-icon span:nth-child(2) {
		transform: translateY(-4rem) rotate(0deg);
		position: relative;
	}

	.mobile-inner-header-icon-click span:nth-child(1) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clickfirst;
		background-color: #fff
	}

	.mobile-inner-header-icon-click span:nth-child(2) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clicksecond;
		background-color: #fff
	}

	.banner-right {
		display: none;
	}

	@keyframes clickfirst {
		0% {
			transform: translateY(4rem) rotate(0deg);

		}

		100% {
			transform: translateY(0) rotate(45deg);
		}
	}

	@keyframes clicksecond {
		0% {
			transform: translateY(-4rem) rotate(0deg);
		}

		100% {
			transform: translateY(0) rotate(-45deg);
		}
	}

	.mobile-inner-header-icon-out span:nth-child(1) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outfirst;
	}

	.mobile-inner-header-icon-out span:nth-child(2) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outsecond;
	}

	@keyframes outfirst {
		0% {
			transform: translateY(0) rotate(-45deg);
		}

		100% {
			transform: translateY(-4rem) rotate(0deg);
		}
	}

	@keyframes outsecond {
		0% {
			transform: translateY(0) rotate(45deg);
		}

		100% {
			transform: translateY(4rem) rotate(0deg);
		}
	}

	.mobile-inner-nav {
		background-color: rgba(0, 0, 0, 0.9);
		width: 30%;
		position: fixed;
		right: 0;
		height: 100%;
		display: none;
		z-index: 999;
		top: 100rem;
		background-color: #000
	}

	.mobile-inner-nav a {
		display: block;
		line-height: 70rem;
		text-decoration: none;
		width: 90%;
		margin-left: 5%;
		color: #FFFFFF;
		border-bottom: solid 1rem rgba(255, 255, 255, 0.3);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		font-weight: 300;
		font-size: 26rem;
		position: relative;
		text-align: center;
	}


	.logo img {
		height: 60rem;
	}

	@-webkit-keyframes returnToNormal {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes returnToNormal {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	.loginBtn {
		position: absolute;
		right: 100rem;
		width: 95rem;
		height: 50rem;
		background-color: #482987;
		text-align: center;
		line-height: 50rem;
		border-radius: 10rem;
		font-size: 22rem;
	}

	.worksType {
		width: 100%;
	}

	.worksList {
		width: 100%;
	}

	.worksType {
		font-size: 30px;
		margin-bottom: 20px
	}

	.worksType:before {
		width: 50px;
		height: 15px;
	}

	.worksCon {
		overflow: hidden;
	}

	.worksList li {
		width: 43%;
		margin-left: 0;
		margin-bottom: 0
	}

	.mcopyright {
		font-size: 16px;
		color: #fff;
		text-align: center;
	}

	.mcopyright * {
		line-height: 2;
		font-size: 14px
	}

	.workshowL,
	.workshowR {
		width: 100%
	}

	.workshowL_tit {
		padding: 15px 0
	}

	.workshowL_tit_1 {
		font-size: 18px
	}

	.workshowL_tit_2 {
		height: 40px;
	}

	.workshowL_name {
		font-size: 14px
	}

	.showContent {
		font-size: 14px;
	}

	.showContent * {
		font-size: 14px
	}

	.workshowlist .lis_1 {
		width: 35%
	}

	.workshowlist .lis_2 {
		width: 65%
	}

	.kshowcon {
		padding: 120px 0 !important
	}

	.kshowTit {
		font-size: 30px;
		margin-bottom: 50px;
	}

	.kshowbox {
		padding: 5%;
	}

	.learnTit_1 {
		font-size: 20px;
	}

	.learnTit_2 {
		font-size: 14px;
	}

	.learntype {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.bannerTxt a:nth-child(3) {
		width: 130px;
		height: 40px;
		line-height: 40px;
	}

	.learntype li {
		width: 42%;
		height: 45px;
		line-height: 45px;
		border-radius: 45px;
		margin-left: 8%;
		font-size: 16px;
		margin-bottom: 15px;
	}

	.learntype li:after {
		background: url(../img/m/2.png) no-repeat;
		background-size: 100% 100%;
	}

	.learntype li.on:after {
		background: url(../img/m/1.png) no-repeat;
		background-size: 100% 100%;
	}

	.learntype li:before {
		width: 12px;
		height: 16px;
		right: -35rem;
		left: auto;
	}

	.learntype li:first-child:before {
		width: 12px;
	}

	.learntype li:last-child:before {
		width: 0
	}

	.learnlist ul li {
		width: 100%;
		font-size: 15px;
		margin-right: 0
	}

	.learnlist ul li span {
		width: 85%
	}

	.learnli {
		display: block;
	}

	.menubox {
		position: relative;
		left: 0;
		top: 0;
		padding: 30px 3% 20px;
		display: block;
	}

	.menucon {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.menucon li {
		height: auto;
		line-height: auto;
	}

	.bannerTxt {
		padding-left: 0
	}

	.courseTit {
		margin-bottom: 35px;
	}

	.courseTit p:first-child {
		font-size: 24px
	}

	.courseTit a {
		font-size: 16px
	}

	.courseTit a .iconfont {
		font-size: 16px;
		margin-left: 5px;
	}

	.menucon li {
		width: 17%;
		margin-left: calc(15% / 4);
		margin-bottom: 20px
	}

	.menucon li:nth-child(5n+1) {
		margin-left: 0
	}

	.menucon li p {
		text-align: center;
		font-size: 14px;
		color: #eeeeee;
		margin-top: 15px
	}

	.courseIdx {
		padding: 0 0 30px;
		margin-top: 30px;
	}

	.courseIdx .navgation {
		font-size: 18px
	}

	.sourseIdxList li {
		width: 48%;
		margin-left: 0;
		margin-bottom: 4%;
	}

	.sourseIdxList li:nth-child(odd) {
		margin-right: 4%
	}

	.sourseIdxLi_txt {
		padding: 15px;
	}

	.sourseIdxLi_txt .p4 {
		margin-bottom: 10px;
		display: flex;
	}

	.worksLi_tag span {
		font-size: 12px;
	}

	.sourseIdxLi_txt .p4 .prices {
		display: block;
	}


	.seachForm {
		margin: 20px 0 30px;
		height: 40px;
	}

	.seachForm_l {
		width: 30%;
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}

	.seachForm_r {
		width: 70%;
		padding-left: 5%;
		box-sizing: border-box;
	}

	.seachForm_r .formTxt {
		height: 45px;
		width: 80%
	}

	.seachForm_r .iconfont {
		margin-right: 5%
	}

	.courseType ul {
		display: inline-block;
	}

	.courseType li {
		margin-right: 0
	}

	.courseType li .layui-form-checkbox[lay-skin=primary] {
		margin-bottom: 15px;
		height: 18px !important;
		margin-right: 15px;
	}

	.courseType li .layui-form-checkbox[lay-skin=primary] span {
		font-size: 17px;
	}

	.courseType li .layui-form-checkbox[lay-skin=primary] i {
		width: 18px;
		height: 18px;
		line-height: 18px;
	}

	.courseType_1 {
		margin: 10px 0;
	}

	.sourseIdxLi_txt {
		padding: 10px;
	}

	.sourseIdxLi_txt .p2 {
		margin: 10px 0
	}

	.courseShowHead {
		padding: 20px 0 30px;
	}

	.courseShowHead_l {
		width: 100%;
	}

	.courseShowHead_r {
		width: 100%;
		margin-top: 20px
	}

	.courseShowHead_r .p1 {
		font-size: 20px;
	}

	.courseShowHead_r .p3 {
		font-size: 15px;
	}

	.courseShowHead_r .payBtn {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: 0;
		margin-top: 20px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;

	}

	.courseShowHead_r .payBtn span:first-child {
		margin-right: 10px;
		font-size: 20px;
	}

	.courseShowBox .hd {
		height: 70px;
	}

	.courseShowBox .hd li {
		height: 70px;
		line-height: 70px;
		margin-right: 5%;
		font-size: 14px;
	}

	.showContent img {
		width: 100%;
	}

	.confirmAmoutn {
		position: static;
	}

	.pay-type .confirm_t1 {
		display: block;

	}

	.confirm_t2_1 {
		margin-right: 10px;
	}

	.pay-type .layui-form-radio>i {
		margin-right: 0px;
	}

	.courseShowBox .bd {
		padding: 20px 0
	}

	.chapterList li label {
		margin-right: 10px;
	}

	.chapterList li span {
		width: calc(100% - 77px)
	}

	.kshowHead {
		padding: 20px 0;
	}

	.kshowHead_l,
	.kshowHead_r {
		width: 100%
	}

	.kshowHead_r {
		margin-top: 25px;
	}

	.kshowHead_r p:first-child {
		font-size: 20px;
		padding: 0;
	}

	.kshowHead_r p:nth-child(2) {
		font-size: 18px;
	}

	.kshowContent {
		border: none;
		padding: 0;
	}

	.kshowbox_1 {
		padding: 0 3%;
		background-color: var(--colors-background-elevated-low-transparent);
	}

	.kshowtag {
		padding: 15px 0;
		background: none;
		border-bottom: 1px solid #252525;
		font-size: 18px;
	}

	.kshowtag span {
		background: url(../img/bg11.png) no-repeat;
		background-position: bottom left;
	}

	.kshowlist {
		margin-top: 0;
	}

	.kshowlist li {
		border-bottom: 1px solid #252525;
		margin-bottom: 0;
		padding: 20px 0
	}

	.kshowlist li .kshowHead_l {
		width: 30%
	}

	.kshowlist li .kshowHead_r {
		width: 67%;
		margin: 0
	}

	.kshowlist li .kshowHead_r p:first-child {
		font-size: 18px;
		padding: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.sourseIdxLi_img {
		height: auto;
	}

	.kshowlist li .kshowHead_r p:nth-child(2) {
		font-size: 16px;
	}

	.kshowBot_t2 {
		width: 100%
	}

	.kshowBot_t2 .payBtn {
		width: 45%;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		margin-left: auto;
		margin: 15px 0 15px auto;
	}

	.kshowBot_t2 .payBtn span:first-child {
		margin-right: 10px;
		font-size: 22px;
	}

	.confirmHead .courseShowHead_l {
		width: 35%
	}

	.confirmHead .courseShowHead_r {
		width: 62%;
		margin-top: 0
	}

	.courseShowHead .public {
		display: block;
	}

	.confirmHead .confirmAmoutn {
		position: relative;
		font-size: 20px;
		margin-top: 20px;
	}

	.confirmbox {
		padding: 30px 0
	}

	.confirm_t1 {
		width: 100%;
	}

	.confirm_t1 .layui-form-radio {
		display: block;
		width: 100%;
		position: relative;
		margin-bottom: 15px;
	}

	.layui-anim.layui-icon {
		position: absolute;
		right: 0;
		top: 0
	}

	.fqcon {
		width: 100%;
		padding: 15px 0;
	}

	.fqcon .fqli {
		margin-left: 0;
		display: block;
		margin-bottom: 10px;
		position: relative;
		text-align: right;
		padding-right: 30px;
	}

	.fqcon .fqli .layui-anim.layui-icon {
		top: calc(50% - 12px);
	}

	.confirm_t2_1 {
		text-align: right;
		font-size: 20px
	}

	.confirm_t2 .layui-btn {
		width: 40%;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
	}

	.paycontent {
		padding: 40px;
	}

	.payImgbox>div {
		margin: 0 20px;
	}

	.payImgbox .iconfont {
		font-size: 50px;
	}

	.payImgbox span {
		font-size: 20px;
	}

	.minecon {
		padding-top: 40px
	}

	.mineNav {
		padding-top: 40px;
		justify-content: space-between !important;

	}

	.mineNav a {
		margin-right: 0;
		font-size: 19px;
	}

	.minebox {
		margin-top: 40px;
		padding: 5% 3%;
		min-height: auto;
	}

	.learnListHis li {
		position: relative;
		padding: 20px 0;
	}

	.learnListHis li .d1 {
		width: 35%;
	}

	.learnListHis li .d2 {
		width: 62%;
	}

	.learnListHis li .d2 p:first-child {
		font-size: 18px;
	}

	.learnListHis li .d2 p:nth-child(2) {
		margin-top: 15px;
		margin-bottom: 0
	}

	.learnListHis li .d2 p:nth-child(3) {
		position: absolute;
		right: 0;
		bottom: 20px;
		width: 20%;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}

	.fpage {
		margin-top: 5%
	}

	.nono {
		font-size: 20px;
	}

	.couponType {
		margin-bottom: 20px;
		justify-content: space-between;
	}

	.myorder-pc {
		display: none;
	}

	.myorder-mobile {
		display: block !important;
	}

	.minebox-center {
		display: block !important;
	}

	.minebox-center .menus {
		display: flex;
		width: 100%;
		min-height: auto;
		margin-bottom: 20px;
		padding: 10px;
		box-sizing: border-box;
	}

	.menus li {
		padding: 0 10px;
		border-radius: 10px;
	}

	.accountset-change-content {
		width: 100%;
		margin: 20px 0;
	}

	.auth-code {
		display: flex;
		align-items: center;
	}

	.base-info-content {
		padding: 10px !important;
	}

	.auth-code .accountset-change-input {
		width: 50%;
		margin-bottom: 0px;
	}

	.content-show-l {
		margin-right: 10px !important;
		padding-left: 10px !important;
	}

	.wxname-edit input {
		width: 150px;
	}

	.uinfo-submit,
	.uinfo-cancel {
		padding: 5px 10px;
		font-size: 14px;
	}

	.content-show-r {
		width: auto !important;
	}

	.auth-code .accountset-change-btn {
		text-wrap: nowrap;
	}

	.minebox-center .menus-body {
		margin-left: 0px;
		min-height: 500px;
	}

	.uinfo .base-info-content li .edit-icon {
		display: block;
	}

	.couponType a {
		margin-right: 0;
		padding-bottom: 30px
	}

	.couponList {
		flex-wrap: wrap;
	}

	.couponList li {
		width: 48%;
		margin-left: 0
	}

	.couponList li:nth-child(even) {

		margin-left: 4%
	}

	.couponList li .couponL {
		width: 80%;
		box-sizing: border-box;
		padding: 5%;
	}

	.couponList li .couponR.c2 {
		width: 20%
	}

	.couponL_t1 .amount {
		font-size: 18px;
	}

	.couponL_t1 .amount label {
		font-size: 24px;
	}

	.couponL_t2 p {
		position: relative;
		z-index: 1
	}

	.couponL_t2 p:nth-child(2) {
		font-size: 12px;
	}

	.couponList li .couponL .icon {
		right: 0;
		bottom: 10px;
		z-index: 99
	}

	.seachOrder {
		width: 100%
	}

	.seachOrder .fotmIcon {
		width: 15%;
	}

	.seachOrder .formTxt {
		width: 85%;
		padding: 0 5%;
	}

	.seachOrder .formTxt {
		font-size: 16px;
	}

	.tmyOrder li {
		padding: 20px 0;
		border-bottom: 1px solid rgba(157, 156, 158, .15)
	}

	.tmyOrder li .lis_1 {
		color: #fff;
		font-size: 14px;
	}

	.uinfo .info-list {
		min-height: 300px;
	}

	.tmyOrder li .lis_1 .c1 {
		color: #c797ff;
	}

	.tmyOrder li .lis_1 .c2 {
		color: #ff3c00
	}

	.tmyOrder li .lis_1 .c2 label {
		width: 70px;
		height: 30px;
		display: inline-block;
		text-align: center;
		line-height: 30px;
		background-color: #ff5e2d;
		color: #fff;
		margin-left: 8px;
		font-size: 15px
	}

	.tmyOrder li .lis_2 {
		margin: 20px 0
	}

	.tmyOrder li .lis_2_1 {
		width: 35%
	}

	.tmyOrder li .lis_2_2 {
		width: 62%
	}

	.tmyOrder li .lis_2_2 p:first-child {
		color: #fff;
		font-size: 18px;
		line-height: 1.6;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 8px;
	}

	.tmyOrder li .lis_2_2 p:nth-child(2) {
		font-size: 16px;
		color: #fff;
		font-weight: bold;
	}

	.tmyOrder li .lis_2_2 p:nth-child(2) span:last-child {
		text-decoration: line-through;
		color: rgba(255, 255, 255, .5);
		margin-left: 15px;
		font-weight: normal;
	}

	.tmyOrder li .lis_3 {
		color: #fff;
		font-size: 18px;
	}

	.setHead_l {
		font-size: 20px;
	}

	.setHead_l p:nth-child(2) {
		padding-left: 0
	}

	.setHead_r {
		width: 100rem;
		height: 60rem;
		line-height: 60rem;
		font-size: 15px;
	}

	.setbox {
		width: 100%;
		margin-top: 40px;
	}

	.loginInput input {
		font-size: 16px;
	}

	.loginBtns {
		margin-bottom: 30px
	}

	/*新闻列表*/
	/*.zdinfo{*/
	/*	padding: 5% 0;*/
	/*}*/
	/*.zdinfoCon{*/
	/*	padding: 3%;*/
	/*	background-color: #2e2e2e;*/
	/*	display: flex;justify-content:space-between; align-items:center;*/
	/*}*/
	/*.zdinfoCon_img{*/
	/*	width: 36%;*/
	/*	overflow: hidden;*/
	/*}*/
	/*.zdinfoCon_img img{*/
	/*	transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;*/
	/*}*/
	/*.zdinfoCon:hover img{-webkit-transform: scale(1.12);transform: scale(1.12);-webkit-transition-delay: 0;transition-delay: 0;}*/
	/*.zdinfoCon_txt{*/
	/*	width: 60%;*/
	/*}*/
	/*.zdinfoCon_txt p:first-child{*/
	/*	font-size: 22px;*/
	/*	color: #e5e5e5;*/
	/*}*/
	/*.zdinfoCon_txt p:nth-child(2){*/
	/*	font-size: 16px;*/
	/*	color: #999999;*/
	/*	line-height: 1.8;*/
	/*	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;*/
	/*	margin: 20px 0 70px;*/
	/*}*/

	/*.zdinfoCon_txt div:nth-child(3){*/
	/*	display: flex;justify-content:space-between; align-items:center;*/
	/*	font-size: 15px;*/
	/*	color: #868686;*/
	/*}*/
	/*.newbox{*/
	/*	padding: 5% 0;*/
	/*	background-color:#262626; */
	/*}*/

	/*.newsList{*/
	/*	font-size: 0*/
	/*}*/
	/*.newsList li{*/
	/*	display: block;*/
	/*	vertical-align: top;*/
	/*	width: 100%;*/
	/*	margin-bottom: 3%;*/
	/*	box-sizing:border-box;*/
	/*	padding: 3% 3% 5%;*/
	/*	background-color: #212121;*/
	/*	position: relative;*/
	/*}*/
	/*.newsList li a{*/
	/*	position: relative;*/
	/*	z-index: 2*/
	/*}*/
	/*.newsList li:nth-child(odd){*/
	/*	margin-right: 0;*/
	/*}*/
	/*.newsList li .p1{*/
	/*	font-size: 18px;color: #bebebe;*/
	/*}*/
	/*.newsList li .p2{*/
	/*	font-size: 18px;color: #dfdfdf;font-weight: bold;*/
	/*	margin: 15px 0;*/
	/*}*/
	/*.newsList li .p3{*/
	/*	font-size: 14px;*/
	/*	color: #d1d1d1;*/
	/*	line-height: 1.8;*/
	/*	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;*/
	/*}*/
	/*.newsList li .i4{*/
	/*	display: block;*/
	/*	width: 27px;*/
	/*	margin-top: 20px;*/
	/*}*/
	/*.newsList li .bg{*/
	/*	position: absolute;*/
	/*	z-index: 1;*/
	/*	width: 0%;*/
	/*	height: 100%;*/
	/*	left: 0;*/
	/*	top: 0;*/
	/*	transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;*/
	/*}*/
	/*.newsList li .bg img{*/
	/*	width: 100%;*/
	/*	height: 100%;*/
	/*}*/
	/*.newsList li:hover .bg{*/
	/*	width: 100%*/
	/*}*/
	/*.newbanner{*/
	/*	padding: 60px 0;*/
	/*	background: url(../img/bg21.jpg) no-repeat;*/
	/*	background-size: cover;*/
	/*}*/
	/*.newbanner p{*/
	/*	font-size: 24px;*/
	/*	color: #fff;*/
	/*	font-weight: bold;*/
	/*}*/
	/*.newTag{*/
	/*	padding: 30px 0;*/
	/*	border-bottom: 1px solid #383838;font-size: 22px;color: #fff;font-weight: bold;*/
	/*	position: relative;*/
	/*}*/
	/*.newTag span{*/
	/*	position: relative;z-index: 4*/
	/*}*/
	/*.newTag:before{*/
	/*	content: "";*/
	/*	position: absolute;*/
	/*	width: 66px;*/
	/*	height: 7px;*/
	/*	background: url(../img/i20.png) no-repeat;*/
	/*	background-size: 100% 100%;*/
	/*	left: 0;bottom: 30px;z-index: 1*/
	/*}*/

	/*.showcon_1{*/
	/*	padding: 5% 0;*/
	/*	line-height: 2;*/
	/*	font-size: 16px;*/
	/*	color: #e7e7e7;*/
	/*}*/

	/*.erpage{margin: 30px 0 0;}*/
	/*.erpage a{display: block;font-size: 14px;color: #666;margin-bottom: 15px;}*/
}



.rich_text h1,
.rich_text h2,
.rich_text h3,
.rich_text h4,
.rich_text h5,
.rich_text h6 {
	font-size: revert;
}

.rich_text ol,
.rich_text ul,
.rich_text li {
	list-style: revert;
	padding: revert;
}