html, body {
	font-family: 'Avenir', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #000;
}
.site-wrapper {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
}

.main-content {
	position: relative;
	transition: margin-left 0.4s;
	width: 100%;
	height: 100%;
	padding-top: 70px;
}

.video {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}

.slogan-box {
	width: 100%;
	min-height: calc(100vh - 70px);
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.slogan {
	border-left: 8px solid #546f8a;
	padding: 16px 0 16px 32px;
}

.slogan-title {
	font-size: 64px;
	font-weight: bolder;
	line-height: 72px;
}

.slogan-desc {
	font-size: 18px;
	line-height: 24px;
	margin: 24px 0;
}

.logo-holder {
	padding-left: 24px;
	height: 100%;
	display: flex;
	align-items: center;
}


.title {
	font-size: 42px;
	font-weight: bolder;
	text-align: center;
	margin: 16px 0;
}

.divide-line {
	height: 6px;
	background: #546f8a;
}

.point-5 {
	padding: 72px 0;
	background: url(../img/bg_1920x648.jpg) 0 0 no-repeat;
	background-position: center;
	background-size: cover;
}

.point-box {
	display: flex;
	justify-content: center;
	padding-top: 36px;
}

.point-item {
	min-width: 200px;
	width: 20%;
	max-width: 100%;
}

.point-icon {
	text-align: center;
	font-size: 64px !important;
}

.point-text {
	text-align: center;
	padding: 16px 32px;
	border-left: 2px solid #b7b7b7;
}

.no-border-wx{
	border-left: 2px solid #b7b7b7;
}

.point-item:first-child .point-text{
	border-left: none;
}

.point-text span:first-child {
	font-size: 36px;
	font-weight: bolder;
	color: #546f8a;
}

.part-three {
	display: flex;
	flex-wrap: wrap;
}

.inner {
	width: 360px;
	padding-left: 16px;
}

.inner .title {
	text-align: left;
	margin: 0;
}

.part-three ul {
	margin: 24px 0;
	list-style: none;
	padding-left: 0;
}

.part-three ul li {
	line-height: 36px;
}

.half {
	width: 50%;
	padding: 72px 0;
}

.advertisers {
	background: #546f8a;
	display: flex;
	justify-content: center;
}

.affiliates {
	background: #000;
	display: flex;
	justify-content: center;
}

.pdl {
	padding-left: 24px;
}

.list-icon {
	font-size: 21px;
}

.part-four {
	color: #000;
	padding: 36px 0;
	background: url(../img/cloud-bg.jpg) #fff no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -2;
}

.content-box {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 48px;
}

.content-cart {
	width: 30%;
	height: 160px;
	margin: 0 16px;
	border-radius: 4px;
	box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
	margin-bottom: 32px;
	padding: 16px;
	box-sizing: border-box;
	position: relative;
	transition: all .3s;
	background: #fff;
}
/* .content-cart .bg_icon{
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 110px;
	height: 110px;
} */

.content-cart:hover {
	box-shadow: none;
	background: none;
}

.interactive-box-stacks {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: 0;
    transition: all .3s;
    background: linear-gradient(45deg, #b5dc37 0%, rgb(165 199 54) 100%);
}

.content-cart:hover .interactive-box-stacks {
	top: -6px;
	opacity: 1;
}

.interactive-box-stacks:before {
    content: "";
	width: 95%;
	position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate3d(-50%,0,0);
    border-radius: inherit;
    transition: all .3s;
    opacity: 0;
    background: inherit;
}
.content-cart:hover .interactive-box-stacks:before {
	top: 6px;
	opacity: 0.6;
}

.interactive-box-stacks:after {
    content: "";
	width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate3d(-50%,0,0);
    border-radius: inherit;
    transition: all .3s;
    opacity: 0;
    background: inherit;
}

.content-cart:hover .interactive-box-stacks:after {
	top: 12px;
	opacity: 0.2;
}

.card-title {
	font-size: 21px;
	color: #000;
	margin: 12px 0;
}

.card-content {
	transition: all .5s;
	position: relative;
	top: 0;
}


/* .card-content .card-icon—se{
	position: absolute;
	bottom: 0;
} */

.content-cart:hover .card-content{
	top: -6px;
}

.content-cart:hover .card-title, .content-cart:hover .card-desc{
	color: #fff;
}

.card-desc {
	font-size: 14px;
	color: #9a9a9a;
}

.card-icon {
	font-size: 36px;
}

.content-cart:hover .card-icon {
	color: #fff;
}

.swiper-container {
	margin-top: 36px;
	width: 100%;
}

.swiper-slide {
	padding-bottom: 32px;
}

.swiper-slide img {
	width: 100%;
}

.part-five {
	/* background: url(../img/global-bg.jpg) #fff no-repeat; */
	/* background: url(../img/cloud-bg.jpg) #fff no-repeat; */
	display: flex;
	flex-direction: column;
	padding: 32px 0;
}

.p5-top {
	flex-wrap: wrap;
	justify-content: center;
	/* max-width: 1280px; */
	/* padding: 64px 0; */
}

.p5-bottom {
	padding: 48px 0;
}

.left-part {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.text-card {
	width: 23%;
	min-height: 120px;
	color: #000;
	margin: 24px 16px;
	border-radius: 8px;
	position: relative;
	font-size: 20px;
}
.text-card-text {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 16px;
	box-sizing: border-box;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.text-card-text img{
	width: 60px;
	height: 60px;
}
.text-card-text span{
	padding-left: 20px;
}


.text-card:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: #fff;
	z-index: 2;
}

.text-card:after {
	content: '';
	position: absolute;
	left: -6px;
	top: 6px;
	width: 98%;
	height: 98%;
	border: 2px solid #546f8a;
	border-radius: 10px;
	z-index: 1;
}
@media (min-width:768px) {
.right-part {
	box-sizing: border-box;
	width: 42%;
	margin: auto;
	padding-top: 16px;
	text-align: center;
}
}
.right-part p {
	font-size: 14px;
	margin: 16px 0;
	padding: 0 16px;
}

.right-part-title {
	font-size: 32px;
	font-weight: bolder;
}

.right-part .btn {
	margin-top: 32px;
	padding: 0 32px;
}

#contact {
	padding: 40px 20px;
	background-color: #546f8a;
}
#contact .sub-title{
	font-size: 36px;
}
#contact .sub-title span{
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .email-icon{
	width: 36px;
	vertical-align: bottom;
}
#contact a:hover,
#contact a:visited,
#contact a{
   text-decoration: none;
   color: #fff;
}
#contact .card-box{
	display: flex;
	justify-content: center;
}
#contact .card-box .next-icon{
	display: none;
	
}

