@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*:focus {
	outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table,
tr,
td,
th,
thead,
tbody {
	position: static;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: top;
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.module-wrap {
	box-sizing: border-box;
	position: relative;
}
.module-wrap * {
	box-sizing: border-box;
}
.module-wrap .icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.module-wrap .nav-wrap {
	height: 60px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(117, 127, 151, 0.2);
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 11;
}
.module-wrap .nav-wrap .nav-parent {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 27px;
	height: 100%;
}
.module-wrap .nav-wrap .nav-parent .logo {
	height: 38px;
}
.module-wrap .nav-wrap .nav-parent nav {
	height: 100%;
	display: flex;
	padding-top: 17px;
	align-items: flex-start;
}
.module-wrap .nav-wrap .nav-parent nav .anchor {
	font-size: 18px;
	color: #666666;
	line-height: 22px;
	position: relative;
	cursor: pointer;
}
.module-wrap .nav-wrap .nav-parent nav .anchor.active {
	font-weight: bold;
	color: #285dd3;
}
.module-wrap .nav-wrap .nav-parent nav .anchor.active::before {
	content: "";
}
.module-wrap .nav-wrap .nav-parent nav .anchor + .anchor {
	margin-left: 39px;
}
.module-wrap .nav-wrap .nav-parent nav .anchor::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 58px;
	height: 3px;
	background: #407bea;
	border-radius: 2px;
	bottom: -12px;
}
.module-wrap .banner {
	height: 580px;
	max-width: 1920px;
}
.module-wrap .banner .swiper-slide {
	background-position: center;
}
.module-wrap .banner .swiper-slide .btn-wrap {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}
.module-wrap .banner .swiper-slide .btn-wrap .btn {
	position: absolute;
	left: 512px;
	top: 392px;
	margin-left: 0;
	width: 442px;
	line-height: 74px;
	background: linear-gradient(90deg, #30d7fb, #2079ff);
	border-radius: 37px;
	display: block;
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.module-wrap .banner .swiper-slide .btn-wrap .btn::after {
	content: url(/wlaq-pc/images/hand.png);
	position: relative;
	top: 12px;
	margin-left: 23px;
}
.module-wrap .dec-nav .dec-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding-top: 56px;
	padding-bottom: 37px;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent {
	position: relative;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent::before {
	content: "";
	width: 12px;
	height: 12px;
	background: #ebe7f9;
	border-radius: 50%;
	position: absolute;
	top: -13px;
	left: 0;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent::after {
	content: "";
	width: 44px;
	height: 44px;
	background: #ebe7f9;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: 9px;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent .left {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent .left .icon0 {
	margin-left: 9px;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-parent .right {
	margin-left: 93px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 29px;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-btn {
	margin-top: 16px;
	width: 246px;
	height: 40px;
	background: #ffffff;
	border: 1px solid rgba(50, 187, 130, 0.99);
	border-radius: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #30ae65;
	transition: box-shadow 0.4s;
}
.module-wrap .dec-nav .dec-list .dec-wrap .dec-btn:hover {
	background: linear-gradient(0deg, #a1dcbb, #cff4df);
}
.module-wrap .module.dark .module-title {
	color: #ffffff;
}
.module-wrap .module .module-title {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	text-align: center;
}
.module-wrap .module .module-title .strong {
	color: #285dd3;
}
.module-wrap .module .module-dec {
	width: 1037px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
}
.module-wrap .module .module-btn {
	width: 257px;
	line-height: 52px;
	background: linear-gradient(-74deg, #f09655, #f6c545, #f7ce46);
	border-radius: 26px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #2d3542;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.module-wrap .module .module-btn:hover {
	background: linear-gradient(16deg, #f09655, #f6c545, #f7ce46);
}
.module-wrap .module .module-btn::after {
	content: "";
	background-image: url(/wlaq-pc/images/arrow-btn.png);
	width: 8px;
	height: 16px;
	margin-left: 12px;
}
.module-wrap .module .module-btn::before {
	content: "";
	position: absolute;
	left: 0%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
	transform: translate3d(-100%, 0, 0) skew(-30deg);
	animation: ani1 1s ease-in-out 0s infinite;
}
.module-wrap .module1 {
	padding-top: 46px;
}
.module-wrap .module1 .main {
	margin: 37px auto 0;
	width: 1260px;
	height: 421px;
	background: #d8f2e4;
	box-shadow: 0px 13px 21px 0px rgba(150, 238, 188, 0.3);
	border-radius: 16px;
	display: flex;
	align-items: flex-start;
	padding-left: 30px;
	padding-right: 30px;
	justify-content: space-between;
	position: relative;
	background-image: url(/wlaq-pc/images/bg1.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
.module-wrap .module1 .main .left {
	margin-top: 35px;
	width: 587px;
	height: 330px;
	background: #101010;
}
.module-wrap .module1 .main .right {
	margin-top: 88px;
	width: 584px;
	height: 277px;
	background-image: url(/wlaq-pc/images/bg1-right.png);
	border-radius: 10px;
	position: relative;
	padding-top: 24px;
}
.module-wrap .module1 .main .right .title {
	width: 118px;
	height: 47px;
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translate(-50%, -100%);
	background-image: url(/wlaq-pc/images/bg1-title.png);
	font-size: 20px;
	font-weight: 400;
	color: #2ead64;
	line-height: 24px;
	text-align: center;
	padding-top: 10px;
}
.module-wrap .module1 .main .right .dec-list {
	text-align: center;
}
.module-wrap .module1 .main .right .dec-list .dec-wrap + .dec-wrap {
	margin-top: 14px;
}
.module-wrap .module1 .main .right .dec-list .dec-wrap .dec {
	height: 34px;
	background: rgba(109, 109, 109, 0);
	border: 1px solid rgba(195, 215, 207, 0.99);
	border-radius: 16px;
	display: inline-flex;
	padding-left: 30px;
	padding-right: 32px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	align-items: center;
	justify-content: center;
}
.module-wrap .module1 .main .right .dec-list .dec-wrap .dec:hover {
	background: rgba(28, 28, 28, 0.32);
	border: none;
}
.module-wrap .module1 .main .module-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}
.module-wrap .module2 {
	padding-top: 113px;
}
.module-wrap .module2 .main {
	width: 1260px;
	height: 567px;
	background: rgba(216, 242, 228, 0);
	border: 2px solid rgba(196, 230, 212, 0.99);
	border-radius: 16px;
	margin: 30px auto 0;
	background-repeat: no-repeat;
	background-image: url(/wlaq-pc/images/bg2.png);
	background-position: center 77px;
	position: relative;
}
.module-wrap .module2 .main .card {
	position: absolute;
	background-image: url(/wlaq-pc/images/bg2-1.png);
	width: 210px;
	height: 53px;
	padding-left: 63px;
	padding-top: 8px;
}
.module-wrap .module2 .main .card:nth-child(1) {
	top: 48px;
	left: 107px;
}
.module-wrap .module2 .main .card:nth-child(2) {
	top: 48px;
	left: 841px;
}
.module-wrap .module2 .main .card:nth-child(3) {
	top: 212px;
	left: 53px;
}
.module-wrap .module2 .main .card:nth-child(4) {
	top: 212px;
	left: 866px;
}
.module-wrap .module2 .main .card:nth-child(5) {
	top: 376px;
	left: 107px;
}
.module-wrap .module2 .main .card:nth-child(6) {
	top: 376px;
	left: 841px;
}
.module-wrap .module2 .main .card:hover .dec {
	box-shadow: 0px 4px 13px 0px #d6dad8;
}
.module-wrap .module2 .main .card .icon2 {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.module-wrap .module2 .main .card .title {
	width: 128px;
	line-height: 38px;
	background: #ffffff;
	border-radius: 0px 20px 0px 0px;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	text-align: center;
}
.module-wrap .module2 .main .card .dec {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	width: 337px;
	height: 90px;
	background: #f5f6f5;
	border-radius: 0px 0px 10px 10px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	padding-left: 16px;
	padding-top: 18px;
	padding-right: 18px;
	transition: box-shadow 0.4s;
}
.module-wrap .module2 .main .module-btn {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
}
.module-wrap .module3 {
	padding-top: 106px;
	padding-bottom: 69px;
}
.module-wrap .module3 .main1 {
	background-image: url(/wlaq-pc/images/bg3-1.png);
	width: 1200px;
	height: 190px;
	margin: 38px auto 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: 85px;
	padding-right: 116px;
	padding-top: 109px;
}
.module-wrap .module3 .main1 .card {
	width: 168px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 22px;
}
.module-wrap .module3 .main2 {
	background-image: url(/wlaq-pc/images/bg3.png);
	width: 1200px;
	height: 240px;
	margin: 50px auto 31px;
	display: flex;
	align-items: flex-start;
}
.module-wrap .module3 .main2 .left {
	padding-left: 32px;
	padding-top: 125px;
}
.module-wrap .module3 .main2 .left .title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 36px;
}
.module-wrap .module3 .main2 .left .dec {
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}
.module-wrap .module3 .main2 .right {
	display: flex;
	flex: 1;
	padding-top: 45px;
	padding-left: 15px;
}
.module-wrap .module3 .main2 .right .card {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 46px;
	padding-left: 9px;
	background-image: url(/wlaq-pc/images/bg3-2.png);
	width: 194px;
	height: 150px;
	font-size: 16px;
	font-weight: 400;
	color: #343232;
	line-height: 25px;
	text-align: center;
}
.module-wrap .module3 .main2 .right .card:last-child {
	padding-right: 0px;
	width: 157px;
}
.module-wrap .module4 {
	background-color: #f5f6f5;
	background-image: url(/wlaq-pc/images/bg4.png);
	background-position: center top;
	padding-top: 65px;
}
.module-wrap .module4 .step .step-main {
	width: 1260px;
	margin: 0 auto;
}
.module-wrap .module4 .step .step-main .step-title {
	display: flex;
	align-items: center;
	padding-left: 31px;
	background-image: url(/wlaq-pc/images/bg4-title.png);
	font-size: 20px;
	font-weight: 500;
	color: #285dd3;
	background-repeat: no-repeat;
	background-position: 87px;
}
.module-wrap .module4 .step .step-main .step-title .left {
	display: flex;
	align-items: flex-end;
	line-height: 30px;
}
.module-wrap .module4 .step .step-main .step-title .left .num {
	line-height: 47px;
	font-size: 43px;
	-webkit-text-stroke: 1px #f1f7f3;
	width: 24px;
}
.module-wrap .module4 .step .step-main .step-title .title {
	margin-left: 27px;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
}
.module-wrap .module4 .step1 {
	padding-top: 33px;
}
.module-wrap .module4 .step1 .step-main .list {
	display: flex;
	flex-wrap: wrap;
	padding-left: 31px;
	padding-right: 89px;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 41px;
	height: 578px;
	padding-bottom: 53px;
	align-items: center;
}
.module-wrap .module4 .step1 .step-main .list .card {
	background-image: url(/wlaq-pc/images/bg4-1.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin: 10px 0;
}
.module-wrap .module4 .step1 .step-main .list .card .card-item {
	width: 518px;
	height: 126px;
	background: #ffffff;
	border: 1px solid #b9e9ce;
	border-radius: 63px;
	position: relative;
	padding-left: 117px;
	padding-top: 19px;
	transition: all 0.4s;
}
.module-wrap .module4 .step1 .step-main .list .card .card-item:hover {
	box-shadow: 0px 7px 4px 0px rgba(228, 226, 226, 0.63);
}
.module-wrap .module4 .step1 .step-main .list .card .card-item .icon4 {
	position: absolute;
	left: 20px;
	top: 25px;
}
.module-wrap .module4 .step1 .step-main .list .card .card-item .title {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
}
.module-wrap .module4 .step1 .step-main .list .card .card-item .dec {
	margin-top: 15px;
	width: 300px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}
.module-wrap .module4 .step1 .step-main .list .card .card-item .btn {
	width: 138px;
	line-height: 48px;
	border: 1px solid rgba(50, 187, 130, 0.99);
	border-radius: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	font-size: 15px;
	font-weight: 400;
	color: #30ae65;
	padding-left: 40px;
	transition: all 0.4s;
	background-color: #fff;
}
.module-wrap .module4 .step1 .step-main .list .card .card-item .btn::before {
	content: "";
	background-image: url(/wlaq-pc/images/arrow4.png);
	position: absolute;
	left: 111px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 16px;
}
.module-wrap .module4 .step1 .step-main .list .card .card-item .btn:hover {
	background: #b8eccf;
}
.module-wrap .module4 .step2 {
	margin-top: 45px;
	background-color: #fff;
	padding-bottom: 55px;
}
.module-wrap .module4 .step2 .step-main {
	padding-top: 38px;
}
.module-wrap .module4 .step2 .step-main .main {
	margin-top: 7px;
	height: 464px;
	background-image: url(/wlaq-pc/images/bg-2.png);
	display: flex;
}
.module-wrap .module4 .step2 .step-main .main .left {
	width: 631px;
	background-image: url(/wlaq-pc/images/chart1.png);
	background-repeat: no-repeat;
	background-position: 48px 90px;
	padding-top: 50px;
	position: relative;
}
.module-wrap .module4 .step2 .step-main .main .left .title {
	margin-left: 39px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	line-height: 24px;
}
.module-wrap .module4 .step2 .step-main .main .left .list {
	display: flex;
	justify-content: space-between;
	margin-top: 294px;
	padding-left: 110px;
	padding-right: 79px;
}
.module-wrap .module4 .step2 .step-main .main .left .list .year {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 20px;
}
.module-wrap .module4 .step2 .step-main .main .left .money {
	position: absolute;
	font-size: 16px;
	font-weight: 500;
	color: #30ae65;
	line-height: 20px;
	top: 101px;
	right: 50px;
}
.module-wrap .module4 .step2 .step-main .main .right {
	flex: 1;
	background-repeat: no-repeat;
	background-image: url(/wlaq-pc/images/chart2.png);
	background-position: 33px 82px;
	padding-top: 38px;
}
.module-wrap .module4 .step2 .step-main .main .right .title {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	line-height: 24px;
	margin-left: 57px;
}
.module-wrap .module4 .step2 .step-main .main .right .dec {
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	margin-left: 358px;
	margin-top: 3px;
}
.module-wrap .module4 .step2 .step-main .main .right .dec .money {
	font-size: 22px;
}
.module-wrap .module4 .step2 .step-main .ps {
	font-size: 15px;
	font-weight: 400;
	color: #999999;
	line-height: 19px;
	margin-top: 17px;
}
.module-wrap .module4 .step3 {
	padding-top: 45px;
	padding-bottom: 84px;
}
.module-wrap .module4 .step3 .step-main .main {
	margin-top: 16px;
	height: 651px;
	background: #ffffff;
	border: 2px solid rgba(196, 230, 212, 0.99);
	border-radius: 10px;
	display: flex;
	padding-left: 30px;
	padding-top: 30px;
	background-image: url(/wlaq-pc/images/bg4-2.png);
	background-repeat: no-repeat;
	background-position: 115px 90px;
	position: relative;
}
.module-wrap .module4 .step3 .step-main .main .right {
	margin-left: 32px;
}
.module-wrap .module4 .step3 .step-main .main .right .title {
	background: linear-gradient(0deg, #386fe8, #3d99c8);
}
.module-wrap .module4 .step3 .step-main .main .right .title::before {
	background-image: url(/wlaq-pc/images/icon4-3-2.png);
	width: 20px;
	height: 30px;
}
.module-wrap .module4 .step3 .step-main .main .right .card-list .card .card-title {
	background: #d4e9f6;
	border: 1px solid rgba(158, 200, 240, 0.99);
}
.module-wrap .module4 .step3 .step-main .main .right .card-list .card .card-title .level {
	color: #3b86d1;
}
.module-wrap .module4 .step3 .step-main .main .right .card-list .card .dec-list .dec {
	border: 1px solid rgba(158, 200, 240, 0.99);
}
.module-wrap .module4 .step3 .step-main .main .title {
	width: 250px;
	line-height: 58px;
	background: linear-gradient(0deg, #2ead64, #33c18d);
	border-radius: 6px;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	padding-left: 53px;
	margin: 0 auto;
	position: relative;
}
.module-wrap .module4 .step3 .step-main .main .title::before {
	position: absolute;
	content: "";
	background-image: url(/wlaq-pc/images/icon4-3-1.png);
	width: 26px;
	height: 34px;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
}
.module-wrap .module4 .step3 .step-main .main .card-list {
	display: flex;
	margin-top: 41px;
}
.module-wrap .module4 .step3 .step-main .main .card-list .card + .card {
	margin-left: 13px;
}
.module-wrap .module4 .step3 .step-main .main .card-list .card .card-title {
	padding-top: 12px;
	width: 158px;
	height: 67px;
	background: #d1f5e7;
	border: 1px solid rgba(154, 229, 199, 0.99);
	border-radius: 6px;
	text-align: center;
}
.module-wrap .module4 .step3 .step-main .main .card-list .card .card-title .post {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
}
.module-wrap .module4 .step3 .step-main .main .card-list .card .card-title .level {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 400;
	color: #30ae65;
	line-height: 18px;
}
.module-wrap .module4 .step3 .step-main .main .card-list .card .dec-list {
	margin-top: 19px;
}
.module-wrap .module4 .step3 .step-main .main .card-list .card .dec-list .dec {
	width: 158px;
	line-height: 45px;
	background: #ffffff;
	border: 1px solid rgba(154, 229, 199, 0.99);
	border-radius: 6px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
}
.module-wrap .module4 .step3 .step-main .main .card-list .card .dec-list .dec + .dec {
	margin-top: 11px;
}
.module-wrap .module4 .step3 .step-main .main .module-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}
.module-wrap .module5 {
	background-image: url(/wlaq-pc/images/bg5.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 572px;
	padding-top: 63px;
}
.module-wrap .module5 .main {
	width: 1260px;
	margin: 0 auto;
}
.module-wrap .module5 .main .list {
	padding-top: 58px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 90px;
	padding-right: 684px;
}
.module-wrap .module5 .main .list .card {
	background-image: url(/wlaq-pc/images/bg5-1.png);
	background-repeat: no-repeat;
	padding: 4px 0 4px 4px;
	margin: 10px 0;
}
.module-wrap .module5 .main .list .card .card-item {
	width: 225px;
	height: 54px;
	background: #f5f6f5;
	border-radius: 27px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	transition: all 0.4s;
}
.module-wrap .module5 .main .list .card .card-item:hover {
	box-shadow: 0px 13px 8px 0px rgba(27, 158, 99, 0.68);
}
.module-wrap .module5 .main .list .card .card-item:hover .dec {
	color: #30ae65;
	font-weight: bold;
}
.module-wrap .module5 .main .list .card .card-item .num {
	font-size: 23px;
	font-weight: bold;
	color: rgba(51, 190, 134, 0.38);
	line-height: 27px;
}
.module-wrap .module5 .main .list .card .card-item .dec {
	margin-left: 11px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}
.module-wrap .module5 .main .module-btn {
	margin-top: 37px;
	margin-left: 192px;
	margin-right: 0;
}
.module-wrap .module6 {
	background-color: #f6f6f6;
	padding-top: 64px;
	padding-bottom: 53px;
}
.module-wrap .module6 .main {
	width: 1260px;
	height: 651px;
	background: #ffffff;
	border: 2px solid rgba(196, 230, 212, 0.99);
	border-radius: 10px;
	margin: 21px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 29px;
	padding-right: 31px;
	padding-top: 26px;
	padding-bottom: 100px;
	position: relative;
}
.module-wrap .module6 .main .card {
	margin: 18px 0;
}
.module-wrap .module6 .main .card:nth-child(1) .dec {
	width: 584px;
}
.module-wrap .module6 .main .card:nth-child(2) .dec {
	width: 584px;
}
.module-wrap .module6 .main .card:nth-child(3) .dec {
	padding-top: 200px;
	background-image: url(/wlaq-pc/images/bg6.png);
	background-repeat: no-repeat;
	width: 381px;
	height: 275px;
	text-align: center;
}
.module-wrap .module6 .main .card:nth-child(4) .dec {
	padding-top: 200px;
	background-image: url(/wlaq-pc/images/bg6.png);
	background-repeat: no-repeat;
	width: 381px;
	height: 275px;
	background-position: -410px;
	text-align: center;
}
.module-wrap .module6 .main .card:nth-child(5) .dec {
	padding-top: 200px;
	background-image: url(/wlaq-pc/images/bg6.png);
	background-repeat: no-repeat;
	width: 381px;
	height: 275px;
	background-position: -791px;
	text-align: center;
}
.module-wrap .module6 .main .card .card-title {
	background-image: url(/wlaq-pc/images/bg6-title.png);
	background-repeat: no-repeat;
	position: relative;
	padding-left: 63px;
	padding-top: 8px;
	padding-bottom: 7px;
}
.module-wrap .module6 .main .card .card-title .icon6 {
	position: absolute;
	left: 19px;
	top: 50%;
	transform: translateY(-50%);
}
.module-wrap .module6 .main .card .card-title .title {
	width: 254px;
	line-height: 38px;
	background: #ffffff;
	border-radius: 0px 20px 0px 0px;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	text-align: center;
}
.module-wrap .module6 .main .card .dec {
	background: #f5f6f5;
	border-radius: 0px 0px 10px 10px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	padding-left: 19px;
	padding-right: 25px;
	padding-top: 18px;
	padding-bottom: 21px;
}
.module-wrap .module6 .main .card .dec .strong {
	color: #30b370;
	font-size: 18px;
}
.module-wrap .module6 .main .module-title {
	position: absolute;
	bottom: 27px;
	left: 50%;
	transform: translateX(-50%);
}
.module-wrap .module7 {
	padding-top: 72px;
	background-image: url(/wlaq-pc/images/bg7.png);
	background-repeat: no-repeat;
	background-position: center 168px;
}
.module-wrap .module7 .list {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 13px auto 0;
	position: relative;
}
.module-wrap .module7 .list .card {
	background-image: url(/wlaq-pc/images/bg7-wrap.png);
	background-repeat: no-repeat;
	padding: 5px 0 4px 6px;
	margin: 22px 0;
}
.module-wrap .module7 .list .card .card-item {
	width: 462px;
	height: 187px;
	background: #f5f6f5;
	border-radius: 94px;
	position: relative;
	padding-top: 21px;
	transition: all 0.4s;
}
.module-wrap .module7 .list .card .card-item:hover {
	box-shadow: 0px 4px 13px 0px #d6dad8;
}
.module-wrap .module7 .list .card .card-item .icon7 {
	position: absolute;
	left: 20px;
	top: 51px;
}
.module-wrap .module7 .list .card .card-item .title {
	margin-left: 114px;
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
}
.module-wrap .module7 .list .card .card-item .dec {
	margin-left: 113px;
	margin-top: 16px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	width: 334px;
}
.module-wrap .module7 .list .card .card-item .btn {
	width: 138px;
	line-height: 48px;
	border: 1px solid rgba(50, 187, 130, 0.99);
	border-radius: 25px;
	display: block;
	background-color: #fff;
	margin-left: 109px;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 400;
	color: #30ae65;
	text-align: center;
}
.module-wrap .module7 .list .card .card-item .btn:hover {
	background: #b8eccf;
}
.module-wrap .module7 .list .h1 {
	position: absolute;
	font-size: 25px;
	font-weight: bold;
	color: #2ead64;
	line-height: 37px;
	left: 50%;
	top: 246px;
	transform: translateX(-50%);
}
.module-wrap .module8 {
	padding-top: 99px;
}
.module-wrap .module8 .main {
	width: 1200px;
	height: 488px;
	background: #f5f6f5;
	border-radius: 10px;
	margin: 41px auto 27px;
	display: flex;
}
.module-wrap .module8 .main .left {
	width: 252px;
	height: 488px;
	background: linear-gradient(0deg, #2ead64, #33c18d);
	border-radius: 10px 0px 0px 10px;
	padding-top: 44px;
}
.module-wrap .module8 .main .left .card {
	margin-left: 5px;
	border-radius: 10px 0px 0px 10px;
	position: relative;
	color: #fff;
	line-height: 94px;
	cursor: pointer;
	padding-left: 69px;
}
.module-wrap .module8 .main .left .card.active {
	background: #f5f6f5;
	color: #30ae65;
}
.module-wrap .module8 .main .left .card + .card {
	margin-top: 6px;
}
.module-wrap .module8 .main .left .card .icon8 {
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
}
.module-wrap .module8 .main .right {
	flex: 1;
	padding-left: 38px;
	padding-top: 23px;
}
.module-wrap .module8 .main .right .content-item {
	display: none;
}
.module-wrap .module8 .main .right .content-item.active {
	display: block;
}
.module-wrap .module8 .main .right .content-item .card {
	width: 872px;
	background: #ffffff;
	box-shadow: 0px 3px 0px 0px rgba(150, 238, 188, 0.3);
	border-radius: 10px;
	padding-bottom: 23px;
}
.module-wrap .module8 .main .right .content-item .card + .card {
	margin-top: 5px;
}
.module-wrap .module8 .main .right .content-item .card .title {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
	padding-left: 74px;
	padding-top: 25px;
	position: relative;
}
.module-wrap .module8 .main .right .content-item .card .title::before {
	content: "";
	background-image: url(/wlaq-pc/images/check8.png);
	width: 24px;
	height: 18px;
	position: absolute;
	left: 30px;
	top: 28px;
}
.module-wrap .module8 .main .right .content-item .card .dec {
	margin-top: 16px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	margin-left: 73px;
}
.module-wrap .module9 {
	padding-top: 117px;
	background-image: url(/wlaq-pc/images/bg9.png);
	background-repeat: no-repeat;
	background-position: center 210px;
	padding-bottom: 71px;
}
.module-wrap .module9 .main {
	display: flex;
	width: 1200px;
	margin: 58px auto 145px;
	padding-left: 85px;
	padding-right: 116px;
	justify-content: space-between;
}
.module-wrap .module9 .main .card {
	position: relative;
}
.module-wrap .module9 .main .card .title {
	padding-top: 106px;
	width: 168px;
	height: 168px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 22px;
}
.module-wrap .module9 .main .card .dec {
	top: 203px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	width: 240px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}
.module-wrap .module10 {
	background-image: url(/wlaq-pc/images/bg10.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 63px;
	height: 890px;
	padding-bottom: 72px;
}
.module-wrap .module10 .tab-list {
	display: flex;
	width: 1200px;
	margin: 35px auto 0;
	justify-content: space-between;
	position: relative;
}
.module-wrap .module10 .tab-list::before {
	content: "";
	position: absolute;
	left: 0;
	width: 1200px;
	height: 3px;
	background: #00935f;
	bottom: -22px;
}
.module-wrap .module10 .tab-list .tab {
	cursor: pointer;
	padding-left: 13px;
	padding-right: 15px;
	position: relative;
}
.module-wrap .module10 .tab-list .tab::before {
	content: "";
	height: 6px;
	background: #f7cd45;
	width: 0%;
	position: absolute;
	left: 0;
	bottom: -23px;
	transition: all 0.4s;
}
.module-wrap .module10 .tab-list .tab.active::before {
	width: 100%;
}
.module-wrap .module10 .tab-list .tab.active .num {
	color: rgba(255, 255, 255, 0.51);
}
.module-wrap .module10 .tab-list .tab.active .title {
	font-weight: bold;
}
.module-wrap .module10 .tab-list .tab .num {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.11);
	line-height: 44px;
}
.module-wrap .module10 .tab-list .tab .title {
	margin-top: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
}
.module-wrap .module10 .main {
	margin: 38px auto 0;
	width: 1260px;
	height: 554px;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
}
.module-wrap .module10 .main .item {
	height: 100%;
	display: none;
	align-items: flex-start;
}
.module-wrap .module10 .main .item.active {
	display: flex;
}
.module-wrap .module10 .main .item .left {
	width: 547px;
	padding-top: 63px;
}
.module-wrap .module10 .main .item .left .title {
	font-size: 22px;
	font-weight: 500;
	color: #30ae65;
	line-height: 26px;
	margin-left: 33px;
	margin-bottom: 34px;
}
.module-wrap .module10 .main .item .left .label {
	padding-left: 15px;
	padding-right: 13px;
	display: inline-block;
	line-height: 40px;
	background: #32bc83;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	margin-left: 34px;
}
.module-wrap .module10 .main .item .left .dec {
	height: 118px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
	width: 463px;
	padding-top: 14px;
	margin-left: 41px;
}
.module-wrap .module10 .main .item .right {
	width: 682px;
	height: 404px;
	border: 3px solid rgba(187, 232, 207, 0.99);
	margin-top: 38px;
}
.module-wrap .module10 .main .item .right .pro-img {
	width: 100%;
	height: 100%;
}
.module-wrap .module10 .main .module-btn {
	position: absolute;
	left: 495px;
	bottom: 27px;
}
.module-wrap .module11 {
	padding-top: 62px;
}
.module-wrap .module11 .swiper11 {
	width: 1200px;
	padding-top: 71px;
	background-image: url(/wlaq-pc/images/bg11.png);
	background-repeat: no-repeat;
	background-position: center 71px;
	padding-bottom: 77px;
}
.module-wrap .module11 .swiper11 .swiper-slide {
	height: 321px;
	position: relative;
}
.module-wrap .module11 .swiper11 .swiper-slide .teacher-img {
	position: absolute;
	bottom: 0;
	left: 108px;
}
.module-wrap .module11 .swiper11 .swiper-slide .right {
	padding-top: 48px;
}
.module-wrap .module11 .swiper11 .swiper-slide .right .info {
	display: flex;
	align-items: flex-start;
}
.module-wrap .module11 .swiper11 .swiper-slide .right .info .name {
	margin-left: 441px;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 44px;
}
.module-wrap .module11 .swiper11 .swiper-slide .right .info .post {
	margin-left: 16px;
	padding-left: 11px;
	padding-right: 8px;
	line-height: 44px;
	background: #ffffff;
	font-size: 18px;
	font-weight: 400;
	color: #30ae65;
	border-bottom: 2px solid #2ead65;
}
.module-wrap .module11 .swiper11 .swiper-slide .right .dec {
	height: 100px;
	width: 720px;
	margin-top: 39px;
	margin-left: 441px;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
}
.module-wrap .module11 .swiper11 .swiper-slide .right .module-btn {
	margin-left: 436px;
	margin-right: 0;
}
.module-wrap .module11 .swiper11 .swiper11-prev {
	width: 56px;
	height: 56px;
	background-image: url(/wlaq-pc/images/arrow12.png);
	background-size: 100% 100%;
	left: 1037px;
	top: 362px;
	margin-top: 0;
}
.module-wrap .module11 .swiper11 .swiper11-next {
	width: 56px;
	margin-top: 0;
	height: 56px;
	background-image: url(/wlaq-pc/images/arrow12.png);
	background-size: 100% 100%;
	left: 1107px;
	top: 362px;
	transform: rotate(180deg);
}
.module-wrap .module12 .main {
	width: 1200px;
	margin: 0 auto;
}
.module-wrap .module12 .main .card-list {
	display: flex;
	justify-content: center;
	padding-top: 34px;
}
.module-wrap .module12 .main .card-list .card {
	width: 244px;
	height: 139px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #444e5e;
	box-shadow: 4px 5px 0px 0px #d2daff;
	text-align: center;
}
.module-wrap .module12 .main .card-list .card + .card {
	margin-left: 27px;
}
.module-wrap .module12 .main .card-list .card .title {
	padding-top: 36px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
}
.module-wrap .module12 .main .card-list .card .num {
	font-size: 40px;
	font-weight: bold;
	color: #f02449;
	line-height: 44px;
}
.module-wrap .module12 .main .card-list .card .num .dot {
	font-size: 24px;
	font-weight: bold;
	color: #0f256e;
	padding-left: 3px;
}
.module-wrap .module12 .main .table {
	margin-top: 29px;
}
.module-wrap .module12 .main .table .thead {
	display: flex;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 54px;
	background-color: #00bd8d;
	padding-left: 129px;
}
.module-wrap .module12 .main .table .thead .td:nth-child(1) {
	margin-right: 24px;
	width: 153px;
}
.module-wrap .module12 .main .table .thead .td:nth-child(2) {
	margin-right: 34px;
	width: 138px;
}
.module-wrap .module12 .main .table .thead .td:nth-child(3) {
	margin-right: 34px;
	width: 188px;
}
.module-wrap .module12 .main .table .thead .td:nth-child(4) {
	margin-right: 36px;
	width: 276px;
}
.module-wrap .module12 .main .table .thead .td:nth-child(5) {
	flex: 1;
}
.module-wrap .module12 .main .table .tbody-wrap {
	height: 452px;
	overflow: hidden;
}
.module-wrap .module12 .main .table .tbody-wrap .tbody.running {
	transform: translate3d(0, -54px, 0);
	transition: transform 1s;
}
.module-wrap .module12 .main .table .tbody-wrap .tbody .tr {
	padding-left: 129px;
	font-size: 18px;
	font-weight: 400;
	color: #343838;
	line-height: 53px;
	display: flex;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.module-wrap .module12 .main .table .tbody-wrap .tbody .tr .td:nth-child(1) {
	margin-right: 24px;
	width: 153px;
}
.module-wrap .module12 .main .table .tbody-wrap .tbody .tr .td:nth-child(2) {
	margin-right: 34px;
	width: 138px;
}
.module-wrap .module12 .main .table .tbody-wrap .tbody .tr .td:nth-child(3) {
	margin-right: 34px;
	width: 188px;
}
.module-wrap .module12 .main .table .tbody-wrap .tbody .tr .td:nth-child(4) {
	margin-right: 36px;
	width: 276px;
}
.module-wrap .module12 .main .table .tbody-wrap .tbody .tr .td:nth-child(5) {
	color: #f02449;
	flex: 1;
}
.module-wrap .module12 .main .ps {
	font-size: 18px;
	font-weight: 400;
	color: #fc5e12;
	line-height: 22px;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 25px;
}
.module-wrap .module13 {
	padding-top: 115px;
}
.module-wrap .module13 .main {
	margin: 34px auto 12px;
	width: 1200px;
	height: 389px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 7px rgba(235, 235, 246, 0.7);
	display: flex;
	position: relative;
}
.module-wrap .module13 .main .left {
	padding-left: 34px;
	padding-top: 37px;
}
.module-wrap .module13 .main .left .card {
	width: 230px;
	height: 50px;
	background: #ffffff;
	border: 1px solid #30b576;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 400;
	color: #373131;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.module-wrap .module13 .main .left .card + .card {
	margin-top: 17px;
}
.module-wrap .module13 .main .left .card.active {
	background: linear-gradient(0deg, #2ead64, #33c18d);
	color: #fff;
}
.module-wrap .module13 .main .swiper13 {
	margin-top: 42px;
	margin-left: 75px;
	margin-right: 0;
	width: 803px;
}
.module-wrap .module13 .main .swiper13 .swiper-slide .text {
	margin-top: 11px;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
}
.module-wrap .module13 .main .swiper13-prev {
	position: absolute;
	left: 1068px;
	top: 363px;
	margin-top: 0;
	width: 56px;
	height: 56px;
	background-image: url(/wlaq-pc/images/arrow12.png);
	background-size: 100% 100%;
}
.module-wrap .module13 .main .swiper13-next {
	width: 56px;
	margin-top: 0;
	height: 56px;
	background-image: url(/wlaq-pc/images/arrow12.png);
	background-size: 100% 100%;
	left: 1146px;
	top: 363px;
	transform: rotate(180deg);
}
.module-wrap .module14 {
	padding-top: 75px;
}
.module-wrap .module14 .main {
	width: 1200px;
	box-shadow: 0 0 7px rgba(235, 235, 246, 0.7);
	background: #ffffff;
	border-radius: 10px;
	margin: 27px auto 0;
	display: flex;
	flex-wrap: wrap;
	padding-left: 23px;
	padding-right: 22px;
	justify-content: space-between;
	padding-top: 9px;
	padding-bottom: 10px;
}
.module-wrap .module14 .main .course {
	margin: 17px 0;
	width: 270px;
}
.module-wrap .module14 .main .course .course-img-warp {
	height: 169px;
	overflow: hidden;
}
.module-wrap .module14 .main .course .course-img-warp:hover .course-img {
	transform: scale(1.1);
}
.module-wrap .module14 .main .course .course-img-warp .course-img {
	transition: all 0.4s;
	width: 100%;
}
.module-wrap .module14 .main .course .course-title {
	margin-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #373131;
	line-height: 20px;
}
.module-wrap .module14 .main .course .study-btn {
	display: block;
	width: 94px;
	border: 1px solid rgba(50, 187, 130, 0.99);
	border-radius: 15px;
	padding-left: 14px;
	line-height: 28px;
	font-size: 15px;
	font-weight: 400;
	color: #30ae65;
	position: relative;
	margin: 8px auto 0;
}
.module-wrap .module14 .main .course .study-btn::before {
	content: "";
	background-image: url(/wlaq-pc/images/arrow14.png);
	width: 8px;
	height: 16px;
	position: absolute;
	left: 79px;
	top: 50%;
	transform: translateY(-50%);
}
.module-wrap .module14 .main .course .study-btn:hover {
	background: #b8eccf;
}
.module-wrap .module15 {
	background-image: url("/python-pc/images/bg14.png");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 85px;
	height: 980px;
}
.module-wrap .module15 .title1 {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}
.module-wrap .module15 .main {
	width: 1200px;
	margin: 51px auto 0;
	padding-top: 41px;
	position: relative;
}
.module-wrap .module15 .main::before {
	content: "";
	border-top: 1px dashed #dfe6fd;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
}
.module-wrap .module15 .main .dec-list {
	width: 1063px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.module-wrap .module15 .main .dec-list .dec {
	width: 113px;
	height: 105px;
	padding-top: 13px;
	text-align: center;
}
.module-wrap .module15 .main .dec-list .dec:hover {
	background: rgba(38, 66, 209, 0.7);
}
.module-wrap .module15 .main .dec-list .dec .icon {
	font-size: 34px;
	color: #ffffff;
	line-height: 38px;
}
.module-wrap .module15 .main .dec-list .dec .title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	margin-top: 15px;
}
.module-wrap .module15 .main .card-list {
	margin-left: 190px;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.module-wrap .module15 .main .card-list .card {
	position: relative;
	width: 316px;
	background: #ffffff;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
	border-radius: 10px;
	padding-bottom: 32px;
}
.module-wrap .module15 .main .card-list .card::before {
	position: absolute;
	bottom: -6px;
	left: 37px;
	width: 243px;
	height: 6px;
	background: #f564a4;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
	border-radius: 0 0 10px 10px;
	content: "";
}
.module-wrap .module15 .main .card-list .card .title {
	position: absolute;
	background-image: url("/python-pc/images/bg14-title.png");
	top: -40px;
	line-height: 40px;
	width: 177px;
	background-repeat: no-repeat;
	background-position: top;
	left: 83px;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.module-wrap .module15 .main .card-list .card .content-list {
	padding-top: 31px;
}
.module-wrap .module15 .main .card-list .card .content-list .content-wrap:hover .content {
	background: #fbb718;
	color: #ffffff;
	position: relative;
	transform: translateX(-13px);
	padding-left: 30px;
}
.module-wrap .module15 .main .card-list .card .content-list .content-wrap + .content-wrap {
	margin-top: 6px;
}
.module-wrap .module15 .main .card-list .card .content-list .content-wrap .content {
	padding-left: 17px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 42px;
	transition: transform 0.4s;
}

@keyframes ani1 {
	from {
		transform: translate3d(-100%, 0, 0) skew(-30deg);
	}
	to {
		transform: translate3d(100%, 0, 0) skew(-30deg);
	}
}
