* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll
}

body {
    font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','PingFang SC','Microsoft YaHei','Source Han Sans SC','Noto Sans CJK SC',"STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif
}

main {
    display: block
}

p {
    line-height: 1.732
}

h1 {
    font-size: 2em
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

a,a:hover,a:focus {
    text-decoration: none;
    outline: none;
    color: inherit
}

ul,li {
    list-style-type: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img,object,embed {
    max-width: 100%;
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

.clickable,label,input[type=button],input[type=submit],input[type=file],button {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

.hidden,template,[hidden] {
    display: none !important
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both
}

.text-white {
    color: #fff
}

.text-gray-100 {
    color: #f3f4f6
}

.text-gray-200 {
    color: #e5e7eb
}

.text-gray-400 {
    color: #9ca3af !important
}

.text-yellow-400 {
    color: #fbbf24
}

.text-gray-500 {
    color: #6b7280
}

.text-gray-600 {
    color: #4b5563
}

.text-yellow-600 {
    color: #d97706
}

.text-gray-800 {
    color: #1f2937
}

.text-red-200 {
    color: #fecaca
}

.text-red-600 {
    color: #dc1226
}

.text-red-800 {
    color: #991b1b
}

.bg-transparent {
    background-color: transparent
}

.bg-red-200 {
    background-color: #fecaca !important
}

.bg-red-600 {
    background-color: #dc1226 !important
}

.bg-red-800 {
    background-color: #991b1b !important
}

.bg-red-50 {
    background-color: #fef2f2
}

.bg-white {
    background-color: #fff !important
}

.bg-gray-50 {
    background-color: #f9fafb
}

.bg-gray-100 {
    background-color: #f3f4f6
}

.bg-gray-200 {
    background-color: #e5e7eb !important
}

.bg-green-600 {
    background-color: #059669 !important
}

.bg-gray-800 {
    background-color: #1f2937 !important
}

.bg-brand-wx {
    background-color: #1aad19
}

.mx-auto {
    margin: 0 auto
}

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.w-1 {
    width: 4px
}

.h-1 {
    height: 4px
}

.w-8 {
    width: 32px
}

.h-8 {
    height: 32px
}

.w-12 {
    width: 48px
}

.h-12 {
    height: 48px
}

.w-20 {
    width: 80px
}

.h-20 {
    height: 80px
}

.h-32 {
    height: 128px
}

.w-32 {
    width: 128px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.z-1 {
    z-index: 1
}

.z-10 {
    z-index: 10
}

.z-99 {
    z-index: 99
}

.z-999 {
    z-index: 999
}

.z-top {
    z-index: 9999
}

.inset-x-0 {
    left: 0;
    right: 0
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.bottom-0 {
    bottom: 0
}

.left-px {
    left: 1px
}

.top-3px {
    top: 3px
}

.top-1 {
    top: 4px
}

.right-1 {
    right: 4px
}

.bottom-1 {
    bottom: 4px
}

.top-2 {
    top: 8px
}

.right-2 {
    right: 8px
}

.left-2 {
    left: 8px
}

.right-4 {
    right: 16px
}

.bottom-4 {
    bottom: 16px
}

.right-5 {
    right: 20px
}

.bottom-5 {
    bottom: 20px
}

.p-0 {
    padding: 0
}

.m-0 {
    margin: 0
}

.p-1 {
    padding: 4px
}

.py-1 {
    padding-top: 4px;
    padding-bottom: 4px
}

.pl-1 {
    padding-left: 4px
}

.mt-1 {
    margin-top: 4px
}

.mr-px {
    margin-right: 1px
}

.mr-1 {
    margin-right: 4px
}

.mt-2 {
    margin-top: 8px
}

.mb-2 {
    margin-bottom: 8px
}

.p-2 {
    padding: 8px
}

.px-2 {
    padding-right: 8px;
    padding-left: 8px
}

.py-2 {
    padding-top: 8px;
    padding-bottom: 8px
}

.p-3 {
    padding: 12px
}

.px-3 {
    padding-right: 12px;
    padding-left: 12px
}

.py-3 {
    padding-top: 12px;
    padding-bottom: 12px
}

.mr-3 {
    margin-right: 12px
}

.ml-3 {
    margin-left: 12px
}

.p-4 {
    padding: 16px
}

.px-4 {
    padding-right: 16px;
    padding-left: 16px
}

.py-4 {
    padding-top: 16px;
    padding-bottom: 16px
}

.ml-4 {
    margin-left: 16px
}

.pr-5 {
    padding-right: 20px
}

.pl-5 {
    padding-left: 20px
}

.px-5 {
    padding-right: 20px;
    padding-left: 20px
}

.p-6 {
    padding: 24px
}

.px-6 {
    padding-right: 24px;
    padding-left: 24px
}

.py-6 {
    padding-top: 24px;
    padding-bottom: 24px
}

.pr-6 {
    padding-right: 24px
}

.pb-6 {
    padding-bottom: 24px
}

.mt-6 {
    margin-top: 24px
}

.mb-6 {
    margin-bottom: 24px
}

.ml-6 {
    margin-left: 24px
}

.ml-8 {
    margin-left: 32px
}

.px-8 {
    padding-right: 32px;
    padding-left: 32px
}

.ml-10 {
    margin-left: 40px
}

.mt-15 {
    margin-top: 60px
}

.py-16 {
    padding-top: 64px;
    padding-bottom: 64px
}

.mt-32 {
    margin-top: 128px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.font-bold {
    font-weight: 600
}

.leading-8 {
    line-height: 32px
}

.leading-none {
    line-height: 1
}

.leading-snug {
    line-height: 1.375
}

.leading-normal {
    line-height: 1.5
}

.font-light {
    font-weight: 300
}

.tracking-wider {
    letter-spacing: 0.05em
}

.fill-current {
    fill: currentColor
}

.bg-black-20 {
    background-color: rgba(0,0,0,0.2)
}

.bg-white-20 {
    background-color: rgba(255,255,255,0.2)
}

.bg-white-95 {
    background-color: rgba(255,255,255,0.95)
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: hidden
}

.border-none {
    border: none
}

.border,.border-b,.border-l {
    border: 0 solid #e5e7eb
}

.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.border-gray-100 {
    border-color: #f3f4f6
}

.rounded {
    border-radius: 4px
}

.rounded-lg {
    border-radius: 8px
}

.shadow {
    box-shadow: 0 0 #0000,0 0 #0000,0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)
}

.transition-none {
    transition-property: none
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 200ms
}

.cursor-pointer {
    cursor: pointer
}

.select-none {
    user-select: none
}

.pointer-events-none {
    pointer-events: none
}

.font-large {
    font-size: 1.25em
}

.font-small {
    font-size: 0.85em
}

.bottom-2em {
    bottom: 2em
}

.btn--none {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border: none;
    user-select: none
}

.btn--none.bg-gray-50 {
    background-color: #f9fafb
}

.btn--none.bg-gray-100 {
    background-color: #f3f4f6
}

nav {
    width: 100%;
    max-width: 800px;
    display: inline-block;
    background-color: #a80000;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.head-nav-wrapper {
    width: 100%;
    max-width: 800px;
    height: 48px;
    transition: height .25s linear;
}

.custom-menu-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
}

nav .custom-menu {
    display: flex;
    align-items: center;
    width: auto;
    vertical-align: middle
}

.custom-menu::-webkit-scrollbar {
    display: none
}

.custom-menu-bottom .menu-link,.custom-menu-top .menu-heading {
    position: relative;
    flex-grow: 1;
    display: block;
    padding: .25em 1em;
    text-decoration: none;
    white-space: nowrap
}

.menu-link,.menu-heading a {
    font-size: 16px;
    color: #fff
}

.menu-heading:before {
    position: absolute;
    left: .25em;
    top: .6em;
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: rgba(255,255,255,.5)
}

.custom-menu .menu-link:hover,.custom-menu .menu-heading:hover {
    background: rgba(168,0,0,.1)
}

.custom-menu-top {
    flex-grow: 1;
    position: relative;
    height: 48px;
    padding: .25em 0
}

.custom-menu-top .custom-menu-brand {
    position: relative;
    display: flex;
    align-items: center;
    padding: .25em
}

.custom-menu-brand .menu-logo {
    width: 48px;
    height: 36px;
    background-image: url(//static.szhgh.com/hgh/images/logo_02.png);
    background-size: contain;
    background-position: 0 center;
    background-repeat: no-repeat
}

.custom-menu-toggle {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    /*display: none*/
}

.custom-menu-toggle .bar {
    position: absolute;
    top: 22px;
    right: 12px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.custom-menu-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

.custom-menu-toggle .bar:last-child {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px)
}

.custom-menu-toggle.x .bar:nth-child(2) {
    width: 0
}

.custom-menu-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.custom-menu-toggle.x .bar:last-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom-menu-screen {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.p-menu-fixed {
    /*position: fixed;*/
    left: 0;
    top: 0;
    z-index: 3;
    transition: all .25s ease-in-out
}

.p-menu-list,.menu-item {
    position: relative
}

.p-menu-list {
    padding: .25em 0
}

.menu-item {
    height: 100%
}

.menu-horizontal {
    width: 100%;
    white-space: nowrap
}

.menu-horizontal .p-menu-list {
    display: inline-block
}

.menu-horizontal .menu-item,.menu-horizontal .menu-heading {
    display: inline-block;
    vertical-align: middle
}

.menu-item .menu-item {
    display: block
}

.menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden
}

.menu-scrollable .p-menu-list {
    display: block
}

.menu-horizontal.menu-scrollable .p-menu-list {
    display: inline-block
}

.menu-horizontal.menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto
}

nav .class-menu {
    width: 100%;
    min-height: 10vh;
    background-color: #fff
}

.class-menu ul {
    display: flex;
    flex-wrap: wrap
}

.class-menu ul li {
    position: relative;
    flex: 1 1 22%;
    margin: 0 1%;
    padding: .5em 0;
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    border-bottom: 1px solid #eee
}

.class-menu li i {
    position: absolute;
    top: .5em;
    right: 0;
    width: .25em;
    height: .25em;
    background: #dc1226;
    border-radius: 50%;
    -webkit-animation: scaleUp .6s linear infinite alternate;
    animation: scaleUp .6s linear infinite alternate
}

@-webkit-keyframes scaleUp {
    0% {
        top: .5em
    }

    to {
        top: .25em
    }
}

@keyframes scaleUp {
    0% {
        top: .5em
    }

    to {
        top: .25em
    }
}

.class-menu ul li:nth-child(4n-3) {
    text-align: left;
    margin-left: 2.5%
}

.class-menu ul li:nth-child(4n) {
    text-align: right;
    margin-right: 3%
}

.class-menu .login-link {
    display: flex;
    margin-right: 3%;
    font-size: 14px
}

.login-link .u-cp {
    max-width: 50%;
    flex-grow: 1;
    color: #2B8CE6;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb
}

.login-link .u-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.login-link .u-avatar {
    max-width: 2em;
    max-height: 2em;
    margin-right: .25em;
    flex-shrink: 0
}

.login-link .u-avatar img {
    width: 100%;
    vertical-align: middle;
    object-fit: contain
}

.login-link .u-btn-exit {
    display: none
}

.class-menu .u-btn-login,.class-menu .u-btn-search {
    flex: 1 0 20%;
    position: relative;
    display: inline-block;
    padding: .25em 0;
    text-align: center;
    background-color: #fff1e5;
    border-radius: .15rem
}

.class-menu .u-btn-search {
    margin-left: 2%
}

@media screen and (max-width: 800px) {
    .custom-menu-bottom.with-class-menu {
        width:100%
    }

    .custom-menu-wrapper,.s-article,.s-title {
        width: 100%
    }

    .menu-horizontal.menu-scrollable {
        min-width: 100%
    }

    .custom-menu-toggle {
        display: block;
        display: none \9
    }

    .custom-menu-bottom {
        order: 2;
        position: relative;
        background-color: #fff1e5;
        z-index: 100
    }

    .custom-menu-bottom .menu-link {
        opacity: 1;
        color: #404040;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s
    }

    .custom-menu-bottom.custom-menu-tucked .menu-link {
        -webkit-transform: translateX(-140px);
        -moz-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
        transform: translateX(-140px);
        opacity: 0;
        opacity: 1 \9
    }

    .menu-horizontal.custom-menu-tucked {
        z-index: -1;
        top: 48px;
        bottom: 0;
        position: absolute;
        overflow: hidden
    }
}

.s-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #a80000;
    /*overflow: hidden;*/
    max-width: 800px;
    margin:  0 auto;
}

.s-banner {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 25vmin;
    background-size: cover;
    background-position: center center
}

.s-banner .special-img {
    position: relative;
    flex-grow: 1;
    max-width: 1000px
}

.s-banner img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%
}

html {
    font-size: 14px;
    line-height: 22px
}

body {
    height: 100%;
    overflow: auto;
    background-color: #fff1e5;
    -webkit-font-smoothing: antialiased
}

#root {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    max-width: 800px;
    color: #404040;
    background-color: #fff;
    overflow: hidden
}

.m-addition {
    width: 100%
}

hr {
    border: 1px solid #eee;
    background-color: #eee
}

h1 {
    padding: 16px;
    color: #202122;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

a {
    color: #202122
}

.swiper-section {
    margin: 8px 0 32px 0
}

.swiper-index .swiper-wrapper {
    width: 93%
}

.swiper-index .swiper-slide {
    height: 49vw
}

.swiper-index__box {
    position: absolute;
    background-image: linear-gradient(rgba(17,24,39,0),rgba(17,24,39,0.2));
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.swiper-index__pic {
    display: block;
    width: 100%;
    height: 100%
}

.swiper-index__pic img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    aspect-ratio: 16 / 9
}

.swpier-index__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.swpier-index__title {
    padding: 10px 3%;
    font-size: 18px;
    color: #fff;
    text-align: justify
}

.swiper-pagination--normal {
    right: 6%;
    left: auto;
    width: 60px;
    color: #fff;
    background-color: rgba(220 18 38 / 90%);
    text-align: center;
    line-height: 16px;
    line-height: 16px;
    border-radius: 16px 0 16px 0
}

@media (min-width: 768px) {
    .swiper-index .swiper-slide {
        height:360px
    }
}

.m-list section.li0 {
    background-color: #f6f6f6;
    width: 100%
}

.m-list section.li1 {
    background-color: #fff;
    width: 100%
}

.m-list section.li1:hover {
    background-color: #e4e3e2
}

.column {
    overflow: hidden
}

.img-text {
    height: 99px;
    padding: 10px 10px 33px;
    border-bottom: 1px solid #e4e3e2;
    overflow: hidden;
    vertical-align: bottom;
    position: relative
}

.img-text p {
    position: absolute;
    bottom: 0;
    font-size: 13px
}

.img-text img {
    margin: 0 3%;
    width: 110px;
    height: 82px;
    border-radius: 5px;
    object-fit: cover
}

.img-text p span {
    color: #dc1226;
    margin-right: 0.5rem
}

.img-text a {
    margin-top: 2%;
    font-size: 17px
}

.img-text a b {
    font-weight: 450;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.img-text a img {
    float: right
}

.img-text.top-news {
    height: 100%
}

.list {
    overflow: hidden;
    clear: both
}

footer {
    background-color: #4b5563;
    color: #f3f4f6;
    text-align: center;
    padding: 20px 0;
}
footer a{
    color: #f3f4f6;
}

footer ul {
    max-width: 800px;
    margin: 0 auto;
    padding: 16px
}

footer ul li {
    color: #9ca3af
}

footer li a {
    color: #f3f4f6
}

.u-proinfo {
    padding: 8px 16px 4px 16px;
    line-height: 20px
}

.u-proinfo span {
    margin-right: 8px
}

.u-proinfo a {
    display: block;
    margin-top: 16px
}

.u-proinfo .author__pic {
    float: left
}

.author__pic img {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e7eb;
    border-radius: 40px
}

.u-proinfo .author__info {
    margin-left: 40px;
    padding-left: 8px
}

.author__info h3 {
    font-weight: 500;
    font-size: 16px
}

.author__info cite {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 4px;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    background-color: #fcd34d;
    border-radius: 4px
}

.author__info p {
    color: #6b7280;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.textcontent {
    padding: 0 2.5%;
    font-size: 14px
}

.textcontent p {
    font-size: 18px;
    margin: 1.44em 0;
    line-height: 1.72em;
    text-align: justify;
    word-wrap: break-word
}

.textcontent a {
    display: inline
}

.textcontent a:link {
    text-decoration: none;
    color: #002bb8;
    background: none
}

.textcontent a:visited {
    color: #5a3696
}

.textcontent a:active {
    color: #faa700
}

.textcontent a:hover {
    text-decoration: underline
}

.textcontent .quote {
    border: 1px solid #aaa;
    padding: 5px 10px;
    background: #ececef;
    margin: 15px
}

.textcontent dt {
    font-weight: bold;
    margin-top: 1em;
    text-indent: 2em
}

.textcontent dl {
    margin-top: 0.2em;
    margin-bottom: 0.5em
}

.textcontent dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-indent: 2em
}

.textcontent h1 {
    color: #800000;
    text-align: center;
    padding: 8px 0;
    font-size: 24px
}

.textcontent h2 {
    padding: 8px 0;
    font-size: 20px;
    border-bottom: 1px dashed #aaa
}

.textcontent h3 {
    font-size: 18px;
    text-align: center
}

.textcontent h4 {
    font-size: 18px
}

.textcontent h5 {
    font-size: 16px;
    text-indent: 2em;
    font-weight: 700
}

.textcontent h6 {
    font-size: 16px;
    text-indent: 2em
}

.textcontent img,.textcontent embed {
    width: 100% !important;
    height: auto !important
}

.article_other {
    width: 100%
}

.comments {
    position: relative;
    padding: 16px 3%
}

.comments--fixed {
    position: fixed;
    z-index: 100;
    top: 48px;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff
}

.comments__close {
    display: none;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    padding: 0 12px;
    height: 48px;
    line-height: 48px;
    color: #fca5a5
}

.comments__open {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    text-align: center;
    color: #991b1b
}

.comments__open .scan {
    flex: 3;
    margin-right: 16px;
    padding: 8px;
    background: #f9fafb
}

.comments__open .input {
    flex: 2;
    padding: 8px;
    background: #f9fafb
}

.comments--fixed .comments__close {
    display: block
}

.comments--fixed .comments__open {
    display: none
}

.comments--fixed.comments__list--all {
    display: block !important
}

.comments__scroll {
    padding: 16px
}

.comments--fixed .comments__scroll {
    height: 100%;
    overflow-y: auto
}

.hot-news {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5vw
}

.swiper-tab {
    margin-top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ebebeb
}

.bg-red-800 {
    background-color: #991b1b
}

.tab-bar {
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px
}

.tab-bar .bg-red-800 {
    width: 36px;
    margin: 0 auto;
    height: 3px
}

#swiperNewsTab .swiper-slide span {
    margin: 0 5px;
    text-align: center;
    display: block;
    line-height: 2.5;
    font-size: 14px;
    color: #333333
}

.common__overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    transition-property: backgroud-color;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms
}

.newstitle {
    position: relative;
    padding-left: 5%;
    border-top: 4px solid #e6e6e6
}

.newstitle h2 {
    font-size: 16px;
    color: #a80000;
    padding-top: 0.75em
}

.newstitle span {
    width: 45%;
    display: inline-grid;
    margin-right: 2.5%;
    margin-top: 2%
}

.newstitle span img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    object-fit: cover
}

.newstitle span img+a {
    font-size: 15px;
    max-height: 44px
}

.newstitle::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 1em;
    left: 0;
    width: 0.25em;
    height: 1.25em;
    background-color: #a80000
}

