
.banner{
	float: left;
    position: relative;
}
#banner-pic{
    width: 100%;
    /*height: calc(1080 / 1920 * 100%);*/
    height: 100vh;
}
#banner-pic .swiper-slide .img{
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
#banner-pic .swiper-slide .img img{
	float: left;
	width: 100%;
    height: 100%;
	object-fit: cover;
}

#banner-pic .text{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translate(-50%,0);
	z-index: 1;
	color: var(--color13);
}
#banner-pic .text .box{
	width: 70%;
	padding: 2%;
	max-height: 90%;
	float: left;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

#banner-pic .text .box .wowbox{
	width: 100%;
	    height: 100%;
}

#banner-pic .text .box .name{
	line-height:1.2;
	text-transform: capitalize;
	font-weight: bold;
}
#banner-pic .text .box .subname{
}
#banner-pic .text .box .desc{
	margin-top: 28px;
	margin-bottom: 60px;
	text-align: left;
    
}
#banner-pic .text .box .desc p{
	color: #FFFFFF;
    opacity: 0.8;
}
#banner-pic .text .box .desc img{
	/* height: 22px; */
	height: 20px;
	margin-left: 5px;
	transform: translate(0,15%);
}

#banner-pic .swiper-video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#banner-pic .swiper-video video{
	width: 100%;
	height: 100%;
	float: left;
	z-index: 2;
	object-fit: cover;
}





#banner-btn{
	height: 12px;
	bottom: 5%;
	width: auto;
	left: 50%;
	transform: translate(-50%,0);
	position: absolute;
	z-index: 2;
}
#banner-btn .swiper-wrapper{
	transform: translate3d(0px, 0px, 0px)!important;
}
#banner-btn .swiper-slide{
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: var(--color13) 2px solid;
	margin-left: 18px;
	float: left;
	position: relative;
	background: var(--color13);
	cursor: pointer;
	z-index: 4;
}
#banner-btn .swiper-slide:nth-child(1){
	margin-left: 0;
}

#btn_circles{
	width: 12px;
	height: 12px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#btn_circles .text{
	display: none;
}
#btn_circles .wrp{
	width: 12px;
	height:12px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}
#btn_circles .wrp svg{
	float: left;
}
#btn_circles path:nth-child(1){
	stroke:transparent;
}
#btn_circles path:nth-child(2){
	stroke:var(--color13);
}
#banner-btn .swiper-slide-active{
	background: transparent;
	border: transparent 2px solid;
}



.prosort{
	overflow: hidden;
}
.prosort .proul{
	width: 100%;
	padding: 20px;
	overflow: hidden;
}
.prosort .proli{
	width: calc( 50% - 10px);
	float: left;
	margin-left: 20px;
	position: relative;
}
.prosort .proli:nth-child(2n-1){
	margin-left: 0;
}
.prosort .box,.prosort .img,.prosort .box img{
	width: 100%;
}
.prosort .img{
	border-radius: 20px;
	overflow: hidden;
}

.prosort .toggle{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	color: var(--color13);
}
.prosort .toggle .text{
	width: 90%;
	margin: 40px auto 0 auto;
}
.prosort .toggle .name{
}
.prosort .toggle .desc{

}
.prosort .toggle .link{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) translateY(10px);
	opacity: 0;
}

.prosort .proli:hover .link{
	opacity: 1;
	transform:translate(-50%,-50%) translateY(0px); 
}




