.list-block .item-content { min-height: 1rem;}
.list-block .item-subtitle{ 
    padding-left: 30px; 
    font-size: 14px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space:normal;        
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.list-block .item-inner:after { height: 0;}
.list-block .item-content{ display: flex; }
.list-block .item-media{ padding-right: 20px; }
.card {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.3);
    margin: 2rem;
    padding: 2rem;
    position: relative;
    border-radius: 5px;
    font-size: 18px;
}
.card-header{ padding: 0;border-bottom: none;background-color:#fff;}    
.card a{ color: #0894ec }
.card-footer{ font-size: 12px;}
.whole__banner{ 
    min-height: 800px;
    background: url('../../wap/images/sjb_banner_top.png') no-repeat; 
    background-size:100% 100%;
    text-align: center;
}
.whole__banner h1{ margin:0; padding: 2rem 0;}
.whole__banner img { width: 100%}
.whole__card_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: PingFangSC-Semibold;
    font-size: 28px;
    color: #333;
    text-align: center;
    line-height: 3;
    font-weight: 600;
}   
.whole__card_title p:after {
    position: absolute;
    content: ' ';
    left: 30rem;
    right: 30rem;
    top: 5rem;
    height: 1.5rem;
    opacity: 0.3;
    background: #0089ff;
}
.card-header:after{ height: 0;}
.card-content {
    margin: -0.55rem auto 0;
}    
.card-content img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 50%;
    height: auto;
} 
.contentA i {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-size: 100% 100%;
}

.contentA__icon1 {
    width: 35%;
    height: 200px;
    padding-right: 0.2rem;
    background: url('../../wap/images/contentA__icon1.png');
    -webkit-transition: all 0.5s ease-out 0.1s;
    transition: all 0.5s ease-out 0.1s;
    left: 10rem;
    top: 10rem;
    opacity: 1;        
}

.contentA__icon2{
    width: 35%;
    height: 200px;
    top: 10rem;    
    right: 10rem;       
    background: url('../../wap/images/contentA__icon2.png');
    -webkit-transition: all 0.5s ease-out 0.3s;
    transition: all 0.5s ease-out 0.3s;
    opacity: 1;
}

.contentA__icon3 {
    width: 30%;
    height: 120px;
    padding-right: 0.2rem;
    background: url('../../wap/images/contentA__icon3.png');
    -webkit-transition: all 0.5s ease-out 0.1s;
    transition: all 0.5s ease-out 0.1s;
    left: 10rem;
    top: 25rem;
    opacity: 1;        
}

.contentA__icon4{
    width: 30%;
    height: 120px;  
    padding-right: 0.2rem;        
    right: 10rem;  
    top: 25rem;            
    background: url('../../wap/images/contentA__icon4.png');
    -webkit-transition: all 0.5s ease-out 0.3s;
    transition: all 0.5s ease-out 0.3s;
    opacity: 1;
}    

.block {
    display: inline-block;
    width: 50%;
    height: auto;
    padding-bottom: 10px;
    text-align: center;
    float: left;
}    
.block__img{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../../wap/images/sprites.png);
    background-position: 0 0 !important;
    background-size: 395px auto;
} 
.block__title {
    font-family: PingFangSC;
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    margin: 0.06rem auto;
} 
.contentC .block{ width: 100%; text-align: left;}
.contentC .block__img { width: 50px; height: 50px;}
.contentC .arrow{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 20px;
    background: url(../../wap/images/arrow_down.png) no-repeat;
    background-size: 100% 100%;
}
.service .list-block{ margin: 20px;}
.service .item-input{ width: 100%; margin-bottom:20px;border: 1px solid #eee; line-height: 3;}
.service .item-input input{ width:100%; }
.service .item-input .error{ color: red; font-size:14px; }
.service .button-big{ width: 100%;}
.service .list-block ul:before{ height: 0;border: none;}
.service .list-block ul:after{ height: 0;border: none;}
.service_tel{ text-align: center; color:#97a0bf;font-size: 16px;}
.button.button-fill {
    color: #fff;
    background: #0894ec;
    border: none;
    line-height: 3;
    border-radius:50px;
}
.list-group li{ display: block !important; font-size: 16px; line-height: 2; border-bottom:1px solid #e7e7e7; }
.case .item-after{ text-align: right; }
.case .item-title{ font-size: 16px }