.hot_articles {
    width: 100%
}

.hot_articles img {
    width: 60px;
    height: 60px;
    float: right;
    margin-left: 3%;
    border-radius: unset;
    object-fit: cover
}

.hot_articles .img-text {
    height: 80px;
    padding: 5px 0;
    vertical-align: bottom;
    border-bottom: none
}

.hot_articles .img-text::after {
    content: ' ';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 20%;
    background-color: #eee
}

.hot_articles .img-text div {
    text-decoration: none;
    display: block
}

.hot_articles .img-text a {
    position: absolute;
    overflow: hidden;
    white-space: normal;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.return-list {
    margin: 1rem;
    text-align: center;
    background: #dc1226;
    border-radius: 0.25rem
}

.return-list h2 {
    padding: 0.5rem;
    color: #fff
}

.side-nav {
    position: fixed;
    bottom: 30vh;
    right: 2.5%;
    z-index: 99;
    transition: 1000ms right
}

.side-nav section {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 2px
}

.side-nav section:last-child {
    margin: 8px 0 48px 0
}

.side-nav section a {
    position: absolute;
    z-index: 1226;
    display: block;
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-image: url('../images/icon-sidenav.png');
    background-position: 0 0
}

.side-nav .to-top {
    display: none
}

.side-nav .to-comment {
    opacity: 0;
    transition: opacity 2.25s
}

.side-nav .to-comment a {
    background-position: 0 -48px
}

.to-comment .comment-count {
    position: absolute;
    top: -5px;
    right: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    padding: 0 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    border-radius: 6px;
    font-size: 10px;
    color: #fff;
    background: #dc1226;
    opacity: 0
}

.to-comment .comment-count.loaded {
    opacity: 1
}

.side-nav section i {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #dc1226;
    border-radius: 45%;
    transition: opacity 1s
}

.side-nav .to-top i {
    background-color: #fef3c7
}

.fixSlide {
    color: #fff;
    font-size: 1.25rem;
    text-align: center
}

.fixSlideBox {
    width: 99%;
    max-width: 800px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    border-radius: 0.25rem;
    background-color: rgba(220,18,38,0.95)
}

.slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1;
    overflow: hidden
}

