@font-face {
	font-family: "Manrope-Bold";
	src: url('../font/Manrope-Bold.ttf');
}
@font-face {
	font-family: "Manrope-Regular";
	src: url('../font/Manrope-Regular.ttf');
}
.te310box-container{
	max-width: 1600px;
	width: 83.33333333333333%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1024px) {
	.te310box-container{
		width: 90%;
	}
}
.te310box-text .t1{
	font-family: "Manrope-Bold";
	font-weight: 800;
	color: #ffffff;
	font-size: 2.5vw;
	line-height: 1.2;
}
.te310box-text .t2{
	margin-top: 0.625vw;
	font-family: "Manrope-Regular";    
	color: #ffffff;
	font-size: 1.145833333333333vw; 
}
@media only screen and (max-width: 768px){
	.te310box-text .t1{
		font-size: 32px;
	}
	.te310box-text .t2{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 480px){
	.te310box-text .t1{
		font-size: 24px;
	}
	.te310box-text .t2{
		font-size: 14px;
		margin-top: 15px;
	}
}

.te310box1-bimg img{
	display: block;
	width: 100%;
}
.te310box1-b{
	position: relative;
}
.te310box1-b2{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 100%;
	overflow: hidden;
}
.te310box1-b3{
	display: flex;
	align-items: center; 
	justify-content: space-between; 
}
.te310box1-b4{
	width: 56%;
	min-height: 15.625vw;
}
.te310box1-b4 span{
	display: inline-block;
	margin-right: 0.3125vw;
}
.te310box1-b4-img {
	width: 39%;
	text-align: center;
}
.te310box1-b4-img img{
	width: 64.81481481481481%;
}
.te310box1-b5{
	width: 100%; 
	/*font-size: 3.020833333333333vw;*/
	font-size: 3.125vw;
	font-family: "Manrope-Bold";
	color: #EC801B; 
	line-height: 1.2; 
	margin-bottom: .5208vw;
	font-weight: 800;
}
.te310box1-b6{
	/*font-size: 1.666666666666667vw;*/
	font-size: 1.770833333333333vw;
	font-family: "Manrope-Bold";
	color: #FFFFFF; 
	padding-bottom: 1.25vw; 
	margin-bottom: 2vw; 
	text-transform: uppercase; 
	border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.te310box1-b11{
	position: relative;
	margin-bottom: 1.5625vw;
	width: 4.375vw; 
	height: 4.0625vw;
}
.te310box1-b11 .text {
	position: absolute;
	font-family: "Manrope-Regular";
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	padding-top: 15px;
	width: max-content;
	left: 50%;
	transform: translate(-50%, 20%);
	opacity: 0;
	transition: 0.2s;
}
.te310box1-b11 .text::after {
	content: '';
	position: absolute;
	display: inline-block;
	border-bottom: 17px solid #ec801b;
	border-top: 0px solid transparent;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.te310box1-b11 .text p {
	background: #EC801B;
	border-radius: 10px;
	padding: 12px 12px;
}
.te310box1-b10:hover .text {
	opacity: 1;
	transform: translate(-50%, 0%);
}
.te310box1-b12{
	width: 100%;
	height: 100%; 
	display: flex; 
	align-items: center; 
	justify-content: center;
}
.te310box1-b12 img{
	width: 44%;
}
.te310box1-b13{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.te310box1-b13 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.te310box1-b13 img.img-hide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.4s ease;
}
.te310box1-b10:hover img.img-show{
}
.te310box1-b10:hover img.img-hide{
	opacity: 1;
	transform: rotate(180deg) scale(1);
}
.te310box1-b10:hover .te310box1-b12 img{
	filter: brightness(0) invert(1);
	position: relative;
	z-index: 2;
}
@keyframes icon-rotate {
	0% {
	  transform: rotate(0);
	}
	100% {
	  transform: rotate(360deg);
	}
}
.te310box1-b9{
	display: flex;
	align-items: flex-start;
	grid-gap: 1.0417vw;
}
.te310box1-b10{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.te310box1-btnbox{
	margin-top: 3.4896vw;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5625vw;
}
.te310box1-btnbox .te310box1-btn{
	border-radius: 1.5625vw;
	border: 1px solid #EC801B;
	font-size: 1.5625vw;
	line-height: 1;
	font-family: "Manrope-Regular";
	color: #EC801B;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 14.0625vw;
	height: 3.333333333333333vw;
	margin-top: 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 1vw;
	box-sizing: border-box;
	transition: all 0.8s;
}
.te310box1-btn::after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 26.0417vw;
	height: 26.0417vw;
	background: #EC801B;
	z-index: -1;
	border-radius: 100%;
	transition: all 0.8s;
}
.te310box1-btn:hover::after{
	top: 0;
	border-radius: 0;
}
.te310box1-btn:hover{
	color: #FFFFFF;
}
@media only screen and (max-width: 1580px){
	.te310box1-b11 .text{
		font-size: 0.8333333333333333vw;
	    margin-top: 0.625vw;
	    padding-top: 0.78125vw;
	}
	.te310box1-b11 .text::after{
		border-bottom: 0.9375vw solid #ec801b;
	    border-top: 0px solid transparent;
	    border-right: 0.9375vw solid transparent;
	    border-left: 0.9375vw solid transparent;
	}
	.te310box1-b11 .text p{
		border-radius: 0.625vw;
    	padding: 0.625vw;
	}
}
@media only screen and (max-width: 900px){
	.te310box1-b12 img{
		width: 48%;
	}
	.te310box1-b14{
		font-size: 12px;
		width: 96px;
	}
	.te310box1-btn{
		font-size: 12px;
		padding: 6px 10px;
		border-radius: 30px;
		margin-top: 40px;
	}
	.te310box1-b9{
		flex-wrap: wrap;
		grid-gap: 5px;
	}
	.te310box1-btnbox{
		margin-top: 40px;
	} 
	.te310box1-btnbox .te310box1-btn{
		border-radius: 21px;
		font-size: 14px;
		min-width: 120px;
    	height: 42px;
    	padding: 0 20px;
	}
	.te310box1-btnbox .te310box1-btn::after{
		width: 130px;
    	height: 130px;
	}
	.te310box1-btnbox{
		gap: 20px;
	}
}
@media only screen and (max-width: 768px){
	.te310box1{
		position: relative;
		padding-top: 96px;
	}
	.te310box1:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 96px;
		background: #000000;
	}
}



.te310box2{
	padding: 5.729166666666667vw 2.604166666666667vw;
}
.te310box2-box{
	position: relative;
}
.te310box2-box .title{
	text-align: center;
	font-family: "Manrope-Bold";
	font-weight: bold;
	color: #000000;
	font-size: 2.083333333333333vw;
}
.te310box2-box .te310box2-wrap{
	position: relative;
	margin-top: 3.125vw;
}
.te310box2-box .te310box2-img{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 31.25%;
	text-align: center;
}
.te310box2-box .te310box2-text{
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 2.083333333333333vw;
}
.te310box2-box .te310box2-text .item{
	width: 34.375%;
}

.te310box2-box .te310box2-text .item ul{
	padding: 0;
}
.te310box2-box .te310box2-text .item ul li{
	list-style: none;
	padding: 1.5625vw 2.083333333333333vw;
	box-sizing: border-box;
	background: linear-gradient(to right, rgba(233,128,0,0) 50%, rgba(233,128,0,0.2) 100%);
	margin-bottom: 1.145833333333333vw;
	border-radius: 0.5208333333333333vw;
}
.te310box2-box .te310box2-text .item.right_w ul li{
	background: linear-gradient(to right, rgba(233,128,0,0.2) 0%, rgba(233,128,0,0) 50%, rgba(233,128,0,0) 100%);
}
.te310box2-box .te310box2-text .item ul li:last-child{
	margin-bottom: 0;
}
.te310box2-box .te310box2-text .item ul li .icon{
	margin-bottom: 0.5208333333333333vw;
}
.te310box2-box .te310box2-text .item ul li .icon img{
	max-width: 1.71875vw;
}
.te310box2-box .te310box2-text .item ul li .t1{
	font-family: "Manrope-Bold";
	color: #000000;
	font-size: 1.041666666666667vw;
	margin-bottom: 0.5208333333333333vw;
}
.te310box2-box .te310box2-text .item ul li .t2{
	font-family: "Manrope-Regular"; 
	color: #727272;
	/*font-size: 14px;*/
	font-size: 0.7291666666666667vw;
	line-height: 1.7;
}
.te310box2 .ripple_img{
	position: relative;
	display: inline-block;
}
.te310box2 .ripple_img .arrow{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 128%;
	padding-bottom: 128%;
}
.te310box2 .ripple_img .arrow img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	animation: counter-clockwise 3s linear infinite;
}
.te310box2 .ripple_img .img{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 5;
	width: 20.83333333333333vw;
	text-align: center;
	margin: auto;
	border-radius: 0 0 10.41666666666667vw 10.41666666666667vw;
	overflow: hidden;
}
.te310box2 .ripple_img .img::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	background: #fcecda;
}
.te310box2 .ripple_img img{
	width: 52%;
}
.te310box2 .anibox{
	width: 100%;
	padding-bottom: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}
