@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap';
@import 'https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap';
@import url(font-icon/css/fontello.css);

:root {
    --primary-color: #0D0C43;
    --secondary-color: #ffa742;
    --third-color: #ac793f;
    --fourth-color: #1b55ac;
    --fifth-color: #50AF95;
    --header-color: #fc812f;
    --border-color: rgba(0, 0, 0, 0.1)
}

::selection {
    background: var(--primary-color);
    color: #fff
}

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

*:focus {
    outline-color: transparent
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

table {}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-family: oswald, noto sans tc, microsoft yahei, sans-serif !important
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 18px
}

h1 {
    font-size: 16px
}

html,
body {
    font-size: 16px;
    height: 100%
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: roboto, noto sans tc, Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #f2f2f2;
    background-size: 100% auto;
    background-attachment: fixed;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

.sm-u-on,
.md-u-on,
.lg-u-on,
.xl-u-on,
.xxl-u-on,
.sm-d-on,
.md-d-on,
.lg-d-on,
.xl-d-on,
.xxl-d-on {
    display: none;
}

@media (min-width: 1001px) {
    .lg-u-on {
        display: block;
    }

    .lg-u-off {
        display: none;
    }
}

@media (max-width: 1000px) {
    .lg-d-on {
        display: block;
    }

    .lg-d-off {
        display: none;
    }
}

/* #X3,
#nav-main #L-header-row .logo figure figcaption .logo-title,
.M-card .title-B .title,
#nav-phone .phone-logo .logo-title,
#nav-phone .navbar-nav li a,
.M-list-btn.D dl dd a.link,
.M-list-img-text-W3 figure .col-text .title,
.M-list-img-text-W3A figure .col-text .title,
.M-sitemap .title a,
.J-tabs .nav-tabs .nav-item .nav-link,
.J-tabs .nav-tabs .nav-title,
.X3 {
    font-size: 21px;
} */


/* #R2,
#nav-phone .navbar-nav li a,
.M-list-btn.bg-btn dl dd a.link,
.M-list-img-text-H2 figure .col-img img,
.M-sitemap>.box,
.J-album img {
    border-radius: 10px;
} */

#nav-phone {
    height: 50px;
}

/* #nav-phone .navbar {
    background: var(--primary-color);
    padding: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2)
} */


#nav-phone .phone-logo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

#nav-phone .phone-logo img {
    width: 50px;
    margin-right: 10px;
}


#nav-phone .phone-logo .logo-title {
    color: #fff;
    font-weight: 700;
}

#nav-phone .navbar-dark .navbar-toggler {
    position: absolute;
    z-index: 1100;
    top: 5px;
    right: 10px;
    color: #FFF;

}

#nav-phone .navbar-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
    padding: 20px;

}

#nav-phone .navbar-nav li {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#nav-phone .navbar-nav li+li {}

#nav-phone .navbar-nav li a {
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 15px;
    text-align: center;
}

#nav-phone .navbar-nav li a i {
    font-size: 32px;
    margin: 5px auto;
    display: block;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#nav-phone .navbar {
    background: var(--header-color);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2)
}


.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }


    .navbar-expand-sm .offcanvas-header {
        display: none;
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .navbar-expand-md .offcanvas-header {
        display: none;
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .offcanvas-header {
        display: none;
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }

    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .offcanvas-header {
    display: none;
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: var(--third-color)
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 3px
}

hr {
    clear: both;
    display: block;
    margin: 30px 0 0;
    background-color: #000;
    height: 3px;
    width: 100%;
    border: 0
}

strong {
    font-weight: 700
}

button:hover,
button:focus,
button:active {
    outline-color: transparent !important
}

.text-center {
    text-align: center
}

#container {
    width: 100%;
    display: block;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 20px
}

@media only screen and (max-width:767px) {
    #container {
        padding: 10px
    }
}

#container:after {
    content: '';
    clear: both
}

.breadcrumbs {
    display: block;
    overflow: hidden;
    margin: 10px 0
}

@media only screen and (max-width:767px) {
    .breadcrumbs {
        font-size: 12px
    }
}

.breadcrumbs ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.breadcrumbs li {
    text-align: left
}

.breadcrumbs li a {
    padding-right: 5px
}

