h1 {
	font-size: 56px;
	font-weight: 600;
	line-height: 78px
}

.banner {
	background: #834eff url(../picture/banner-bg4.png) center center/cover no-repeat;
	padding-top: calc(110px + 89px)
}

.banner-desc {
	margin: 17px 0 45px;
	font-size: 18px;
	line-height: 25px
}

.banner-img {
	width: 72%;
	max-width: 1360px
}

@media(min-width:1921px) {
	.banner-img {
		max-width: 1504px;
		width: 70%
	}
}

.px-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	will-change: transform;
	transition: transform .32s ease,box-shadow .32s ease;
	background: #fff;
	color: #fff;
	border-radius: 49px;
	margin-left: auto;
	margin-right: auto
}

.px-btn:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 30px rgb(0 0 0 / 10%),0 5px 10px rgb(0 0 0 / 5%);
	transform: translateY(-6px)
}

.px-btn:active {
	transform: scale(.96) translateY(-6px)
}

.banner-btn {
	font-weight: 600;
	font-size: 20px;
	max-width: 182px;
	height: 60px
}

.btn-arrow {
	animation: btnArrowEffect 3s both infinite;
	margin-left: 8px
}

@keyframes btnArrowEffect {
	0% {
		transform: translate(0)
	}

	10% {
		transform: translate(4px)
	}

	20% {
		transform: translate(-2px)
	}

	30% {
		transform: translate(4px)
	}

	40% {
		transform: translate(-2px)
	}

	50% {
		transform: translate(0)
	}
}

.title {
	color: #000;
	font-weight: 600;
	line-height: 66px;
	font-size: 50px;
	text-align: center
}

.desc {
	font-size: 20px;
	color: #878b9e;
	line-height: 26px;
	margin-top: 21px
}

.sec {
	margin-top: 130px
}

.practice-left-item {
	padding-left: 34px;
	margin-top: 30px;
	border-radius: 16px;
	text-align: left;
	cursor: pointer;
	transition: height .3s
}

.practice-desc {
	transition: all .4s;
	max-width: 320px;
	color: rgba(0,0,0,.7);
	line-height: 24px
}

.practice-grid {
	display: flex;
	margin-top: 78px
}

.practice-left {
	width: 388px;
	margin-right: 56px
}

.practice-right {
	flex: 1;
	position: relative
}

.px-container {
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto
}

.practice-title {
	font-size: 24px
}

.practice-title:hover {
	color: #6a5aff
}[aria-expanded=true] .practice-title:hover {
	color: #000
}

.practice-left-item[aria-expanded=true] {
	background: #f6f8ff;
	padding: 34px
}

.practice-left-item:nth-child(1) {
	margin-top: 0!important
}

.practice-left-item[aria-expanded=true] .practice-title {
	margin-bottom: 12px;
	font-weight: 600
}

.practice-right-img {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all .3s;
	width: 100%
}

.practice-right-img.show {
	opacity: 1;
	visibility: visible
}

.practice-slide {
	width: 100%;
	position: absolute;
	bottom: -25px;
	display: flex;
	gap: 12px
}

.practice-slide-item {
	height: 6px;
	background: #f3f4f8;
	border-radius: 14px;
	flex: 1;
	position: relative
}

.practice-slide-item::after {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	background-color: #6a5aff;
	width: 0;
	height: 6px;
	border-radius: 14px;
	will-change: width
}

.practice-slide-item.show::after {
	width: 100%;
	transition: width 4s linear
}

.demand-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	margin-top: 59px
}

.demand-item {
	background: #fff;
	border: 1px solid #e7ebf2;
	border-radius: 20px;
	padding: 49px 45px 52px;
	max-width: 478px;
	text-align: left
}

.demand-item:nth-child(2) .demand-title::after {
	background-color: #a8ffff
}

.demand-item:nth-child(3) .demand-title::after {
	background-color: #f4e7ff
}

.demand-title {
	font-size: 28px;
	position: relative;
	line-height: 37px;
	z-index: 0;
	display: inline-block;
	font-weight: 700
}

.demand-title::after {
	content: "";
	height: 25px;
	width: 110%;
	position: absolute;
	top: 19px;
	left: -6px;
	background: #fff7a8;
	z-index: -1
}

.demand-desc {
	color: rgba(0,0,0,.7);
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 0
}