.te310box2 .ani-wave{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}
@-webkit-keyframes opac {
	from {
		opacity: 1;
		width: 100%;
		height: 100%;
	}
	to {
		opacity: 0;
		width: 120%;
		height: 120%;
	}
}
@keyframes opac {
	from {
		opacity: 1;
		width: 100%;
		height: 100%;
	}
	to {
		opacity: 0;
		width: 120%;
		height: 120%;
	}
}
.te310box2 .ani-wave *{
	background: #fcecda;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	animation: opac 3s infinite;
}
.te310box2 .ani-wave .w2{
	animation-delay: 1s;
}
.te310box2 .ani-wave .w3{
	animation-delay: 2s;
}
.te310box2 .ani-wave .w4{
	animation-delay: 3s;
}
.te310box2 .ani-wave .w5{
	animation-delay: 4s;
}
.te310box2 .ani-wave .w6{
	animation-delay: 5s;
}

@keyframes counter-clockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg); /* 负值表示逆时针 */
    }
}

@media only screen and (max-width: 900px){
	.te310box2{
		padding: 40px 0;
	}
	.te310box2-box .title{
		font-size: 24px;
	}
	.te310box2-box .te310box2-img{
		position: relative;
		left: 0;
    	-webkit-transform: translateX(0%);
    	transform: translateX(0%);
		width: 100%;
		margin: 40px auto 0px;
		padding-bottom: 8%;
	}
	.te310box2 .ripple_img{
		margin-bottom: 0%;
	}
	.te310box2 .ripple_img .img{
		width: 45vw;
	}
	.te310box2-box .te310box2-text{
		margin-top: 24px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		flex-wrap: wrap;
		gap: 24px;
	}
	.te310box2-box .te310box2-text .item{
		width: 100%;
	}
	.te310box2-box .te310box2-text .item ul li{
		padding: 24px;
	    margin-bottom: 24px;
	    border-radius: 10px;
	}
	.te310box2-box .te310box2-text .item.left_w ul li{
		background: linear-gradient(to right, rgba(233,128,0,0.2) 0%, rgba(233,128,0,0) 50%, rgba(233,128,0,0) 100%);
	}
	.te310box2-box .te310box2-text .item ul li .icon{
		margin-bottom: 10px;
	}
	.te310box2-box .te310box2-text .item ul li .icon img{
		max-width: 28px;
	}
	.te310box2-box .te310box2-text .item ul li .t1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.te310box2-box .te310box2-text .item ul li .t2{
		font-size: 14px;
	}
	.te310box2 .ripple_img_li img.img1{
		max-width: 50%;
	}
	.te310box2 .ripple_img_li img.img2{
		max-width: 80%;
	}
}
@media only screen and (max-width: 640px){
	.te310box2 .ripple_img .img{
		width: 50vw;
	}
}

