.product-wrap{
    width:100%;
    padding:3.65vw 0 0;
}
.product-wrap .title{
    line-height: 2.08vw;
    text-align: center;
    font-size: 2.08vw;
    color:#333;
    font-weight: bold;
}
.product-wrap .items{
    width: 62.4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:1.82vw auto 0;
}
.product-wrap .items .item{
    width:18.65vw;
    height:20.31vw;
    text-align: center;
    background-color: #fff;
    border-radius: 0.52vw;
    box-shadow: 0 0 1vw 0 #eaebf3;
    position: relative;
    transition: all 0.3s;
    padding: 1.93vw 1.98vw 1.98vw;
    margin-top:1.98vw;
}
.product-wrap .items .item::before{
    content:'';
    width: 0;
    height:0.42vw;
    background-color: #5a65e9;
    border-radius:0 0 0.52vw 0.52vw;
    transition: all 0.3s;
    display: block;
    position: absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
}
.product-wrap .items .item:hover{
    background-color: #fafaff;
    transform:translateY(-10px);
}
.product-wrap .items .item:hover::before{
    width: 100%;
}
.product-wrap .items .item .item-icon{
    width: 8.83vw;
    line-height: 0;
    font-size: 0;
}
.product-wrap .items .item .item-title{
    width:100%;
    line-height: 1.25vw;
    font-size: 1.25vw;
    color:#333;
    margin:1.93vw 0 1.41vw;
}
.product-wrap .items .item .item-description{
    width:100%;
    line-height: 1vw;
    font-size:0.73vw;
    color:#8f8f8f;
}
.product-wrap .intro-text{
    width: 100%;
    text-align: center;
    padding:11.15vw 22.45vw 6.72vw 43.02vw;
}
.product-wrap .intro-text .intro-title{
    width: 100%;
    line-height: 1.46vw;
    font-size:1.46vw;
    color:#333;
    font-weight: bold;
    padding-top:2.14vw;
    position:relative;
}
.product-wrap .intro-text .intro-title::before{
    content:'';
    width: 2.03vw;
	height: 0.47vw;
	background-color: #666666;
    border-radius: 0.47vw;
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
}
.product-wrap .intro-text .intro-description{
    width: 100%;
    line-height: 1vw;
    font-size: 0.73vw;
    color:#999;
    margin-top:2.08vw;
}
.product-wrap .data-box{
    width: 100%;
    height:21.88vw;
    background: url(../../images/introduce/product/bg.jpg) center center/100% 100% no-repeat;
    position:relative;
}
.product-wrap .data-box .mobile-img{
    width:18.34;
    height:38.44vw;
    position: absolute;
    left:18.7vw;
    bottom:3.96vw;
}
.product-wrap .data-box .data-items{
    width:100%;
    height: 100%;
    padding-left:41.93vw;
    display: flex;
    align-items: center;
}
.product-wrap .data-box .data-items .data-item{
    width:11vw;
    /* margin-left:5.83vw; */
    text-align: center;
}
.product-wrap .data-box .data-items .data-item:first-child{
    margin-left: 0;
}
.product-wrap .data-box .data-items .data-item .item-icon{
    width:4.74vw;
    height: 4.74vw;
}
.product-wrap .data-box .data-items .data-item .item-number{
    line-height: 1.67vw;
    font-size:1.67vw;
    color:#fff;
    padding-top:1.51vw;
}
.product-wrap .data-box .data-items .data-item .item-separator{
    width: 2.08vw;
	height: 0.1vw;
	background-color: #ffffff;
	border-radius: 0.05vw;
    display: inline-block;
    margin-top: 1.46vw;
}
.product-wrap .data-box .data-items .data-item .item-title{
    line-height: 1.25vw;
    font-size: 1.25vw;
    color:#fff;
    padding-top:1.04vw;
    
}