@charset "UTF-8";
/*索賠程序樣式*/
html{
    font-size: 625%;
}
body{
    background: #fff;
    font-size: 0.12rem;
    font-family: "黑体";
    overflow-x: hidden;
}
header{
    background: #272727;
    color: #fff;
    width: 100%;
    height: 0.5rem;
    text-align: center;
}
header h1{
    font: 500 0.22rem/0.5rem "黑体";
}
.back-icon{
    content: "";
    width:.24rem;
    height: .24rem;
    display: block;
    position: absolute;
    left: .2rem;
    top: .13rem;
    background: url("../../../images/mobile/hk_starr/back-icon.png") no-repeat 0  0;
    background-size: 100% 100%;
}

.legal{
    padding:  .15rem .2rem;
}
.legal p{
    color: #6d6d6e;
    font-size: .15rem;
    line-height: .25rem;
    margin-bottom: .1rem;
}