.demand-item--img {
	margin: 48px 0 31px
}

.more,.team {
	padding-top: 123px;
	padding-bottom: 142px
}

.team {
	background: #f6f7fa url(../picture/dot-bg.svg)
}

.team-grid {
	background: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	padding: 74px;
	gap: 100px
}

.more-grid,.team-grid:nth-of-type(1) {
	margin-top: 65px
}

.team-grid:nth-of-type(n+2) {
	margin-top: 100px
}

.team-title {
	color: #000;
	font-size: 34px;
	font-weight: 700;
	line-height: 45px
}

.team-btn {
	background: #6a5aff;
	height: 60px;
	width: 181px;
	margin-right: auto;
	margin-left: 0
}

.team-img {
	max-width: 700px
}

.team-desc {
	text-align: left;
	max-width: 550px;
	flex: 1
}

.team-detail {
	margin: 17px 0 80px;
	color: rgba(0,0,0,.7);
	font-size: 18px;
	line-height: 30px
}

.more-grid {
	display: grid;
	gap: 32px;
	grid-template-rows: 316px 342px;
	grid-template-columns: 430px 430px 430px
}

.more-item-1 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
	background: #ecfbff url(../picture/more-1-bg2.png) center center/contain no-repeat
}

.more-item-2 {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
	background: #edf1ff url(../picture/more-2-bg2.png) center bottom/contain no-repeat
}

.more-item-3 {
	background: #fff1f8 url(../picture/more-3-bg2.png) center center/contain no-repeat
}

.more-item-4 {
	background: #ecfaf3 url(../picture/more-4-bg2.png) center center/contain no-repeat
}

.more-item {
	padding: 42px;
	border-radius: 30px
}

.more-item-title {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 3px
}

.more-item-desc {
	opacity: .4;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px
}

.plan {
	background: #f6f7fd
}

.plan-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	position: absolute;
	transform: translateY(-100%);
	top: -30px;
	left: 0
}

.plan-grid {
	display: grid;
	grid-template-rows: 500px 323px;
	grid-template-columns: 430px 430px 430px;
	column-gap: 40px;
	row-gap: 146px;
	padding-top: 164px;
	padding-bottom: 141px
}

.service-item {
	background: url(../picture/service-bg.png) center center/contain no-repeat
}

.plan-item-1 {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2
}

.plan-item {
	background: #fff;
	border-radius: 20px;
	position: relative
}

.plan-item:not(:first-child) {
	padding: 40px
}

.plan-desc {
	display: block;
	max-width: 356px;
	color: rgba(0,0,0,.7)
}

.plan-btn {
	font-weight: 700;
	color: #000;
	margin-right: auto;
	margin-left: 0;
	justify-content: start;
	margin-bottom: 18px;
	font-size: 24px
}

.plan-btn:hover {
	transform: translate(0);
	box-shadow: none;
	color: #000
}

.plan-item .plan-item-img {
	margin-bottom: 45px
}

.plan-item:nth-child(2) .plan-item-img {
	margin-bottom: 0;
	height: 184px;
	margin-top: 37px
}

.sec-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #121212;
	margin-bottom: 0
}

.bottom-try--btn {
	width: 220px;
	height: 60px;
	background: linear-gradient(-45deg,#a65ef7 0,#4c53ff 100%);
	box-shadow: 0 14px 37px #1e2b40;
	border-radius: 52px;
	padding-left: 0;
	justify-content: center;
	font-size: 20px;
	font-weight: 600
}

.px-bottom::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #0d0d0d url(../picture/px-bottom-bg.png) center center/cover no-repeat;
	z-index: -1
}

#wsc-footer {
	background-color: #0d0d0d!important
}

