@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%;
}

.sub-title{
    display: flex;
    margin-left: .16rem;
    justify-content:flex-start;
    align-items:center;
    box-sizing: border-box;
    min-height: .48rem;
}
.has-border{
    width: 100%;
    border-bottom: 1px solid #dedede;
}
.sub-title-line{
    display: inline-block;
    width: .04rem;
    height: .2rem;
    margin-right: .1rem;
    background: #00305e;

}
.sub-title-text{
    font-size: .2rem;
    min-height: .48rem;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content{
    padding: 0 .16rem;
}
.content p{
    margin-left: .14rem;
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .16rem;
    color: #4b4c4d;
}
.global-icon{
    height: .42rem;
    width: 60%;
    margin-left: .14rem;
    margin-bottom: .1rem;
    background: url("../../../images/mobile/hk_starr/assist_car.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.word-bg{
    padding-left: .14rem;
}
.word-bg img{
    width: 100%;
    height: 100%;
    margin-bottom: .4rem;
}

/*底部版權所有*/
footer{
    height: .46rem;
    background: #231f20;
    padding: 0 .08rem;
    display: flex;
    justify-content: space-between;
}
footer p{
    color: #d4d4d4;
    font: normal .14rem/.46rem "黑体";
}

