@charset "UTF-8";/*!* Bootstrap v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #666;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #a50034;
    --secondary: #a9977d;
    --success: #28a745;
    --info: #666;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

article,aside,footer,header,nav {
    display: block
}

ins.adsbygoogle[data-ad-status=unfilled] {
    display: none!important
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

h1 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: auto;
    text-indent: 2em
}

ol {
    margin-bottom: 1rem
}

ol {
    margin-top: 0
}

a {
    background-color: transparent
}

a,a:hover {
    color: #a50034
}

a:hover {
    text-decoration: underline
}

img {
    border-style: none
}

img,svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button {
    text-transform: none
}

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

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

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

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

h1 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

@media(max-width: 1200px) {
    h1 {
        font-size:calc(1.375rem + 1.5vw)
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 70px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width:960px;
        padding-top: 5px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width:1140px;
        padding-top: 5px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-8,.col-lg-12,.col-xl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 992px) {
    .col-lg-2 {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width: 1200px) {
    .col-xl-12 {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #dc3545
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #720024;
    border-color: #650020
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(179,38,82,.5);
    box-shadow: 0 0 0 .2rem rgba(179,38,82,.5)
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #927e61;
    border-color: #8b775c
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(149,134,112,.5);
    box-shadow: 0 0 0 .2rem rgba(149,134,112,.5)
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #464646
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,49%,.5);
    box-shadow: 0 0 0 .2rem hsla(0,0%,49%,.5)
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222,170,12,.5);
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225,83,97,.5);
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5);
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5);
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #a50034;
    border-color: #a50034
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(165,0,52,.5);
    box-shadow: 0 0 0 .2rem rgba(165,0,52,.5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #a9977d;
    border-color: #a9977d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(169,151,125,.5);
    box-shadow: 0 0 0 .2rem rgba(169,151,125,.5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0,0%,40%,.5);
    box-shadow: 0 0 0 .2rem hsla(0,0%,40%,.5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15);
    border-radius: 2px
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #a50034
}

.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.input-group-append {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.input-group-append {
    margin-left: -1px
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #ff266a
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #ff598d;
    border-color: #ff598d
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: "#fff";
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: ">"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #b4b4b5
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .2s;
    transition: opacity 0s .2s
}

.bg-primary {
    background-color: #a50034!important
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

@media(min-width: 1200px) {
    .d-xl-inline-block {
        display:inline-block!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

.flex-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

@supports((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

@media(min-width: 992px) {
    .mt-lg-0 {
        margin-top:0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }
}

.text-center {
    text-align: center!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #a50034!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #59001c!important
}

@media print {
    *,:after,:before {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    p {
        orphans: 3;
        widows: 3
    }

    @ page {
        size: a3
    }

    .container,body {
        min-width: 992px!important
    }
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f24 {
    font-size: 24px
}

.mgl5 {
    margin-left: 5px
}

.mgr5 {
    margin-right: 5px
}

.mgt5 {
    margin-top: 5px
}

.pdb5 {
    padding-bottom: 5px
}

.mgt10 {
    margin-top: 10px
}

.mgb10 {
    margin-bottom: 10px
}

.pdr10 {
    padding-right: 10px
}

.pdb10 {
    padding-bottom: 10px
}

.mgt15 {
    margin-top: 15px
}

.mgb15 {
    margin-bottom: 15px
}

.pdt15 {
    padding-top: 15px
}

.pdb15 {
    padding-bottom: 15px
}

.mgl20 {
    margin-left: 20px
}

.mgr20 {
    margin-right: 20px
}

.mgt20 {
    margin-top: 20px
}

.pdl20 {
    padding-left: 20px
}

.pdr20 {
    padding-right: 20px
}

.pdt20 {
    padding-top: 20px
}

.pdb20 {
    padding-bottom: 20px
}

.pd20 {
    padding: 20px
}

.mgt25 {
    margin-top: 25px
}

.mgb25 {
    margin-bottom: 25px
}

.pdt25 {
    padding-top: 25px
}

.pdb25 {
    padding-bottom: 25px
}

.mgt30 {
    margin-top: 30px
}

.pdr30 {
    padding-right: 30px
}

body,html {
    padding: 0;
    margin: 0
}

button {
    border: none;
    background: 0 0;
    font-size: 18.6px
}

button,button:focus {
    outline: none
}

input[type=text] {
    border: none;
    width: 100%;
    font-size: 14px;
    background: 0 0;
    resize: none;
    font-family: Microsoft YaHei,tahoma,arial,Hiragino Sans GB,宋体,sans-serif;
    webkit-appearance: none
}

input[type=text]:focus {
    outline: none
}

input[type=text]::-webkit-inner-spin-button,input[type=text]::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    margin: 0
}

input[type=text]::-webkit-input-placeholder {
    color: #666
}

a {
    text-decoration: none;
    color: #333
}

a:active,a:hover {
    text-decoration: none!important
}

.sp-arrow-right,.sp-search-icon,.sp-search-icon-w {
    background-image: url(/assets/common/imgs/img.png);
    background-repeat: no-repeat
}

i {
    vertical-align: middle;
    display: inline-block
}

.sp-search-icon {
    width: 20px;
    height: 20px;
    background-position: 2px 2px
}

.sp-search-icon-w {
    width: 24px;
    height: 24px;
    background-position: -18px 2px
}

.sp-arrow-right {
    width: 20px;
    height: 20px;
    background-position: -62px 2px
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 16px;
    -webkit-touch-callout: none
}

.text-primary {
    color: #a50034
}

.text-track {
    color: #b4b4b5
}

.text-track-v1 {
    color: #888
}

.text-dark-v1 {
    color: #262626
}

.text-white {
    color: #fff
}

.nowrap {
    white-space: nowrap
}

.bold {
    font-weight: 700
}

.no-scrollbar {
    overflow: auto
}

.ovh {
    overflow: hidden
}

.bgw {
    background-color: #fff
}

.no-scrollbar {
    -webkit-overflow-scrolling: touch
}

.no-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.no-scrollbar {
    -webkit-overflow-scrolling: touch
}

.no-scrollbar::-webkit-scrollbar {
    width: 4px;
    position: absolute;
    height: 4px;
    border-radius: 4px;
    display: none
}

.no-scrollbar::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    width: 4px;
    height: 4px;
    border-radius: 4px
}

.flex,.flex-v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-pack-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-pack-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.eps {
    white-space: nowrap;
    text-overflow: ellipsis
}

.eps,.m-eps {
    overflow: hidden;
    width: 100%
}

.m-eps {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
    max-height: 60px;
    line-height: 1.53
}

.block {
    display: block
}

.line {
    border-bottom: 1px solid #ececec
}

.tline {
    border-top: 1px solid #ececec
}

.w100 {
    width: 100%
}

.relative {
    position: relative
}

a {
    -webkit-transition: color .3s;
    transition: color .3s
}

a:hover {
    color: #a50034!important
}

.aside-panel {
    background: #f5f5f5;
    border-radius: 2px;
    border-top: 4px solid #a50034
}

.aside-panel .tab-tag {
    font-size: 14px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    color: #888;
    line-height: 33px
}

.aside-panel .tab-tag.active,.aside-panel .tab-tag:hover {
    color: #a50034;
    border-color: #a50034
}

.adv {
    position: relative;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #f5f5f5;
    text-align: center
}

.adv:before {
    display: block;
    color: #888;
    font-size: 14px;
    width: 100%;
    height: 56px;
    text-align: center;
    line-height: 56px
}

footer {
    margin-top: 80px;
    background-color: #484848;
    padding-top: 30px;
    color: #b4b4b5
}

footer .text-gray-800 {
    color: #575757
}

footer a {
    color: #b4b4b5
}

footer a:hover {
    color: #fff!important
}

footer .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .columns>.column {
    margin-bottom: 15px;
    width: 58px
}

footer .columns>a {
    margin-bottom: 15px;
    margin-right: 30px
}

footer .bg-deep {
    background-color: #333
}

footer .tline {
    border-top: 1px solid #3f3f3f
}

footer .info-us a:nth-child(2n) {
    margin-right: 10px
}

.breadcrumb-item.active {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 400
}

.scale {
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear,-webkit-transform .5s linear;
    position: relative;
    will-change: transform;
    overflow: hidden
}

.scale:hover {
    -webkit-transform: translateZ(0) scale(1.2);
    transform: translateZ(0) scale(1.2);
    z-index: 99
}

.container {
    overflow: hidden
}

.container::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

@media(max-width: 992px) {
    .aside-panel {
        border-top:none
    }

    .aside-panel .tab-tag {
        font-size: 16px
    }

    .reset-row-margin {
        margin-left: -20px;
        margin-right: -20px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .col-12 {
        padding-left: 20px;
        padding-right: 20px
    }

    .breadcrumb {
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 0
    }

    .breadcrumb,.breadcrumb .breadcrumb-item.active {
        font-size: 14px
    }

    .adv {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 10px
    }

    footer {
        padding-top: 0
    }

    footer .info-us {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    footer .info-us a {
        margin-right: 0!important
    }

    footer .container {
        padding-left: 20px;
        padding-right: 20px
    }

    footer .bg-deep {
        padding-bottom: 50px
    }
}

.text-track-v1 {
    color: #888
}

.rds8 {
    border-radius: 8px
}

.font-reduce:hover {
    color: #a50034
}

.article-container {
    padding-right: 55px
}

.article-container .article-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px
}

.article-container .title-line {
    border-bottom: 1px solid #ececec
}

.article-container .article-body {
    padding-top: 10px;
    line-height: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.article-container .article-body img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto!important;
    background-color: #f5f5f5
}

.article-container .article-body figure figcaption {
    font-size: 14px
}

.article-container .article-body blockquote {
    font-weight: 700
}

.article-container .article-body h3 {
    font-size: 1.25em;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px;
    text-indent: 1.6em
}

.article-container .article-body .article-pic-title {
    color: #888;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: normal
}

.article-container .article-body a:not([href=""]) {
    color: #a50034;
    text-decoration: underline
}

.article-container .article-body a:not([href=""]):hover {
    text-decoration: underline!important
}

.relative-recomm-container {
    border-top: 1px solid #ececec;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px
}

.relative-recomm-container .relative-recomm {
    padding: 30px 0
}

.relative-recomm-container .relative-recomm .title {
    font-weight: 500;
    font-size: 18px
}

.relative-recomm-container .relative-recomm img {
    width: 165px;
    height: 110px;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover
}

.font-plus:hover path,.font-reduce:hover path {
    fill: #a50034
}

.next-article {
    border-radius: 2px;
    padding: 20px 20px 25px;
    color: #fff;
    background-color: #a50034;
    margin-bottom: 15px
}

.next-article .title {
    font-size: 20px
}

.next-article .next-page-title,.next-article .title {
    font-weight: 500;
    color: #fff
}

.next-article a:hover {
    color: #fff!important;
    text-decoration: underline!important
}

@media(max-width: 992px) {
    body {
        padding-bottom:env(safe-area-inset-bottom,0)
    }

    .row-sm-top-line {
        border-top: 5px solid #f5f5f5
    }

    .article-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .article-container .article-title {
        font-size: 24px;
        margin-bottom: 20px;
        position: relative
    }

    .article-container .title-line {
        border: none
    }

    .article-container .author-info {
        font-size: 12px
    }

    .article-container .article-body {
        padding-top: 10px;
        margin-top: 0
    }

    .relative-recomm-container {
        border-top-width: 5px;
        padding-top: 30px
    }

    .relative-recomm-container .relative-recomm {
        padding: 20px 0
    }

    .relative-recomm-container .relative-recomm .title {
        font-weight: 400;
        font-size: 16px
    }

    .relative-recomm-container .relative-recomm img {
        width: 105px;
        height: 70px
    }

    #vote_block,.rank-aside-sm {
        margin-top: 30px
    }

    .next-article {
        z-index: 1021;
        margin-bottom: 0;
        margin-top: 0;
        top: -74px;
        position: fixed;
        border-radius: 0;
        padding: 16px 20px;
        -webkit-transition: all .5s;
        transition: all .5s;
        color: #333;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
        box-shadow: 0 0 8px rgba(0,0,0,.25);
        background-color: #fff
    }

    .next-article .next-page-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #333;
        font-size: 14px;
        font-weight: 400
    }

    .next-article a:hover {
        color: #a50034!important;
        text-decoration: none!important
    }
}

.left-aside-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9;
    position: fixed;
    top: 252px;
    -webkit-transition: top .5s;
    transition: top .5s;
    right: calc(50vw + 600px)
}

.left-aside-wrapper .wrapper {
    border-radius: 8px;
    border: 1px solid #ececec;
    overflow: hidden
}

.left-aside-wrapper .wrapper .item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    line-height: 0;
    width: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    position: relative
}

.left-aside-wrapper .back-home {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border-radius: 8px;
    border: 1px solid #ececec;
    cursor: pointer;
    margin-top: 30px
}

@media(min-width: 992px) and (max-width:1360px) {
    .left-aside-wrapper {
        position:fixed;
        top: auto!important;
        left: 20%;
        bottom: 20px;
        right: auto;
        background-color: #fff;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: auto;
        -webkit-box-shadow: 0 2px 6px 4px rgba(0,0,0,.05);
        box-shadow: 0 2px 6px 4px rgba(0,0,0,.05);
        border-radius: 50px;
        overflow: hidden
    }

    .left-aside-wrapper .back-home {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border: none
    }

    .left-aside-wrapper .back-home i {
        padding-left: 12px;
        padding-right: 12px;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec
    }

    .left-aside-wrapper .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border: none;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .left-aside-wrapper .back-home,.left-aside-wrapper .wrapper {
        margin-top: 0
    }
}

@media(max-width: 992px) {
    .left-aside-wrapper {
        position:fixed;
        background-color: #fbfbfb;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        margin-top: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 48px;
        bottom: env(safe-area-inset-bottom,0);
        left: 0;
        right: 0;
        width: 100%;
        top: auto!important
    }

    .left-aside-wrapper .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 5px;
        padding-right: 5px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .left-aside-wrapper .wrapper .item {
        height: 40px;
        width: 40px
    }

    .left-aside-wrapper .wrapper {
        margin-top: 0;
        border-radius: 80px
    }

    .left-aside-wrapper .back-home {
        width: 40px;
        height: 40px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        position: relative;
        margin-top: 0;
        border-radius: 50%
    }

    .left-aside-wrapper .item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: none!important
    }
}

nav .top-bar {
    height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 0
}

@media(min-width: 992px) {
    nav .top-bar {
        max-width:930px
    }
}

@media(min-width: 1200px) {
    nav .top-bar {
        max-width:1140px
    }
}

nav .top-bar a:hover {
    color: #fff!important
}

nav .top-bar-sm {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 52px
}

nav .top-bar-sm .logo-zaobao-w {
    height: 39px
}

nav .top-bar-sm #search_icon {
    margin-left: 34px
}

nav .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

nav .nav-bar .nav-scroll-bar {
    overflow: visible
}

nav .nav-bar .nav-scroll-bar .subscript-sm {
    display: none
}

@media(min-width: 1200px) {
    nav .nav-bar {
        max-width:1140px
    }
}

nav .nav-bar .logo {
    margin-right: 20px
}

nav .nav-bar .nav-item {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    height: 60px;
    padding: 0 3px;
    margin-left: 20px;
    border-bottom: 4px solid #fff
}

nav .nav-bar .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.14);
    box-shadow: 0 4px 8px rgba(0,0,0,.14);
    top: 50px;
    left: -22px;
    overflow: hidden;
    will-change: opacify
}

nav .nav-bar .nav-item .dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa
}

nav .nav-bar .nav-item:hover .dropdown-menu {
    display: block
}

nav .nav-bar .input-wrapper {
    padding: 6px 9px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    overflow: hidden;
    border-radius: 53px
}

nav .nav-bar .input-wrapper input {
    width: 150px;
    -webkit-transition: width .5s;
    transition: width .5s;
    font-size: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    background: #f5f5f5;
    border: none;
    outline: none
}

nav .nav-bar .input-wrapper input:focus {
    width: 192px
}

header.menu-list {
    z-index: 1021
}

@media(min-width: 992px) and (max-width:1200px) {
    nav .nav-bar .nav-item {
        margin-left:18px
    }

    nav .nav-bar {
        padding: 0 16px
    }
}

@media(max-width: 992px) {
    header.sticky-top {
        position:fixed;
        top: 0;
        left: 0;
        right: 0
    }

    header.sticky-top.menu-list {
        top: 52px
    }

    nav .nav-bar {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 36px
    }

    nav .nav-bar .nav-bar-tabs {
        overflow: hidden
    }

    nav .nav-bar .nav-scroll-bar {
        overflow: auto
    }

    nav .nav-bar .toggle-btn {
        height: 36px;
        width: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: -3px 0 3px -2px rgba(0,0,0,.37);
        box-shadow: -3px 0 3px -2px rgba(0,0,0,.37)
    }

    nav .nav-bar .toggle-btn .hamburger {
        width: 20px;
        height: 24px;
        cursor: pointer;
        position: relative
    }

    nav .nav-bar .toggle-btn .hamburger .hamburger-line {
        top: 11px;
        -webkit-transition: none!important;
        transition: none!important
    }

    nav .nav-bar .toggle-btn .hamburger .hamburger-line,nav .nav-bar .toggle-btn .hamburger .hamburger-line:after,nav .nav-bar .toggle-btn .hamburger .hamburger-line:before {
        position: absolute;
        background-color: #a50034;
        height: 2px;
        width: 100%;
        content: ""
    }

    nav .nav-bar .toggle-btn .hamburger .hamburger-line:before {
        -webkit-transition: top .5s;
        transition: top .5s;
        top: -6px
    }

    nav .nav-bar .toggle-btn .hamburger .hamburger-line:after {
        -webkit-transition: bottom .5s;
        transition: bottom .5s;
        bottom: -6px
    }

    nav .nav-bar .nav-item {
        height: 100%;
        border-bottom: none;
        margin-left: 15px;
        display: block;
        padding: 0
    }

    nav .nav-bar .nav-item:first-of-type {
        margin-left: 20px
    }

    nav .nav-bar .nav-item:hover {
        color: #a50034
    }

    nav .nav-bar .nav-item .dropdown-menu {
        display: none!important
    }
}

.aside-panel .rank-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #ececec
}

.aside-panel .rank-item:last-child {
    border-bottom: none;
    padding-bottom: 5px;
    margin-bottom: 0
}

.aside-panel .rank-item a {
    line-height: 20px;
    font-size: 17.2px
}

.aside-panel .rank-item .rank-num {
    background-color: #efb850;
    margin-right: 10px;
    font-size: 14px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    width: 20px;
    display: inline;
    border-radius: 2px;
    color: #fff
}

.aside-panel .rank-item .rank-num[data-value="1"] {
    background: #fe2d46;
    color: #fff
}

.aside-panel .rank-item .rank-num[data-value="2"] {
    background: #f60;
    color: #fff
}

.aside-panel .rank-item .rank-num[data-value="3"] {
    background: #faa90e;
    color: #fff
}

.aside-panel .register-input,.subscription-aside .register-input {
    border: 1px solid #ccc;
    border-radius: 2px 0 0 2px;
    font-size: 14px;
    padding: 7px 10px
}

.aside-panel .register-submit,.subscription-aside .register-submit {
    padding: 7px 10px;
    cursor: pointer;
    width: 120px;
    line-height: 0;
    border: 1px solid #a50034;
    border-radius: 2px;
    color: #a50034
}

.aside-panel .register-submit:hover,.subscription-aside .register-submit:hover {
    border: 1px solid #a50034;
    background-color: #a50034;
    color: #fff
}

.aside-panel #register-form-success,.subscription-aside #register-form-success {
    display: none;
    padding: 64px 0 90px
}

.aside-panel .text-track-v1,.subscription-aside .text-track-v1 {
    color: #888
}

@media(max-width: 992px) {
    #register-form .tipper-att,#register-submit {
        font-size:14px
    }
}

.aside-panel#breaking_carousel {
    height: 657px
}

.aside-panel#breaking_carousel .breaking-news a {
    line-height: 24px;
    display: block
}

.back-top-bar {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    display: none
}

.back-top-bar svg {
    cursor: pointer
}

.back-top-bar svg:hover circle {
    fill-opacity: .69
}

@media(max-width: 992px) {
    .back-top-bar {
        right:10px;
        bottom: 60px
    }

    .back-top-bar svg {
        width: 40px;
        height: 40px
    }

    .back-top-bar svg circle {
        fill-opacity: .69
    }
}

.zaobao-slot.asd1 {
    margin-bottom: 10px;  
}

.adv {
	position: relative;
	display: block;
	border-radius: 2px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 40px;
	background-color: #f5f5f5;
	text-align: center
}

.adv:before {
	content: "广告";
	display: block;
	color: #888;
	font-size: 14px;
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 20px
}
