.Main .contain{justify-content: space-between;}
.Main .Main-item{width: 49%;display: flex;flex-direction: column;}
.Main .Main-item .top{padding: 0 0 0 25px; background-image: url('../image/title.png');background-position: center bottom;background-size: 100%;background-repeat: no-repeat;}
.Main .Main-item .title{
	background: linear-gradient(180deg, #FFFFFF 0%, #159DFF 100%);-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;
}

.Main .Main-item .bot{height: 58vh;padding: 26px;background-image: url('../image/box-bg.png');background-size: 100%;background-position: center bottom;background-repeat: no-repeat;}
.Main .Main-item .bot video{border-radius: 10px;}

.Main .Main-item .swiper-slide{height: auto;}

.Main .right .box{width: 100%;  padding:24px;background-color: #021E3C;}

.Main .right .box .item{margin: 20px;}
