ul,li{
    list-style: none;
}
.claimsGuide_Main{
    width: 1200px;
    margin:-20px auto 0;
}
.online{
    width: 78px;
    height: 5px;
    background: #F35A21;
    border-radius: 3px;
    margin-left: 35px;
    margin-bottom: 35px;
}
.clause_list{
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*align-items: center;*/
    /*float: left;*/
    height: 80px;
    box-shadow: 0px 3px 19px 2px rgba(114, 114, 114, 0.09);
    background-color: #fff;
    position: relative;
    z-index: 100;
    border-radius: 10px;
    behavior: url(/r/cms/www/default/pie/PIE.htc);
}
.clause_list a{
    float: left;
    width: 190px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: #666666;
    margin-left: 150px;
    margin-top: 15px;
    border-radius: 25px;
    font-size: 18px;
}
.clause_list a:hover{
    /*width: 190px;*/
    /*height: 50px;*/
    background: #f25822;
    background: linear-gradient(89deg, #F9632C, #FF7F39) !important;
    border-radius: 25px;
}
.clause_list a:hover span{
    color: #fff;
}
.clause_list .active{
    width: 190px;
    height: 50px;
    background: #f25822;
    background: linear-gradient(89deg, #F9632C, #FF7F39) !important;
    border-radius: 25px;
    color: #fff;
}
.claimsGuide_Main .guideTitle .guideTitle_header{
    font-size: 24px;
    font-weight: bold;
    color: #123B8A;
    line-height: 1;
    margin-top:60px;
}
.guideTitle:first-child{
    margin-bottom: 84px;
}
.guideTitle .process_list{
    /*margin-left: 35px;*/
    margin-top: 35px;
    padding: 0 50px;
    margin-bottom: 50px;
}
.guideTitle .process_list li{
    margin-bottom: 20px;
    position: relative;
    padding-left: 55px;
}
.guideTitle .process_list li .number{
    width: 51px;
    height: 40px;
    font-size: 50px;
    font-weight: bold;
    color: #FFDFD3;
    line-height: 24px;
    position: absolute;
    left: -15px;
    top: 20px;
}
.guideTitle .process_list li::after{
    clear: both;
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
    background: #E6E6E6;
    margin-top: 20px;
}
.guideTitle .process_list li h3{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 52px;
    /*margin-bottom: 23px;*/
}
.guideTitle .process_list li .content{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.guideTitle .process_list .clause_link{
    font-size: 18px;
    font-weight: bold;
    color: #133C8B;
    line-height: 52px;
    /*display: flex;*/
    /*position: relative;*/
}
.guideTitle .process_list .clause_link span{
    margin-left: 7px;
    float: left;
}
.guideTitle .process_list .clause_link img{
    float: left;
    /*height: 40px;*/
    margin-top: 10px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
}
/*理赔ban图*/
/*.claimsBanner{*/
/*    position: relative;*/
/*    !*height: 272px;*!*/
/*    width: 100%;*/
/*}*/
/*.banner-area-text-wrap{*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/
/*.claimsBanner img{*/
/*    width: 100%;*/
/*    background-size:cover;*/
/*    height: auto;*/
/*}*/
/*.banner-area-text{*/
/*    position: absolute;*/
/*    left: 150px;*/
/*    top: 83px;*/
/*    font-size: 26px;*/
/*    font-weight: bold;*/
/*    color: #FFFFFF;*/
/*    line-height: 52px;*/
/*}*/
/*.banner-area-title{*/
/*    font-size: 40px;*/
/*    font-weight: 800;*/
/*    color: #fff;*/
/*    line-height: 77px;*/
/*}*/
/*.banner-area-title span{*/
/*    color: #F9632C;*/
/*}*/

.img_list_wrap{
    text-align: center;
}
.img_list{
    overflow: hidden;
    margin: 64px 0 23px;
    display: inline-block;
}
.img_list .img_itemone{
    width: 80px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.img_list .img_itemone img{
    margin-bottom: 26px;
}
.img_list .img_item{
    float: left;
    margin: 22px 36px 0;
}
.img_list .img_item img{
    width: 52px;
    height: 16px;
}
.img_list .img_itemone img{
    width: 60px;
    height: 60px;
}