.te310box3{
	position: relative;
	width: 100%;
	overflow: hidden;
    min-height: 970px;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.te310box3-img{
	position: relative;
	padding-top: 180px;
	display: flex;
	justify-content: flex-end;
}
.te310box3-img .proimg{
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 67.70833333333333%;
	text-align: center;
}
.te310box3-img .proimg>img{
	width: 32%;
}
.te310box3-img .proimg .ripplebox{
	position: absolute;
	right: 7vw;
	top: 50%;
	transform: translateY(-50%);
	width: 48.69230769230769%;
	height: 100%;
	z-index: -1;
}
.te310box3-img .proimg .ripplebox img{
	max-width: 100%;
	font-size: 0;
}
.te310box3-img .proimg .ripplebox .img1{
	position: absolute;
    left: 50%;
    top: 50%;
    animation: rippleAM 2s infinite;
    width: 37.2827804107425%;
}
.te310box3-img .proimg .ripplebox .img2 {
    position: absolute;
    left: 50%;
    top: 50%;
    animation: rippleBM 2s infinite;
    width: 57.66192733017378%;
}
.te310box3-img .proimg .ripplebox .img3{
	position: absolute;
	left: 50%;
    top: 50%;
    animation: rippleCM 2s infinite;
    width: 78.98894154818325%;
}
.te310box3-img .proimg .ripplebox .img4{
	position: absolute;
	left: 50%;
    top: 50%;
    animation: rippleDM 2s infinite;
    width: 100%;
}

@keyframes rippleAM {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    50% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes rippleBM {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    75% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes rippleCM {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes rippleDM {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
/*.te310box3-img img{
	display: block;
	width: 100%;
}
.te310box3-img img.im2{
	display: none;
}*/
.te310box3 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: flex-start;
}
.te310box3 .box .wrap{
	width: 40%;
}
.te310box3 .box .wrap .text .t2{
	margin-top: 1.15vw;
}
@media only screen and (max-width: 1920px){
	.te310box3{
        min-height: 50.52083333333333vw;
    }
    .te310box3-img{
    	padding-top: 9.375vw;
    }
}
@media only screen and (max-width: 750px){
	/*.te310box3 .box{
		top: 10vw;
	    left: 50%;
	    -webkit-transform: translate(-50%, 0%);
	    transform: translate(-50%, 0%);
	}
	.te310box3 .box .wrap{
		width: 100%;
		text-align: center;
	}
	.te310box3-img img.im1{
		display: none;
	}
	.te310box3-img img.im2{
		display: block;
	}*/
	.te310box3 .box{
		padding-top: 12vw;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	.te310box3 .box .wrap{
		width: 100%;
		text-align: center;
	}
	.te310box3-img{
		justify-content: center;
		padding-top: 18%;
	}
	.te310box3-img .proimg{
		width: 100%;
	}
	.te310box3-img .proimg .ripplebox{
		right: 10vw;
	}
}

.te310box4{
	position: relative;
}
.te310box4 .te310box4-img img{
	width: 100%;
}
.te310box4 .te310box4-img .im1{
	display: block;
}
.te310box4 .te310box4-img .im2{
	display: none;
}
.te310box4 .box{
	position: absolute;
	top: 4.6875vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
}
.te310box4 .box .wrap .te310box-text{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
@media only screen and (max-width: 750px){
	.te310box4 .box{
		top: 10vw;
	}
	.te310box4 .te310box4-img .im1{
		display: none;
	}
	.te310box4 .te310box4-img .im2{
		display: block;
	}
}





/* 电池 */
.te310box-battery {
	display: flex;
	flex-direction: column;
	padding-top: 4.45%;
	min-height: 970px;
   	background: #353535;
   	overflow: hidden;
   	box-sizing: border-box;
}
@media only screen and (max-width: 1920px){
	.te310box-battery{
		min-height: 50.52083333333333vw;
	}
}
.te310box-battery .con{
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.te310box-battery .wrap{
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.te310box-battery .wrap .te310box-text{
	width: 100%;
	text-align: center;
}
.te310box-battery .wrap .content{
	margin-top: 6%;
    text-align: center;
}
.te310box-battery .battery_img {
    display: inline-block;
    width: 54.0625%;
    /*min-width: 54.0625%;
    max-width: 100%;*/
    position: relative;
}

.te310box-battery .battery_img .text{
	position: absolute;
	right: -65px;
	bottom: 240px;
}
.te310box-battery .battery_img .text span{
	display: inline-block;
	font-family: "Manrope-Bold"; 
	color: #39d53a;
	font-size: 60px;
	background: linear-gradient(to bottom, #bef1be, #82e584); 
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent; 
}
@media only screen and (max-width: 1900px){
	.te310box-battery .battery_img .text{
		right: -3.385416666666667vw;
		bottom: 12.5vw;
	}
	.te310box-battery .battery_img .text span{
		font-size: 3.125vw;
	}
}
@media only screen and (max-width: 900px){
	.te310box-battery .battery_img .text{
		right: 0;
		bottom: 25vw;
	}
	.te310box-battery .battery_img .text span{
		font-size: 5.6vw;
	}
}
.te310box-battery .battery_img>img{
    max-width: 100%;
}
.te310box-battery .battery_img .charge{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.te310box-battery .battery_img .charge img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}

.te310box-battery .dotArea {
    width: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-100px);
    height: 100%;
    position: absolute;
}

.te310box-battery .dot {
    position: relative;
}

@keyframes moveX {
    0% {
        transform: translate(0px);
        opacity: 1;
    }

    50% {
        transform: translate(150px,-50px);
        opacity: 0.5;
    }

    100% {
        transform: translate(350px,-80px);
        opacity: 0;
    }
    /* 100%{transform: translateX(0px);opacity: 1;} */
}

@keyframes moveY {
    0% {
        transform: translate(0px);
        opacity: 1;
    }

    50% {
        transform: translate(-150px,-50px);
        opacity: 0.5;
    }

    100% {
        transform: translate(-350px,-80px);
        opacity: 0;
    }
}
@media only screen and (max-width: 900px){
	.te310box-battery{
		padding-top: 8%;
	}
	.te310box-battery .wrap .content{
		margin-top: 7%;
	}
	.te310box-battery .battery_img{
		width: 90%;
	}
}
@media only screen and (max-width: 640px){
	.te310box-battery{
		padding-top: 10vw;
	}
	.te310box-battery .wrap .content{
		margin-top: 10%;
	}
	.te310box-battery .battery_img{
		width: 100%;
	}
}

@media only screen and (max-width: 900px){
	.cbox-b2 .swiper-container .swiper-slide-prev,
	.cbox-b2 .swiper-container .swiper-slide-next{
		opacity: 0;
	}
}



.common-section{
	padding: 5.8% 0 7.8125%;
}
.common-section .contain{
	width: 72%;
    margin-left: auto;
    margin-right: auto;
}
.common-section .headline{
	text-align: center;
	font-family: "Manrope-Bold"; 
	font-weight: 800;
	color: #000000;
	font-size: 2.5vw;
}
.common-section .box{
	margin-top: 3%;
}
.common-section .box table{
	width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    border-top: 1px solid rgba(229, 229, 229, 1);
}
.common-section .box table tr{
	background: #FFFFFF;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.common-section .box table tr:nth-child(2n){
	background: rgba(248, 248, 248, 1);
}
.common-section .box table td{
	font-family: "Manrope-Bold";
	font-size: 0.8333333333333333vw;
    color: #333333;
    padding: 1vw 0.63vw;
    font-weight: 600;
}
.common-section .box table .table_title{
	color: #e98000;
	font-size: 1.041666666666667vw;
}
.common-section .box .show_more{
	text-align: center;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.common-section .box .show_more .showbtn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: "Manrope-Bold";
	font-size: 0.8333333333333333vw;
    color: #333333;
    padding: 1vw 0.63vw;
    font-weight: 600;
}
.common-section .box .show_more .showbtn img{
	display: inline-block;
	margin-left: 0.94vw;
    width: 1.04vw;
    height: 1.04vw;
}
.common-swiper .cbox-box{
	padding-top: 5.8%;
	padding-bottom: 7.8125%;
}
.common-swiper .cbox-title{
	font-family: "Manrope-Bold";
	font-weight: 800;
	font-size: 2.5vw;
}
@media (max-width: 1280px) {
	.common-section .contain{
		width: 80%;
	}
}
@media (max-width: 1024px) {
	.common-section .contain{
		width: 90%;
	}
}
@media only screen and (max-width: 768px){
	.common-section{
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.common-section .box{
		margin-top: 6%;
	}
	.common-section .box table td{
		font-size: 13px;
        padding: 20px 8px;
	}
	.common-section .box table .table_title{
		font-size: 15px;
	}
	.common-section .box .show_more .showbtn{
		font-size: 13px;
		padding: 16.5px 8px;
	}
	.common-section .box .show_more .showbtn img{
		width: 20px;
        height: 20px;
        margin-left: 15px;
	}
	.common-swiper .cbox-box{
		padding-top: 80px;
        padding-bottom: 80px;
	}
}
@media only screen and (max-width: 480px){
	.common-section{
		padding-top: 15vw;
        padding-bottom: 15vw;
	}
	.common-section .box{
		margin-top: 8%;
	}
	.common-swiper .cbox-box{
		padding-top: 15vw;
        padding-bottom: 15vw;
	}
	.common-section .headline, 
	.common-swiper .cbox-title{
		font-size: 24px;
	}
	.common-swiper .cbox-title{
		padding-bottom: 15px;
	}
}
