@charset "UTF-8";
/*免責聲明*/
html{
    font-size: 625%;
}
body{
    background: #f4f4f4;
    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%;
}
.disclaimer{
    background: #fff;
    padding: .15rem .2rem;
    width: 100%;
    box-sizing: border-box;
}
.disclaimer p{
    color: #6d6d6e;
    font-size: .15rem;
    line-height: .25rem;
    margin-bottom: .1rem;
    word-break: break-all;
    word-wrap:break-word;
}

/*底部版權所有*/
footer{
    background: #231f20;
    padding: 0 .16rem;
    display: flex;
    justify-content: space-between;
}
footer p{
    color: #d4d4d4;
    font: normal .14rem/.46rem "黑体";
}




