@charset "UTF-8";
/*索賠程序樣式*/
html{
    font-size: 625%;
}
body{
    font-size: 0.12rem;
    font-family: "Gotham A", "Gotham B";
    color: #002F5E;
    overflow-x: hidden;
}

.styleBold {
    font-family: FreightText W01 Bold !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-size: .24rem;
    padding: 0.2rem 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;
    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{
    padding:0.1rem 0.2rem;
    border-radius: 0.07rem;
    background: #002F5E;
    display: inline-block;
    margin:.15rem 0;
    color: white;
    cursor: pointer;
    font-size: .17rem;
    border:1px solid #456c8f;
}
.required-link{
    margin-top:8px;
    color: #1969B8;
    font-size:15px;
    text-decoration: underline;
    display: inline-block;
}

.required-link i {
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 18px;
    background:url('/static/images/desktop/sg_starr/icon_file.png') no-repeat center center;
    background-size: 15px 18px;
    margin-right:5px;
}

.claim-btn-group {
    padding: 0 0.2rem;
}

.claim-btn-group .claim-btn-item {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 0.12rem 0.1rem;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    margin-top: 24px;
}

.claim-btn-group .claim-btn-item .claim-button{
    position: relative;
    display:inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    border-radius: 5px;
    background: #1E83E3;
    color: #ffffff;
    padding: 0.1rem 0.1rem 0.1rem 0.31rem;
}

.claim-btn-group .claim-btn-item > i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-right:5px;
}

.claim-btn-group .claim-btn-item.active {
    border: 2px solid #1969B8;
    color: #1969B8;
}

.claim-btn-group .claim-btn-item .claim-button>i {
    position: absolute;
    left: 0.08rem;
    top: 8px;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
    background:url('/static/images/desktop/sg_starr/icon_claim.png') no-repeat center center;
    background-size: 18px 18px;
}
.claim-btn-group .claim-btn-item:last-child .claim-button>i{
    background:url('/static/images/desktop/sg_starr/icon_addition.png') no-repeat center center;
    background-size: 18px 18px;
    top: 9px;
}

.claim-btn-group .claim-btn-item p {
    font-size: 12px;
    line-height:16px;
    color: #5F5F5F;
}
.confirm-btn {
    padding: 0 0.2rem;
}
.confirm-btn span{
    text-align:center;
    box-sizing: border-box;
    width:100%;
    margin-top: 24px;
    font-size: 18px;
    display: inline-block;
    padding: 0.1rem;
    border: 1px solid #2d79c4;
    border-radius: 3px;
    font-weight: bold;
    color: #2d79c4;
    cursor: pointer;
}
.confirm-btn.checked span{
    background:#2d79c4;
    color:#ffffff;
}

/*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.4rem; */
}
.submission-lists-direction-box img{
    /* width: 100%; */
    height: .59rem;
    margin: .2rem 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.3rem;
}
.claim-detail p{
    /*padding: 0.1rem 0;*/
    font-size: .17rem;
    margin-bottom: 0.05rem;
}
.claim-detail p:last-child{
    margin-bottom: 0;
}
.claim-detail p span{
}



