.common-title {
	font-size: .4267rem;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.common-subtitle {
	margin-top: .1867rem;
	font-size: .32rem;
	color: #666;
	text-align: center;
	line-height: .5333rem;
}

.sec {
	padding: .8rem 0;
    background: #EFF4FF;
}

.sec:nth-child(2n) {
    background: #fff;
}

.banner {
	width: 100%;
	height: 5.8667rem;
	background: url(../images/brand_system/banner.png?time=1) no-repeat center/cover;
	text-align: center;
	overflow: hidden;
}

.banner .title {
	margin-top: .8rem;
	font-size: .8rem;
	font-weight: bold;
	color: #fff;
    line-height: 1.0933rem;
}

.banner .subtitle {
	font-size: .3733rem;
	color: #fff;
    text-align: left;
    margin: auto;
    display: inline-block;
    padding: 0 .88rem;
    text-align: center;
    line-height: .5867rem;
}

.banner .consulting-btn {
	width: 4.0533rem;
	height: 1.0667rem;
	background: #3272FF;
	margin: .8rem auto 0;
	text-align: center;
	line-height: 1.0667rem;
	border-radius: .0533rem;
}

.banner .consulting-btn a {
	color: #fff;
	font-size: .4267rem;
}

.sec-box {
	background: #F4F5FA;
	padding-bottom: .2667rem;
}

.sec-btn {
	width: 7.4133rem;
	height: 1.0667rem;
	border-radius: .0533rem;
	margin: auto;
	text-align: center;
	line-height: 1.0667rem;
	color: #fff;
	background: #3272FF;
	font-size: .4267rem;
}

.sec1 .common-title {
	display: flex;
	justify-content: center;
}

.sec1 .common-title::before {
	content: '';
	display: block;
	width: .3733rem;
	height: .3733rem;
	background: url(../images/brand_system/sec1_01.png?time=1) no-repeat center/cover;
	margin-right: .1067rem;
}

.sec1 .common-title::after {
	content: '';
	display: block;
	width: .5867rem;
	height: .6933rem;
	background: url(../images/brand_system/sec1_02.png?time=1) no-repeat center/cover;
	margin-left: .0533rem;
}

.sec1 .form {
	background: #fff;
	border-radius: .2667rem;
	overflow: hidden;
	padding: .5333rem .5333rem .64rem;
	margin: .3733rem .7467rem 0;
}

.sec1 .form .input-box {
	padding: .2667rem;
	border-bottom: .0267rem solid rgba(212, 220, 233, 0.8);
	margin-top: .16rem;
}

.sec1 .form .input-box:first-child {
	margin-top: 0;
}

.sec1 .form .input-box.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sec1 .form .input-box.code .btn {
	width: 2.0533rem;
	height: .64rem;
	background: #3272FF;
	text-align: center;
	line-height: .64rem;
	color: #fff;
	font-size: .2667rem;
	border-radius: .1067rem;
}

.sec1 .form .input-box input {
	width: 100%;
	height: .5867rem;
	font-size: .3733rem;
}

.sec1 .sec-btn {
	margin-top: .64rem;
}

.sec2 .item {
	width: 9.4667rem;
	height: 3.76rem;
	border-radius: .16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: .4267rem auto 0;
	color: #fff;
	text-align: center;
}

.sec2 .item:first-child {
	background: url(../images/brand_system/sec2_01.png?time=1) no-repeat center/cover;
}

.sec2 .item:last-child {
	background: url(../images/brand_system/sec2_02.png?time=1) no-repeat center/cover;
}

.sec2 .item .title {
	font-size: .48rem;
	font-weight: 500;
	line-height: .8533rem;
}

.sec2 .item .desc {
	font-size: .32rem;
	line-height: .5333rem;
	margin-top: .08rem;
}

.sec2 .sec-btn {
	margin-top: .4267rem;
}

.sec3 {
	background: url(../images/brand_system/sec3_bg.png) no-repeat center/cover;
}

.sec3 .common-title {
	color: #fff;
}

.sec3 .item-box {
	padding: .8rem .3467rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec3 .item {
	width: 4.3733rem;
	background: #fff;
	border-radius: .1067rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: .5333rem 0;
	margin-top: .56rem;
}

.sec3 .item:nth-child(-n+2) {
	margin-top: 0;
}

.sec3 .item img {
	width: 1.0667rem;
}

.sec3 .item .title {
	font-size: .3733rem;
	font-weight: 500;
	color: #3d3d3d;
	margin-top: .2667rem;
}

.sec3 .item .desc {
	text-align: center;
	font-size: .3467rem;
	line-height: .48rem;
	color: #666;
}

.sec4 .sec-content {
	margin-top: .4533rem;
}

.sec .swiper-container {
	padding-bottom: .64rem
}

.sec4 .item {
	height: 2.7467rem;
	background: #F8F9FC;
	border-radius: .16rem;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	margin: .2667rem .2667rem 0;
	display: flex;
	align-items: center;
	padding-left: .3733rem;
	padding-right: .6933rem;
}

.sec4 .item:first-child {
	margin-top: 0;
}

.sec4 .item .img-box {
	width: 1.8133rem;
	margin-right: .3733rem;
	flex-shrink: 0;
}

.sec4 .item .text-box .title {
	font-size: .4267rem;
	font-weight: 500;
	color: #333;
}

.sec4 .item .text-box .desc {
	margin-top: .1067rem;
	font-size: .32rem;
	line-height: .5333rem;
	color: #666;
}

.sec4 .sec4-pagination {
	height: .1067rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	line-height: .1067rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec4 .sec4-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: .32rem !important;
	height: .1067rem !important;
	margin: 0 .0533rem !important;
	border-radius: .2667rem !important;
	background: #CDE1FD !important;
	border: none !important;
	opacity: 1 !important;
}

.sec4 .sec4-pagination .swiper-pagination-bullet-active {
	background: #3272FF !important;
}

.sec5 .swiper-container {
	padding-bottom: .64rem;
}

.sec5 .item-box {
	padding: .4267rem .6933rem .5333rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec5 .item-box .item {
	width: 4.0533rem;
	height: 1.0667rem;
	display: flex;
	align-items: center;
	background: #0080F1;
	color: #fff;
	border-radius: .16rem;
	margin-bottom: .2667rem;
	padding-left: .32rem;
	font-size: .32rem;
	box-sizing: border-box;
}

.sec5 .item-box .item::before {
	content: '';
	display: block;
	width: .4267rem;
	height: .4267rem;
	background: url(../images/brand_system/tick.png) no-repeat center/cover;
	margin-right: .16rem;
}

.sec5 .swiper-slide {
	text-align: center;
}

.sec5 .swiper-slide .img img {
	width: 9.4667rem;
}

.sec5 .swiper-slide .logo img {
	width: 3.28rem;
	margin-top: .64rem;
}

.sec5 .swiper-slide .desc {
	margin-top: .5333rem;
	font-size: .3733rem;
	line-height: .5867rem;
	color: #333;
	padding: 0 .2667rem;
	text-align: left;
	margin-bottom: .5333rem;
}

.sec5 .swiper-slide .desc span {
	color: #0080F1;
}

.sec5 .sec5-pagination {
	height: .1067rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	line-height: .1067rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec5 .sec5-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: .32rem !important;
	height: .1067rem !important;
	margin: 0 .0533rem !important;
	border-radius: .2667rem !important;
	background: #CDE1FD !important;
	border: none !important;
	opacity: 1 !important;
}

.sec5 .sec5-pagination .swiper-pagination-bullet-active {
	background: #3272FF !important;
}

.sec6 .top {
	margin-top: .4267rem;
	display: flex;
	align-items: center;
	padding: 0 .2667rem;
}

.sec6 .left {
	width: 2.16rem;
	height: 2.16rem;
	background: #E2EFFA;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .3733rem;
	color: #333;
	font-weight: 500;
	position: relative;
	flex-shrink: 0;
}

.sec6 .left::after {
	content: '';
	display: block;
	width: 0;
	border-width: .2667rem;
	border-style: solid;
	border-color: transparent transparent transparent #E2EFFA;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.sec6 .top .right {
	margin-left: .3467rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.sec6 .top .right .item {
	width: 3.3867rem;
	height: .96rem;
	background: #0080F1;
	text-align: center;
	line-height: .96rem;
	color: #fff;
	font-size: .3733rem;
	margin-top: .2667rem;
	border-radius: .1067rem;
}

.sec6 .top .right .item:nth-child(-n+2) {
	margin-top: 0;
}

.sec6 .bottom {
	padding: 0 .2667rem;
	display: flex;
	align-items: center;
	margin-top: .4267rem;
}

.sec6 .bottom .left {
	height: 3.8933rem;
	margin-right: .3467rem;
}

.sec6 .bottom .right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.sec6 .bottom .right .item {
	width: 3.3867rem;
	height: 1.7867rem;
	background: #004BE1;
	margin-top: .2933rem;
	border-radius: .1067rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding-left: .32rem;
}

.sec6 .bottom .right .item:nth-child(-n+2) {
	margin-top: 0;
}

.sec6 .bottom .right .item .title {
	font-size: .3733rem;
	font-weight: 500;
	line-height: .6933rem;
	color: #fff;
}

.sec6 .bottom .right .item .subtitle {
	font-size: .32rem;
	line-height: .5333rem;
	color: #82ACFF;
}

.sec7 img {
	width: 9.4667rem;
	display: block;
	margin: .32rem auto 0;
}