@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;
    margin-top: .12rem;
}
.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;
}
.container{
    padding: 0 .16rem .2rem;
}
.section-item ul {
    padding-left: 40px;
    margin: 1em 0;
}
.section-item ol {
    padding-left: 40px;
    margin: 1em 0;
}
li {
    font-size: .16rem;
    line-height: 1.5;
}
.section-item ul li {
    list-style: disc;
}
.section-item ol li {
    list-style-type: normal;
}
.section-item a {
    color: #0000FF;
    text-decoration: underline;
}
.section-item b {
    font-weight: bold;
}
.section-item h3{
    font-size: .18rem;
    margin: .05rem 0 .12rem 0;
    color: #231f20;
}
.section-item p{
    font-size: .16rem;
    margin-bottom: .16rem;
    line-height: 1.5;
    color: #4b4c4d;
}
.section-item .inner-ol {
    padding: 0;
}
.inner-ol li {
    display: flex;
    list-style-type: none !important;
}


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