.title-box {
    flex: 2;
    margin: 0.5rem;
    font-weight: bold
}

.opt-box {
    flex: 1;
    margin: 0.5rem;
    right: 0;
    bottom: 0;
    display: flex;
    height: 1.5rem
}

.btn-open {
    margin-right: 1rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    background-color: #fff
}

.btn-open a {
    color: #dc1226;
    font-size: 1rem;
    cursor: pointer
}

.btn-close {
    padding: 0.25rem;
    position: absolute;
    right: 0.5rem;
    top: -0.5rem;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#Wapper {
    position: relative
}

.footer-state {
    padding: 0 2.5%;
    margin-bottom: 32px;
    color: #6b7280
}

.footer-state .statement-container {
    margin-top: -12px;
    font-size: 12px;
    text-align: right
}

.footer-state .dig-container {
    font-size: 18px;
    text-align: center
}

#special_statement_ {
    position: relative;
    display: inline-block;
    padding: 4px 16px;
    color: #ffeb3b
}

#dig_article_,#fava_article_ {
    display: inline-block;
    padding: 6px 32px;
    background-color: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 18px
}

.statement-container .state-content {
    z-index: 5;
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 20em;
    max-width: 320px;
    padding: 0.5em;
    line-height: 1.5;
    text-align: justify;
    color: #666;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(51,51,51,0.1);
    border-radius: 4px
}