@media only screen and (max-width:767px) {
    .breadcrumbs li a {
        font-size: 12px
    }
}

.title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.5em;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 10px
}

.subject {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000
}

.text-center {
    width: 100%;
    text-align: center;
    margin: 0 auto
}

#header {
    width: 100%;
    height: auto;
    text-align: center;
    background: var(--header-color)
}

.top {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-left a {
    display: flex;
    align-items: center;
    text-align: left
}

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

.nav-left .logo img {
    width: 100px;
    height: auto
}

.nav-left .text {}

.nav-left .text h1,
.nav-left .text b {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff
}

.nav-left .text p {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, .8);
    line-height: 1;
    margin: 0
}

@media(max-width:600px) {
    .nav-left .logo {
        margin-right: 5px
    }

    .nav-left .logo img {
        width: 60px;
        height: auto
    }

    .nav-left .text h1,
    .nav-left .text b {
        font-size: 17px;
        letter-spacing: 0
    }

    .nav-left .text p {
        font-size: 12px;
        letter-spacing: 0
    }
}

.nav-right::after {
    display: block;
    content: "";
    clear: both
}

.nav-right li {
    font-size: 18px;
    font-weight: 700
}

.nav-right,
.menu,
.menu li,
.menu li a {
    height: 100%
}

#toggle,
.toggle {
    display: none
}

.menu {
    display: flex;
    gap: 20px
}

.menu li {}

.menu li a {
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .1);
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 50px
}

.menu li a:hover,
.menu li a:focus {}

.menu li a.active {
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
    border: 1px solid rgba(255, 255, 255, .6);
    background: linear-gradient(-45deg, #f5853b, #f5853b, #fcab75, #f5853b);
    background-size: 400% 400%;
    animation: gradientBG 5s ease infinite
}

@keyframes gradientBG {
    0% {
        background-position: 0 100%
    }

    50% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 100%
    }
}

@media only screen and (max-width:1000px) {
    .top {
        max-width: 100%;
        margin: 0 10px;
        height: 80px
    }

    .menu {
        display: none;
        height: 100%;
        opacity: 0;
        width: 100%;
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 999
    }

    .menu li {
        display: table;
        width: 100%;
        margin: 0;
        height: 10%
    }

    .menu li a {
        display: table-cell;
        vertical-align: middle;
        width: 90%;
        height: 100%;
        font-size: 24px;
        margin: 0 5%;
        padding: 0;
        background-color: var(--secondary-color);
        color: #fff;
        font-size: 18px;
        border-radius: 0
    }

    .menu li a:hover,
    .menu li a:focus {
        padding: inherit
    }

    .menu li a.active {
        background-color: var(--secondary-color);
        color: #fff
    }

    .toggle {
        display: block;
        position: relative;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
        z-index: 2
    }

    #toggle:checked~.menu {
        display: block;
        opacity: 1
    }

    .toggle:after {
        content: url(../images/bg-menu.png);
        display: block;
        width: 36px;
        margin: 20px 0
    }

    #toggle:checked+.toggle:after {
        content: url(../images/bg-menu-close.png);
        display: block;
        width: 36px;
        margin: 20px 0
    }
}

@media only screen and (min-width:900px) {
    .main-box {
        margin: 20px auto
    }

    .left-bg {
        display: inline-block;
        width: calc(100% - 314px);
        vertical-align: top
    }

    .right-bg {
        display: inline-block;
        width: 310px;
        padding-left: 30px;
        vertical-align: top
    }

    .fixedsticky {
        top: 0
    }

    .fixedsticky {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky
    }

    .fixedsticky-withoutfixedfixed .fixedsticky-off,
    .fixed-supported .fixedsticky-off {
        position: static
    }

    .fixedsticky-withoutfixedfixed .fixedsticky-on,
    .fixed-supported .fixedsticky-on {
        position: fixed
    }

    .fixedsticky-dummy {
        display: none
    }

    .fixedsticky-on+.fixedsticky-dummy {
        display: block
    }
}

@media only screen and (max-width:900px) {
    .main-box {}

    .column-reverse {
        display: flex;
        flex-direction: column-reverse
    }

    .left-bg {
        display: block;
        width: 100%
    }

    .right-bg {
        display: block;
        width: 100%
    }

    .right-bg .M-card,
    .right-bg .LAY,
    .right-bg .right-news {
        display: none
    }
}

