a {
	text-decoration: none;
	font-size: 14px;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	background-color: var(--base-bg-color);
	font-size: 14px;
	text-align: left;
	overflow-y: auto;
}

body {
	padding-top: 102px;
	padding-bottom: 70px;
}

li {
	list-style: none;
}

.page-main {
	width: 100%;
	box-sizing: border-box;
	font-family: PingFang SC;
	color: #333333;
	text-align: left;
	min-height: 100vh;
	margin-top: -56px;
}


/*公共头部  --start---*/
.header-container {
	position: fixed;
	top: 0;
	left: 0;
	height: 44px;
	line-height: 44px;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	border-bottom: 1px solid #E2E2E2;
}

.header-left-back {
	width: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	line-height: 44px;
}

.header-left-back i {
	font-size: 14px;
}

.header-left-back:active {
	background: #EAF3FF;
}

.header-title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	max-width: 70%;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
	margin: 0 auto;
}

/*公共头部  --end---*/


/*图文列表模板  --start---*/
.module-item-content-list {
	background: #fff;
	/*box-shadow: 0px 0px 15px 0px rgba(197, 197, 197, 0.3);*/
	/*padding: 20px 0;*/
	box-sizing: border-box;
}

.module-item-content-list a:first-child {
	margin-top: 0;
}

.module-item-content-list a {
	display: block;
	margin-top: 13px;
}

.module-item-content-list .list-item {
	display: flex;
	display: -webkit-flex;
	/*height: 60px;*/
	position: relative;
	padding: 3px 10px 5px 0;
	box-sizing: border-box;
	margin-left: 70px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	align-items: center;
}

.module-item-content-list .list-item::after {
	position: absolute;
	bottom: -7px;
	left: 0;
	content: '';
	border-bottom: 1px solid #eee;
	right:20px;
}

.module-item-content-list .list-item-img {
	/*position: absolute;*/
	/*left: -70px;*/
	/*top: 0;*/
	/*width: 60px;*/
	/*height: 60px;*/
	/*border-radius: 3px;*/
    /*object-fit: cover;*/
    width: 60px;
    height: 60px;
    border-radius: 3px;
    object-fit: cover;
    margin-right: -80px;
    margin-left: auto;
	display: block;
}

.module-item-content-list .list-item-content {
	line-height: 20px;
	/*height: 40px;*/
	box-sizing: border-box;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
    justify-items: center;
	font-size: 15px;
	margin-right: 20px;
}

/*图文列表模板  --end---*/

.pd15 {
	padding: 0 15px;
}

.loginPop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}

.loginTopBg {
	height: 45px;
	background: #fff;
	border-bottom: 1px solid #f3f3f3;
	color: #333;
	font-size: 17px;
	text-align: center;
	line-height: 45px;
	position: relative;
	overflow: hidden;
}

.loginTopBg a {
	display: block;
	height: 45px;
	position: absolute;
	left: 5px;
	padding: 0px 10px;
	color: #333;
}

.loginTopBg a i {
	line-height: 45px;
	font-weight: bold;
}

.loginTopBg a:active {
	background: #7095f5 !important;
}

.eduBoxMainTab08 {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	text-align: center;
	padding: 0 15px;
	position: fixed;
	top: 45px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 99;
}

.eduBoxMainTab08 a {
	display: inline-block;
	font-size: 17px;
	color: #333;
	padding-top: 20px;
	cursor: pointer;
}

.eduBoxMainTab08 a i {
	display: block;
	width: 25px;
	height: 3px;
	background: #fafafa;
	margin: 6px auto 0 auto;
	border-radius: 8px;
}