.show_all {
    position: absolute;
    bottom: -36px;
    z-index: 2;
    width: 100%;
    height: 0;
    font-size: 16px;
    color: #a80000;
    text-align: center;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(248,249,249,0)),to(rgba(248,249,249,1)));
    background: -webkit-linear-gradient(top,rgba(248,249,249,0) 0,rgba(248,249,249,1) 100%);
    background: linear-gradient(180deg,rgba(248,249,249,0) 0,rgba(248,249,249,1) 100%)
}

.show_all span {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0
}

.load-more {
    padding: 1em 0;
    font-size: 17px;
    background-color: #eee;
    text-align: center
}

.load-more img {
    margin: 0.5em 0.5em 0 0
}

.other-link ul {
    text-align: justify;
    margin-top: 8px;
    margin-bottom: 16px;
    margin-right: 5%;
    font-weight: 300;
    font-size: 16px
}

.other-link li {
    padding: 4px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.other-link li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #d97706;
    margin: 10px 0 0 -10px
}

img.lozad {
    background: #f9fafb
}

.reward-modal img {
    vertical-align: middle
}

.reward-modal input::-webkit-outer-spin-button,.reward-modal input::-webkit-inner-spin-button {
    -webkit-appearance: none !important
}

.reward-modal input[type="number"] {
    -moz-appearance: textfield
}

