.intro-text {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    margin-top: 25px;
}

.approach {
    justify-content: space-between;
    margin-top: 45px;
    background: url("../img/invoice-advantage-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 310px;
}
.approach:after{
    display:block;
    width: 0;
    content:'clear';
    clear:both;
    line-height:0;
    visibility:hidden;
}

.approach .item {
    width: 32%;
    min-height: 324px;
    padding: 24px 40px 70px;
    /* background: #ebf9ff; */
    text-align: center;
    float: left;
    margin-right: 0.5%;
}

.approach .item:nth-of-type(2) {
    margin-left: 2%;
}
.approach .item:nth-of-type(3) {
   float: right;
}

.approach .item .title{
     /* padding: 4px 20px; */
     background: #ffffff;
     color: #d00d24;
     font-size: 18px;
     display: inline-block;
     margin: 0 auto 16px;
     height: 90px;
     width: 90px;
     border-radius: 90px;
     line-height: 90px;
 }
.approach .item .sub-title{
    color: #ffffff;
    font-size: 16px;
    margin: 13px auto 21px;
}

.approach .item .text{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 1.8em;
    position: relative;
}

.user-content {
    /*border: 1px solid #ececec;*/
    margin-top: 45px;
}

.user-item {
    float: left;
    width: 20%;
    border: 1px solid #ececec;
    border-right: none;
}

.user-item:hover{
    background: #fff;
}

.user-item:hover img{
    transform: scale(1);
}

.user-item:last-child{
    border-right: 1px solid #ececec;
}

.user-item img{
    width: 100%;
    transform: scale(0.8);
    transition: transform 0.2s ease-out;
}

/*.user-case {*/
    /*align-items: center;*/
    /*padding: 30px 0;*/
    /*position: relative;*/
/*}*/

/*.user-case:after{*/
    /*display:block;*/
    /*width: 0;*/
    /*content:'clear';*/
    /*clear:both;*/
    /*line-height:0;*/
    /*visibility:hidden;*/
/*}*/

/*.user-img {*/
    /*max-width: 90px;*/
    /*border-radius: 100%;*/
    /*position: absolute;*/
    /*top:0;*/
    /*bottom: 0;*/
    /*left: 34px;*/
    /*margin: auto;*/
    /*float: left;*/
/*}*/

/*.user-intro{*/
    /*width: 74%;*/
    /*margin-right: 34px;*/
    /*float: right;*/
/*}*/
/*.user-intro .title {*/
     /*text-align: center;*/
     /*color: #333;*/
     /*font-size: 18px;*/
     /*margin-bottom: 14px;*/
 /*}*/
/*.user-intro .text {*/
    /*color: #666;*/
    /*font-size: 14px;*/
    /*line-height: 1.8em;*/
/*}*/

/*.case-title {*/
    /*!* background: #eaf8fe; *!*/
    /*color: #d00d24;*/
    /*font-size: 18px;*/
    /*padding: 8px 40px;*/
/*}*/

/*.cast-list {*/
    /*padding: 30px 60px;*/
/*}*/

/*.cast-list li{*/
    /*font-size: 14px;*/
    /*color: #666;*/
    /*margin-bottom: 10px;*/
    /*list-style-type: disc;*/
/*}*/

.appValue li{
    color: #666;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.appValue li span{
    width: 96%;
}

.appValue li:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #d00d24;
    margin-right: 20px;
    margin-top: 0.5em
}

.appValue{
    margin-top: 40px;
}