@charset "UTF-8";

.g_content > h2,
.g_content > h3 {
    color: #1a9dd9;
    font-size: .36rem;
    font-weight: 700;
    line-height: .56rem;
}

.g_content table {
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    margin: .24rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: .02rem solid #e2e6ea !important;
    border-radius: .08rem;
    background: #fff;
    color: #666;
    font-size: .28rem;
    line-height: 1.6;
}

.g_content table th,
.g_content table td {
    min-width: 1.52rem;
    padding: .16rem .2rem;
    border: .02rem solid #e2e6ea !important;
    text-align: left !important;
    vertical-align: top !important;
    word-break: normal;
    overflow-wrap: anywhere;
}

.g_content table th,
.g_content table thead td {
    background: #f3f5f7 !important;
    color: #222 !important;
    font-weight: 700;
}

.g_content table tr:nth-child(even) td {
    background: #fafbfc;
}

.g_content table th p,
.g_content table td p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.g_content ul,
.g_content ol {
    clear: both;
    margin: .2rem 0 .28rem;
    padding-left: .52rem;
    color: #666;
}

.g_content ul {
    list-style: disc outside;
}

.g_content ol {
    list-style: decimal outside;
}

.g_content li {
    margin: .1rem 0;
    padding-left: .04rem;
    font-size: .3rem;
    line-height: 1.7;
}

.g_content li::marker {
    color: #1a9dd9;
    font-weight: 700;
}

.g_content li > ul,
.g_content li > ol {
    margin: .06rem 0;
    padding-left: .4rem;
}

.g_content ul ul {
    list-style-type: circle;
}

.g_content ul ul ul {
    list-style-type: square;
}

.g_content ol ol {
    list-style-type: lower-alpha;
}
