html,body{
    background: #f4f4f4 !important;
}
.service-banner{
    width: 100%;
    height: 520px;
    background: url(../img/service-banner.png) no-repeat;
    background-size: 100% 100%;
}
.service-container{
    max-width: 990px;
    width: 70%;
    height: auto;
    margin: auto;
}
.banner-box{
    padding-top: 220px;
    box-sizing: border-box;
}
.banner-box h1{
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    line-height: 51px;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.banner-box .banner-text{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 37px;
}
.service-box{
    width: 100%;
    height: 375px;
    background: #fff;
    margin: -50px auto 0;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
.service-box-content{
    width: calc(100% - 48px);
    height: 110px;
    padding-top: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(65,65,65,.08);
    margin-bottom: 10px;
}
.service-icon1{
    width: 47px;
    height: 39px;
    background: url(../img/service-icon1.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 8px;
}
.service-icon2{
    width: 55px;
    height: 55px;
    background: url(../img/service-icon2.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}
.service-icon3{
    width: 55px;
    height: 55px;
    background: url(../img/service-icon3.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}
.icon3-box{
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.service-content{
    width: calc(100% - 60px);
    height: 60px;
    float: left;
    padding-left: 40px;
    box-sizing:border-box;
}    
.title{
    font-size: 22px;
    font-weight: 400;
    color: #414141;
    padding-bottom: 3px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content{
    font-size: 16px;
    font-weight: 300;
    color: #4E4E4E;
    line-height: 27px;
    opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.service-left{
    width: calc(100% - 346px);
    float: left;
}
.service-pic{
    width: 346px;
    height: 235px;
    background: url(../img/service-icon4.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: 10px;
}
/* 观看流程 */
.flow-box{
    width: 100%;
    height: 480px;
    background: url(../img/onloadBg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 150px;
}
.flow-left{
    width: 615px;
    height: 450px;
    float: left;
    position: relative;
}
.flow-left img{
    width: 100%;
    vertical-align: middle;
    margin-top: -75px;
}
.w215{
    width: 215px;
    height: auto;
    position: absolute;
    right: 0;
    top:calc(50% - 75px);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}
.gzhpic{
    width: 118px;
    height: 118px;
    background: url(../img/icon-qrcode-public.png) no-repeat;
    background-size: 100% 100%;
    margin: 25px auto;
}
.flow-look{
    width: calc(100% - 615px);
    height: 450px;
    /* background: red; */
    float: left;
    padding-left: 50px;
    box-sizing: border-box;
    margin-top: -75px;
    position: relative;
}
.flow-look-box{
    width: 280px;
    height: auto;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.flow-look-title{
    font-size: 30px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 30px;
}
.flow-look-ashBtn{
    width: 278px;
    height: 43px;
    line-height: 43px;
    background: linear-gradient(0deg, #C8C8C8, #fff);
    border: 1px solid #ADADAD;
    border-radius: 8px;
    font-size: 19px;
    font-weight: 400;
    color: #383838;
    text-align: center;
}
.flow-down{
    width: 16px;
    height: 12px;
    background: url(../img/flow-down.png) no-repeat;
    background-size: 100% 100%;
    margin: 8px auto 6px;
}
.flow-look-btn{
    width: 276px;
    height: 42px;
    line-height: 42px;
    background: #C81D21;
    border: 1px solid #ADADAD;
    border-radius: 8px;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.flow-look-text{
    font-size: 16px;
    font-weight: 300;
    color: #212121;
    line-height: 25px;
    opacity: 0.71;
    padding-top: 20px;
    box-sizing: border-box;
}
/* 服务保障 */
.guarantee{
    width:100%;
    height: auto;
    background: #fff;
}
.guarantee-title{
    font-size: 38px;
    font-weight: 400;
    color: #272727;
    text-align: center;
    padding: 75px 0 15px;
    box-sizing: border-box;
}
.guarantee-tip{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.8);
    line-height: 29px;
}
.map-box{
    padding: 40px 0;
    box-sizing:border-box;
    position: relative;
}
.service-map{
    width: 640px;
    height: auto;
    margin: auto;
}
.service-map img{
    width: 100%;
    vertical-align: middle;
}
.grid{
    position: absolute;
    right: 0;
    bottom: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    line-height: 27px;
}
.yellow,.green{
    position: relative;
}
.yellow::after,.green::after{
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left:-20px;
    transform: translateY(-50%);
    border: 1px solid red;
}
.yellow::after{
    background: yellow;
}
.green::after{
    background: #3abcbe;
}