.provideo{
	overflow: hidden;
	position: relative;
}
.provideo .pvbg{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.provideo .pvbg .ico{
	width: 98px;
	position: absolute;
}
.provideo .pvbg .ico1{
	left: 5.8%;
	top: 28%;
}
.provideo .pvbg .ico2{
	right: 6.8%;
	top: 47%;
}
.provideo .pvideoul{
	padding-bottom: 180px;
	overflow: hidden;
}
.provideo .pvideoli{
	width: 100%;
	float: left;
	margin-top: 180px;
	position: relative;
}
.provideo .pvideoli .box{
	width: 63%;
	height: 0;
	padding-bottom: 35%;
	float: left;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.provideo .pvideoli .box video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}
.provideo .pvideoli .toggle{
	position: absolute;
	right: 0;
	height: 100%;
	width: calc(100% - 63%);
	padding-left: 60px;
}
.provideo .pvideoli .toggle .text{
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
	max-height: 100%;
	overflow: hidden;
    
}
.provideo .pvideoli .toggle .name{
	color:var(--color3);
	margin-bottom: 34px;
    line-height: 1.2;
}
.provideo .pvideoli .toggle .desc{
	color:var(--color2);
	height: calc(100% - 100px);
	overflow-y: auto;
    max-height: calc(100% - 100px);

}

.provideo .pvideoli:nth-child(2n-1) .box{
	float: right;
}
.provideo .pvideoli:nth-child(2n-1) .toggle{
	padding: 0;
	padding-right:60px;
	right: initial;
	left: 0;
}




.hotvideo{
	position: relative;
	z-index: 1;
}
.hotvideo .box{
	height: calc(1080 / 1920 * 100%);
	overflow: hidden;
}
.hotvideo .box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}
.hotvideo .toggle{
	position: absolute;
	left: 50%;
	top: 0%;
	max-width: 880px;
	height: 100%;
	transform:translate(-50%,0);
}
.hotvideo .toggle .text{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	float: left;
	position: relative;
	text-align: center;
}
.hotvideo .toggle .text .ico{
	margin-top: 55px;
}
.hotvideo .toggle .text .ico img{
	/* max-width: 80%; */
}
.hotvideo .toggle .text .name{
	color: var(--color13);
	margin-top: -18px;
}

.hotvideo .toggle .text .video{
	width: 100%;
	height: calc(480 / 820 * 100%);
	position: absolute;
	bottom: -85px;
	padding: 30px;
	background: #fff;
	overflow: hidden;
	border-radius: 40px;
	box-shadow: 0 20px 20px 0 rgba(0,0,0,.1)
}
.hotvideo .toggle .text .video video{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
	border-radius: 18px;
}
.hotvideo .toggle .text .buynow{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}
.hotvideo .toggle .text .buynow .btn{
	padding: 0 80px;
}



.sixlist{
	padding-top: 265px;
	overflow: hidden;
	position: relative;
}
.sixlist .box .title{
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.sixlist .box .name{
	text-indent: 2em;
	position: relative;
	float: left;
}
.sixlist .box .name num{
	color: var(--color1);
	margin-right: 15px;
	margin-left: -35px;
}
.sixlist .box .name:before{
	position: absolute;
	content: '';
	left: 0;
	top:0;
	width: 44px;
	height: 30px;
	background: url(../images/sixico1.png);
}
.sixlist .box .name:after{
	position: absolute;
	content: '';
	right: 0;
	bottom:-50px;
	width: 82px;
	height: 74px;
	background: url(../images/sixico2.png);
}

.sixlist .toggle{
	position: relative;
	width: 100%;
	float: left;
	top: -90px;
}
.sixlist .toggle .service-swiper{
	overflow: visible;
}
.sixlist .toggle .sixul{
	width: 100%;
	height: 670px;
	position: relative;
   
}
.sixlist .toggle .sixli{
	float: left;
	position: relative;
	
	
    perspective: 500px;
    transform-style:preserve-3d;
    /* transform: rotateY(0deg); */
}
.sixlist .toggle .sixli .rotatebox{
    overflow: hidden;
    box-shadow: 0 15px 15px 0 rgba(0,0,0,.1);
	width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
}
.sixlist .toggle .sixli .img{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sixlist .toggle .sixli img{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}
.sixlist .toggle .sixli .text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	max-height: 90%;
}
.sixlist .toggle .sixli .text:before{
	position: absolute;
	content: '';
	z-index: 4;
	width: 21px;
	height: 13px;
	left: 20px;
	top:10px;
	background: url(/html/phone/images/sixico3.svg);
}
.sixlist .toggle .sixli .text:after{
	position: absolute;
	content: '';
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.6));
}
.sixlist .toggle .sixli .text .desc{
	position: relative;
	z-index: 3;
	width: 100%;
	float: right;
	color: var(--color13);
	max-height: 40px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}