.banner-h,
.banner-t {
    width: 100%;
    aspect-ratio: auto 6/1;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {

    .banner-h,
    .banner-t {
        aspect-ratio: auto 4/1;
        margin-bottom: 10px
    }
}

.banner-h img,
.banner-t img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px
}

.banner-r {
    width: 100%;
    aspect-ratio: auto 1/1;
    margin-bottom: 20px
}

.banner-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px
}

.banner-h-off {
    display: none
}

.M-card {
    padding: 20px 1.5vw;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px
}

.R-btn-group {
    width: 100%;
    margin-bottom: 20px
}

.R-btn-group ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.R-btn-group li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff
}

.R-btn-group li a {
    text-align: center
}

.R-btn-group li:hover {
    background: var(--secondary-color);
    color: #fff !important
}

.R-btn-group li:hover a {
    color: #fff !important
}

.R-btn-group li:hover h3 {
    color: #fff
}

.R-btn-group li a img {
    height: 50px;
    margin: 0 auto
}

.R-btn-group li:hover img {
    transition: 2s;
    transform: rotateY(360deg)
}

.R-btn-group li a h3 {
    margin-top: 2px;
    font-weight: 400;
    font-size: 18px
}

@media only screen and (max-width:900px) {
    .R-btn-group ul {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
    }
}

@media only screen and (max-width:767px) {
    .R-btn-group ul {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px
    }

    .R-btn-group li {
        padding: 5px 8px
    }

    .R-btn-group li a {
        display: grid;
        grid-template-columns: 40% 60%;
        justify-content: center;
        gap: 7px
    }

    .R-btn-group li a img {
        height: 36px
    }

    .R-btn-group li a h3 {
        font-size: 14px;
        font-weight: 700
    }
}

.popular-articles {
    display: block;
    margin-bottom: 20px
}

.popular-articles a {
    line-height: 1.2 !important
}

.popular-articles-list {
    border-radius: 10px;
    background-color: #fff;
    align-items: left;
    padding: 15px;
    gap: 20px
}

.popular-articles-pic {
    width: 100%;
    aspect-ratio: 3/2;
    line-height: 0;
    margin-bottom: 15px
}

.popular-articles-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    border-radius: 10px
}

.popular-articles-text {
    text-align: left;
    min-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.popular-articles-text h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

@media only screen and (max-width:767px) {
    .popular-articles-list {
        padding: 10px
    }

    .popular-articles-list a {
        display: grid;
        grid-template-columns: 30% 1fr;
        gap: 15px;
        align-items: center
    }

    .popular-articles-pic {
        margin-bottom: 0
    }
}

.rwd-table-H {
    display: block;
    width: 100%;
    overflow-x: auto !important
}

.transaction-info {
    color: #777;
    font-size: 15px;
    width: 100%;
    text-align: right;
    border-spacing: 0;
    border-collapse: collapse
}

.transaction-info tr {
    border-bottom: solid 1px #e6e6e6
}

.transaction-info tr:hover td {
    background: #eaf5f4
}

.transaction-info td {
    padding: 10px;
    white-space: nowrap
}

.transaction-info .info00 img {
    width: 30px;
    max-width: 30px
}

.transaction-info .info01 {
    text-align: left
}

.transaction-info .info01 span {
    font-size: 15px;
    color: #000
}

.transaction-info .info03 span span.blue {
    color: #d12626
}

.transaction-info .info04 span {
    display: none
}

.transaction-info .info05 span {
    font-size: 22px;
    color: #be9426
}

.nav-tabs {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin: 0;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--border-color)
}

.nav-tabs>li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.nav-tabs>li>a {
    padding: 7px 15px 4px;
    color: #333;
    display: block;
    text-decoration: none
}

.nav-tabs>li>a:hover {}

.nav-tabs li.show a,
.nav-tabs a.active {
    color: var(--fourth-color);
    border-bottom: 2px solid var(--fourth-color);
    margin-bottom: -2px;
    font-weight: 700;
    box-shadow: 0 10px 10px -10px rgb(0 0 0/20%)
}

.nav-tabs>li>.active,
.nav-tabs>li>.active:hover {}

