@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%;
}
section{
    background: #fff;
}
.items li{
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.items li span{
    font-size: .16rem;
    line-height: .52rem;
    color: #6d6d6e;
    display: inline-block;
    padding: 0 .2rem;
}
.icon{
    width: .16rem;
    height: .16rem;
    display: inline-block;
    position: absolute;
    top: .16rem;
    right: .15rem;
    background: url("../../../images/mobile/hk_starr/gray-hide-icon.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.icon-show{
    width: .16rem;
    height: .16rem;
    display: inline-block;
    position: absolute;
    top: .16rem;
    right: .15rem;
    background: url("../../../images/mobile/hk_starr/gray-show-icon.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.item-content{
    border-top: 1px solid #ebebeb;
    display: none;
    padding: .16rem .2rem;
}
.item-content p{
    font-size: .16rem;
    line-height: .3rem;
    color: #6d6d6e;
    margin-bottom: .12rem;
    text-align: justify;
}
.item-content p:last-child{
    margin-bottom: 0;
}



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