.sixlist .toggle .sixli:hover .text .desc{
	max-height: calc(100% - 60px);
	-webkit-line-clamp:initial;
	-webkit-box-orient:initial;
	display:inline-block;
}


.sixlist .toggle .sixli:nth-child(6n-5){
	width: 302px;
	height: 302px;
	margin-top: 150px;
}
.sixlist .toggle .sixli:nth-child(6n-4){
	width: 337px;
	height: 337px;
	margin-top: 100px;
	margin-left: 25px;
}
.sixlist .toggle .sixli:nth-child(6n-3){
	width: 274px;
	height: 274px;
	margin-left: 25px;
}
.sixlist .toggle .sixli:nth-child(6n-2){
	position: absolute;
	left: 456px;
	top: 460px;
	width: 208px;
	height: 208px;
}
.sixlist .toggle .sixli:nth-child(6n-1){
	position: absolute;
	width: 244px;
	height: 244px;
	left: 690px;
	top: 295px;
}
.sixlist .toggle .sixli:nth-child(6n){
	width: 208px;
	height: 208px;
	margin-left: 25px;
	margin-top: 190px;
}

.sixlist .toggle .gifpic{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 94px;
	background: var(--color11);
	top: 460px;
	left: 327px;
}

.sixlist .w1200{
	position: relative;
}
.sixlist .sixlist-btn .sixbtn{
	position: absolute;
	z-index: 2;
	left: -80px;
	top: 350px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	border-radius: 100%;
}
.sixlist .sixlist-btn .sixbtn.community-prev{
	background: var(--color13) url(../images/btn_l.png);
	background-size: cover;
}
.sixlist .sixlist-btn .sixbtn.community-next{
	position: absolute;
	z-index: 2;
	left: initial;
	right: -80px;
	width: 42px;
	height: 42px;
	background: var(--color13) url(../images/btn_r.png);
	background-size: cover;
}
.sixlist .sixlist-btn .sixbtn.swiper-button-disabled{
	opacity: 0.3;
}


.featured{
   padding-top: 2rem;
	padding-bottom: 70px;
	overflow: hidden;
}
.featured .box .name{
	text-align: center;
	color: var(--color3);
}
.featured .toggle{
	margin-top: 15px;
}
.featured .toggle .featli{
	width: calc( 100% / 6);
	height: calc(120 / 154 * 100%);
	float: left;
	margin-bottom: 30px;
}
.featured .toggle .featli a{
	padding:0 5%;
}
.featured .toggle .featli .img{
	overflow: hidden;
}
.featured .toggle .featli a,.featured .toggle .featli .img,.featured .toggle .featli img{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}




