
.phone-body{
    background: #fff;
    overflow: hidden;
}
.body-header-right{
    width: 100%;
    box-sizing: border-box;
    padding: 16px 0;
}
.body-content{
    overflow: hidden;
}
.title{
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    background: #7CC7FF;
    margin: 8px 0;
}
.title .title-text{
    width: 100px;
    float: left;
    background: #258CEB;
    text-align: right;
    box-sizing: border-box;
    padding-right: 16px;
    border-radius: 0 10px 0 0;
}
.body-content-left{
    width: 80%;
    margin: 0 auto 10px;
    font-size: 12px;
    line-height: 18px;
}
.body-content-left .dian{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #F84823;
    margin-right: 5px;
}
.body-content-right{
    overflow: hidden;
}
.body-content-right img{
    width: 80%;
    display: block;
    margin: 0 auto 8px;
}
.body-content-right .body-content-right-item{
    width: 48%;
    height: 100px;
    background: #6CB7DE;
    padding: 6px 6px 0;
    box-sizing: border-box;
    display: inline-block;
}
.body-footer{
    padding-top: 5px;
    margin-bottom: 30px;
}
.body-footer-left{
    width: 80%;
    margin: 0 auto;
}
.body-footer-right{
    width: 80%;
    margin: 0 auto;
}
.body-footer-title{
    width: 100%;
    color: #0068B4;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 3px 0;
    background-image:linear-gradient(90deg,#B2D7EA,#fff);
}
.step-box{
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.step-box .step{
    flex: 1;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    vertical-align: top;
    font-size: 12px;
}
.step-box .step span{
    margin: 0 auto 20px ;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #0067B4;
    border-radius: 50%;
}
.step-box .step .slh{
    position: absolute;
    color: #0067B4;
    top: -2px;
    right: -25px;
}