a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.module-wrap * {
	box-sizing: border-box;
}
.module-wrap .banner {
	overflow: hidden;
}
.module-wrap .banner .swiper-slide {
	display: block;
	height: 506px;
	position: relative;
	overflow: hidden;
}
.module-wrap .banner .swiper-slide .swiper-img {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module-wrap .banner .banner-pagination {
	bottom: 8px;
}
.module-wrap .banner .banner-pagination .swiper-pagination-bullet {
	opacity: 1;
	background-color: transparent;
	background-image: url(https://www.mobiletrain.org/images/mo/index/banner_btn.png);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
.module-wrap .banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
	background-image: url(https://www.mobiletrain.org/images/mo/index/banner_btn_link.png);
}
.module-wrap .module .module-title {
	font-size: 32px;
	font-weight: 500;
	color: #373131;
	line-height: 36px;
	text-align: center;
}
.module-wrap .module .module-title.dark {
	color: #fff;
}
.module-wrap .module .module-title.dark .strong {
	color: #fbdd37;
}
.module-wrap .module .module-title .strong {
	color: #f46833;
}
.module-wrap .module .btn {
	display: block;
	margin: 0 auto;
	width: 288px;
	line-height: 58px;
	/* background-image: -webkit-linear-gradient(
    left,
    #fb8226,
    #f05b39,
    #fb8226
  );
  background-image: linear-gradient(90deg, #fb8226, #f05b39, #fb8226); */
	background: #fb8226;
	background-size: 200% 100%;
	background-position: left top;
	border-radius: 29px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	-webkit-transition: background-position 0.4s;
	transition: background-position 0.4s;
	position: relative;
	-webkit-animation: mscale 1s infinite;
	animation: mscale 1s infinite;
}
.module-wrap .module .btn::before {
	content: "";
	background-image: url("../images/bg-btn.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 12px;
	height: 17px;
	position: absolute;
	bottom: 19px;
	right: 44px;
}
.module-wrap .module .btn:hover {
	background-position: 100% top;
}
.module-wrap .module.module0 {
	padding-top: 48px;
	background-color: #fbfbfb;
	padding-bottom: 41px;
}
.module-wrap .module.module0 .main {
	margin-top: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module0 .main .card {
	width: 158px;
	position: relative;
}
.module-wrap .module.module0 .main .card::before {
	content: "";
	position: absolute;
	top: 43px;
	left: 72px;
	width: 0;
	height: 0;
	border-width: 0 7px 10px;
	border-style: solid;
	border-color: transparent transparent rgba(58, 38, 229, 0.16);
}
.module-wrap .module.module0 .main .card + .card {
	margin-left: 46px;
}
.module-wrap .module.module0 .main .card .title {
	text-align: center;
	background: #ebebf6;
	border-radius: 21px;
	font-size: 22px;
	font-weight: bold;
	color: #3a26e5;
	line-height: 41px;
}
.module-wrap .module.module0 .main .card .title:hover {
	color: #ebebf6;
	background: #3a26e5;
}
.module-wrap .module.module0 .main .card .dec {
	margin-top: 22px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 22px;
}
.module-wrap .module.modulekaiban {
	padding-top: 42px;
}
.module-wrap .module.modulekaiban .c1-table-box {
	position: relative;
	height: 460px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 1200px;
}
.module-wrap .module.modulekaiban .c1-btns {
	width: 1200px;
	margin: 0 auto;
	margin-top: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.module-wrap .module.modulekaiban .c1-btns li {
	width: 106px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 5px;
	font-size: 20px;
	color: #000000;
	border: 1px solid #c4ccd7;
	margin: 0 15px 8px 0;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
}
.module-wrap .module.modulekaiban .c1-btns li:nth-child(10) {
	margin-right: 0;
}
.module-wrap .module.modulekaiban .c1-btns li.active {
	/* background-image: -webkit-linear-gradient(
       left,
       #5526c9 0%,
       #0d99f7 100%
     ),
     -webkit-linear-gradient(#ff8931, #ff8931);
   background-image: linear-gradient(90deg, #5526c9 0%, #0d99f7 100%),
     linear-gradient(#ff8931, #ff8931); */

	background: #5526c9;
	color: #fff;
}
.module-wrap .module.modulekaiban .c1-table {
	position: absolute;
	width: 100%;
	height: auto;
	left: auto;
	top: 0;
	bottom: auto;
	right: 0;
}
.module-wrap .module.modulekaiban .c1-table.running {
	-webkit-transition: 1s;
	transition: 1s;
}
.module-wrap .module.modulekaiban .c1-table li {
	float: left;
	width: 577px;
	font-size: 19px;
	height: 57px;
	line-height: 57px;
	color: #000;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #e1e5eb;
}
.module-wrap .module.modulekaiban .c1-table li div {
	display: inline-block;
}
.module-wrap .module.modulekaiban .c1-table li:hover {
	background-color: #f0f0f0;
}
.module-wrap .module.modulekaiban .c1-table div:nth-child(1) {
	width: 98px;
}
.module-wrap .module.modulekaiban .c1-table div:nth-child(1) span {
	padding: 4px 8px;
	text-align: center;
	background-color: #ff8931;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #ffffff;
}
.module-wrap .module.modulekaiban .c1-table div:nth-child(2) {
	width: 188px;
	font-size: 16px;
	color: #000000;
}
.module-wrap .module.modulekaiban .c1-table div:nth-child(3) {
	width: 162px;
	color: #000000;
	font-size: 16px;
}
.module-wrap .module.modulekaiban .c1-table div:nth-child(4) {
	width: 124px;
}
.module-wrap .module.modulekaiban .c1-table div:nth-child(4) a {
	display: block;
	width: 104px;
	height: 36px;
	line-height: 36px;
	/* background-image: -webkit-linear-gradient(
       left,
       #5526c9 0%,
       #0d99f7 100%
     ),
     -webkit-linear-gradient(#e80c88, #e80c88);
   background-image: linear-gradient(90deg, #5526c9 0%, #0d99f7 100%),
     linear-gradient(#e80c88, #e80c88);
   background-blend-mode: normal, normal; */
	background: #5526c9;
	border-radius: 18px;
	text-decoration: none;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.module-wrap .module.modulekaiban .c1-table div:nth-child(4) a:hover {
	/* background-image: -webkit-linear-gradient(right, #5526c9 0%, #0d99f7 100%); */
	/* background-image: linear-gradient(270deg, #5526c9 0%, #0d99f7 100%); */
	background: #5526c9;
}
.module-wrap .module.modulekaiban .c1_none {
	width: 1100px;
	padding-top: 35px;
	border-top: 1px solid #e0e0e0;
	display: none;
	zoom: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module.modulekaiban .c1_none.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 20px;
}
.module-wrap .module.modulekaiban .c1_none .fl {
	margin-left: 60px;
	width: 490px;
	float: left;
}
.module-wrap .module.modulekaiban .c1_none .fl img {
	display: block;
	margin: 0 auto;
}
.module-wrap .module.modulekaiban .c1_none .fl h4 {
	font-size: 26px;
	color: #333;
	text-align: center;
}
.module-wrap .module.modulekaiban .c1_none .fl h4 span {
	font-size: 18px;
	color: #666;
	display: block;
	padding-top: 15px;
}
.module-wrap .module.modulekaiban .c1_none .fr {
	margin-right: 110px;
	width: 440px;
	padding-top: 10px;
	float: right;
}
.module-wrap .module.modulekaiban .c1_none .fr h5 {
	width: 370px;
	position: relative;
	border-top: 1px solid #e0e0e0;
	margin: 0 auto 30px;
}
.module-wrap .module.modulekaiban .c1_none .fr h5 span {
	display: block;
	width: 160px;
	font-size: 22px;
	color: #333;
	background: #fff;
	position: absolute;
	height: 40px;
	left: 50%;
	margin-left: -80px;
	top: -20px;
	text-align: center;
	font-weight: bold;
}
.module-wrap .module.modulekaiban .c1_none .fr p {
	width: 365px;
	height: 68px;
	margin: 0 auto 25px;
	border-radius: 5px;
	border: 1px solid #b0b0b0;
	overflow: hidden;
}
.module-wrap .module.modulekaiban .c1_none .fr p span {
	display: inline-block;
	color: #272729;
	font-size: 18px;
	width: 87px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background: #f4f4f4;
	border-right: 1px solid #b0b0b0;
}
.module-wrap .module.modulekaiban .c1_none .fr p input {
	border: 0;
	outline: none;
	width: 250px;
	height: 68px;
	color: #333;
	padding-left: 20px;
}
.module-wrap .module.modulekaiban .c1_none .fr button {
	cursor: pointer;
	display: block;
	width: 367px;
	height: 73px;
	margin: 0 auto;
	background: url(http://www.mobiletrain.org/images/qf-2018-h5/c3_submit_btn.png) no-repeat center top;
	border: 0;
}
.module-wrap .module.module1 {
	padding-top: 53px;
}
.module-wrap .module.module1 .main {
	position: relative;
	width: 1275px;
	height: 649px;
	margin: 38px auto 0;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 44px;
}
.module-wrap .module.module1 .main .left {
	padding-top: 44px;
}
.module-wrap .module.module1 .main .left .card {
	cursor: pointer;
	width: 278px;
	height: 110px;
	background: #ffffff;
	border: 1px solid #7a6bff;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 26px;
}
.module-wrap .module.module1 .main .left .card + .card {
	margin-top: 11px;
}
.module-wrap .module.module1 .main .left .card.active {
	/* background: -webkit-linear-gradient(right, #3a26e5, #3a26e5);*/
	background: #3a26e5;
}
.module-wrap .module.module1 .main .left .card.active .title {
	color: #ffffff;
}
.module-wrap .module.module1 .main .left .card .num {
	font-size: 63px;
	font-weight: 500;
	font-style: italic;
	color: rgba(191, 183, 255, 0.49);
	line-height: 67px;
}
.module-wrap .module.module1 .main .left .card .title {
	margin-left: 18px;
	font-size: 20px;
	font-weight: 500;
	color: #373737;
	line-height: 30px;
}
.module-wrap .module.module1 .main .right {
	width: 894px;
	margin-left: 26px;
	padding-top: 42px;
}
.module-wrap .module.module1 .main .right .content {
	border-radius: 8px;
	background-color: #ebebf6;
	height: 480px;
	display: none;
	background-image: url("../images/bg1-2.png");
}
.module-wrap .module.module1 .main .right .content.active {
	display: block;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) {
	background-image: url("../images/bg1-1.png");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list {
	position: absolute;
	top: 0;
	left: 0;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit {
	position: absolute;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(1) {
	top: 96px;
	left: 126px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(2) {
	top: 96px;
	left: 318px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(3) {
	top: 96px;
	left: 511px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(4) {
	top: 96px;
	left: 703px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(5) {
	top: 181px;
	left: 222px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(6) {
	top: 181px;
	left: 414px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(7) {
	top: 181px;
	left: 607px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(8) {
	top: 271px;
	left: 126px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(9) {
	top: 271px;
	left: 318px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(10) {
	top: 271px;
	left: 511px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit:nth-child(11) {
	top: 271px;
	left: 703px;
}
.module-wrap .module.module1 .main .right .content:nth-child(1) .list .sqit .sqit-title {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #373737;
	line-height: 20px;
	margin-top: 10px;
}
.module-wrap .module.module1 .main .right .content:nth-child(2) .company-img {
	margin: 46px auto 0;
	display: block;
}

.module-wrap .module.module1 .main .right .content:nth-child(3) {
	position: relative;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap {
	position: absolute;
	left: 57px;
	top: 90px;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart + .chart {
	margin-top: 25px;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart:nth-child(1) .num {
	width: 552px;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart:nth-child(2) .num {
	width: 470px;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart:nth-child(3) .num {
	width: 403px;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart:nth-child(4) .num {
	width: 352px;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart:nth-child(5) .num {
	width: 317px;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart:nth-child(6) .num {
	width: 268px;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart:nth-child(7) .num {
	width: 195px;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart .post {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #373737;
	line-height: 19px;
	width: 133px;
	text-align: right;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart .num {
	margin-left: 28px;
	padding-left: 28px;
	/* background: -webkit-linear-gradient(right, #ad26e5, #365cf4);
   background: linear-gradient(-90deg, #ad26e5, #365cf4); */
	background: linear-gradient(-90deg, #ad26e5 0%, #365cf4 100%);
	border-radius: 9px;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	color: #ffffff;
	line-height: 22px;
}
.module-wrap .module.module1 .main .right .content:nth-child(3) .chart-wrap .chart .year {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 18px;
}
.module-wrap .module.module1 .main .right .content .title {
	font-size: 20px;
	font-weight: 500;
	color: #3a26e5;
	line-height: 48px;
	text-align: center;
}
.module-wrap .module.module1 .main .btn {
	position: absolute;
	top: 557px;
	left: 494px;
}
.module-wrap .module.module2 {
	padding-top: 73px;
}
.module-wrap .module.module2 .main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 37px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.module-wrap .module.module2 .main .left {
	padding-top: 29px;
	border-radius: 16px;
	overflow: hidden;
}
.module-wrap .module.module2 .main .left video {
	width: 609px;
	height: 362px;
	background: #000000;
	border-radius: 16px;
}
.module-wrap .module.module2 .main .right {
	background-image: url("../images/bg2.png");
	background-repeat: no-repeat;
	background-position: right top;
	width: 570px;
	padding-top: 20px;
	height: 391px;
	position: relative;
}
.module-wrap .module.module2 .main .right .title {
	font-size: 22px;
	font-weight: bold;
	color: #3a26e5;
	line-height: 32px;
	margin-left: 51px;
}
.module-wrap .module.module2 .main .right .dec {
	margin-top: 41px;
	padding-left: 42px;
	width: 496px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.module-wrap .module.module3 {
	background-image: url("../images/bg3.png");
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 61px;
	padding-top: 118px;
}
.module-wrap .module.module3 .main {
	width: 1200px;
	margin: 27px auto 0;
	height: 844px;
	background: #ffffff;
	box-shadow: 0px 3px 7px 0px rgba(235, 235, 246, 0.82);
	border-radius: 10px;
}
.module-wrap .module.module3 .main .info-list {
	padding-top: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 81px;
	padding-right: 100px;
}
.module-wrap .module.module3 .main .info-list .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module3 .main .info-list .info:nth-child(1) .right .num {
	color: #3a26e5;
}
.module-wrap .module.module3 .main .info-list .info:nth-child(2) .right .num {
	color: #ad26e5;
}
.module-wrap .module.module3 .main .info-list .info:nth-child(3) .right .num {
	color: #e56e26;
}
.module-wrap .module.module3 .main .info-list .info:nth-child(4) .right .num {
	color: #19c6d6;
}
.module-wrap .module.module3 .main .info-list .info .right {
	margin-left: 16px;
}
.module-wrap .module.module3 .main .info-list .info .right .num {
	font-size: 19px;
	font-weight: bold;
	line-height: 23px;
}
.module-wrap .module.module3 .main .info-list .info .right .dec {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
}
.module-wrap .module.module3 .main .table {
	width: 1061px;
	margin: 29px auto 0;
}
.module-wrap .module.module3 .main .table .thead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 35px;
	background: #3a26e5;
	border-radius: 8px 8px 0px 0px;
}
.module-wrap .module.module3 .main .table .thead .td {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 35px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.module-wrap .module.module3 .main .table .tbody-wrap {
	height: 562px;
	overflow: hidden;
}
.module-wrap .module.module3 .main .table .tbody-wrap .tbody.running {
	-webkit-transition: 1s;
	transition: 1s;
}
.module-wrap .module.module3 .main .table .tbody-wrap .tbody .tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e4e4e4;
}
.module-wrap .module.module3 .main .table .tbody-wrap .tbody .tr .td {
	font-size: 14px;
	font-weight: 400;
	color: #373131;
	line-height: 44px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.module-wrap .module.module3 .main .table .tbody-wrap .tbody .tr .td.red {
	font-size: 18px;
	color: #f46833;
	font-weight: 500;
}
.module-wrap .module.module3 .main .btn {
	margin-top: 29px;
}
.module-wrap .module.module4 {
	padding-top: 53px;
	padding-bottom: 47px;
}
.module-wrap .module.module4 .main {
	width: 1200px;
	height: 341px;
	background: #f0f0f0;
	border-radius: 10px;
	margin: 34px auto 0;
	padding-top: 24px;
	position: relative;
}
.module-wrap .module.module4 .main .list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module4 .main .list-wrap + .list-wrap {
	margin-top: 34px;
}
.module-wrap .module.module4 .main .list-wrap:nth-child(1) .left {
	background-color: #348aff;
}
.module-wrap .module.module4 .main .list-wrap:nth-child(1) .list .post {
	border-color: #348aff;
}
.module-wrap .module.module4 .main .list-wrap:nth-child(1) .list .post + .post::before {
	background-image: url("../images/list4-1.svg");
}
.module-wrap .module.module4 .main .list-wrap:nth-child(2) .left {
	background-color: #3147f3;
}
.module-wrap .module.module4 .main .list-wrap:nth-child(2) .list .post {
	border-color: #3147f3;
}
.module-wrap .module.module4 .main .list-wrap:nth-child(2) .list .post + .post::before {
	background-image: url("../images/list4-2.svg");
}
.module-wrap .module.module4 .main .list-wrap:nth-child(3) .left {
	background-color: #9a31f3;
}
.module-wrap .module.module4 .main .list-wrap:nth-child(3) .list .post {
	border-color: #9a31f3;
}
.module-wrap .module.module4 .main .list-wrap:nth-child(3) .list .post + .post::before {
	background-image: url("../images/list4-3.svg");
}
.module-wrap .module.module4 .main .list-wrap .left {
	margin-left: 21px;
	width: 138px;
	text-align: center;
	line-height: 62px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
}
.module-wrap .module.module4 .main .list-wrap .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 21px;
}
.module-wrap .module.module4 .main .list-wrap .list .post {
	width: 140px;
	line-height: 54px;
	text-align: center;
	background: #ffffff;
	border: 1px dashed;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #373737;
}
.module-wrap .module.module4 .main .list-wrap .list .post + .post {
	margin-left: 32px;
	position: relative;
}
.module-wrap .module.module4 .main .list-wrap .list .post + .post::before {
	position: absolute;
	left: -27px;
	top: 20px;
	content: "";
	width: 23px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
}
.module-wrap .module.module4 .main .btn {
	position: absolute;
	top: 311px;
	left: 456px;
}
.module-wrap .module.module5 {
	padding-top: 53px;
}
.module-wrap .module.module5 .main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding-top: 19px;
}
.module-wrap .module.module5 .main .card {
	margin-top: 19px;
}
.module-wrap .module.module5 .main .card:hover .dec-wrap .dec {
	background-color: #e4e7ff;
}
.module-wrap .module.module5 .main .card .title {
	width: 164px;
	line-height: 46px;
	/* background: -webkit-linear-gradient(right, #5b74f6, #3a26e5); */
	background: linear-gradient(270deg, #5b74f6 0%, #3a26e5 100%);
	border-radius: 0px 12px 0px 0px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
}
.module-wrap .module.module5 .main .card .dec-wrap {
	width: 192px;
	height: 147px;
	background: #f0f0f0;
	border-radius: 10px;
	padding-top: 10px;
}
.module-wrap .module.module5 .main .card .dec-wrap .dec {
	width: 170px;
	height: 128px;
	background: #ffffff;
	border-radius: 8px;
	margin: 0 auto;
	padding-top: 58px;
	position: relative;
}
.module-wrap .module.module5 .main .card .dec-wrap .dec .dec-img {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 18px;
}
.module-wrap .module.module5 .main .card .dec-wrap .dec .content {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #373737;
	line-height: 27px;
}
.module-wrap .module.module5 .btn {
	margin-top: 25px;
}
.module-wrap .module.module6 {
	padding-top: 88px;
	padding-bottom: 74px;
}
.module-wrap .module.module6 .main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1200px;
	padding-top: 35px;
	background-image: url("../images/bg5.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.module-wrap .module.module6 .main .card {
	margin-top: 9px;
	width: 299px;
	height: 493px;
	border-radius: 10px;
}
.module-wrap .module.module6 .main .card:nth-child(odd) {
	border-top: 16px solid;
	/* background: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
   background: linear-gradient(180deg, #f0f0f0, #ffffff); */
	background: #f0f0f0;
}
.module-wrap .module.module6 .main .card:nth-child(even) {
	border-bottom: 16px solid;
	/* background: -webkit-linear-gradient(bottom, #f0f0f0, #ffffff);
   background: linear-gradient(0deg, #f0f0f0, #ffffff); */
	background: #f0f0f0;
}
.module-wrap .module.module6 .main .card:nth-child(1) {
	border-color: #f8772c;
}
.module-wrap .module.module6 .main .card:nth-child(1) .title-wrap .num {
	color: rgba(248, 119, 44, 0.14);
}
.module-wrap .module.module6 .main .card:nth-child(1) .title-wrap .title {
	color: #f97d29;
}
.module-wrap .module.module6 .main .card:nth-child(2) {
	border-color: #ff5d59;
}
.module-wrap .module.module6 .main .card:nth-child(2) .title-wrap .num {
	color: rgba(250, 57, 52, 0.14);
}
.module-wrap .module.module6 .main .card:nth-child(2) .title-wrap .title {
	color: #fe504c;
}
.module-wrap .module.module6 .main .card:nth-child(3) {
	border-color: #ea3ddc;
}
.module-wrap .module.module6 .main .card:nth-child(3) .title-wrap .num {
	color: rgba(234, 61, 220, 0.14);
}
.module-wrap .module.module6 .main .card:nth-child(3) .title-wrap .title {
	color: #ea3ddc;
}
.module-wrap .module.module6 .main .card:nth-child(4) {
	border-color: #576cf4;
}
.module-wrap .module.module6 .main .card:nth-child(4) .title-wrap .num {
	color: rgba(87, 108, 244, 0.14);
}
.module-wrap .module.module6 .main .card:nth-child(4) .title-wrap .title {
	color: #576cf4;
}
.module-wrap .module.module6 .main .card:nth-child(5) {
	border-color: #1fd39e;
}
.module-wrap .module.module6 .main .card:nth-child(5) .title-wrap .num {
	color: rgba(31, 211, 158, 0.14);
}
.module-wrap .module.module6 .main .card:nth-child(5) .title-wrap .title {
	color: #1fd39e;
}
.module-wrap .module.module6 .main .card:nth-child(6) {
	border-color: #e4bb2e;
}
.module-wrap .module.module6 .main .card:nth-child(6) .title-wrap .num {
	color: rgba(214, 175, 39, 0.14);
}
.module-wrap .module.module6 .main .card:nth-child(6) .title-wrap .title {
	color: #d6af27;
}
.module-wrap .module.module6 .main .card:nth-child(7) {
	border-color: #ea5e3d;
}
.module-wrap .module.module6 .main .card:nth-child(7) .title-wrap .num {
	color: rgba(234, 94, 61, 0.14);
}
.module-wrap .module.module6 .main .card:nth-child(7) .title-wrap .title {
	color: #ea5e3d;
}
.module-wrap .module.module6 .main .card .title-wrap {
	margin-left: 18px;
	margin-right: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #c1c1c1;
}
.module-wrap .module.module6 .main .card .title-wrap .num {
	line-height: 52px;
	font-size: 29px;
	font-weight: 500;
}
.module-wrap .module.module6 .main .card .title-wrap .title {
	line-height: 52px;
	font-size: 20px;
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.module-wrap .module.module6 .main .card .dec-list {
	padding-top: 13px;
}
.module-wrap .module.module6 .main .card .dec-list .dec-wrap + .dec-wrap {
	margin-top: 29px;
}
.module-wrap .module.module6 .main .card .dec-list .dec-wrap .label {
	margin-left: 28px;
	font-size: 14px;
	font-weight: 400;
	color: #868686;
	line-height: 22px;
}
.module-wrap .module.module6 .main .card .dec-list .dec-wrap .dec {
	margin-left: 28px;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 29px;
}
.module-wrap .module.module6 .btn {
	margin-top: 26px;
}
.module-wrap .module.module7 {
	background-color: #f9f9f9;
	padding-top: 68px;
	padding-bottom: 58px;
}
.module-wrap .module.module7 .main {
	margin-top: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module.module7 .main .card {
	padding-top: 138px;
	width: 225px;
	height: 437px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.module-wrap .module.module7 .main .card + .card {
	margin-left: 13px;
}
.module-wrap .module.module7 .main .card.active {
	padding-top: 40px;
	width: 724px;
}
.module-wrap .module.module7 .main .card.active .check-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module.module7 .main .card.active .dec {
	display: none;
}
.module-wrap .module.module7 .main .card.active .dec-big {
	display: block;
}
.module-wrap .module.module7 .main .card.active .more {
	display: none;
}
.module-wrap .module.module7 .main .card:nth-child(1) {
	background-color: #5971f5;
}
.module-wrap .module.module7 .main .card:nth-child(1).active {
	background-image: url("../images/bg7-1.png");
}
.module-wrap .module.module7 .main .card:nth-child(1) .check-list {
	padding-left: 2px;
	width: 682px;
	height: 267px;
	background: #ffffff;
	margin: 40px auto 0;
	border-radius: 8px;
	position: relative;
}
.module-wrap .module.module7 .main .card:nth-child(1) .check-list::before {
	content: "";
	width: 621px;
	height: 1px;
	border-top: 1px dashed #5971f5;
	position: absolute;
	left: 30px;
	top: 133px;
}
.module-wrap .module.module7 .main .card:nth-child(1) .check-list::after {
	content: "";
	width: 1px;
	height: 255px;
	border-left: 1px dashed #5971f5;
	top: 7px;
	left: 341px;
	position: absolute;
}
.module-wrap .module.module7 .main .card:nth-child(1) .check-list .check-wrap {
	padding-left: 19px;
	padding-top: 26px;
	height: 133px;
	width: 339px;
}
.module-wrap .module.module7 .main .card:nth-child(1) .check-list .check-wrap .check-dec {
	margin-left: 30px;
	margin-top: 11px;
	width: 255px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}
.module-wrap .module.module7 .main .card:nth-child(2) {
	background-color: #493af3;
}
.module-wrap .module.module7 .main .card:nth-child(2).active {
	background-image: url("../images/bg7-2.png");
}
.module-wrap .module.module7 .main .card:nth-child(2) .check-list {
	width: 682px;
	height: 267px;
	background: #ffffff;
	border-radius: 8px;
	margin: 39px auto 0;
	padding-bottom: 34px;
	padding-top: 32px;
}
.module-wrap .module.module7 .main .card:nth-child(2) .check-list .check {
	padding-left: 21px;
}
.module-wrap .module.module7 .main .card:nth-child(2) .check-list .check:nth-child(odd) {
	width: 278px;
}
.module-wrap .module.module7 .main .card:nth-child(2) .check-list .check:nth-child(even) {
	width: 376px;
}
.module-wrap .module.module7 .main .card:nth-child(2) .check-list .check .check-title {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
}
.module-wrap .module.module7 .main .card:nth-child(3) {
	background-color: #271abb;
}
.module-wrap .module.module7 .main .card:nth-child(3).active {
	background-image: url("../images/bg7-3.png");
}
.module-wrap .module.module7 .main .card:nth-child(3) .check-list {
	padding-top: 25px;
	padding-bottom: 70px;
	width: 682px;
	height: 267px;
	background: #ffffff;
	border-radius: 8px;
	margin: 39px auto 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.module-wrap .module.module7 .main .card:nth-child(3) .check-list .check {
	margin-top: 35px;
	padding-left: 21px;
}
.module-wrap .module.module7 .main .card:nth-child(3) .check-list .check:nth-child(3n + 1) {
	width: 269px;
}
.module-wrap .module.module7 .main .card:nth-child(3) .check-list .check:nth-child(3n + 2) {
	width: 243px;
}
.module-wrap .module.module7 .main .card:nth-child(3) .check-list .check .check-title {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
}
.module-wrap .module.module7 .main .card .title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module.module7 .main .card .title-wrap .title {
	margin-left: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #ffe537;
	line-height: 28px;
}
.module-wrap .module.module7 .main .card .dec {
	margin-top: 1px;
	font-size: 16px;
	font-weight: 400;
	color: #f1f1f1;
	line-height: 26px;
	text-align: center;
}
.module-wrap .module.module7 .main .card .dec-big {
	margin-top: 1px;
	font-size: 16px;
	font-weight: 400;
	color: #f1f1f1;
	line-height: 26px;
	text-align: center;
	display: none;
}
.module-wrap .module.module7 .main .card .check-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: none;
}
.module-wrap .module.module7 .main .card .check-list .check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module7 .main .card .check-list .check .check-title {
	margin-left: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #5971f5;
	line-height: 22px;
}
.module-wrap .module.module7 .main .card .more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 362px;
	text-align: center;
	width: 100%;
}
.module-wrap .module.module7 .main .card .more .more-content {
	font-size: 16px;
	font-weight: 400;
	color: #f1f1f1;
	line-height: 20px;
	margin-right: 15px;
}
.module-wrap .module.module7 .btn {
	margin-top: 32px;
}
.module-wrap .module.module8 {
	padding-top: 56px;
	background-image: url("../images/bg7.png");
	background-repeat: no-repeat;
	background-position: center 88px;
}
.module-wrap .module.module8 .module-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.module-wrap .module.module8 .circle-list {
	height: 484px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.module-wrap .module.module8 .circle-list .circle {
	position: absolute;
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 24px;
}
.module-wrap .module.module8 .circle-list .circle.white-text {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.module-wrap .module.module8 .circle-list .circle:nth-child(1) {
	width: 203px;
	height: 203px;
	left: 77px;
	bottom: 219px;
	/* background: -webkit-linear-gradient(top, #5b74f6, #3a26e5);
  background: linear-gradient(180deg, #5b74f6, #3a26e5); */
	background: #5b74f6;
	box-shadow: 0px 0px 4px 0px rgba(196, 205, 255, 0.63);
}
.module-wrap .module.module8 .circle-list .circle:nth-child(2) {
	left: 32px;
	bottom: 27px;
	width: 164px;
	height: 164px;
	/* background: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
  background: linear-gradient(180deg, #f0f0f0, #ffffff); */
	background: #f0f0f0;
	box-shadow: 0px 1px 13px 0px rgba(211, 218, 255, 0.9);
}
.module-wrap .module.module8 .circle-list .circle:nth-child(3) {
	width: 141px;
	height: 141px;
	/* background: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
  background: linear-gradient(180deg, #f0f0f0, #ffffff); */
	background: linear-gradient(180deg, #f0f0f0, #ffffff);
	box-shadow: 0px 1px 13px 0px rgba(211, 218, 255, 0.9);
	left: 331px;
	bottom: 267px;
}
.module-wrap .module.module8 .circle-list .circle:nth-child(4) {
	width: 189px;
	height: 189px;
	/* background: -webkit-linear-gradient(top, #fa7e29, #f26336);
  background: linear-gradient(180deg, #fa7e29, #f26336); */
	background: linear-gradient(180deg, #fa7e29, #f26336);
	box-shadow: 0px 1px 13px 0px rgba(211, 218, 255, 0.9);
	left: 250px;
	bottom: 53px;
}
.module-wrap .module.module8 .circle-list .circle:nth-child(5) {
	width: 141px;
	height: 141px;
	/* background: -webkit-linear-gradient(top, #5b74f6, #3a26e5);
  background: linear-gradient(180deg, #5b74f6, #3a26e5); */
	background: linear-gradient(180deg, #5b74f6, #3a26e5);
	box-shadow: 0px 0px 4px 0px rgba(196, 205, 255, 0.63);
	left: 457px;
	bottom: 146px;
}
.module-wrap .module.module8 .circle-list .circle:nth-child(6) {
	width: 138px;
	height: 138px;
	/* background: -webkit-linear-gradient(top, #5b74f6, #3a26e5);
  background: linear-gradient(180deg, #5b74f6, #3a26e5); */
	background: linear-gradient(180deg, #5b74f6, #3a26e5);
	box-shadow: 0px 0px 4px 0px rgba(196, 205, 255, 0.63);
	left: 626px;
	bottom: 240px;
}
.module-wrap .module.module8 .circle-list .circle:nth-child(7) {
	width: 115px;
	height: 115px;
	/* background: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
  background: linear-gradient(180deg, #f0f0f0, #ffffff); */
	box-shadow: 0px 1px 13px 0px rgba(211, 218, 255, 0.9);
	left: 612px;
	bottom: 100px;
}
.module-wrap .module.module8 .circle-list .circle:nth-child(8) {
	width: 115px;
	height: 115px;
	/* background: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
  background: linear-gradient(180deg, #f0f0f0, #ffffff); */
	box-shadow: 0px 1px 13px 0px rgba(211, 218, 255, 0.9);
	left: 824px;
	bottom: 224px;
}
.module-wrap .module.module8 .circle-list .circle:nth-child(9) {
	width: 126px;
	height: 126px;
	background: #5971f5;
	box-shadow: 0px 1px 13px 0px rgba(211, 218, 255, 0.9);
	left: 764px;
	bottom: 80px;
}
.module-wrap .module.module8 .circle-list .circle:nth-child(10) {
	width: 156px;
	height: 156px;
	/* background: -webkit-linear-gradient(top, #5b74f6, #3a26e5);
  background: linear-gradient(180deg, #5b74f6, #3a26e5); */
	box-shadow: 0px 0px 4px 0px rgba(196, 205, 255, 0.63);
	left: 990px;
	bottom: 224px;
}
.module-wrap .module.module8 .circle-list .circle:nth-child(11) {
	width: 156px;
	height: 156px;
	/* background: -webkit-linear-gradient(top, #fa7e29, #f26336);
  background: linear-gradient(180deg, #fa7e29, #f26336); */
	background: linear-gradient(180deg, #fa7e29, #f26336);
	box-shadow: 0px 1px 13px 0px rgba(211, 218, 255, 0.9);
	left: 951px;
	bottom: 52px;
}
.module-wrap .module.module8 .main {
	width: 1200px;
	height: 834px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-image: url("../images/bg7-left.png");
	background-repeat: no-repeat;
	background-position: left 563px;
}
.module-wrap .module.module8 .main .main-title {
	position: absolute;
	left: 463px;
	top: -8px;
	width: 274px;
	line-height: 45px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module.module8 .main .left {
	padding-top: 77px;
	padding-left: 34px;
}
.module-wrap .module.module8 .main .left .tab {
	cursor: pointer;
	width: 230px;
	line-height: 48px;
	background: #ffffff;
	border: 1px solid #7a6bff;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 400;
	color: #373131;
	padding-left: 30px;
}
.module-wrap .module.module8 .main .left .tab.active {
	/* background: -webkit-linear-gradient(right, #5b74f6, #3a26e5);
  background: linear-gradient(270deg, #5b74f6, #3a26e5); */
	background: #5b74f6;
	border-radius: 10px;
	font-weight: 500;
	color: #ffffff;
}
.module-wrap .module.module8 .main .left .tab + .tab {
	margin-top: 17px;
}
.module-wrap .module.module8 .main .right {
	width: 884px;
	height: 763px;
	background: #f8f8f8;
	margin-top: 37px;
	margin-left: 28px;
	overflow: auto;
}
.module-wrap .module.module8 .main .right .content {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module8 .main .right .content.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module.module8 .main .right .content:nth-child(1) {
	height: 2065px;
}
.module-wrap .module.module8 .main .right .content:nth-child(2) {
	height: 1418px;
}
.module-wrap .module.module8 .main .right .content:nth-child(3) {
	height: 1924px;
}
.module-wrap .module.module8 .main .right .content:nth-child(4) {
	height: 2520px;
}
.module-wrap .module.module8 .main .right .content .card {
	margin-top: 19px;
	width: 263px;
	background: #ffffff;
	border: 2px solid #f0f0f0;
	border-radius: 10px;
	padding-top: 26px;
	padding-bottom: 22px;
}
.module-wrap .module.module8 .main .right .content .card .title {
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
	margin-left: 34px;
	position: relative;
}
.module-wrap .module.module8 .main .right .content .card .title::before {
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgba(203, 215, 232, 0);
	border: 2px solid #bec7fd;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -15px;
	content: "";
}
.module-wrap .module.module8 .main .right .content .card .dec {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin: 22px 35px 0;
}
.module-wrap .module.module9 {
	background-color: #f9f9f9;
	background-image: url("../images/bg8.png");
	padding-top: 56px;
	background-repeat: no-repeat;
	background-position: center 65px;
	padding-bottom: 75px;
}
.module-wrap .module.module9 .dec {
	width: 1200px;
	padding-left: 232px;
	margin: 43px auto 0;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}
.module-wrap .module.module9 .main {
	width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 68px auto 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module.module9 .main .card {
	width: 225px;
	height: 210px;
	background-blend-mode: normal, normal;
	border-radius: 6px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	border: solid 1px #e7e9ef;
	-webkit-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
	text-align: center;
	padding-top: 20px;
}
/* .module-wrap .module.module9 .main .card:nth-child(1) {
  background: -webkit-linear-gradient(315deg, #005eff, #00b0ff);
  background: linear-gradient(135deg, #005eff, #00b0ff);
}
.module-wrap .module.module9 .main .card:nth-child(2) {
  background: -webkit-linear-gradient(315deg, #ff002f, #ffa300);
  background: linear-gradient(135deg, #ff002f, #ffa300);
}
.module-wrap .module.module9 .main .card:nth-child(3) {
  background: -webkit-linear-gradient(315deg, #00f49d, #00aaec);
  background: linear-gradient(135deg, #00f49d, #00aaec);
}
.module-wrap .module.module9 .main .card:nth-child(4) {
  background: -webkit-linear-gradient(315deg, #ff8200, #ffca00);
  background: linear-gradient(135deg, #ff8200, #ffca00);
}
.module-wrap .module.module9 .main .card:nth-child(5) {
  background: -webkit-linear-gradient(315deg, #005eff, #00b0ff);
  background: linear-gradient(135deg, #005eff, #00b0ff);
} */
.module-wrap .module.module9 .main .card:nth-child(1) {
	background: #005eff;
}
.module-wrap .module.module9 .main .card:nth-child(2) {
	background: #ff002f;
}
.module-wrap .module.module9 .main .card:nth-child(3) {
	background: #00f49d;
}
.module-wrap .module.module9 .main .card:nth-child(4) {
	background: #ff8200;
}
.module-wrap .module.module9 .main .card:nth-child(5) {
	background: #005eff;
}
.module-wrap .module.module9 .main .card:hover {
	-webkit-transform: translate3d(0, -10px, 5px);
	transform: translate3d(0, -10px, 5px);
	box-shadow: 0 7px 3px 3px rgba(87, 87, 87, 0.1);
}
.module-wrap .module.module9 .main .card .icon {
	width: 60px;
	height: 36px;
	font-size: 60px;
	line-height: 36px;
	color: #fff;
}
.module-wrap .module.module9 .main .card .title {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 16px;
	margin-top: 14px;
	line-height: 28px;
}
.module-wrap .module.module9 .main .card .title .strong {
	font-size: 24px;
}
.module-wrap .module.module9 .main .card .card-dec {
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
}
.module-wrap .module.module9 .step-wrap {
	width: 1200px;
	margin: 58px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module9 .step-wrap .left {
	width: 174px;
	height: 174px;
	/* background: -webkit-linear-gradient(right, #5b74f6, #3c2be6);
  background: linear-gradient(270deg, #5b74f6, #3c2be6); */
	background: linear-gradient(270deg, #5b74f6, #3c2be6);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fffefe;
	line-height: 32px;
}
.module-wrap .module.module9 .step-wrap .center {
	margin-left: 32px;
}
.module-wrap .module.module9 .step-wrap .center .step {
	width: 199px;
	line-height: 46px;
	border: 1px dashed #cfcfde;
	border-radius: 23px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #4c3de6;
	text-align: center;
	position: relative;
}
.module-wrap .module.module9 .step-wrap .center .step::before {
	width: 25px;
	height: 19px;
	background-image: url("../images/arrow8.png");
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	position: absolute;
	bottom: -30px;
	left: 86px;
}
.module-wrap .module.module9 .step-wrap .center .step:last-child::before {
	content: none;
}
.module-wrap .module.module9 .step-wrap .center .step + .step {
	margin-top: 34px;
}
.module-wrap .module.module9 .step-wrap .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 738px;
	height: 309px;
	background: #f4f4f4;
	border-radius: 10px;
	padding-top: 47px;
	padding-left: 22px;
	margin-left: 57px;
}
.module-wrap .module.module9 .step-wrap .right .card {
	background-image: url("../images/list8-1.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 164px;
	height: 223px;
	position: relative;
	padding-top: 32px;
	padding-left: 20px;
}
.module-wrap .module.module9 .step-wrap .right .card + .card {
	margin-left: 14px;
}
.module-wrap .module.module9 .step-wrap .right .card .num {
	position: absolute;
	font-size: 26px;
	font-weight: 400;
	font-style: italic;
	color: #cfcfcf;
	line-height: 30px;
	top: -11px;
	left: 63px;
}
.module-wrap .module.module9 .step-wrap .right .card .title {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	margin-bottom: 23px;
}
.module-wrap .module.module9 .step-wrap .right .card .card-dec {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
}
.module-wrap .module.module9 .pro-wrap {
	width: 1200px;
	padding-top: 20px;
	padding-bottom: 62px;
	background: #ffffff;
	border-radius: 10px;
	margin: 35px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 36px;
}
.module-wrap .module.module9 .pro-wrap .left .pro-tab {
	width: 230px;
	line-height: 48px;
	background-color: #fff;
	background-size: 400%;
	background-position: left;
	border: 1px solid #7a6bff;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 400;
	color: #373131;
	text-align: center;
	cursor: pointer;
}
.module-wrap .module.module9 .pro-wrap .left .pro-tab + .pro-tab {
	margin-top: 17px;
}
.module-wrap .module.module9 .pro-wrap .left .pro-tab.active {
	/* background: -webkit-linear-gradient(left, #5b74f6, #3a26e5);
  background: linear-gradient(90deg, #5b74f6, #3a26e5); */
	background: #5b74f6;
	border-radius: 10px;
	color: #ffffff;
	font-weight: 500;
}
.module-wrap .module.module9 .pro-wrap .right {
	background: #f8f8f8;
	width: 884px;
	margin-left: 26px;
	position: relative;
}
.module-wrap .module.module9 .pro-wrap .right .pro {
	height: 860px;
	overflow-y: auto;
	display: none;
}
.module-wrap .module.module9 .pro-wrap .right .pro.active {
	display: block;
}
.module-wrap .module.module9 .pro-wrap .right .pro .pro-img-wrap {
	height: 623px;
	background: #e5e5e5;
	position: relative;
}
.module-wrap .module.module9 .pro-wrap .right .pro .pro-img-wrap .pro-img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	-ms-transform: translate(-50%, -50%) scale(0.5);
	transform: translate(-50%, -50%) scale(0.5);
}
.module-wrap .module.module9 .pro-wrap .right .pro .pro-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 22px;
	padding-left: 28px;
}
.module-wrap .module.module9 .pro-wrap .right .pro .pro-contents .pro-content:nth-child(1) {
	width: 392px;
}
.module-wrap .module.module9 .pro-wrap .right .pro .pro-contents .pro-content:nth-child(2) {
	margin-left: 80px;
	width: 328px;
}
.module-wrap .module.module9 .pro-wrap .right .pro .pro-contents .pro-content .lab {
	width: 94px;
	line-height: 30px;
	text-align: center;
	background: #ebebf6;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #3a26e5;
}
.module-wrap .module.module9 .pro-wrap .right .pro .pro-contents .pro-content .pro-dec {
	margin-top: 13px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}
.module-wrap .module.module9 .pro-wrap .right .btn {
	position: absolute;
	left: 296px;
	bottom: -29px;
}
.module-wrap .module.module9 .student-pro-wrap {
	padding-top: 50px;
}
.module-wrap .module.module9 .student-pro-wrap .student-pro-title {
	position: relative;
}
.module-wrap .module.module9 .student-pro-wrap .student-pro-title::before {
	content: "";
	width: 345px;
	height: 10px;
	background: #dddded;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}
.module-wrap .module.module9 .student-pro-wrap .student-pro-title .title {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #373131;
	line-height: 26px;
	position: relative;
}
.module-wrap .module.module9 .student-pro-wrap .swiper-wrap {
	margin: 34px auto 0;
	width: 1317px;
	position: relative;
}
.module-wrap .module.module9 .student-pro-wrap .swiper-wrap .pro-swiper {
	width: 1200px;
}
.module-wrap .module.module9 .student-pro-wrap .swiper-wrap .pro-swiper .swiper-slide {
	width: 371px;
	height: 514px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.module-wrap .module.module9 .student-pro-wrap .swiper-wrap .pro-swiper .swiper-slide .swiper-img {
	width: 371px;
	height: 232px;
}
.module-wrap .module.module9 .student-pro-wrap .swiper-wrap .pro-swiper .swiper-slide .title {
	margin-top: 25px;
	margin-left: 23px;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
}
.module-wrap .module.module9 .student-pro-wrap .swiper-wrap .pro-swiper .swiper-slide .swiper-dec {
	width: 324px;
	margin: 12px auto 0;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}
.module-wrap .module.module9 .student-pro-wrap .swiper-wrap .pro-swiper .swiper-slide .swiper-btn {
	width: 151px;
	line-height: 32px;
	background: #ffe8d7;
	border-radius: 16px;
	padding-left: 43px;
	font-size: 14px;
	font-weight: 400;
	color: #e7542e;
	display: block;
	position: absolute;
	left: 24px;
	bottom: 27px;
	background-repeat: no-repeat;
	background-image: url("../images/eye.png");
	background-position: 22px center;
}
.module-wrap .module.module9 .student-pro-wrap .swiper-wrap .pro-button-next {
	background-image: url("../images/arrow-swiper.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}
.module-wrap .module.module9 .student-pro-wrap .swiper-wrap .pro-button-prev {
	background-image: url("../images/arrow-swiper.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.module-wrap .module.module10 {
	padding-top: 76px;
}
.module-wrap .module.module10 .dec-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 53px;
}
.module-wrap .module.module10 .dec-list .dec-wrap {
	text-align: center;
}
.module-wrap .module.module10 .dec-list .dec-wrap + .dec-wrap {
	margin-left: 87px;
}
.module-wrap .module.module10 .dec-list .dec-wrap .num {
	width: 158px;
	line-height: 41px;
	background: #ebebf6;
	border-radius: 21px;
	font-size: 22px;
	font-weight: bold;
	color: #3a26e5;
	text-align: center;
	position: relative;
	display: inline-block;
}
.module-wrap .module.module10 .dec-list .dec-wrap .num:hover {
	color: #ebebf6;
	background: #3a26e5;
}
.module-wrap .module.module10 .dec-list .dec-wrap .num::before {
	content: "";
	border-left: transparent 7px solid;
	border-right: transparent 7px solid;
	border-bottom: rgba(58, 38, 229, 0.16) 10px solid;
	position: absolute;
	left: 72px;
	bottom: -12px;
}
.module-wrap .module.module10 .dec-list .dec-wrap .title {
	margin-top: 23px;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
	text-align: center;
}
.module-wrap .module.module10 .teacher-wrap {
	width: 1200px;
	height: 534px;
	background: #f9f9f9;
	border-radius: 10px;
	overflow: hidden;
	margin: 46px auto 0;
	position: relative;
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big {
	display: none;
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big .left {
	width: 320px;
	height: 494px;
	/* background: -webkit-linear-gradient(right, #5b74f6, #3a26e5);
  background: linear-gradient(270deg, #5b74f6, #3a26e5); */
	background: linear-gradient(270deg, #5b74f6, #3a26e5);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big .left .teacher-img {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big .right {
	padding-top: 43px;
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big .right .name {
	padding-left: 58px;
	font-size: 22px;
	font-weight: 400;
	color: #373131;
	line-height: 24px;
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big .right .post {
	padding-left: 59px;
	margin-top: 4px;
	font-size: 22px;
	font-weight: 400;
	color: #373131;
	line-height: 26px;
	position: relative;
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big .right .post::before {
	content: "";
	position: absolute;
	left: 58px;
	bottom: -27px;
	border: 1px solid #373131;
	width: 97px;
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big .right .post::after {
	content: "";
	background-image: url("../images/bg9.png");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 85px;
	height: 8px;
	bottom: -30px;
	left: 162px;
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big .right .dec-label {
	font-size: 18px;
	font-weight: 400;
	color: #373131;
	line-height: 22px;
	margin-left: 58px;
	margin-top: 58px;
}
.module-wrap .module.module10 .teacher-wrap .teacher-big-list .teacher-big .right .dec {
	margin-left: 58px;
	width: 778px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
	margin-top: 19px;
}
.module-wrap .module.module10 .teacher-wrap .teacher-icon-list {
	position: absolute;
	left: 355px;
	bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.module-wrap .module.module10 .teacher-wrap .teacher-icon-list .teacher-icon {
	width: 82px;
	height: 92px;
	background: #ebebf6;
	border-radius: 10px;
	position: relative;
	margin-left: 18px;
	overflow: hidden;
	margin-top: 16px;
	cursor: pointer;
}
.module-wrap .module.module10 .teacher-wrap .teacher-icon-list .teacher-icon.active {
	border: 1px solid #4239e9;
}
.module-wrap .module.module10 .teacher-wrap .teacher-icon-list .teacher-icon .teacher-img {
	position: absolute;
	left: 50%;
	top: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 94px;
}
.module-wrap .module.module10 .teacher-wrap .btn {
	position: absolute;
	top: 45px;
	right: 43px;
	width: 175px;
}
.module-wrap .module.module10 .teacher-wrap .btn::before {
	right: 34px;
}
.module-wrap .module.module10 .c6-cont2 {
	width: 100%;
	/* height: 830px; */
	height: 422px;
	margin-top: 77px;
	position: relative;
	overflow: hidden;
}
.module-wrap .module.module10 .c6-cont2 > div {
	width: 4000px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.module-wrap .module.module10 .c6-cont2 ul {
	float: left;
	width: 1920px;
}
.module-wrap .module.module10 .c6-cont2 ul li {
	width: 190px;
	height: 205px;
	margin: 0 2px 2px 0;
	float: left;
	position: relative;
}
.module-wrap .module.module10 .c6-cont2 ul li img {
	width: 100%;
	height: 100%;
}
.module-wrap .module.module10 .c6-cont2 ul li .c11_add_mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(60, 106, 246, 0.5);
	display: none;
}
.module-wrap .module.module10 .c6-cont2 ul li:nth-child(31) .c11_add_teacher_info,
.module-wrap .module.module10 .c6-cont2 ul li:nth-child(32) .c11_add_teacher_info,
.module-wrap .module.module10 .c6-cont2 ul li:nth-child(33) .c11_add_teacher_info,
.module-wrap .module.module10 .c6-cont2 ul li:nth-child(34) .c11_add_teacher_info,
.module-wrap .module.module10 .c6-cont2 ul li:nth-child(35) .c11_add_teacher_info,
.module-wrap .module.module10 .c6-cont2 ul li:nth-child(36) .c11_add_teacher_info,
.module-wrap .module.module10 .c6-cont2 ul li:nth-child(37) .c11_add_teacher_info,
.module-wrap .module.module10 .c6-cont2 ul li:nth-child(38) .c11_add_teacher_info,
.module-wrap .module.module10 .c6-cont2 ul li:nth-child(39) .c11_add_teacher_info,
.module-wrap .module.module10 .c6-cont2 ul li:nth-child(40) .c11_add_teacher_info {
	top: -30px;
}
.module-wrap .module.module10 .c6-cont2 ul li .c11_add_teacher_info {
	position: absolute;
	width: 437px;
	box-sizing: border-box;
	padding: 23px;
	background: #3c6af6;
	left: 126px;
	top: 20px;
	display: none;
	z-index: 20;
}
.module-wrap .module.module10 .c6-cont2 ul li .c11_add_teacher_info h5 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.module-wrap .module.module10 .c6-cont2 ul li .c11_add_teacher_info h5 span {
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
}
.module-wrap .module.module10 .c6-cont2 ul li .c11_add_teacher_info p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	word-break: break-all;
}
.module-wrap .module.module10 .c6-cont2 ul li:hover .c11_add_teacher_info,
.module-wrap .module.module10 .c6-cont2 ul li:hover .c11_add_mask {
	display: block;
}
.module-wrap .module.module11 {
	padding-top: 73px;
	padding-bottom: 69px;
}
.module-wrap .module.module11 .book-swiper {
	margin-top: 28px;
	width: 1200px;
}
.module-wrap .module.module11 .book-swiper .swiper-slide {
	width: auto;
	height: 345px;
}
.module-wrap .module.module11 .book-swiper .swiper-slide .book-name {
	position: absolute;
	font-size: 19px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
	line-height: 23px;
	bottom: 37px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.module-wrap .module.module11 .btn {
	margin-top: 16px;
}
.module-wrap .module.module12 {
	background-color: #f9f9f9;
	padding-top: 57px;
	padding-bottom: 53px;
}
.module-wrap .module.module12 .teach-wrap {
	width: 1200px;
	height: 578px;
	background: #ffffff;
	border-radius: 10px;
	margin: 39px auto 0;
	padding: 29px 24px 0 28px;
	overflow: auto;
}
.module-wrap .module.module12 .teach-wrap .teach {
	height: 35px;
	padding-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module12 .teach-wrap .teach + .teach {
	margin-top: 7px;
}
.module-wrap .module.module12 .teach-wrap .teach.add {
	background-color: #fff4eb;
}
/* .module-wrap .module.module12 .teach-wrap .teach.add .flag {
  background: -webkit-linear-gradient(right, #fb8226, #f05b39);
  background: linear-gradient(270deg, #fb8226, #f05b39);
} */
.module-wrap .module.module12 .teach-wrap .teach.add .flag {
	background: linear-gradient(270deg, #fb8226, #f05b39);
}
.module-wrap .module.module12 .teach-wrap .teach.update {
	background-color: #f1ecff;
}
/* .module-wrap .module.module12 .teach-wrap .teach.update .flag {
  background: -webkit-linear-gradient(right, #5b74f6, #3a26e5);
  background: linear-gradient(270deg, #5b74f6, #3a26e5);
} */
.module-wrap .module.module12 .teach-wrap .teach.update .flag {
	background: linear-gradient(270deg, #5b74f6, #3a26e5);
}
.module-wrap .module.module12 .teach-wrap .teach .flag {
	width: 41px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module.module12 .teach-wrap .teach .date {
	font-size: 14px;
	color: #666666;
	margin-left: 22px;
	width: 41px;
}
.module-wrap .module.module12 .teach-wrap .teach .content {
	color: #666666;
	margin-left: 39px;
	font-size: 14px;
}
.module-wrap .module.module12 .btn {
	margin-top: 26px;
}
.module-wrap .module.module13 {
	padding-top: 53px;
}
.module-wrap .module.module13 .course-wrap {
	width: 1200px;
	height: 635px;
	background: #f5f5ff;
	border-radius: 10px;
	margin: 45px auto 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 80px 22px 40px;
}
.module-wrap .module.module13 .course-wrap .title {
	width: 422px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/title13.png");
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	line-height: 45px;
	position: absolute;
	left: 393px;
	top: -8px;
}
.module-wrap .module.module13 .course-wrap .dec {
	font-size: 18px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 61px;
	font-weight: 400;
	color: #3a26e5;
	line-height: 22px;
}
.module-wrap .module.module13 .course-wrap .course {
	width: 270px;
	margin-top: 37px;
}
.module-wrap .module.module13 .course-wrap .course .course-img-warp {
	width: 270px;
	height: 156px;
	overflow: hidden;
}
.module-wrap .module.module13 .course-wrap .course .course-img-warp:hover .course-img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.module-wrap .module.module13 .course-wrap .course .course-img-warp .course-img {
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.module-wrap .module.module13 .course-wrap .course .course-title {
	margin-top: 9px;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
}
.module-wrap .module.module13 .course-wrap .course .course-dec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5px;
}
.module-wrap .module.module13 .course-wrap .course .course-dec .num {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
}
.module-wrap .module.module13 .course-wrap .course .course-dec .study-btn {
	width: 82px;
	line-height: 32px;
	background: #ffe8d7;
	border-radius: 16px;
	font-size: 14px;
	font-weight: 400;
	color: #e7542e;
	text-align: center;
}
.module-wrap .module.module14 {
	padding-top: 81px;
	padding-bottom: 54px;
}
.module-wrap .module.module14 .dec-list {
	width: 1200px;
	margin: 29px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module14 .dec-list .dec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module.module14 .dec-list .dec .dec-content {
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 26px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 9px;
}
.module-wrap .module.module14 .dec-list .dec .dec-content .strong {
	line-height: 26px;
	font-size: 22px;
	font-weight: bold;
	color: #3a26e5;
}
.module-wrap .module.module14 .main {
	width: 1200px;
	height: 389px;
	background: #ffffff;
	border-radius: 10px;
	margin: 26px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 34px;
}
.module-wrap .module.module14 .main .left .title {
	width: 230px;
	line-height: 48px;
	border: 1px solid #7a6bff;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 400;
	color: #373131;
	text-align: center;
	background-color: #fff;
}
.module-wrap .module.module14 .main .left .title + .title {
	margin-top: 17px;
}
.module-wrap .module.module14 .main .left .title.active {
	/* background-image: -webkit-linear-gradient(left, #5b74f6, #3a26e5);
  background-image: linear-gradient(90deg, #5b74f6, #3a26e5); */
	background: #5b74f6;
	border-radius: 10px;
	color: #ffffff;
}
.module-wrap .module.module14 .main .right {
	margin-left: 47px;
	margin-right: 34px;
	padding: 0 28px;
	position: relative;
}
.module-wrap .module.module14 .main .right .company-swiper {
	width: 803px;
}
.module-wrap .module.module14 .main .right .company-swiper .dec {
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
	margin-top: 11px;
}
.module-wrap .module.module14 .main .right .company-button-next {
	background-image: url("../images/arrow-swiper.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 40px;
	height: 40px;
	top: 127px;
	margin-top: 0;
}
.module-wrap .module.module14 .main .right .company-button-prev {
	background-image: url("../images/arrow-swiper.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 127px;
	margin-top: 0;
}
.module-wrap .module.module14 .btn {
	margin-top: 33px;
}
.module-wrap .module.module15 {
	/* background: -webkit-linear-gradient(right, #4059d9, #2917be);
  background: linear-gradient(270deg, #4059d9, #2917be); */
	background: linear-gradient(270deg, #4059d9, #2917be);
	padding-top: 49px;
	padding-bottom: 63px;
}
.module-wrap .module.module15 .module-title {
	color: #ffffff;
}
.module-wrap .module.module15 .module-title .strong {
	color: #fbdd37;
}
.module-wrap .module.module15 .module-dec {
	margin: 12px auto 0;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
}
.module-wrap .module.module15 .card1-list {
	margin-top: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module.module15 .card1-list .card {
	width: 380px;
	height: 193px;
	background: #ebebf6;
	border-radius: 10px;
	text-align: center;
	padding-top: 21px;
}
.module-wrap .module.module15 .card1-list .card + .card {
	margin-left: 30px;
}
.module-wrap .module.module15 .card1-list .card .title {
	font-size: 22px;
	margin-top: 16px;
	font-weight: 500;
	color: #373131;
	line-height: 26px;
}
.module-wrap .module.module15 .card1-list .card .title .strong {
	color: #f57447;
}
.module-wrap .module.module15 .card1-list .card .dec {
	margin-top: 12px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.module-wrap .module.module15 .dec-wrap {
	position: relative;
	margin-top: 52px;
}
.module-wrap .module.module15 .dec-wrap::before {
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 413px;
	height: 10px;
	background: rgba(235, 235, 246, 0.23);
	border-radius: 5px;
	position: absolute;
	bottom: 0;
}
.module-wrap .module.module15 .dec-wrap .dec {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	line-height: 26px;
}
.module-wrap .module.module15 .card2-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px;
}
.module-wrap .module.module15 .card2-list .card:hover:nth-child(1) .title {
	/* background: -webkit-linear-gradient(left, #2c85f3, #0064d5); */
	background: linear-gradient(90deg, #2c85f3, #0064d5);
}
.module-wrap .module.module15 .card2-list .card:hover:nth-child(1) .dec-list .dec2 {
	background-color: #1a74ee;
	color: #fff;
}
.module-wrap .module.module15 .card2-list .card:hover:nth-child(2) .title {
	/* background: -webkit-linear-gradient(left, #23da8a, #04bdb2); */
	background: linear-gradient(90deg, #23da8a, #04bdb2);
}
.module-wrap .module.module15 .card2-list .card:hover:nth-child(2) .dec-list .dec2 {
	background-color: #0bac98;
	color: #fff;
}
.module-wrap .module.module15 .card2-list .card:hover:nth-child(3) .title {
	/* background: -webkit-linear-gradient(left, #da9323, #d95a0e); */
	background: #da9323;
}
.module-wrap .module.module15 .card2-list .card:hover:nth-child(3) .dec-list .dec2 {
	background-color: #e7650f;
	color: #fff;
}
.module-wrap .module.module15 .card2-list .card + .card {
	margin-left: 171px;
}
/* .module-wrap .module.module15 .card2-list .card:nth-child(1) .title {
  background: -webkit-linear-gradient(right, #2c85f3, #0064d5);
  background: linear-gradient(270deg, #2c85f3, #0064d5);
} */
.module-wrap .module.module15 .card2-list .card:nth-child(1) .dec-list .dec2 {
	color: #1a74ee;
	border-color: #1a74ee;
}
/* .module-wrap .module.module15 .card2-list .card:nth-child(2) .title {
  background: -webkit-linear-gradient(right, #23da8a, #04bdb2);
  background: linear-gradient(270deg, #23da8a, #04bdb2);
} */
.module-wrap .module.module15 .card2-list .card:nth-child(2) .dec-list .dec2 {
	color: #0bac98;
	border-color: #0bb9a3;
}
/* .module-wrap .module.module15 .card2-list .card:nth-child(3) .title {
  background: -webkit-linear-gradient(right, #da9323, #d95a0e);
  background: linear-gradient(270deg, #da9323, #d95a0e);
} */
.module-wrap .module.module15 .card2-list .card:nth-child(3) .dec-list .dec2 {
	color: #e7650f;
	border-color: #e7650f;
}
.module-wrap .module.module15 .card2-list .card .title {
	margin: 0 auto;
	width: 230px;
	line-height: 53px;
	text-align: center;
	border-radius: 10px 10px 0 0;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
}
.module-wrap .module.module15 .card2-list .card .dec-list {
	width: 286px;
	height: 143px;
	background: #ebebf6;
	border-radius: 10px;
	padding-top: 37px;
}
.module-wrap .module.module15 .card2-list .card .dec-list .dec {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
}
.module-wrap .module.module15 .card2-list .card .dec-list .dec2 {
	margin: 16px auto 0;
	width: 208px;
	line-height: 39px;
	border: 1px solid;
	border-radius: 21px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
}
.module-wrap .module.module15 .btn {
	margin-top: 34px;
}
.module-wrap .module.module16 {
	padding-top: 62px;
	text-align: center;
	padding-bottom: 71px;
}
.module-wrap .module.module16 .big-img {
	margin-top: 39px;
}
.module-wrap .module.module16 .btn {
	margin-top: 19px;
}
.module-wrap .module.module17 {
	padding-top: 45px;
	background-color: #edf2ff;
}
.module-wrap .module.module17 .dec-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	margin-top: 8px;
	padding-bottom: 56px;
}
.module-wrap .module.module17 .dec-list .dec {
	width: 310px;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
	padding-left: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 27px;
	margin-left: 109px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module17 .dec-list .dec:nth-child(3n + 1) {
	margin-left: 0;
}
.module-wrap .module.module17 .dec-list .dec .content {
	line-height: 60px;
	margin-left: 14px;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
}
.module-wrap .module.module17 .dec-list .dec .small-btn {
	position: absolute;
	top: 11px;
	right: -54px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	width: 111px;
	line-height: 38px;
	/* background: -webkit-linear-gradient(right, #fb8226, #f05b39);
  background: linear-gradient(270deg, #fb8226, #f05b39); */
	background: #fb8226;
	border-radius: 19px;
	text-align: center;
}
.module-wrap .module.module17 .dec-list .dec .small-btn:hover {
	/* background: -webkit-linear-gradient(left, #fb8226, #f05b39);
  background: linear-gradient(90deg, #fb8226, #f05b39); */
}
.module-wrap .module.module17 .main-wrap {
	background-color: #a0b2e3;
}
.module-wrap .module.module17 .main-wrap .main {
	width: 1200px;
	background-image: url("../images/bg17.png");
	background-repeat: no-repeat;
	background-position: center 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto;
}
.module-wrap .module.module17 .main-wrap .main .left {
	width: 753px;
	position: relative;
	height: 598px;
}
.module-wrap .module.module17 .main-wrap .main .left .dec {
	/* background: -webkit-linear-gradient(right, #4059d9, #2917be);
  background: linear-gradient(270deg, #4059d9, #2917be); */
	border-radius: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	padding-left: 25px;
	padding-right: 19px;
	line-height: 50px;
	position: absolute;
}
.module-wrap .module.module17 .main-wrap .main .left .dec:nth-child(1) {
	top: 186px;
	left: 427px;
}
.module-wrap .module.module17 .main-wrap .main .left .dec:nth-child(2) {
	top: 268px;
	left: 501px;
}
.module-wrap .module.module17 .main-wrap .main .left .dec:nth-child(3) {
	top: 358px;
	left: 494px;
}
.module-wrap .module.module17 .main-wrap .main .left .dec:nth-child(4) {
	top: 439px;
	left: 427px;
}
.module-wrap .module.module17 .main-wrap .main .right {
	width: 405px;
	height: 452px;
	margin-top: 76px;
	position: relative;
	padding-top: 100px;
}
.module-wrap .module.module17 .main-wrap .main .right .title {
	position: absolute;
	top: -6px;
	left: 50px;
}
.module-wrap .module.module17 .main-wrap .main .right .input-wrap {
	padding-left: 72px;
	position: relative;
}
.module-wrap .module.module17 .main-wrap .main .right .input-wrap + .input-wrap {
	margin-top: 25px;
}
.module-wrap .module.module17 .main-wrap .main .right .input-wrap .icon-img {
	position: absolute;
	left: 33px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module-wrap .module.module17 .main-wrap .main .right .input-wrap .input {
	border: none;
	padding-left: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #b6c1e3;
	width: 297px;
	height: 58px;
	background: #ffffff;
	border-radius: 10px;
}
.module-wrap .module.module17 .main-wrap .main .right .btn {
	margin-top: 30px;
	cursor: pointer;
}

@-webkit-keyframes mscale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes mscale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