.ad{
	padding-bottom: 100px;
	overflow: hidden;
}
.ad .adli{
	/* width: 100%;
	height: 0;
	padding-bottom: 30%;
	float: left;
	overflow: hidden;
	position: relative;
	background: linear-gradient(to right top,#252525,#2A2A2A); */
    
    width: 100%;
    /* height: 0; */
    padding-bottom: calc(365/1200 *100%);
    overflow: hidden;
    position: relative;
    
}
.ad .adli .img{
	position: absolute;
	width: 100%;
	height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.ad .adli .img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	object-fit: cover;
}
.ad .adli .text{
    padding: 0 1.1rem;
	position: absolute;
	z-index: 2;
    width: 100%;
    height: 100%;
	/* left: 110px;
	top: 50%;
	transform: translate(0,-50%); */
	color: var(--color13);
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ad .adli .text .name {
	width: 520px;
}

.ad .adli .text .more{
	margin-top: 40px;
}




@media(max-width:1680px) {


}

@media(max-width:1440px) {



}

@media(max-width:1366px) {
	.sixlist .sixlist-btn .sixbtn{
		left: -60px;
	}
	.sixlist .sixlist-btn .sixbtn.community-next{
		right: -60px;
	}


}

@media(max-width:1280px) {

	.prosort .toggle .text{
		margin: 30px auto 0 auto;
	}


	.sixlist .toggle .sixli:nth-child(6n-4){
		margin-left: 15px;
	}
	.sixlist .toggle .sixli:nth-child(6n-3){
		margin-left: 15px;
	}
	.sixlist .toggle .sixli:nth-child(6n-2){
		left: 446px;
	}
	.sixlist .toggle .sixli:nth-child(6n-1){
		left: 670px;
	}
	.sixlist .toggle .sixli:nth-child(6n){
		width: 200px;
		height: 200px;
		margin-left: 15px;
	}

	.sixlist .toggle .gifpic{
		left: 317px;
	}

	.sixlist .sixlist-btn .sixbtn{
		left: -45px;
	}
	.sixlist .sixlist-btn .sixbtn.community-next{
		right: -45px;
	}

}

@media(max-width:1200px) {

	.prosort .toggle .text{
		margin: 20px auto 0 auto;
	}

	.provideo .pvideoli{
		margin-top: 140px;
	}
	.provideo .pvideoul{
		padding-bottom: 140px;
	}


	.sixlist .toggle .sixul{
		width: calc(100% - 22px);
		height: 630px;
		margin-left: 11px;
	}
	.sixlist .toggle .sixli:nth-child(6n-5){
		width: 280px;
		height: 280px;
	}
	.sixlist .toggle .sixli:nth-child(6n-4){
		width: 310px;
		height: 310px;
	}
	.sixlist .toggle .sixli:nth-child(6n-3){
		width: 250px;
		height: 250px;
	}
	.sixlist .toggle .sixli:nth-child(6n-2){
		width: 205px;
		height: 205px;
		left: 400px;
		top: 425px;
	}
	.sixlist .toggle .sixli:nth-child(6n-1){
		left: 620px;
		top: 265px;
		width: 210px;
		height: 210px;
	}
	.sixlist .toggle .sixli:nth-child(6n){
		width: 180px;
		height: 180px;
		margin-left: 15px;
	}

	.sixlist .toggle .gifpic{
		left: 305px;
		top: 425px;
		width: 80px;
	}

	.sixlist .sixlist-btn .sixbtn{
		left: -40px;
	}
	.sixlist .sixlist-btn .sixbtn.community-next{
		right: -40px;
	}

	.hotvideo .toggle .text .buynow .btn{
		padding: 0 70px;
	}

}


@media(max-width:1024px) {


	.prosort .toggle .text{
		margin: 10px auto 0 auto;
	}

	.provideo .pvideoli{
		margin-top: 100px;
	}
	.provideo .pvideoul{
		padding-bottom: 100px;
	}


	.sixlist{
		padding-top: 180px;
	}
	.sixlist .toggle .sixul{
		width: calc(100% - 40px);
		height: 545px;
		margin-left: 20px;
	}
	.sixlist .toggle .sixli:nth-child(6n-5){
		width: 230px;
		height: 230px;
	}
	.sixlist .toggle .sixli:nth-child(6n-4){
		width: 260px;
		height: 260px;
	}
	.sixlist .toggle .sixli:nth-child(6n-3){
		width: 200px;
		height: 200px;
	}
	.sixlist .toggle .sixli:nth-child(6n-2){
		width: 170px;
		height: 170px;
		left: 325px;
		top: 370px;
	}
	.sixlist .toggle .sixli:nth-child(6n-1){
		left: 522px;
		top: 212px;
		width: 180px;
		height: 180px;
	}
	.sixlist .toggle .sixli:nth-child(6n){
		width: 150px;
		height: 150px;
		margin-top: 140px;
	}

	.sixlist .toggle .gifpic{
		left: 265px;
		top: 375px;
		width: 60px;
	}

	.sixlist .sixlist-btn .sixbtn{
		left: -30px;
	}
	.sixlist .sixlist-btn .sixbtn.community-next{
		right: -30px;
	}


	/* .ad .adli .text{
		left: 50px;
	} */


	.provideo .pvbg .ico{
		width: 80px;
	}

	.hotvideo .toggle .text .ico{
		margin-top: 30px;
	}
	.hotvideo .toggle .text .ico img{
		/* max-width: 60%; */
	}

	.hotvideo .toggle .text .video{
		border-radius: 20px;
		padding: 15px;
		width: 90%;
		margin-left: 5%;


	}
	.hotvideo .toggle .text .video video{
		border-radius: 12px;
	}

	.hotvideo .toggle .text .buynow .btn{
		padding: 0 60px;
	}

}

@media(max-width:900px) {

	

}

@media(max-width:768px) {
    .hotvideo .toggle .text .name {
        margin-top: 10px;
    }
	#banner-pic .text .box{
		width: 100%;
		height: calc(100% - 80px);
		top: 60px;
		transform: initial;
	}
	#banner-pic .link{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	#banner-pic .link .btn{
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		float: left;
		margin: 0;
		margin-top: 15px;
	}
	#banner-btn{
		display: none;
	}

	.prosort .proli{
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}

	.prosort .toggle .link{
		opacity: 1;
		top: initial;
		bottom: 15px;
		transform: translate(-50%,0);
	}
	.prosort .toggle .link .btn{
		padding: 0 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
	.prosort .proli:hover .link{
		transform: translate(-50%,0);
	}

	.baiH{
		padding-bottom: 86%;
	}
	.provideo .pvbg{
		display: none;
	}
	.provideo .pvideoli{
		margin-top: 60px;
	}
	.provideo .pvideoli .box{
		width: 100%;
		padding-bottom: calc(300 / 343 * 100%);
	}
	.provideo .pvideoli:nth-child(2n-1) .box{
		float: left;
	}
	.provideo .pvideoli .toggle{
		width: 100%;
		float: left;
		position: initial;
		padding-right: initial;
		padding-left: initial;
	}
	.provideo .pvideoli .toggle .text{
		top: initial;
		transform: initial;
		padding: 0 14px;
	}
	.provideo .pvideoli:nth-child(2n-1) .toggle{
		padding-right: initial;
	}
	.provideo .pvideoli .toggle .name{
		margin-top: 24px;
		margin-bottom: 10px;
	}

	.hotvideo .box{
		height: 622px;
	}
	.hotvideo .box img{
		object-fit: cover;
	}

	.hotvideo .toggle .text .video{
		border-radius: 20px;
		width: 100%;
		margin: 0;
		padding: 0;
		height: calc(360 / 820 * 100%);
		bottom: 120px;
		border: var(--color13) 2px solid;
	}
	.hotvideo .toggle .text .video video{
		min-height: initial;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
	}
	.hotvideo .toggle .text .buynow{
		width: 100%;
		bottom: 50px;
	}
	.hotvideo .toggle .text .buynow .btn{
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		background: var(--color1);
		border-color: var(--color1);
		color: var(--color13);
	}
	.hotvideo .toggle .text .buynow .btn:hover{
		background: var(--color13);
		border-color: var(--color13);
		color: var(--color1);
	}
	.colorf9{
		background: var(--color13);
	}

	.sixlist{
		padding-top: 100px;
	}
	.sixlist .box{
		width: 100%;
		float: left;
	}
	.sixlist .box .name:before{
		width: 35px;
		height: 24px;
		background-size: cover;
	}
	.sixlist .box .name:after{
		width: 60px;
		height: 54px;
		right: -37px;
		bottom: -22px;
		background-size: cover;
	}
	.sixlist .toggle{
		top: 0;
	}
	.sixlist .toggle .gifpic,.sixlist .sixlist-btn{
		display: none;
	}
	#mcoty{
		width: calc( 100% + 30px);
		margin-left: -15px;
		overflow: hidden;
		padding-bottom: 80px;
	}

	#mcoty .swiper-slide{
		width: 250px;
		margin-left: 4%;
		border-radius: 20px;
		overflow: hidden;
		box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
	}
	#mcoty .swiper-slide .img{
		height: 0;
		padding-bottom: calc(200 / 250 * 100%);
		overflow: hidden;
		position: relative;
	}
	#mcoty .swiper-slide .img img{
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#mcoty .swiper-slide .text{
		width: 100%;
		height: 103px;
		float: left;
		background: var(--color13);
		padding: 20px;
		padding-top: 0;
		position: relative;
	}
	#mcoty .swiper-slide .headpic{
		position: absolute;
		top:0;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 58px;
		height: 58px;
		border-radius: 100%;
		overflow: hidden;
		border: var(--color1) 2px solid;
	}
	#mcoty .swiper-slide .name{
		margin-top: 10px;
		text-transform: capitalize;
		text-align: center;
		color: var(--color3);
        font-size: 22px;
        font-weight: 700;
	}
	#mcoty .swiper-slide .desc{
		margin-top: 10px;
		height: 32px;
		overflow: hidden;
		color: var(--color18);
	}

	.featured .toggle .featli{
		width: calc(100% / 3);
		margin-bottom: 0;
	}

	/* .ad .adli{
		height: initial;
		padding-bottom: initial;
	}
	.ad .adli .img,.ad .adli .img img{
		position: initial;
		min-height: 150px;
	}
	.ad .adli .text{
		position: initial;
		top: initial;
		transform: initial;
		text-align: center;
		padding:50px 16px 0  16px;
		left: initial;
        line-height: 1;
	}
	.ad .adli .text .more{
		margin-top: initial;
		position: absolute;
		bottom: 55px;
		width: calc(100% - 100px);
        left: 50%;
        transform: translateX(-50%);
	}
    .ad .adli .text .more .link{
    	display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .ad .adli .text .more .ah_btn{
    	width: 183px;
        height: 38px;
        border-radius: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
    
    .ad .adli .text .name {
    	width: 100%;
        font-size: 40px;
    }
    
	.ad .adli .text .more .link{
		width: 100%;
		float: left;
	}
	.ad .adli .text .more .btn{
		width: 100%;
		height: 38px;
		line-height: 38px;
		border-radius: 19px;
		background: var(--color1);
		border-color: var(--color1);
		color: var(--color13);
		position: relative;
		z-index: 1;
		opacity: 1;
	}
	.ad .adli .text .more .btn:hover{
		background: var(--color13);
		border-color: var(--color13);
		color: var(--color1);
	} */
    
    .ad .adli{
        width: 100%;
        padding-bottom: calc(410/345 *100%);
        overflow: hidden;
        position: relative;
    }
    .ad .adli .img{
    	position: absolute;
    	width: 100%;
    	height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .ad .adli .img img{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    	object-fit: cover;
    }
    .ad .adli .text{
        padding: 50px 16px;
    	position: absolute;
    	z-index: 2;
        width: 100%;
        height: 100%;
    	color: var(--color13);
        
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .ad .adli .text .name {
    	width: 100%;
        font-size: 40px;
        text-align: center;
    }
    
    .ad .adli .text .more{
    	margin-top: 0;
    }
    .ad .adli .text .more .ah_btn{
        width: 183px;
        height: 38px;
        border-radius: 19px;
        font-size: 16px;
    	float: none;
        margin: 0 auto;
    } 
    



}

@media(max-width:414px) {


}