.tab-content>.tab-pane {
    display: none;
    position: relative
}

.tab-content>.active {
    display: block
}

.promo-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
    text-align: center
}

.promo-list img {
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .promo-list {
        grid-template-columns: 1fr
    }
}

.market-news {
    padding: 0 !important
}

.market-news .right-news-text {
    cursor: default !important
}

.market-news .right-news-text a {
    cursor: pointer;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.right-news {
    width: 100%;
    padding: 0;
    font-size: 13px
}

.right-news ul {
    list-style-type: disc;
    margin-left: 25px
}

.right-news ul li {
    padding: 10px 0 !important;
    line-height: 1.5em;
    border-bottom: 1px solid #e1e1e1
}

.right-news ul li p {
    padding: 0;
    margin: 0
}

.change-btn {
    margin-left: 4px
}

.index-article {
    display: flex;
    gap: 30px
}

.index-article-card {
    flex: 1;
    padding: 20px 2vw;
    background-color: #fff;
    border-radius: 10px
}

.index-article-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.index-article-title h5 {
    font-size: 24px;
    color: var(--fourth-color)
}

.more a {
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, .1);
    color: #333;
    border-radius: 50px
}

.more a:hover {
    background-color: var(--fourth-color);
    color: #fff
}

.index-article-card ol {
    counter-reset: num
}

.index-article-card ol li {
    list-style: none !important;
    border-bottom: 1px solid var(--border-color);
    padding: 8px 0
}

.index-article-card ol li::before {
    content: '';
    counter-increment: num;
    content: counter(num);
    width: 25px;
    aspect-ratio: auto 1/1;
    border-radius: 50px;
    background-color: #eee;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.index-article-card li a {
    padding: 10px 0
}

.tags-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 1.5em;
    padding: 15px 2vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background-color: #fff;
    border-radius: 10px !important;
    box-shadow: 0 25px 22px -20px rgb(0 0 0/20%)
}

.tags-title .tags-title-logo {
    margin-right: 20px
}

.tags-title .tags-title-logo .tags-title-img {
    width: 100px;
    min-width: 100px
}

.tags-title .tags-title-text .tags-title-text-h {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    color: var(--primary-color)
}

.tags-description {
    margin-top: 20px;
    line-height: 1.5em;
    padding: 3vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background-color: #fff;
    border-radius: 10px !important
}

.tags-description .tags-description-h {
    width: 100%;
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 700;
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 10px;
    display: block
}

.tags-description .tags-description-content {
    margin-top: 10px
}

.tags-description-content p {
    line-height: 1.8em;
    margin-top: 2em
}

.tags-description .tags-description-content a {
    color: var(--fourth-color);
    font-weight: 700;
    text-decoration: underline;
    transition: all 0.3s;
}

.tags-description .tags-description-content a:hover {
    color: var(--fifth-color);
    text-decoration: none;
}


.tags-description .tags-description-content h2 {
    font-size: 24px;
    color: #d35400 !important;
    margin: 20px 0;
}




.tags-description .tags-description-content ul,
.tags-description .tags-description-content ol {
    background-color: #fff4ed;
    margin: 20px 0;
    border-radius: 10px;
    padding: 20px 20px 20px 40px;
}

.tags-description .tags-description-content ul li,
.tags-description .tags-description-content ol li {
    padding: 8px 0;
}

.tags-description .tags-description-content>ul>li:not(:nth-last-child(1)),
.tags-description .tags-description-content>ol>li:not(:nth-last-child(1)) {
    border-bottom: 1px dashed #e0c2b0;
}


.tags-description .tags-description-content ul {
    list-style-type: disc;
}

.tags-description .tags-description-content ol {
    list-style-type: decimal;
}

.tags-description .tags-description-content ul ul {
    list-style-type: circle;
    margin: 0px 0;
}

.tags-description .tags-description-content ol ol {
    list-style-type: upper-alpha;
    margin: 0px 0;
}


.list-article-box ul {
    display: grid;
    grid-template-columns: 1fr;
    counter-reset: num
}

.list-article {
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0
}

.list-article a {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px
}

.list-article-pic {
    width: 15vw;
    max-width: 240px;
    aspect-ratio: auto 3/2
}

