/* utilStyle active */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
*{
    font-family: arial,"PingFang SC", 'Microsoft YaHei',  Arial, sans-serif, STXihei,SimSun, Heiti, sans-serif !important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
li {
    list-style: none;
}
::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0.12rem;
}
::-webkit-scrollbar-thumb:vertical {
    height: 0.1rem;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 0.12rem;
}
::-webkit-scrollbar-thumb:horizontal {
    width: 0.1rem;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 0.12rem;
}
html, body {
    width: 100%;
}
body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* utilStyle over */
/* contentStyle active */
.g-container{
    width: 100%;
    background-color:#fff;
    padding: 0.4rem 0.20rem 0rem 0.20rem;
    box-sizing: border-box;
}
.g-container ul{
    color: #333;
    padding-bottom: 0.6rem;
}
.g-container ul li{
    line-height: 0.34rem;
    font-weight: 200;
    font-size: 0.24rem;
    padding-bottom: 0.4rem;
}
.g-container ul li.small-padding{
    padding-bottom: 0.1rem;
}
.g-container ul .mainTitle{
    font-weight: 600;
    font-size: 0.28rem;
    padding-bottom: 0.2rem;
}
.g-container ul .subTitle{
    font-weight: 400;
}
.g-container ul li ul{
    padding-left: 0.22rem;
    padding-bottom: 0rem;
    color: #999;
}
.g-container ul li ul li{
    position: relative;
    line-height: 0.34rem;
    color: #333;
    font-weight: 200;
    font-size: 0.24rem;
    padding-bottom: 0.4rem;
}
.g-container ul li ul li .circle{
    top:50%;
    transform: translateY(-50%);
    margin-right:3px;
    position: relative;
        display: inline-block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #999;

}
.g-container .footer-icon{
    margin: 0 auto;
}
.g-container .footer-icon img{
    display: block;
    height: 0.35rem;
    margin: 0 auto;
}
/* contentStyle over */
/* 表格样式 */
.tableRules{
    margin-bottom:0.2rem;
    font-weight: 400;
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 0.8);
    width:100%;
    border:0.02rem solid  rgb(229, 229, 229);
}
.tableRules.tableRules2 th,.tableRules.tableRules2 td{
    text-align: center;
}
.tableRules  .lineShow{
    width:100%;
}
.tableRules  .thCenter:last-child{
    border-right:none;
}
.thCenter1,.thCenter2, .tdCenter1{
    width:25%;
}
.thCenter3，.tdCenter3{
    width:50%;
}
.tableRules  .thCenter,.tableRules  .tdCenter{
    
    font-weight: 400;
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 0.8);
    padding-left:0.2rem;
    background:rgb(243, 243, 243);
    text-align: left;
   
    line-height: 0.6rem;
    border-right:0.04rem solid rgb(229, 229, 229);
}
.tableRules  .tdCenter{
    padding:0.1rem;
    background:#fff;
    line-height: 0.4rem;
    border-top:0.04rem solid rgb(229, 229, 229);
}

/* 表格样式 end */