.down-arrow {
    color: #fff !important;
    display: inline-block; /* 将 display 属性修改为 inline-block，以便元素正常显示 */
}

#more-arrows {
    width: 75px;
    height: 65px;
    transform: scale(0.4);
}

@keyframes arrow-animation {
    0% {
        fill: #fff;
        opacity: 0.5;
    }

    25% {
        fill: #fff;
        opacity: 0.75;
    }

    50% {
        fill: #fff;
        opacity: 1;
    }

    75% {
        fill: #fff;
        opacity: 0.75;
    }

    100% {
        fill: #fff;
        opacity: 0.5;
    }
}

polygon.arrow-top {
    animation: arrow-animation 1s linear infinite;
}

polygon.arrow-middle {
    animation: arrow-animation 1s linear infinite 1.3s;
}

polygon.arrow-bottom {
    animation: arrow-animation 1s linear infinite 2.5s;
}

#contact .card-box .card{
	width: 50%;
	max-width: 520px;
	margin: 0 10px;
	background-color: #fff;
	border-radius: 10px;
	color: #000;
	padding: 20px;
}
#contact .card-box .card h3{
	padding: 0 20px;
	font-weight: 600;
}
#contact .card-box .card h3 span{
	color: #546f8a;
	text-transform: uppercase;
}

