@charset "UTF-8";
/*索賠程序樣式*/
html{
    font-size: 625%;
}
body{
    font-size: 0.12rem;
    font-family: 'MicrosoftYaHei';
    color: #002F5E;
    overflow-x: hidden;
}

.styleBold {
    font-family: 'MicrosoftYaHei' !important;
}

.bh_content p{
    display: block;
}

section{
    box-sizing: border-box;
}
section .title{
    box-sizing: border-box;
    border-bottom: 1px solid #BDBDBD;
    margin: 0 0.16rem;
}
section .title span{
    font-weight: bold;
    font-size: .2rem;
    padding: 0.16rem 0;
}
section .title .title-line{
    display: inline-block;
    width: .04rem;
    height: .27rem;
    margin-left: 30px;
}

/*procedure部分*/
.procedure{
    /*display: flex;*/
    width: 100%;
    height: auto;
}
.procedure-lists-box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 0.16rem;
}
.procedure-lists{
    display: flex;
    align-items: center;
    padding: 0.18rem 0;
}
.procedure-lists-box .direction{
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    position: relative;
}
.procedure-lists-box .direction .jiantou{
    position: absolute;
    left: 42px;
    bottom: -16px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border:#BDBDBD solid;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    margin-bottom: 10px;
}
.procedure-lists .imgbox{
    width: 30%;
}
.procedure-lists .imgbox img{
    display: block;
    border: 0;
    width: 100%;
    height: 100%;
    margin-top: 0.23rem;
}
.procedure-lists .infobox{
    width: 70%;
    box-sizing: border-box;
    font-size: .16rem;
    line-height: 1.5;
    padding-left: .12rem;
}
.procedure-lists .infobox .info-title-box{
    min-height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.procedure-lists .infobox .info-title-box .info-title{
    width: 100%;
    font-size: .17rem;
    color: #002f5e;
    font-weight: bolder;
}


.procedure-lists .infobox .info-word-box .info-word span{
    /*text-decoration: underline #002f5e;*/
    color: #002f5e;
    cursor: pointer;
    /*border-bottom: 1px solid #002f5e;*/
}
.procedure .notebox{
    padding: 0.1rem 0.2rem;
}
.procedure .notebox .note{
    width:100%;
    box-sizing: border-box;
    padding: .1rem 0.4rem;
    padding-right: 0.1rem;
    background: #F0EEEF url(/static/images/desktop/sg_starr/claim/tips.png) no-repeat 13px 14px;
    font-size: .16rem;
    position: relative;
}
.procedure .scroll-down{
    width:100%;
    box-sizing: border-box;
    text-align: center;
}
.procedure .scroll-down .scroll-down-txt{
    box-sizing: border-box;
    padding-top: .1rem;
    text-align: center;
    position: relative;
    color: #012f60;
    font-size: .18rem;
    font-weight: bold;
    display: inline-block;
}
.procedure .scroll-down .scroll-down-txt .shubiao{
    display: inline-block;
    width: .16rem;
    height: 33px;
    margin-right: 0.1rem;
    background: url("../../../../images/desktop/hk_starr/claim/claimscroll.png");
    vertical-align: text-top;

}


/*service部分*/
.service{
    margin-top: 0.3rem;
}
.service-lists-box{
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
}
.service-title{
    width:100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.2rem;
    margin-top: 0.2rem;
    padding: 0.1rem;
    font-weight: bold;
}
.service-txt{
    width:100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.16rem;
    color: #012f60;
    margin-bottom: 0.06rem;
}
.service-lists{
    display: flex;
    padding: 0.18rem 0;
    border-bottom: 1px solid #d5dadf;
}
.service-lists .imgbox{
    width: 30%;
}
.service-lists .imgbox img{
    display: block;
    border: 0;
    width: 85%;
    height: 85%;
}
.service-lists .infobox{
    width: 70%;
    box-sizing: border-box;
    font-size: .18rem;
    line-height: 1.5;
    padding-left: .12rem;
    display: flex;
    align-items: center;
    color:#002f5e;
}
.buttonservice{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.buttonservice p{
    font-size: .17rem;
    color:#383a3d;
}
.buttonservice .btn,.btnbox .btn{
    width: 2.3rem;
    padding:0.1rem 0.2rem;
    border-radius: 0.07rem;
    background: #2D79C4 ;
    display: inline-block;
    margin:.1rem 0;
    color: white;
    cursor: pointer;
    font-size: .15rem;
    font-weight: bold;
    border:1px solid #2D79C4 ;
    line-height: .18rem;
}

/*submission部分*/
.submission{
}
.submission-lists-box{
    width:100%;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
    text-align: center;
    box-sizing: border-box;
}
.submission-lists-top-box{

}
.btnbox p{
    font-size: .17rem;
    color:#383a3d;
}
.submission-lists-direction-box{
    width: 100%;
    box-sizing: border-box;
    height: 0.6rem;
}
.submission-lists-direction-box img{
    /* width: 100%; */
    height: .59rem;
    margin: .1rem 0;
}
.submission-lists-bottom-box{
    width: 100%;
    display: flex;
    justify-content: center;
}
/* .submission-way{
    text-align: center;
} */
.submission-or{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submission-or div{
    padding: 0.1rem;
    border-radius: 50%;
    background: #2d7ac3;
    color: white;
}
.submission-way div{
    padding-bottom: 0.1rem;
}
.submission-way p{
    font-size: .17rem;
    word-break: break-word;
    text-align: center;
}
.submission-way p span{
    color:#002f5e;
}

/*claim-detail部分*/
.claim-detail{
    width: 100%;
    box-sizing: border-box;
    background: #e3f1fe;
    padding: 20px;
    margin-top: 0.45rem;
}
.claim-detail p{
    /*padding: 0.1rem 0;*/
    font-size: .16rem;
    margin-bottom: 0.05rem;
    line-height: .2rem;
}
.claim-detail p:last-child{
    margin-bottom: 0;
}
.nav-box{
    height: 0.8rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-size: 0.2rem;
    font-weight: bold;
    font-family: "MicrosoftYaHei";
    color: #002F5D;
    margin-bottom: 0.32rem;
    border-bottom: 0.01rem solid #DEE1E5;
}

.nav-box>.nav{
    text-align: center;
    width: 50%;
    cursor: pointer;
    line-height: 0.20rem;
    font-weight: bold;
}

.service .info-word{
    font-weight: bold;
}


