/* support */
.Support-setion{
	background-color: #33333A;
	padding: 6rem 0;
}
.tit-bg{
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
	line-height: 80px;
	font-size: 2.3rem;
	text-align: center;
	font-weight: 600;
}
.tit-bg-g{
	color: #03BF7B;
	background-image: url(../img/tit-bg.svg);	
}
.tit-bg-w{
	color: #ffffff;
	background-image: url(../img/tit-bg-w.svg);	
}
.support-item{
	/* width: 30%; */
	margin-top: 5.6rem;
	margin-bottom: 1.25rem;
}
.item-header{
	background: #42424F;
	position: absolute;
	-webkit-transform: translate(130px,-50%);
	transform: translate(146px,-50%);
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 40px;
	box-shadow: 0 2px 36px rgba(0,0,0,.2);
	text-align: center;
	align-items: center;
}
.item-header img{
	vertical-align: middle;
}
.support-item-content{
	/* width: 360px; */
	padding-top: 4.375rem;
	padding-bottom: 3.125rem;
	background: #42424F;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding-top: 52px;
	border-radius: 0.25rem;
}
.Partner-setion{
	background-image: url(../img/partner-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6rem 0;
}
.text-sp{
	font-size: 1.25rem;
}
.partner-text{
	margin: 2.5rem 0;
	font-size: 1rem;
	line-height: 2rem;
	text-align: left;
	color: #ffffff;
}

.Figures-setion{
	background-color: #33333A;
	padding: 6rem 0;
}
.Figures-main{
	background-color: #3E3E47;
	padding: 1.25rem;
	border-radius: 0.25rem;
}
.Figures-item{
	border: 1px solid #7E7E8D;
	border-radius: 0.25rem;
	text-align: center;
	font-size: 0.875rem;
	padding: 1rem 1.75rem;
	margin: 0 0.625rem;
}
.img-Figures{
	height: 1.5rem;
}
.text-Figures{
	color: #03BF7B;
	font-size: 0.875rem;
	margin-top: 0.625rem;
	/* width: 7.5rem; */
}
.arrow-up{
	text-align: center;
	padding: 0.625rem 0;
}
.Figures-main .dis_inline{
	display: inline-block !important;
}
.Figures-setion .Figures-main .width_6{
	width: 16%;
}
.ceda-text{
	font-size: 1rem;
	padding: 0.5rem 0;
	line-height: 1.5rem;
	background-color: #33333A;
	border-radius: 1.25rem;
	border: 1px solid #7E7E8D;
	text-align: center;
	color: #ffffff;
}
.metrics_tit{
	color: #FFFFFF;
	text-align: left;
	margin-top: 3.125rem;
}
.metrics_title{
	font-size: 1.5rem;
	font-weight: 600;
}
.metrics_list{
	font-size: 1rem;
	color: #BCBCC6;
	line-height: 2.25rem;
}
.members-list{
	background-color: #3E3E47;
	padding: 1.875rem;
	border-radius: 4px;
	margin: 0 0.625rem;
	width: 30%;
}
.list_tit{
	text-align: center;
	color: #FFFFFF;
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 1.25rem;
}
.border-y{
	border-top: 4px solid #D9A336;
}
.border-g{
	border-top: 4px solid #03BF7B;
}
.border-r{
	border-top: 4px solid #D1484D;
}
.list_text{
	font-size: 1rem;
	color: #BCBCC6;
	text-align: left;
}
.products-setion{
	width: 100%;
	padding: 6rem 0;
	background: #2A2A33;
	margin: 0 auto;
}
.products-container{
	margin-top: 3.875rem;
}
.img-left{
	/* margin-left: 3.75rem; */
	vertical-align: middle;
	width: 50%;
	float: left;
}
.img-left img{
	height: 34.625rem;
}
.text-right{
	/* margin-right: 5rem; */
	/* padding-left: 1.875rem; */
	padding-right: 2rem;
	width: 50%;
	float: right;
}
.text-tit{
	font-weight: 600;
	color: #FFFFFF;
	text-align: left;
	font-size: 1.5rem;
}
.text-right-list{
	margin-top: 0.625rem;
	font-size: 0.875rem;
	color: #BCBCC6;
	text-align: left;
	padding: 0.625rem;
	line-height: 1.375rem;
}
.text-right-list-r{
	border-left: 2px solid #D1484D;
	background-color: #343440;
}
.contact-setion{
	padding: 6rem 0;
	background-image: url(../img/contact-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.form-contact{
	width: 480px;
	margin: 3.125rem auto 0 auto;
}
.lable_input{
	font-size: 1rem;
	color: #B0B0C3;
}
.input-class{
	border: 1px solid #FFFFFF;
	background: none;
	width: 100%;
	height: 2.75rem;
	line-height: 2.75rem;
	font-size: 1rem;
	padding-left: 0.625rem;
	color: #FFFFFF;
	font-weight: 600;
	border-radius: 20px;
	outline: none;
}
.input-class:focus{
	border: 1px solid #03BF7B;
}
.input-list{
	margin-top: 1.875rem;
}
.SUB_BTN{
	color: #fff;
	background-color: #03BF7B;
	border: none;
	border-radius: 3rem;
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 3rem;
	padding: 0.8rem 5.25rem;
}
.SUB_BTN:hover{
	border: 1px solid #03BF7B;
	color: #03BF7B;
	background: #224741;
}
.text-center{
	text-align: center;
}
.footer_section{
	padding: 1.75rem 0;
	background-color: #2A2A33;
	color: #03BF7B;
	text-align: center;
	font-size: 0.75rem;
	line-height: 1.5rem;
}
.active{
	background-color: #03BF7B !important;
}





/* iphone768以下 w<768px */
@media screen and (max-width:768px) and (min-width:200px) {
	.tit-bg{
		font-size: 1.6rem !important;
		}
	.banner-section .tit-g{
		font-size: 3rem;
		}
	.banner-section .tit-s{
		font-size: 1.8rem;
		}
	.members-list{
		width: 90%;
		margin: 0.625rem auto;
		}
	.header-logo{
		padding-top: 0.5rem;
	}
	.img-left{
		margin: 0 auto;
		vertical-align: top;
		width: 90%;
		float: none;
	}
	.text-right{
		margin: 0 auto;
		vertical-align: top;
		width: 90%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	.form-contact{
		width: 90%;
		margin: 1.5rem auto 0 auto;
	}
	.img-left img{
		height: auto;
	}
	.tit-bg-w{
		background-size: 98%;
	}
	.tit-bg-g{
		background-size: 98%;
	}
	.Figures-main{
		padding: 0.625rem;
	}
	.Figures-setion,.Support-setion,.Partner-setion,.products-setion,.contact-setion{
		padding: 3rem 0;
	}
	.item-header{
		transform: translate(124px,-50%);
	}
}

/* ipad 768px<w>992px */
@media screen and (max-width:992px) and (min-width:768px) {
	.tit-bg{
		font-size: 2rem !important;
		}
	.banner-section .tit-g{
		font-size: 3rem;
		}
	.banner-section .tit-s{
		font-size: 1.8rem;
		}
	.members-list{
		width: 90%;
		margin: 0.625rem auto;
		}
	.header-logo{
		padding-top: 0.5rem;
	}
	.img-left{
		margin: 0 auto;
		vertical-align: top;
		width: 90%;
		float: none;
	}
	.text-right{
		margin: 0 auto;
		vertical-align: top;
		width: 90%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	.form-contact{
		width: 90%;
		margin: 1.5rem auto 0 auto;
	}
	.img-left img{
		height: auto;
	}
	
	.Figures-main{
		padding: 0.625rem;
	}
	.item-header{
		transform: translate(134px,-50%);
	}
}
/* 中等屏幕 992px<w>1200px */
@media screen and (max-width:1200px) and (min-width:992px) {
	
}