/* 销售网络 */
.sell_network{}
.sell_network .sn_content{display: flex; display: -webkit-flex; justify-content: flex-start; padding-top: .4rem;flex-flow: wrap;}
.sell_network .sn_item{width: 4.5rem; min-height: 2.16rem;background-color: #FFFFFF;box-shadow: 0 0 .2rem 0 rgb(51 51 51 / 10%);margin-bottom: .3rem;padding: 0 .3rem .15rem .3rem;margin-right: .25rem;}
.sell_network .sn_item:nth-child(3n){margin-right: 0;}
.sell_network .sn_item:nth-last-child(4) ~ .sn_item{margin-bottom: 0;}
.sell_network .sn_item .title{line-height: .76rem;color: #333333;font-size: .22rem;font-weight: bold;border-bottom: .01rem solid #e5e5e5;margin-bottom: .15rem;}
.sell_network .sn_item .info{color: #999;font-size: .14rem;line-height: .36rem;}
.sell_network .sn_item:hover{background-color: #071689;}
.sell_network .sn_item:hover .title, .sell_network .sn_item:hover .info{color: #fff;}

/* 服务流程 */
.service_process{counter-reset: process_num;}
.service_process .sp_item{}
.service_process .sp_item + .sp_item{margin-top: .4rem;}
.service_process .sp_item .sp_i_title{color: #3D3D3D;font-size: .28rem;line-height: .5rem;width: 4.1rem;float: left;font-weight: bold;}
.service_process .sp_item .sp_i_title:before{content: counter(process_num); counter-increment: process_num;width: .5rem;line-height: .5rem;background-color: #071689;color: #fff;text-align: center;float: left;margin-right: .36rem;}
.service_process .sp_item .sp_i_content{background-color: rgba(144, 198, 229, .1);padding: .2rem .24rem;color: #3D3D3D;font-size: .22rem;line-height: .4rem;max-width: 9.8rem;margin-left: 4.1rem;}

/* 售后服务 */
.code{justify-content: center; padding-top: .4rem;}
.code .c_info{width: 5rem;text-align: center;}
.code .c_info > img{border: .01rem solid #E5E5E5;width: 2.64rem;height: 2.64rem;margin-bottom: .34rem;}
.code .c_info > p{color: #666;font-size: .22rem;line-height: .36rem; padding: 0 .15rem;}

/* 不同尺寸  */
@media screen and (max-width:1400px) {
	/* 销售网络 */
    .sell_network{ padding-left: .15rem; }
    .sell_network > img{padding-right: .15rem;}
    .sell_network .sn_item{margin-bottom: .15rem; margin-right: .15rem; width: 48%;}
    .sell_network .sn_item:nth-child(3n){margin-right: .15rem;}
	.sell_network .sn_item:nth-last-child(4) ~ .sn_item{margin-bottom: .15rem;}

    /* 服务流程 */
    .service_process{ padding: 0 .15rem; }

    /* 售后服务 */
    .code{ padding: 0 .15rem; }
}

@media screen and (max-width:1024px) {
	/* 销售网络 */
	.sell_network .sn_content{ padding-top: .2rem; }
	.sell_network .sn_item{width: 47%;}

	/* 服务流程 */
    .service_process .sp_item .sp_i_title{ float: inherit; width: auto; margin-bottom: 0.2rem; }
    .service_process .sp_item .sp_i_content{ margin-left: 0; max-width: 100%; }
}