.eduBoxMainTab08 a.cur {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.eduBoxMainTab08 a.cur i {
	background: linear-gradient(90deg, #FFBABA 0%, #FF0000 100%);
}

.swiper-slide {
	background: #fafafa;
}

.swiper-slide a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper-slide a img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.swiper-pagination-bullet-active {
	background: #2881FF;
}

.eduTit {
	overflow: hidden;
	padding: 20px 15px 10px 15px;
	font-size: 17px;
	color: #000;
	font-weight: bold;
}

.eduTit img {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}

.eduTit .tit_img01 {
	width: 17px;
	height: 22px;
}

.eduTit .tit_img02 {
	width: 60px;
	height: 19px;
	vertical-align: -4px;
}

.eduTitz {
	position: relative;
	font-size: 18px;
}

.eduTit .tit_img03 {
	position: absolute;
	left: 37px;
	bottom: 3px;
	width: 15px;
	height: 5px;
}

.cooperation_img {
	width: 100%;
	overflow-x: scroll;
	box-sizing: border-box;
	padding: 10px;
}

.cooperation_img ul {
	width: 1360px;
}

.cooperation_img::-webkit-scrollbar {
	display: none;
}

.cooperation_img li {
	float: left;
	background: #fff;
	width: 160px;
	list-style: none;
	font-style: inherit;
	margin-right: 10px;
	box-shadow: 0px 1px 8px #eee;
	border-radius: 10px;
}

.cooperation_img li img {
	display: block;
	max-width: 100%;
	max-height: 100px;
}

.cooperation_img li span {
	display: block;
	white-space: inherit;
	color: #666;
	font-size: 12px;
	height: 60px;
	line-height: 20px;
	padding: 20px 10px;
}

.improvingPath {
	padding-top: 15px;
}

.improvingList {
	padding: 15px;
	margin: 0px 15px 20px 15px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 5px #eee;
	overflow: hidden;
}

.improvingTx {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: #999;
}

.improvingTx b {
	font-size: 15px;
	color: #333;
	padding-right: 27px;
}

.improvingTx b em {
	color: #F60A0A;
	font-weight: bold;
	font-size: 15px;
}

.improvingTx img.tit_img05 {
	display: inline-block;
	vertical-align: -3px;
	margin-right: 5px;
}

.improvingTx i {
	font-weight: bold;
	color: #e80c0c;
}

.improvingTx02 i {
	background: #FFE9E8;
	line-height: 19px;
	padding: 0 5px;
	border-radius: 2px;
	margin-right: 5px;
	font-weight: normal;
	color: #E41B4A;
	font-size: 11px;
}

.improvingTx a {
	float: right;
	font-size: 12px;
	color: #999;
}

.improvingTx a em {
	display: inline-block;
	color: #999;
	font-size: 10px;
	margin-left: 2px;
}

.improvingTz,
.improvingTv {
	display: flex;
	align-items: flex-start;
	padding: 24px 0 10px 0;
}

.improvingTv {
	padding: 0;
}

.improvingTz .sub_tz01,
.improvingTv .sub_tz01 {
	font-size: 14px;
	color: #666;
	display: flex;
	align-items: center;
	line-height: 20px;
}

.improvingTz .sub_tz01 i,
.improvingTv .sub_tz01 i {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #2881FF;
	margin-right: 4px;
}

.subImproving01,
.subImproving02 {
	flex: 1;
}

.subImproving01 span {
	display: inline-block;
	padding: 0 5px;
	border-radius: 2px;
	background: #F3F3F3;
	font-size: 12px;
	color: #666;
	margin: 0 5px 5px 0;
	line-height: 20px;
}

.subImproving02 {
	padding-bottom: 15px;
}

.subImproving02 span {
	padding: 0 10px 5px 0;
	display: inline-block;
	font-size: #333;
	font-size: 14px;
}

.improvingTc {
	overflow: hidden;
	border-top: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
}

.improvingTc a {
	font-size: 14px;
	color: #2881FF;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.improvingTc a img {
	margin-right: 4px;
}

.improvingTc a img.icon01 {
	width: 17px;
	height: 13px;
}

.improvingTc a img.icon02 {
	width: 13px;
	height: 16px;
}

.improvingTc a img.icon03 {
	width: 15px;
	height: 14px;
}

.eduTab {
	overflow: hidden;
	padding: 14px 15px 18px 15px;
	display: flex;
}

.eduTab span {
	text-align: center;
	height: 27px;
	line-height: 27px;
	width: 25%;
	font-size: 14px;
	color: #333;
}

.eduTab span.cur {
	background: #4294FA;
	border-radius: 27px;
	color: #fff;
}

.eduTabContent {
	overflow: hidden;
	margin: 0 15px;
	border-radius: 5px;
	background: #fff;
}

.subTabx {
	display: none;
}

.subContentList {
	padding: 0 15px 15px 15px;
}

.subContentx {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.subContentx i {
	background: url(/img/mobile/edu/school.png);
	width: 14px;
	height: 14px;
	background-size: 14px 14px;
	margin-right: 9px;
}

.subContentx em {
	font-size: 15px;
	font-weight: bold;
	color: #4294FA;
}

.subContentx b {
	font-size: 13px;
	color: #333;
	font-weight: normal;
}

.subContentTab {
	padding-top: 16px;
}



.eduRemark {
	display: block;
	color: #666;
	font-size: 12px;
	padding: 0 15px 15px 15px;
}

.commonProblemBox {
	background: #fff;
	margin-top: 10px;
	padding-bottom: 10px;
}

.commonProblem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 15px 0 15px;
}

.commonProblem li {
	width: 48%;
	box-shadow: 0px 1px 7px 0px #E9E9E9;
	border-radius: 5px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.commonProblem li img {
	margin: 0 13px 0 11px;
}

.commonProblem li p {
	flex: 1;
	padding: 10px 10px 10px 0;
}

.commonProblem li p span {
	display: block;
	font-size: 10px;
	color: #999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.commonProblem li p b {
	display: block;
	font-size: 14px;
	color: #333;
	padding-bottom: 5px;
}

.commonProblemNext li {
	height: 67px;
}

.policyAnnouncements {
	padding: 20px 15px;
}

.announceImg {
	display: block;
	max-width: 100%;
	border-radius: 5px;
	margin: 20px 0 0 0;
}

.announceList {
	padding: 25px 15px 10px 15px;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.announceList a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.announceList a img {
	width: 60px;
	height: 60px;
	margin-right: 18px;
	border-radius: 3px;
}

.announceList a span {
	flex: 1;
	height: 39px;
	overflow: hidden;
	border-bottom: 1px solid var(--base-bg-color);
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	line-height: 23px;
}

.announceList02 {
	padding: 20px 0px 10px 0px;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.announceList02 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.announceList02 a img {
	width: 77px;
	height: 60px;
	margin-right: 18px;
	border-radius: 3px;
}

.announceList02 a span {
	flex: 1;
	overflow: hidden;
	border-bottom: 1px solid var(--base-bg-color);
	padding-bottom: 5px;
	color: #999;
}

.announceList02 a span b {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	padding-bottom: 5px;
}

.improvingTk {
	border-top: 1px solid #f1f1f1;
	margin-top: 15px;
}

.improvingTk li {
	display: flex;
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 0;
}

.improvingTk li img {
	width: 13px;
	height: 19px;
	margin-right: 12px;
}

.improvingTk li p {
	flex: 1;
	line-height: 21px;
	color: #666;
}

.improvingTk li p b {
	display: block;
	font-weight: bold;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 5px;
}

.improvingTk li em {
	color: #666;
}

.improvingTk li:last-child {
	border: none;
}

.upgradeQuali {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
}

.upgradeQuali li {
	width: 48%;
	box-sizing: border-box;
	padding: 15px 10px;
	background: #fff;
	box-shadow: 0px 2px 5px 0px #E9E9E9;
	margin-bottom: 12px;
	border-radius: 5px;
}

.upgradeQuali li b {
	display: block;
	color: #4294FA;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 8px;
}

.upgradeQuali li span {
	display: flex;
}

.upgradeQuali li span i {
	width: 4px;
	height: 4px;
	margin-right: 5px;
	border-radius: 4px;
	background: #4294FA;
	margin-top: 8px;
}

.upgradeQuali li.noDian span {
	display: block;
}

.upgradeQuali li.noDian span em {
	font-weight: bold;
	color: #333;
}

.schoolQualification {
	display: flex;
	white-space: nowrap;
	width: 100%;
	overflow-x: scroll;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
}

.schoolQualification img {
	width: 152px;
	height: 107px;
	vertical-align: top;
	margin-right: 10px;
	border-radius: 5px;
	flex-shrink: 0;
}

.schoolQualification::-webkit-scrollbar {
	display: none;
}

.registeredStudents {
	padding: 10px 15px;
	background: #fff;
	margin: 15px 0 25px 0;
}

.registeredStudents ul {
	overflow: hidden;
	height: 150px;
}

.registeredStudents li {
	overflow: hidden;
	height: 30px;
}

.registeredStudents li em,
.registeredStudents li span {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-size: 13px;
	line-height: 30px;
	margin-right: 10px;
}

.registeredStudents li span {
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.registeredStudents li em:first-child {
	width: 58px;
}

.eduNav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0;
	border-top: 1px solid #f1f1f1;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 50px;
	align-items: center;
}

.eduNav a {
	width: 23%;
	text-align: center;
	color: #999;
	font-size: 10px;
}

.eduNav a.active {
	color: #2979FF;
}

.eduNav a img {
	display: block;
	margin: 0 auto 1px auto;
}

.eduNav span {
	width: 31%;
	display: flex;
	align-items: center;
}

.eduNav span i {
	width: 80%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(0deg, #FF422C 0%, #FF7A4C 100%);
	box-shadow: 0px 0px 10px 0px rgba(255, 87, 56, 0.4);
	border-radius: 18px;
	animation: pulse .4s linear 0s infinite alternate;
	font-style: normal;
}

@keyframes pulse {
	0% {
		transform: scale(0.9)
	}

	100% {
		transform: scale(1)
	}
}

/* 产品形式 */
.loginTopBlue {
	background: #4294FA;
	border-bottom: 1px solid #4294FA;
	color: #fff;
}

.loginTopBlue a {
	color: #fff;
}

.eduBoxMainTab08Blue {
	background: #4294FA;
	padding-bottom: 0;
}

.eduBoxMainTab08Blue a {
	color: #fff;
	padding-top: 10px;
}

.eduBoxMainTab08Blue a i {
	background: #4294FA;
	color: #fff;
}

.eduBoxMainTab08Blue a.cur {
	color: #fff;
}

.eduBoxMainTab08Blue a.cur i {
	background: #fff;
	border-radius: 4px;
}

.eduTab2 {
	overflow: hidden;
	padding: 14px 15px 18px 15px;
	display: flex;
}

.eduTab2 span {
	text-align: center;
	height: 27px;
	line-height: 27px;
	width: 25%;
	font-size: 14px;
	color: #666;
}

.eduTab2 span i {
	display: block;
	width: 20px;
	height: 3px;
	background: #fafafa;
	margin: 3px auto 0 auto;
	display: none;
}

.eduTab2 span.cur {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

.eduTab2 span.cur i {
	background: linear-gradient(-90deg, #FF090A 0%, #FFB0B0 100%);
	border-radius: 3px;
	overflow: hidden;
	display: block;
}

.adultUniversity {
	margin: 15px;
	margin-top: 10px;
	background: #fff;
	border-radius: 8px;
	padding: 15px;
	color: #333;
	line-height: 24px;
	font-size: 13px;
}

.adultUniversity b {
	font-weight: bold;
	font-size: 16px;
	color: #4294FA;
}

.adultUniversity a {
	color: #4294FA;
	display: inline-block;
	text-decoration: underline;
}

.adultTestAdvantage {
	padding: 15px;
	padding-bottom: 5px;
	background: #fff;
}

.adultTestAdvantageTit {
	padding-top: 18px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.adultTestAdvantageTit span {
	display: flex;
	align-items: center;
	font-size: 13px;
	width: 32%;
	background: #F9F9F9;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
}

.adultTestAdvantageTit span img {
	margin: 0 8px 0 7px;
}

.theSuccessful {
	padding: 10px 15px;
	background: #fff;
	margin: 15px 0;
	overflow: hidden;
}

.theSuccessful ul {
	height: 90px;
	overflow: hidden;
}

.theSuccessful li {
	height: 30px;
	overflow: hidden;
}

.theSuccessful span,
.theSuccessful em,
.theSuccessful b {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	margin-right: 10px;
}

.theSuccessful em,
.theSuccessful b {
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.theSuccessful b {
	font-weight: normal;
	margin: 0;
}

.announceListx02 {
	border-radius: 5px;
	box-shadow: 0px 0px 7px 0px rgba(197, 197, 197, 0.3);
	margin: 20px 0 30px 0;
	padding-top: 20px;
}

.announceImg2 {
	display: block;
	width: 100%;
}

.eduTitMore {
	position: relative;
	margin-bottom: 11px;
}

.eduTitMore .tit_img03 {
	left: 22px;
}

.eduTitMore a {
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 3px;
}

.eduTitMore a em {
	display: inline-block;
	color: #999;
	font-size: 10px;
	margin-left: 2px;
}

.examinationProcess {
	background: #fff;
	padding: 15px;
	margin: 15px 0;
}

.examinationProcessList {
	margin-top: 20px;
	background: url(/img/mobile/edu/line_icon02.jpg) 7px 0 repeat-y;
	padding-left: 7px;
}

.procesTit {
	display: block;
	margin-left: -6px;
	overflow: hidden;
	background: #fff;
}

.procesTit i,
.procesTit em {
	display: inline-block;
	vertical-align: middle;
}

.procesTit i {
	width: 15px;
	height: 15px;
	background: url(/img/mobile/edu/line_icon01.jpg) no-repeat;
	background-size: 15px 15px;
}

.procesTit em {
	height: 21px;
	padding: 0 8px;
	line-height: 21px;
	background: #4294FA;
	border-radius: 3px;
	color: #fff;
	margin-left: 9px;
}

.procesContent {
	margin: 15px 0 15px 15px;
	background: #FAFAFA;
	border-radius: 3px;
	padding: 8px;
	overflow: hidden;
}

.procesContent li {
	display: flex;
	font-size: 13px;
}

.procesContent li b {
	color: #333;
	font-weight: bold;
	line-height: 24px;
}

.procesContent li span {
	color: #666;
	line-height: 24px;
	flex: 1;
}

.procesContentBlock li {
	display: block;
}

.procesContentBlock li b {
	display: block;
}

.subContentTab15 {
	margin: 0 0 15px 15px;
}

.eduTab3 {
	border: 1px solid #333;
	text-align: center;
	line-height: 20px;
	width: 100%;
}

.eduTab3 tr td {
	padding: 5px 0;
}

.procesContentx {
	margin-left: 15px;
	background: #fafafa;
	border-radius: 3px;
	padding: 8px;
	margin-top: 15px;
}

.procesTit02 {
	display: block;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
}

.contentx01 {
	display: flex;
	justify-content: space-between;
}

.contentx01 p {
	width: 48%;
	color: #666;
	font-size: 13px;
}

.contentx01 p img {
	display: block;
	max-width: 100%;
	margin-bottom: 10px;
	height: 100px;
}

.procesTit03 {
	color: #666;
	font-size: 13px;
	line-height: 28px;
}

.eduTab4 {
	padding: 15px 0px 0 0px;
	display: flex;
	white-space: nowrap;
	width: 100%;
	overflow-x: scroll;
	box-sizing: border-box;
}

.eduTab4::-webkit-scrollbar {
	display: none;
}

.eduTab4 span {
	text-align: center;
	height: 27px;
	line-height: 27px;
	padding: 0 15px;
	font-size: 14px;
	color: #333;
}

.eduTab4 span.cur {
	background: #4294FA;
	border-radius: 27px;
	color: #fff;
}

.announceListx05 {
	margin-top: 0;
	border-radius: 0 0 5px 5px;
}

/* 产品优势 */
.examAdvantage {
	padding: 0 15px;
	margin-top: -56px
}

.examAdvantage li {
	border-bottom: 1px solid #DBDBDB;
	padding: 15px 0 15px 0;
}

.examAdvantage li span {
	display: flex;
	align-items: center;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

.examAdvantage li span em {
	background: #FF533C;
	line-height: 17px;
	padding: 0 5px;
	border-radius: 2px;
	margin-right: 5px;
	color: #fff;
}

.examAdvantage li p {
	color: #666;
	font-size: 13px;
	line-height: 20px;
	text-indent: 20px;
	padding-top: 8px;
}

.examAdvantagex {
	margin: 15px;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0px 0px 7px 0px rgba(197, 197, 197, 0.3);
	font-size: 14px;
}

.examAdvantagex img,
.examAdvantagex b,
.examAdvantagex em {
	display: inline-block;
	line-height: 18px;
}

.examAdvantagex img {
	margin: 0px 5px 0 0;
	vertical-align: -2px;
}

.examAdvantagex b {
	color: #2D84FF;
	font-size: 14px;
}

.improvingBox {
	padding: 15px;
	background: #fff;
	border-radius: 10px 10px 0 0;
}

.announceListx03 {
	margin-bottom: 0;
}

.campusIntroduced {
	padding: 15px;
	background: #fff;
	margin-top: 15px;
}

.announceCampus {
	padding: 15px 0 0 0;
}

.announceCampus div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.announceCampus div img {
	width: 48%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 10px;
}

.campusArea {
	display: flex;
	align-items: center;
}

.campusArea i {
	font-size: 18px;
	margin-right: 5px;
	color: #2D84FF;
	display: inline-block;
	margin-top: 1px;
}

.campusArea span {
	flex: 1;
	color: #999;
	font-size: 14px;
}

.eduBoxMainTab09 {
	display: flex;
	justify-content: space-between;
	padding: 15px;
}

.eduBoxMainTab09 a {
	width: 30%;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-radius: 15px;
	background: linear-gradient(-15deg, #71dce2 0%, #62c8d7 100%);
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.eduBoxMainTab09 a.color02 {
	background: linear-gradient(-15deg, #ffe46f 0%, #ffad29 100%);
}

.eduBoxMainTab09 a.color03 {
	background: linear-gradient(-15deg, #8BBCFF 0%, #4294FA 100%);
}





.wait-loading {
	margin: 0 auto;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	-webkit-animation: waitLoading 1s steps(12, end) infinite;
	animation: waitLoading 1s steps(12, end) infinite;
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
	background-size: 100%;
}

@keyframes waitLoading {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg);
		transform: rotate3d(0, 0, 1, 360deg);
	}
}

.loading {
	width: 40px;
	height: 44px;
	z-index: 99999999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -22px;
	border-radius: 5px;
}

.loading-txt {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.ending {
	width: 60px;
	height: 24px;
	background-color: rgb(89, 89, 89);
	z-index: 99999999;
	position: fixed;
	top: 50%;
	left: 34%;
	border-radius: 5px;
	line-height: 24px;
}

/* 专本套读 */
.evenReadx img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.evenReadx p {
	background: #fff;
	box-shadow: 0px 5px 15px 0px #E9E9E9;
	border-radius: 8px;
	margin: -45px 15px 0 15px;
	position: relative;
	z-index: 2;
	padding: 15px 15px;
}

.evenReadx span {
	display: block;
	font-size: 13px;
	color: #333;
	line-height: 24px;
	text-indent: 25px;
}

.evenReadList {
	overflow: hidden;
	padding-top: 20px;
}

.evenReadTit {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}

.evenReadTit em {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #4294FA;
	padding: 0 15px;
	border-radius: 15px;
	font-size: 15px;
	color: #fff;
	margin-right: 6px;
}

.evenReadContent {
	padding: 15px;
	overflow: hidden;
	background: #F5F9FF;
	margin-top: 15px;
	border-radius: 10px;
}

.evenReadText {
	font-size: 13px;
	color: #333;
	line-height: 20px;
	padding-bottom: 20px;
	text-indent: 25px;
}

.evenReadTextNoPd {
	padding-bottom: 0;
}

.evenReadInward {
	padding: 20px 15px 15px 15px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}

.evenReadPosition {
	margin: -32px 0 0 -12px;
}

.evenReadTit02 {
	position: relative;
}

.evenReadTit02 em {
	display: inline-block;
	background: #fff;
	color: #2881FF;
	font-size: 15px;
	padding: 0 10px;
	border-radius: 5px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #2881FF;
	z-index: 5;
	position: relative;
}

.evenReadTit02::after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 28px;
	background: #2881FF;
	position: absolute;
	left: -2px;
	top: -4px;
	border-radius: 5px;
}

.evenReadTextPd15 {
	padding: 15px 0 0 0;
}

.evenReadListx {
	padding-top: 15px;
}

.evenReadListx li {
	display: flex;
	padding-bottom: 10px;
}

.evenReadListx li em {
	width: 60px;
	line-height: 26px;
	text-align: justify;
	text-align-last: justify;
	color: #2881FF;
	font-size: 14px;
	font-weight: bold;
	margin-right: 8px;
}

.evenReadListx li span {
	flex: 1;
	line-height: 20px;
	position: relative;
	padding: 2px 10px;
	border: 1px solid #2881FF;
	border-radius: 5px;
}

.evenReadListx li span::after {
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	top: 9px;
	background: url(/img/mobile/edu/xuezhi04.jpg) no-repeat;
	width: 5px;
	height: 6px;
	background-size: 5px 6px;
}

.evenReadTextPdTop15 {
	padding-top: 15px;
}

/* 我要报名弹窗 */
.signUp-success {
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
}

.signUp-success img {
	height: 38px;
	height: 38px;
	display: block;
	margin: 0 auto;
}

.signUp-success .success-title {
	margin-top: 14px;
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
	color: #0A1A39;
}

.signUp-success .success-con {
	margin-top: 14px;
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 16px;
	color: #999999;
}

.sure-btn {
	height: 44px;
	line-height: 44px;
	border-top: 1px solid #F1F1F1;
	font-size: 17px;
	font-weight: 500;
	color: #1A7DF4;
	border-radius: 0 0 8px 8px;
	text-align: center;
}

.sure-btn:active {
	background-color: #acd1fd;
}

.master {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	z-index: 9999;
	display: none;
}

.dialog-container {
	touch-action: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: auto;
	display: none;
}

.dialog-main {
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	width: 90%;
	min-height: 150px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}

.main-content {
	width: 100%;
	flex-grow: 1;
}

.icon-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color: #DDDDDD;
}

.icon-close:active {
	color: #1A7DF4;
}

.sign-up-box {
	padding-bottom: 15px;
}

.sign-up-box .public-title img {
	width: 174px;
	height: 36px;
	display: none;
	margin: 0 auto;
}

.sign-up-box .public-title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sign-up-box .form-box {
	padding: 25px 15px 5px 15px;
}

.sign-up-Dialog .icon-close {
	color: #222;
	font-size: 26px;
	/* background: url(/img/mobile/education2078/sign-bg.png) no-repeat; */
}

.sign-up-box .public-butn {
	height: 44px;
	line-height: 44px;
	background: #FF604A;
	color: #fff;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 15px;
	text-align: center;
}

.sign-up-box .form-box input {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	box-sizing: border-box;
	background: #F6F7F8;
	border-radius: 4px;
	border: 0;
	margin-bottom: 15px;
	font-size: 15px;
	color: #0A1A39;
}

.sign-up-box .form-box input::-webkit-input-placeholder {
	color: ##B3B3B3;
}

.sign-up-box .form-box input:-moz-placeholder {
	color: ##B3B3B3;
}

.sign-up-box .form-box input::-moz-placeholder {
	color: ##B3B3B3;
}

.sign-up-box .form-box input:-ms-input-placeholder {
	color: ##B3B3B3;
}

.sign-up-box .form-box .code-box {
	position: relative;
	z-index: 1;
}

.sign-up-box .form-box .code-box img {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 27px;
}

.course-list {
	padding: 0 15px;
}

.module-item {
	padding: 0 30px 10px;
}
.module-item-title {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 20px;
}

.module-item-title .module-item-title-right {
	margin-left: auto;
	font-size: 12px;
	color: #999999;
}

	{
	/* 2492汇博教育学历提升改版（触屏版） */
}

/*列表图片从左换到右测*/
.module-item-content-list .list-item,
.article-list2492 .list-item {
	margin-left: 0px;
	margin-right: 70px;
}

.module-item-content-list .list-item-img,
.article-list2492 .list-item-img {
	left: auto;
	right: -70px;
}

.module-item-content-list .list-item::after,
.article-list2492 .list-item::after {
	right: 10px;
	left: 0px
}
.module-item-content-list a:last-child .list-item::after{
    border-bottom: 0px;
}
/***/
.article-list2492 {
	border-top: 8px solid var(--base-bg-color);
	padding: 20px;
	margin-top: 0;
}

.article-list2492 .module-item-content-title {
	font-size: 12px;
}

.article-list2492 a {
	padding: 0;
}

.article-list2492 .module-item-content-list {
	box-shadow: none;
}

.company-hot2492 {
	border-top: 8px solid var(--base-bg-color);
	padding: 20px;
}

.company-hot2492 .title,
.company-hot2492 .list-box .company-info .name {
	font-size: 17px;
	color: var(--title-text-color);
	font-weight: bold;
}

.company-hot2492 .list-box .item-box {
	border-bottom: 1px solid var(--base-bg-color);
	padding: 15px 0 20px;
}

.company-hot2492 .list-box .item-box .company-box {
	display: flex;
}

.company-hot2492 .list-box .company-box .logo,
.company-hot2492 .list-box .company-box .logo img {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
}

.company-hot2492 .list-box .company-box .logo {
	margin-top: 4px;
	flex-shrink: 0;
}

.company-hot2492 .list-box .company-box .company-info {
	flex-grow: 1;
	margin-left: 15px;
	max-width: calc(100% - 60px);
}

.company-hot2492 .list-box .company-info .info {
	font-size: 12px;
	color: var(--primary-text-color);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 3px 0;
}

.company-hot2492 .list-box .company-info .score {
	font-size: 12px;
	color: var(--primary-text-color);
}

.company-hot2492 .list-box .company-info .score span {
	display: inline-block;
	margin-right: 10px;
}

.company-hot2492 .label-box {
	padding: 15px 0;
}

.company-hot2492 .label-box .item {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: var(--primary-text-color);
	padding: 0 5px;
	border-radius: 2px;
	margin-right: 10px;
	background: var(--base-bg-color);
	display: inline-block;
}

.company-hot2492 .job-box .number {
	font-size: 12px;
	color: var(--title-text-color);
}

.company-hot2492 .job-box .icon-chat_right {
	float: right;
	font-size: 10px;
	color: #bbb;
	margin-top: 5px;
}

.tag-box2492 {
	background: #fff;
	padding: 10px 15px;
	white-space: nowrap;
	max-width: 100%;
	overflow-y: auto;
}

.tag-box2492 .item {
	display: inline-block;
	margin-right: 8px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	padding: 0 7px;
	border-radius: 16px;
	background: var(--base-bg-color);
	color: var(--primary-text-color);
}

.tag-box2492 .cur {
	background: linear-gradient(90deg, #5896FF 0%, #2979FF 99%);
	color: #fff;
}

::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
