.shentou_content{display:grid;grid-template-columns: repeat(3, 1fr);grid-template-rows: 1fr; gap:20px;} 
.shentou_content-item{text-align: center;  font-size: 18px;color: #1c1d1f;padding: 15px 10px;border: 1px solid  #ebedf0;transition: all .3s;}
.shentou_content-item:hover{cursor: pointer;transform: translateY(-20px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);background-image: url(/templates/default/images/product/loudong/function_bg.png);background-size: 100% 100%;}
.shentou_content-item p:nth-of-type(2){text-align: center;font-size: 14px;color: #626266;line-height: 1.7;margin-top:10px;}
.shentou_cover{margin: 0 auto;margin-bottom: 15px;}
.shentou_cover span{display: block;width:80px;height:80px;}
.section--inverse{background: #fff!important;}
.service_content{display:grid;grid-template-columns: repeat(3, 1fr)!important;grid-template-rows: 1fr; gap:120px!important;}
.service_content-item{padding:0!important;}
.process__title{font-size: 32px;
    line-height: 48px;
    color: #1a2233;
    margin-bottom: 40px;
    text-align: center;}


.service-module{display:grid;grid-template-columns: repeat(3, 2fr);grid-template-rows: 1fr; gap:20px;}

.service-module li .service-item {
    height: 100%;
    min-height: 146px;
    padding: 24px 24px 16px;
    box-sizing: border-box;
    display: flex;
	transition: all .3s;
}

.service-item-icon {
    flex-shrink: 0;
    margin-right: 14px;
}

.service-item-icon img{width:100%;height:auto;}
.service-item-data p {
    font-size: 18px;
    color: #1c1d1f;
    margin-bottom: 10px;
    font-weight: bold;
}

.service-item-data span {
    font-size: 14px;
    color: #626266;
    line-height: 24px;
}
.service-module li .service-item:hover {
    background-color: #fff;
    box-shadow: 0px 6px 24px 0px rgba(18, 51, 100, 0.06);
}

.feature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.feature-title p{font-size:18px;color:1c1d1f;text-align: right;}

    .feature-box::before{
        height: 0;
    }
   .feature-item>div {
    max-width: 360px;
    padding: 20px 24px 19px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    background-color: #f5f7fa;
    position: relative;
    top: 0;
    transition: all .3s;
}
    .feature-l .feature-title{
        justify-content: flex-start;
    }
    .feature-l{
        text-align: justify;
    }
.feature-r .feature-title p{text-align: left;}


   .feature-data {
    font-size: 14px;
    color: #626266;
    line-height: 24px;
}
    .feature-item:not(:last-child) .feature-bg{
        border-bottom: 1px solid #E6EAF0;
    }
.feature-item:not(:last-child) {
    margin-bottom: 20px;
}
.feature-box{position: relative;}
.feature-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 70px);
    background-image: url(/templates/default/images/product/app_safe/bg1.png);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    height: 356px;
    width: 608px;
}

.feature-box video{
	position: absolute;
    top: 50%;
    left: calc(50% - 70px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
    

.jiazhi_content{grid-template-columns: repeat(3, 2fr)!important;}
.jiazhi_content-item{padding:30px 15px!important;}

@media screen and (max-width: 1023px) {
		body {
		background-color:#f5f6f7;
	}
	div {
		box-sizing: border-box;
	}
	.app_safe-head-m{
		width:100%;
		height:18rem;
		background-color: #fff;
		padding: 0 1rem;
	}
	.app_safe-head-card-name-m{
		padding-top: 4rem;
		font-size:2.4rem;
		color:#212329;
	}
	.app_safe-head-card-content-m{
		margin-top:.8rem;
		font-size:1.4rem;
		color:#939499;
		line-height: 1.8rem;
	}
	.nav-bar{
		min-width:100%!important;
		padding: 0 1rem;
	}
	
	.nav-bar__item + .nav-bar__item{
		margin-left:0;
	}
	.nav-bar__item {
        flex-shrink: 0;
    }
	    .nav-bar ul {
        display: flex;
        gap: 4rem;
        overflow-x: auto;
    }
	.nav-bar ul::-webkit-scrollbar{
		width: 0;
		height: 0;
	}
	.page1-container-m{
		margin-top: 4rem;
	}
		.page1-head-m{
		font-size:2.4rem;
		color:#212329;
		padding-left: 2rem;
	}
	.mobile-data{
		margin: 0 1rem;
		margin-top: 2rem;
		background-color: #fff;
    box-shadow: 0px 8px 22px 0px rgba(199,208,222,0.25);
  }
	
	.box-top {
    box-shadow: none;
    transition: all .3s;
  }
	.box-top {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: -moz-box;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;justify-content: space-between;  -webkit-box-align: center;  -ms-flex-align: center;padding: 0 15px;height:  53px;  -webkit-align-items: center;  -moz-box-align: center;  align-items: center;width: 100%;}
	.box-top div:first-child {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: -moz-box;display: flex;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;-moz-box-align: center;align-items: center;}
	.box-top label {
        font-size: 1.6rem;
        color: #1c1d1f;
    }
	.slide-detail {display: none; background: url(/images/new_website/slide_bg.png) 100% 100%;-o-background-size: cover;background-size: cover; background-position: center; border-top:  1px solid #eaebef;border-radius: 0;}
	 .slide-detail {
        background: url(/templates/default/images/product/loudong/m-top-banner.png) no-repeat;
        background-size: 100% 100%;
    }
	    .mobile-data li>div {
        padding: 1.8rem 1.5rem;
    }
	.product-l img {
		width: 4.3rem;
		height: 4.3rem;
		margin-right: 1rem;
	}
	 .icon___xBx4D.open___SJfFy {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
	}
	.product-text p {
        font-size: 1.3rem;
        line-height: 2.6rem;
        color: #626266;
    }
	.page2-container-m{
		margin-top: 4rem;
	}
		.service-box{
		margin: 0 1rem;
		margin-top: 2rem;
	}
	.service-item-data {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
	    .service-item-data img {
        max-width: 2.4rem;
        margin: 8px 0 0 0;
    }
	    .service-item-data img {
        position: absolute;
        left: 0;
    }
	    .service-item-data .service-item-title {
        font-size: 1.6rem;
        margin-top: .8rem;
        color: #1C1D1F;
        font-weight: bold;
        margin-left: 3.8rem;
        margin-bottom: .9rem;
    }
	    .service-item-data span {
        font-size: 1.3rem;
        color: #626266;
        line-height: 2rem;
    }
	.page3-container-m {
		margin-top: 4rem;
	}
	.page3-content-m{
		margin: 0 1rem;
		margin-top: 2rem;
	}
	.page3-content-m img {
		width: 100%;
		object-fit: cover;
	}
	.page4-container-m{
		margin-top: 4rem;
		margin-bottom: 2rem;
	}
}