@media only screen and (max-width:767px) {
    .list-article-pic {
        width: 140px
    }
}

.list-article-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px
}

.list-article-info {
    width: 100%
}

.list-article-info h2 {
    color: #333;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.list-article-info:hover h2 {
    color: var(--third-color)
}

.list-article-info h2:before {
    counter-increment: num;
    content: counter(num);
    margin-right: 15px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
    border-radius: 3px
}

.list-article-text {
    color: #666
}

@media only screen and (max-width:767px) {
    .list-article-info h2 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .list-article-text {
        font-size: 15px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

.related {
    counter-reset: num
}

.related li {
    border-bottom: 1px solid var(--border-color);
    padding: 0
}

.related li a {
    display: block;
    padding: 20px;
    transition: all .4s
}

.related li a:hover {
    color: #000;
    background-color: #f6f6f6
}

.related li a h3 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    color: var(--fourth-color)
}

.related li h3::before {
    content: '';
    counter-increment: num;
    content: counter(num);
    width: 30px;
    aspect-ratio: auto 1/1;
    border-radius: 50px;
    background-color: var(--fourth-color);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.recommend li {
    border-bottom: 1px solid var(--border-color);
    padding: 5px 0
}

.recommend li h5 {
    font-size: 16px !important;
    font-weight: 400;
}

#sitemap {
    width: 99.8%;
    display: inline-block;
    padding: 10px 0 20px;
    margin: 0 0 0 2px
}

#sitemap h2 {
    color: var(--third-color);
    font-weight: 700;
    font-size: 22px;
    margin: 10px 20px 0;
    border-bottom: 1px solid var(--third-color);
    padding-bottom: 15px
}

#sitemap ul li {
    list-style-type: disc;
    margin: 10px 0 0 50px;
    line-height: 24pt
}

.pagination {
    text-align: center
}

.pagination ul {
    display: flex;
    justify-content: center;
    margin-top: 25px
}

.pagination ul li {
    display: inline
}

.pagination ul li a {
    padding: 5px 13px;
    display: block;
    border-radius: 100px;
    background: #fff;
    color: #000;
    margin: 0 4px
}

.pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff
}

.pagination ul li .active,
.pagination ul li .active:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.btn-group {
    display: flex;
    justify-content: center;
    gap: 5px
}

.btn-group-r {
    display: flex;
    justify-content: end;
    gap: 5px
}

.btn {
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
    font-weight: 500;
    background: #999;
    cursor: pointer;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
    outline: none;
    transition: all 5s
}

.btn:hover {
    color: #fff;
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3), -4px -4px 6px 0 rgba(116, 125, 136, .3), inset -4px -4px 6px 0 rgba(255, 255, 255, .1), inset 4px 4px 6px 0 rgba(0, 0, 0, .2)
}

.btn:hover::before {
    content: '➤ '
}

@media only screen and (min-width:767px) {
    .btn {
        min-width: 150px
    }
}

.btn-primary {
    background: #6009f0;
    background-image: linear-gradient(45deg, #6009F0, #6009F0, #8b4bf3, #6009F0, #6009F0);
    background-size: 300% 300%;
    animation: gradientBG 1s ease infinite;
    color: #fff !important;
    text-decoration: none !important
}

.btn-secondary {
    background: #10c598
}

#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 30px;
    background: var(--secondary-color);
    width: 50px;
    height: 50px;
    display: block;
    visibility: hidden;
    border-radius: 50px
}


@media only screen and (max-width:767px) {
    #return-to-top {
        bottom: 10px;
        right: 10px
    }
}

#return-to-top i {
    position: relative;
    top: 14px;
    left: 17px;
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/arrow-up.png) no-repeat
}

#return-to-top:hover {
    background: var(--secondary-color)
}

#return-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