.code-box{
	display: flex;
}
.code-box .img-box{
	display: flex;
}
.code-box .img-box img{
	width: 100px;
	height: 100px;
}
.code-box .txt{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px 0;
}
.code-box .txt p{
	margin: 0;
	text-align: left;
	font-size: 16px;
}

.aw-btn{
	position: fixed;
	bottom: 50%;
	right: 20px;
	width: 80px;
	height: 80px;
	background-image: url('../img/aw-logo.png');
	background-size: 100% 100%; /* 将背景图片铺满整个盒子 */
	/* background-size: cover; */
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}

@media screen and (max-width: 479px){
	.aw-btn{
		width: 50px;
		height: 50px;
	}
	.logo-holder {
		width: 90%;
	}
	.logo-holder img{
		max-width: 50%;
	}
	.title {
		font-size: 24px;
	}
	.slogan-box {
		height: auto;
		padding: 32px 0;
		box-sizing: border-box;
	}
	.slogan-title {
		font-size: 30px;
		line-height: 36px;
	}
	.slogan-desc {
		font-size: 14px;
	}
	.half {
		width: 100%;
	}
	.left-part {
		width: 100%;
	}
	.content-cart {
		width: 100%;
	}
	.pdl {
		padding-left: 8px;
	}
	.no-border-wx{
		border-left: none;
	}
	.point-item {
		width: 175px;
		min-width: auto;
	}
	.slogan {
		border-left: 4px solid #546f8a;
		padding: 16px 0 16px 12px;
	}
	.copyright {
		font-size: 12px;
	}
	.point-box {
		flex-wrap: wrap;
	}
	.text-card {
		width: 45%;
		height: 100px;
		margin: 24px 8px;
	}

}

.swiper-slide {
	padding: 0 16px 32px 16px;
	box-sizing: border-box;
}

.card_box{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.card_box .ctx{
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	width: 33%;
	justify-content: center;
	align-items: center;
}
.card_box .ctx img{
	width: 90px;
	height: 90px;
}
@media screen and (max-width: 750px){
	.down-arrow{
		display: block;
	}
	#contact {
		padding: 50px 10px;
	}
	#contact .sub-title{
		font-size: 22px;
	}
	#contact .email-icon{
		width: 22px;
	}
	#contact .card-box{
		display: block;
	}
	#contact .card-box .next-icon{
		display: inline-block;
	}
	#contact .card-box .next-icon img{
		width: 40px;
		height: 40px;
	}
	#contact .card-box .card:first-child{
		margin-bottom: 60px;
	}
	#contact .card-box .card:last-child{
		margin-top: 60px;
	}
	#contact .card-box .card{
		width: 90%;
		margin: 0 10px;
		padding: 10px;
	}

	#contact .card-box .card h3{
		padding: 0 10px;
	}
	#contact .card-box .card h3 span{
	}
	
	.code-box{
		display: block;
	}
	.code-box .img-box{
		display: block;
	}
	.code-box .img-box img{
		width: 100px;
		height: 100px;
	}
	.code-box .txt{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 12px 0;
	}
	.code-box .txt p{
		margin: 0;
		text-align: center;
		font-size: 12px;
		line-height: 1.6;
	}
	

	.card_box .ctx{
		width: 50%;
	}
	.card_box .ctx img{
		width: 70px;
		height: 70px;
	}

	.text-card {
		width: 90%;
		height: 68px;
		color: #000;
		margin: 24px 16px;
		border-radius: 8px;
		position: relative;
	}
}

@media screen and (min-width: 1280px){
	.card_box .ctx{
		width: 16.66%;
	}
	.text-card-text {
		padding: 16px;
		padding-left: 60px;
	}
}
