
.solutionWrapper .first-title{
    padding: 10px 0 0 0;
}
.solutionWrapper .commonContentWrapper{
    margin: 52px 0 82px 0;
}
.productContentWrapper {
    padding: 0 15px;
    background-color: white;
    text-align: center;
}
.productImg {
    margin: 15px 0 0 0;
    width: 80%;
}
.productInfo {
    line-height: 30px;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-align: left;
}
.applicableEnterprise {
    margin: 20px 0 0 0;
}
.applicableItem{
    text-align: center;
}
.applicableEnterprise .swiper-wrapper{
    margin: 0 0 40px 0;
}
.applicableTitle{
    line-height: 20px;
    font-size: 12px;
}
.applicationValue{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}
.applicationValueItem{
    width: calc(50% - 25px);
    padding: 20px 10px;
    color: white;
    background-image: url(/_nuxt/static/image/applicatinValueBg.png);
    margin: 0 0 10px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.applicationValueTitle{
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.applicationValueContent{
    margin: 10px 0 0 0;
    line-height: 30px;
    font-size: 12px;
}
.applicationValueItem:last-child:nth-child(2n - 1) {
    width: 100%;
}
.functionPoint{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}
.functionPointItem{
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
    background-color: #F6F9FC;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.functionPointItemImg{
    margin: 0 10px;
}
.functionPointItemTitle{
    flex: 1;
}
.solution{
    margin: 15px 0 0 0;
    text-align: center;
}
.solution img{
    width: 80%;
}
.solultionContent{
    padding: 20px 10px;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
}
.charecteristicAdvantage{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0 22px 0;
}
.charecteristicAdvantageItem{
    width: calc(50% - 25px);
    margin: 0 0 10px 0;
    background: linear-gradient(251.85deg, #E9F0F9 4.12%, #D1E2FB 28.05%, #E1EDFE 51.05%, #CDE2FD 76.86%, #D8E7FD 97.98%);
    font-size: 12px;
    line-height: 30px;
    padding: 10px;
}
.applicableImg{
    height: 50px;
}
.solitionTitle{
    text-align: center;
    margin: 10px 0 20px 0;
}