.post-tags {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.post-tags::after {
    display: block;
    clear: both;
    content: ""
}

.post-tag {
    background: #ccc;
    padding: 7px 12px;
    font-size: 13px;
    border-radius: 8px
}

.post-tag:before {
    margin-right: 2px;
    content: "#"
}

a.post-tag {
    background: var(--secondary-color);
    color: #fff !important
}

a.post-tag:hover,
a.post-tag:focus,
a.post-tag:active,
a.post-tag.active {
    background: var(--header-color)
}

span.post-tag {
    color: #fff !important;
    background: #999
}

.foreword {
    background-color: #ffede5;
    color: #4b1413;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px
}

@media only screen and (max-width:767px) {
    .foreword {
        padding: 20px
    }
}

.table-cta {
    width: 100%;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    border-spacing: 10px !important
}

.table-cta td {
    background-color: #eee;
    position: relative;
    color: #000;
    vertical-align: top;
    position: relative;
    padding-left: 50px;
    border-radius: 5px;
    overflow: hidden
}

.table-cta td::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: var(--secondary-color);
    color: #fff;
    content: '➤';
    display: flex;
    justify-content: center;
    align-items: center
}

.table-cta td a {
    width: 100%;
    padding: 10px .5vw !important;
    text-decoration: none;
    font-weight: 500;
    display: inline-block
}

.table-cta td:hover {
    background-color: var(--secondary-color)
}

.table-cta td:hover a {
    color: #fff !important
}

@media only screen and (max-width:767px) {
    .table-cta {
        border-spacing: 5px !important
    }

    .table-cta td {
        padding-left: 30px
    }

    .table-cta td::before {
        width: 30px
    }

    .table-cta td a {
        padding: 5px 3px !important;
        font-size: 13px;
        line-height: 1.4
    }
}

.table-cta tr:nth-child(1) td:nth-child(1)::before {
    background-color: #f49b6e
}

.table-cta tr:nth-child(1) td:nth-child(1):hover {
    background-color: #f49b6e
}

.table-cta tr:nth-child(1) td:nth-child(2)::before {
    background-color: #c6add2
}

.table-cta tr:nth-child(1) td:nth-child(2):hover {
    background-color: #c6add2
}

.table-cta tr:nth-child(1) td:nth-child(3)::before {
    background-color: #76c19d
}

.table-cta tr:nth-child(1) td:nth-child(3):hover {
    background-color: #76c19d
}

.table-cta tr:nth-child(2) td:nth-child(1)::before {
    background-color: #c581a3
}

.table-cta tr:nth-child(2) td:nth-child(1):hover {
    background-color: #c581a3
}

.table-cta tr:nth-child(2) td:nth-child(2)::before {
    background-color: #69a2d8
}

.table-cta tr:nth-child(2) td:nth-child(2):hover {
    background-color: #69a2d8
}

.table-cta tr:nth-child(2) td:nth-child(3)::before {
    background-color: #e7a692
}

.table-cta tr:nth-child(2) td:nth-child(3):hover {
    background-color: #e7a692
}

#footer {
    text-align: center;
    padding: 20px 3vw;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    background: var(--primary-color);
    color: rgba(255, 255, 255, .9)
}

#footer p {
    font-size: 13px !important;
    line-height: 1.4;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 0
}

@media only screen and (max-width:767px) {
    #footer p {
        text-align: left !important
    }
}

#footer .conpyright {
    font-size: 15px
}

.footer-link {
    display: inline-block;
    margin: 10px 0;
    color: #fff;
    background: var(--primary-color);
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 8px
}

.footer-link:hover,
.footer-link:focus,
.footer-link:active,
.footer-link.active {
    background: var(--secondary-color);
    color: #fff
}

.mkt table {
    border-collapse: collapse
}

.mkt table tr {
    border-bottom: 1px solid var(--border-color) !important
}

/*===========================
         联系窗口 css
===========================*/


.social-info {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 9;
}

.social-info img {
    width: 70px;
    margin: 10px 0 5px 0;
    box-shadow: 0px 0px 3px #666666;
    border-radius: 30%;

}

.social-info .social-hover1:hover {
    box-shadow: 0px 0px 10px #d00000;
    filter: brightness(120%);
}

.social-info .social-hover2:hover {
    box-shadow: 0px 0px 10px #d00000;
    filter: brightness(120%);
}

.social-info .social-hover3:hover {
    box-shadow: 0px 0px 10px #d00000;
    filter: brightness(120%);
}

.social-info .social-hover4:hover {
    box-shadow: 0px 0px 10px #d00000;
    filter: brightness(120%);
}

.social-info .social-hover5:hover {
    box-shadow: 0px 0px 10px #d00000;
    filter: brightness(120%);
}