.bottom-try--btn {
	width: 220px;
	height: 60px;
	background: linear-gradient(-45deg,#a65ef7 0,#4c53ff 100%);
	box-shadow: 0 14px 37px #1e2b40;
	border-radius: 52px;
	padding-left: 0;
	justify-content: center
}

.px-bottom {
	padding: 144px 0 64px
}

@media(max-width:1428px) {
	.px-container {
		padding: 0 24px
	}

	.more-grid {
		grid-template-columns: repeat(auto-fill,minmax(324px,1fr))
	}

	.plan-grid {
		grid-template-columns: repeat(auto-fill,minmax(300px,1fr))
	}
}

@media(max-width:1000px) {
	.team-grid {
		flex-wrap: wrap
	}

	.team-img {
		order: 1;
		flex: 0 0 100%
	}

	.team-desc {
		order: 2;
		flex: 0 0 100%
	}

	.more-grid {
		grid-template-columns: repeat(auto-fill,minmax(286px,1fr));
		display: flex;
		flex-wrap: wrap
	}

	.plan-grid {
		display: flex;
		flex-wrap: wrap
	}

	.more-item,.plan-item {
		flex: 0 0 100%
	}

	.more-item {
		height: 289px
	}

	.more-item-2 {
		order: 4
	}

	.banner-img {
		width: 100%
	}

	.plan-grid {
		row-gap: 15px
	}

	.plan-item:nth-child(2) {
		margin-top: 120px
	}

	.plan-item:nth-child(3) {
		margin-top: 120px
	}
}

.board-btn-m,.plan-item-1-img {
	display: none
}

@media(max-width:768px) {
	.practice-title {
		font-size: 21px
	}

	.plan-item-1-img {
		display: block;
		max-width: 100%
	}

	.practice-desc {
		display: none
	}

	.board-btn {
		display: none
	}

	.board-btn-m {
		margin-left: auto!important;
		margin-right: auto!important;
		display: flex
	}

	.practice-left {
		display: flex;
		position: relative;
		overflow-x: auto;
		flex: 0 0 100%;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 56px;
		margin-right: 0
	}

	.practice-left-item {
		margin-top: 0;
		padding-left: 0;
		padding: 8px;
		height: 49px
	}

	.practice-left-item[aria-expanded=true] {
		padding: 8px
	}

	.practice-grid {
		flex-wrap: wrap;
		overflow: hidden;
		margin-top: 40px
	}

	.practice-right {
		flex: 0 0 100%;
		order: -1
	}

	.demand-item--img {
		margin: 36px 0 23px
	}

	.practice-slide {
		bottom: -28px
	}

	.demand-grid {
		flex-wrap: wrap
	}

	.demand-item {
		max-width: 100%;
		flex: 0 0 100%
	}

	.team-grid {
		padding: 17px 17px 35px;
		gap: 24px
	}

	.team-detail {
		margin: 11px 0 46px;
		font-size: 13px;
		line-height: 20px
	}

	.team-grid:nth-of-type(n+2) {
		margin-top: 40px
	}

	.more-item-2 {
		height: 521px
	}

	h1 {
		font-size: 36px;
		font-weight: 600;
		line-height: 46px
	}

	.banner-desc {
		font-size: 13px;
		line-height: 18px;
		margin: 10px 0 35px
	}

	.title {
		font-size: 30px;
		line-height: 40px
	}

	.desc {
		font-size: 13px
	}

	.demand-item {
		padding: 37px 31px 34px
	}

	.team-title {
		font-size: 20px;
		line-height: 26px
	}

	.banner {
		padding-top: 169px
	}

	.banner-btn {
		height: 48px;
		font-size: 16px;
		width: 133px
	}

	.btn-arrow {
		width: 12px
	}

	.banner-img {
		margin-top: 43px;
		padding-bottom: 51px
	}

	.sec {
		margin-top: 70px
	}

	.more,.team {
		padding-top: 70px;
		padding-bottom: 75px
	}

	.more-grid,.team-grid:nth-of-type(1) {
		margin-top: 40px
	}

	.team-btn {
		height: 42px;
		width: 136px;
		margin-right: auto;
		margin-left: 0
	}

	.more-item-1 {
		background: #ecfbff url(../picture/more-1-bg-mobile.png) center center/contain no-repeat
	}

	.plan-item:not(:first-child) {
		padding: 24px
	}
}

@media (min-width:576px) {
	.wsc-footer .wsc-footer-left {
		border: 0
	}
}

.wsc-footer-list a:hover {
	color: #fff!important
}

.modal-content {
	width: 85%;
	margin: auto
}

#app {
	border-radius: 15px
}

.wsc-main {
	padding-right: 0;
	padding-left: 0
}

.tutorial-component-title {
	height: 100px
}

h4.display-3 {
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
	margin-bottom: 80px;
	color: rgba(0,0,0,0.88)
}

.more h5 {
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	color: rgba(19,22,27,0.88)
}

