.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 0;
}

.banner {
	width: 100%;
	height: 5.8667rem;
	background: url(../images/platform/banner.png?time=2022-09-14) no-repeat center/cover;
	text-align: center;
	overflow: hidden;
}

.banner .title {
	margin-top: .8rem;
	font-size: .8rem;
	font-weight: bold;
	color: #fff;
}

.banner .subtitle {
	font-size: .48rem;
	color: #fff;
    text-align: left;
    margin: auto;
    display: inline-block;
}

.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;
}

.sec1 .sec-content {
    padding-top: 10px;
}

.sec1 .advantage {
    font-size: .4267rem;
    font-weight: 600;
    color: #004BE1;
    text-align: center;
}

.sec1 .item {
    height: 2.08rem;
    margin: .2667rem .2667rem 0;
    border-radius: .16rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: .0133rem solid #DCE5FF;
    box-shadow: 0px .08rem .2133rem 0px rgba(0, 0, 0, 0.05);
    padding: 0 .3733rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .item .left {
    width: 3.2rem;
    padding-left: .1067rem;
    box-sizing: content-box;
}

.sec1 .item .left .title {
    font-size: .4267rem;
    font-weight: 600;
    line-height: .6933rem;
    color: #3D3D3D;
    position: relative;
}

.sec1 .item .left .title::before {
    content: '';
    display: block;
    width: .16rem;
    height: .4267rem;
    background: #0080F1;
    border-radius: 6px;
    position: absolute;
    left: -0.1067rem;
    top: 50%;
    transform: translate(-100%, -50%);
}

.sec1 .item .left .desc {
    font-size: .32rem;
    line-height: .5867rem;
    color: #666666;
    margin-top: .0533rem;
}

.sec1 .item .center {
    width: 1.12rem;
}

.sec1 .item .right {
    width: 3.68rem;
    overflow: hidden;
}

.sec1 .item .right .tag {
    width: 1.6rem;
    height: .5867rem;
    border-radius: .1067rem;
    box-sizing: border-box;
    border: .0133rem solid #DCE5FF;
    text-align: center;
    line-height: .5867rem;
    font-size: .32rem;
    color: #666;
    margin-right: .2667rem;
    margin-top: .16rem;
    float: left;
}

.sec1 .item .right .tag:nth-child(2n) {
    width: 1.8133rem;
    margin-right: 0;
}

.sec1 .item .right .tag:nth-child(-n+2) {
    margin-top: 0;
}

.sec2 {
    padding-bottom: 1.0667rem;
}

.sec2 .sec-content {
    padding: .3733rem .2667rem;
}

.sec2 .swiper-slide {
    width: 4.1867rem;
}

.sec2 .swiper-slide .top {
    width: 4.1867rem;
    height: .96rem;
    border-radius: .1067rem;
    background: #0080F1;
    text-align: center;
    line-height: .96rem;
    color: #fff;
    font-size: .4267rem;
}

.sec2 .swiper-slide .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec2 .swiper-slide .tag {
    width: 1.9733rem;
    height: .7733rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: .0133rem solid #DCE5FF;
    margin-top: .2133rem;
    font-size: .3733rem;
    text-align: center;
    line-height: .7733rem;
    color: #666;
}

.sec2 .btn {
    width: 4.0533rem;
    height: 1.0667rem;
    border-radius: .0533rem;
    background: #3272FF;
    margin: .8rem auto 0;
    text-align: center;
    line-height: 1.0667rem;
    color: #fff;
    font-size: .4267rem;
}

.sec3 {
    background: url(../images/platform/sec3_bg.png?time=2022-09-14) no-repeat center/cover;
    padding: .8rem .56rem 1.0667rem;
}

.sec3 .common-title,
.sec3 .common-subtitle {
    color: #fff;
}

.sec3 .sec-content {
    padding-top: .5333rem;
}

.sec3 .btn {
    width: 4.0533rem;
    height: 1.0667rem;
    border-radius: .0533rem;
    background: #3272FF;
    margin: 1.0667rem auto 0;
    text-align: center;
    line-height: 1.0667rem;
    color: #fff;
    font-size: .4267rem;
}

.sec4 .sec-content {
    padding: .5333rem .2667rem 0;
}

.item-box {
    padding-top: .2667rem;
}

.sec4 .item {
    width: 100%;
    height: 3.3867rem;
    padding: .72rem .6133rem 0;
    margin-top: .2667rem;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0rem .08rem .2667rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: .1067rem;
    box-sizing: border-box;
}

.sec4 .item .icon {
    width: 1.28rem;
    margin-right: .3733rem;
    flex-shrink: 0;
}

.sec4 .item .title {
    font-size: .4267rem;
    font-weight: 600;
    line-height: .64rem;
    color: #3D3D3D;
}

.sec4 .item .desc {
    margin-top: .2667rem;
    font-size: .4267rem;
    line-height: .64rem;
    color: #666666;
}

.sec5 .sec-content {
    padding: .5333rem .2667rem 0;
    text-align: center;
}

.sec5 .sec-content>img {
    width: 8.6133rem;
}

.sec5 .item-box {
    padding-top: .5867rem;
}

.sec5 .item {
    width: 100%;
    padding: .4267rem;
    background: #fff;
    border-radius: .1067rem;
    margin-top: .2667rem;
    box-sizing: border-box;
    text-align: left;
}

.sec5 .item .title {
    font-size: .4267rem;
    font-weight: 600;
    color: #0080F1;
}

.sec5 .item .desc {
    font-size: .3733rem;
    line-height: .6933rem;
    color: #666666;
    margin-top: .24rem;
}

.sec6 {
    margin-top: .8rem;
    background: #fff;
    padding: .8rem 0;
}

.sec6 .sec-content {
    padding-top: .5333rem;
}

.sec6 .swiper-slide {
    width: 6.3733rem;
    margin-right: .8267rem;
}

.sec6 .swiper-slide:first-child {
    margin-left: .72rem;
}

.sec6 .swiper-slide:last-child {
    margin-right: .72rem;
}

.sec6 .swiper-slide img {
    box-shadow: 0rem .08rem .2667rem 0px rgba(0, 0, 0, 0.1);
}

.sec6 .swiper-slide p {
    margin-top: .4267rem;
    font-size: .48rem;
    line-height: .5867rem;
    color: #3D3D3D;
    text-align: center;
}

.sec7 {
    background: #fff;
    margin-top: .8rem;
    padding-bottom: .8rem;
}

.sec7 .sec-content {
    padding: .1067rem .2667rem;
}

.sec7 .item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec7 .item {
    width: 4.48rem;
    height: 1.76rem;
    border-radius: .16rem;
    margin-top: .3733rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .5333rem;
}

.sec7 .item:nth-child(1) {
    background: url(../images/platform/sec7_01.png?time=2022-09-14) no-repeat center/cover;
}

.sec7 .item:nth-child(2) {
    background: url(../images/platform/sec7_02.png?time=2022-09-14) no-repeat center/cover;
}

.sec7 .item:nth-child(3) {
    background: url(../images/platform/sec7_03.png?time=2022-09-14) no-repeat center/cover;
}

.sec7 .item:nth-child(4) {
    background: url(../images/platform/sec7_04.png?time=2022-09-14) no-repeat center/cover;
}

.sec7 .item:nth-child(5) {
    background: url(../images/platform/sec7_05.png?time=2022-09-14) no-repeat center/cover;
}

.sec7 .item:nth-child(6) {
    background: url(../images/platform/sec7_06.png?time=2022-09-14) no-repeat center/cover;
}

.sec7 .item:nth-child(7) {
    background: url(../images/platform/sec7_07.png?time=2022-09-14) no-repeat center/cover;
}

.sec7 .item:nth-child(8) {
    background: url(../images/platform/sec7_08.png?time=2022-09-14) no-repeat center/cover;
}

.sec8 {
	padding: .8rem 0;
	margin-top: .8rem;
    background: #fff;
}

.sec8 .case-list {
	padding: .2667rem .2667rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec8 .case-list .case {
	width: 2.88rem;
	height: 1.28rem;
	margin-top: .2667rem;
}