.reward-modal button {
    border: none;
    background-color: transparent
}

.reward-section {
    width: 100%;
    background: #eee;
    text-align: center
}

.reward-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.reward-info {
    padding: 1rem 0
}

.reward-info p {
    color: #333;
    font-size: 14px
}

.new-reward-button {
    margin: 8px;
    padding: 6px 12px;
    min-width: 128px;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    background: #dc1226;
    border: 1px solid #dc1226;
    border-radius: 8px
}

.reward-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    display: none;
    width: 100%;
    overflow: auto
}

.reward-wrap .reward-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #fff;
    vertical-align: middle
}

.reward-panel .reward-content {
    position: relative;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 4px
}

.reward-content .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    color: #fff
}

.reward-content .reward-head {
    padding-bottom: 6px;
    border-bottom: 1px solid #f0f0f0
}

.reward-head .background {
    height: 80px;
    background-color: #a80000;
    border-radius: 0 0 60% 60%/0 0 90% 90%;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.2)
}

.reward-head .author {
    margin-top: -32px
}

.reward-head .author .avatar {
    margin: 0 auto;
    width: 66px;
    height: 66px;
    border: 1px #fff solid;
    border-radius: 50%
}

.reward-head .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.reward-head .author h3 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #404040
}

.reward-head .author p {
    font-size: 14px;
    color: #777
}

