@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 "黑体";
}
.content{
    font-size: 0.16rem;
}
.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;
    padding: .16rem .2rem;
}

/*内容*/
.info-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0.15rem;
    text-transform: uppercase;
}

.bold-font{
    font-weight: 600;
    padding-top: .1rem;
}
.answer {
    background: #fff;
    color: #01070c;
    padding: 0.1rem;
    padding-left: 0.2rem;
}
table
{
    border-collapse:collapse;
}

table, td, th
{
    border:1px solid black;
}
thead th{
    background: #0c80fe;
    color: #ffffff;
}
thead th:first-child{
    text-align: left;
}
tbody tr>td:first-child{
    text-align: left;
}
tbody td{
    text-align: center;
}