@media(min-width:1600px) {
	.footer-img {
		position: absolute;
		right: 0;
		bottom: -7.625rem
	}
}

@media(max-width:1400px) {
	.link-box {
		padding: 1.8125rem 1.625rem
	}

	.modal-content {
		max-width: 782px
	}
}

@media(max-width:1279px) {
	.modal-content {
		width: 96%
	}

	section.sec {
		padding: 3.5rem 0
	}

	.footer {
		padding-top: 3.5rem
	}
}

@media(max-width:990px) {
	.integration {
		width: 50%
	}

	.banner h1 {
		font-size: 48px;
		line-height: 56px;
		margin-bottom: 24px
	}

	.banner h5 {
		font-size: 14px;
		font-weight: 500;
		line-height: 22px
	}

	.px-container,.article-container {
		padding: 0 16px
	}

	.video-list .col:nth-child(n+3) {
		margin-top: 32px
	}

	.easy-use {
		bottom: -263px;
		max-width: 100%
	}

	.study-resource .col:nth-child(n+2) {
		margin-top: 2rem
	}

	.article-container {
		max-width: 679px
	}

	.orderbtn {
		font-size: 1rem
	}

	.footer:after {
		background: url(../picture/footer-bg-mobile.png) center top/cover no-repeat
	}

	.footer-img {
		width: 70%
	}

	.footer-desc {
		max-width: 100%;
		color: #000
	}
}

@media(max-width:590px) {
	.banner h1 {
		margin-top: 0rem!important
	}
}

@media(max-width:570px) {
	.orderbtn {
		width: 144px;
		height: 39px;
		line-height: 39px
	}

	.video-mask svg {
		width: 32px
	}

	.video-desc {
		font-size: 19.61px;
		font-weight: 600;
		line-height: 26px;
		margin: 20px 0 12px
	}

	.more h5 {
		font-size: 20px;
		font-weight: 600;
		line-height: 28px
	}

	.try-button--text {
		font-size: 14px
	}

	.orderbtn svg {
		width: 8.8px
	}

	.try-button svg {
		width: 8px
	}

	.footer .display-3 {
		font-size: 28px;
		font-weight: 600;
		line-height: 36px
	}

	.footer-desc {
		font-size: 14px;
		font-weight: 500;
		line-height: 22px
	}

	.easy-use {
		bottom: -55px
	}

	.article-container h2 {
		margin: 2rem 0 1rem
	}

	.banner {
		padding-top: 184px!important
	}

	h4.display-3 {
		font-size: 28px;
		font-weight: 600;
		line-height: 36px;
		margin-bottom: 48px
	}

	.article-container {
		padding: 0 16px
	}

	section.sec {
		padding: 3rem 0
	}

	.footer {
		padding-top: 3rem
	}

	.video-list .col:nth-child(n+3) {
		margin-top: 3rem
	}

	.video-list .col:nth-child(n+2) {
		margin-top: 2rem
	}

	main h2 {
		font-size: 24px!important;
		line-height: 50px!important
	}

	.integration {
		display: none
	}

	.tutorial-component-title {
		height: 50px;
		padding-top: 1.5rem;
		text-align: left
	}

	.study-resource h2 {
		font-size: 1.8rem!important
	}

	.modal-youtube {
		padding-right: 0!important
	}

	.try-button .try-button--text {
		font-size: 14px
	}

	.try-button {
		width: 275px;
		height: 40px;
		padding: 10px 16px
	}

	.try-button .try-button--icon {
		right: 1.1875rem
	}

	.orderbtn {
		width: 10rem;
		padding: 0 .9688rem;
		font-size: 1.4rem
	}

	.try-button svg {
		width: 8px
	}

	.footer .desc {
		margin: 0 auto
	}

	.footer-img {
		width: 83%
	}

	.footer .display-3 {
		line-height: 64px
	}
}

@media(min-width:460px)and (max-width:600px) {
	.auto-layout {
		max-width: 460px
	}
}

@media(min-width:2000px) {
	.modal-content {
		width: 100%
	}
}

@media(min-width:1200px)and (max-width:1400px) {
	.modal-content {
		width: 60%
	}
}

@media(min-width:1300px) {
	.practice-left {
		min-height: 653px
	}
}

@media (max-width: 570px) {
	.banner {
		padding-top: 135px;
	}

	.try-button {
		width: 275px;
		padding: 10px 16px
	}
}