.reward-content .reward-qr {
    width: 256px
}

.reward-content .pay-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
    padding: 0 2.5%
}

.pay-box .pay-body {
    position: relative
}

.pay-body .btn-group {
    display: flex;
    margin-bottom: 16px;
    overflow: hidden
}

.pay-body .btn {
    position: relative;
    padding: 8px 0;
    width: 30vw;
    line-height: 1.7;
    color: #dc1226;
    background-color: #fffff0;
    border: 1px solid #dc1226;
    border-radius: 2px
}

.pay-body .btn:nth-child(even) {
    margin: 0 8px
}

.pay-body .btn span {
    font-size: 18px;
    font-weight: 600;
    font-style: italic
}

.pay-body .btn label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 12px
}

.pay-body .btn.active {
    color: #fff;
    background-color: #dc1226
}

.pay-body .input-panel {
    position: absolute;
    left: 0;
    top: -16px;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.input-panel .close-bar {
    padding: 0 8px;
    line-height: 2rem;
    text-align: left;
    color: #404040;
    font-size: 14px
}

.input-panel .input-content {
    margin-top: 4px;
    padding: 12px;
    display: block;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #dc1226
}

.input-panel .input-content input {
    width: calc(100% - 80px);
    height: 48px;
    padding-left: 8px;
    font-size: 24px;
    border: none;
    outline: none;
    letter-spacing: 1px
}

.reward-content .btn-message {
    font-size: 14px;
    color: #3194d0
}

.reward-content .message-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1002;
    display: none;
    overflow: auto;
    background: rgba(0,0,0,0.5)
}

.message-box:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.message-box .message-panel {
    position: absolute;
    margin: 0 auto;
    display: inline-block;
    top: 48px;
    left: 0;
    right: 0;
    width: 320px;
    background-color: #fff;
    border-radius: 8px
}

.message-panel .message-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.message-content .message-head {
    padding: 5%;
    font-weight: 600;
    color: #000
}

.message-content .btn-group {
    display: flex;
    margin-top: 5vw;
    width: 100%;
    border-top: 1px solid #ccc
}

.message-content .btn-group button {
    flex-grow: 1;
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #3194d0;
    border-right: 1px solid #ccc
}

.message-content #user_message_ {
    background-color: #f9fafb;
    width: 75%;
    height: 40px;
    padding: 0 16px;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 4px
}

.reward-panel .pay-confirm {
    flex-grow: 1;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 2.5% 2.5%;
    font-size: 18px
}

.pay-confirm .btn-confirm {
    padding: 8px;
    color: #fff;
    background-color: #ccc;
    border-radius: 8px
}

.pay-confirm .btn-confirm.active {
    color: #fff;
    background-color: #a80000;
    cursor: pointer
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .reward-modal .amount {
        letter-spacing:1px
    }
}



.menus{display:block;width:25px;height:25px;top:7.5px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:48px;z-index:99999;padding-bottom:10px;max-width: 800px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;border-left:3px solid #a80000;padding-left:15px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;}



.con-l{
    float: left;width: 70%;overflow: hidden;text-overflow: ellipsis
}
.con-r{
    float: right;width: auto!important;margin: 0!important;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}


.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
}
.pagination li{
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #950b0b;
    color: #fff;
}



.selhover{
    color: #fff!important;
    background-color: #a80000;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.2rem;
    /*background: #fff;*/
    padding-left: 10px;

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 16px;
}
.runk {display: flex;flex-wrap: wrap}
.runk a{padding:10px 24px;display: block}