*,
*::before,
*::after {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: inherit;
    touch-action: manipulation;
}

body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4 {
    outline: none !important;
}

input:focus,
button:focus {
    outline: none !important;
}

a {
    color: #F04A3A;
}

html {
    box-sizing: border-box;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

.btn-fxl {
    color: #fff!important;
    background-color: #D64E3F;
    border-color: #D64E3F;
}

.btn-fxl i,
.btn-fxl-default i {
    margin-right: 5px;
}

.btn-fxl:hover {
    color: #fff!important;
    background-color: #c44739;
    border-color: #c44739;
}

.btn-fxl.focus,
.btn-fxl:focus {
    box-shadow: 0 0 0 0.2rem rgb(214 78 63 / 50%);
}

.btn-fxl-default {
    color: #333;
    border-color: #333;
}

.btn-fxl:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-fxl-nb {
    border: none
}

.btn-fxl-nb:hover {
    border: none
}

@media (min-width: 1075px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #f9f9f9;
    min-height: 100vh;
    position: relative;
    color: #333333;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

p {
    color: #333;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

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

.breadcrumb-wrap {
    height: 45px;
}

.breadcrumb {
    font-size: 14px;
    background-color: unset;
    padding: 0.75rem 0;
}

.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.top-bar {
    padding: 0;
}

.top-bar a {
    color: #666666;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    padding: 1rem;
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
    width: 30px;
}

.site-navbar .toggle-button a {
    color: #F04A3A;
}

.site-navbar .site-logo {
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    z-index: 3;
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    color: #F04A3A !important;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0px;
    color: #000 !important;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #F04A3A;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #F04A3A;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #F04A3A !important;
    background: #f8f9fa;
}


.site-navbar .site-navigation .site-menu .has-children .dropdown a:hover {
    color: #F04A3A !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #F04A3A;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #F04A3A;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #F04A3A;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: relative;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
    background: #f9f9f9;
}

.sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #F04A3A;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #F04A3A !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top-bar .top-logo-wrap {
    text-align: center;
}

.top-bar .top-logo-wrap img {
    width: 90px;
}

.top-bar .top-logo-wrap a {
    font-size: 28px;
    font-weight: bold;
    color: #000 !important;
    z-index: 9999;
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.top-bar .top-logo-wrap .site-logo {
    position: relative;
    width: 90px;
    height: 150px;
    margin: 0 auto;
}

.site-navbar .container .site-logo {
    width: auto;
    margin: 0 15px;
    padding: 0px !important;
}

.site-navbar .container .site-logo img {
    width: 60px;
    display: none;
}

/* .site-navigation {
  margin: 0px auto;
}*/

.site-navigation .site-menu {
    text-align: center;
}

.fxl-target {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.fxl-target .fxl-target-inner {
    background: transparent;
    cursor: pointer;
    border: 2px solid #F1BDAA;
    color: #F1BDAA;
    height: 20px;
    width: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: 'Muli-LightItalic', Helvetica;
    font-size: 20px;
    line-height: 30px;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(240, 74, 58, 0.3), 0 0 0 1px rgba(240, 74, 58, 0.3), 0 0 0 3px rgba(240, 74, 58, 0.3), 0 0 0 5px rgba(240, 74, 58, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(240, 74, 58, 0.3), 0 0 0 5px rgba(240, 74, 58, 0.3), 0 0 0 12px rgba(240, 74, 58, 0), 0 0 0 20px rgba(240, 74, 58, 0);
    }
}

.footer-16371 {
    padding: .5rem 0;
    font-family: "Poppins", sans-serif;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    -webkit-box-shadow: 4px 0 20px -5px rgb(0 0 0 / 15%);
    box-shadow: 4px 0 20px -5px rgb(0 0 0 / 15%);
}

.footer-16371 .footer-site-logo {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
}

.footer-16371 .footer-site-logo a {
    color: #F04A3A;
}

.footer-16371 .footer-site-logo img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .5;
    width: 50px;
}

.footer-16371 .nav-links {
    padding: 0;
    margin: 0;
}

.footer-16371 .nav-links li {
    display: inline-block;
}

.footer-16371 .nav-links li a {
    padding: 3px;
    color: #666;
}

.footer-16371 .nav-links li a:hover {
    color: #F04A3A;
}

.footer-16371 .social h3 {
    font-weight: bold;
    font-size: 16px;
    color: #666;
}

.footer-16371 .social ul {
    margin: 0px !important;
}

.footer-16371 .social ul li {
    display: inline-block;
}

.footer-16371 .social ul li a {
    display: inline-block;
    padding: 3px;
}

.footer-16371 .social ul li.wb a {
    color: #df588a;
}

.footer-16371 .social ul li.wc a {
    color: #37d04a;
}

.footer-16371 .copyright {
    color: #999999;
}

/* 列表 */

.dark {
    background: #110f16;
}

{
    padding-bottom: 250px
;
}

a,
a:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

/* Cards */
.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}

.postcard .t-dark {
    color: #18151f;
}

.postcard a {
    color: inherit;
}

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

.postcard .small {
    font-size: 80%;
}

.postcard .fxl-card-title {
    font-size: 1.75rem;
}

.postcard .fxl-card-subtitle i {
    margin-right: 5px;
}

.postcard .fxl-card-img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.postcard .fxl-card-img_link {
    display: contents;
}

.postcard .fxl-card-bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #F04A3A;
    transition: width 0.2s ease;
}

.postcard .fxl-card-text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.postcard .fxl-card-preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
    font-size: 14px;
}

.postcard .fxl-card-tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    justify-content: center;
}

.postcard .fxl-card-tagbox .tag__item {
    display: inline-block;
    color: #F04A3A;
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
}

.postcard .fxl-card-tagbox .tag__item:hover {
    color: #FFF;
    background: #F04A3A;
}

.postcard .fxl-card-tagbox .tag__item i {
    margin-right: 5px;
}

.postcard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    border-radius: 10px;
}

.postcard:hover .fxl-card-bar {
    width: 100px;
}

.postcard .fxl-card-title:hover {
    color: #F04A3A;
}

article.postcard.hide-img .fxl-card-img_link {
    display: none;
}

.fxl-card {
    color: #F04A3A;
    border: none;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-transition: all 0.3s ease-in-out;
}

.fxl-card .card-block {
    padding: 25px;
}

.fxl-card p {
    color: #111111;
}

.fxl-card.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fxl-card:hover {
    color: #FFF;
    background-color: #F04A3A;
}

.fxl-card:hover p {
    color: #FFF;
}

.pagination-wrap {
    width: 100%;
}

.pagination-outer {
    text-align: center;
}

.pagination {
    font-family: 'Ubuntu', sans-serif;
    display: inline-flex;
    position: relative;
}

.pagination li a.page-link {
    color: #F04A3A;
    background-color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    height: 38px;
    width: 38px;
    padding: 0;
    margin: 0 9px 9px;
    border: 1px solid #F04A3A;
    border-radius: 50% !important;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.page-item.active .page-link {
    border-color: #F04A3A;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
    color: #fff;
    background: #F04A3A;
}

.pagination li a.page-link:before {
    content: '';
    background: #F04A3A;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px #F04A3A;
    opacity: 0.5;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before {
    transform: scale(1.25);
}

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        display: inline-block;
    }

    .pagination li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px;
    }
}


.load-more .load-btn {
    width: 140px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    color: #F04A3A;
    background-color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    border: 1px solid #F04A3A;
    border-radius: 30px !important;
    z-index: 1;
    transition: all 0.3s ease 0s;
    margin: 0 auto;
    text-align: center;
}

.load-more .load-btn:hover {
    color: #fff;
    background: #F04A3A;
    box-shadow: 0 0 5px #F04A3A;
}

.search-form {
    width: 400px;
}

.search-form .btn-search {
    background: #F04A3A;
    color: #FFF;
}

.search-form .btn-search:hover {
    background: #e14537;
}

.slide-container {
    width: 100%;
}

.slider-tags-container .item {
    color: #F04A3A;
    background: #FFF;
    width: 140px;
    height: 70px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    line-height: normal;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #F04A3A;
    transition: background 0.5s ease;
}

.slider-tags-container .item:hover {
    background: #F04A3A;
    color: #FFF;
}

.tools-wrap {
    width: 100%;
    height: 40px;
}

.tools-wrap .search-form,
.tools-wrap .btns-container {
    width: 80%;
    height: 30px;
    float: left;
}

.tools-wrap .btns-container .item {
    font-weight: 500;
    width: 70px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #8e8787 !important;
    text-align: center;
    transition: border-bottom 0.1s ease;
    border-bottom: 0px solid #F04A3A !important;
}

.tools-wrap .btns-container .item.active-item {
    color: #F04A3A !important;
    border-bottom: 3px solid #F04A3A !important;
}

.tools-wrap .btns-container .item:hover {
    color: #F04A3A !important;
    border-bottom: 3px solid #F04A3A !important;
}

.tools-wrap .list-chg-container {
    width: 20%;
    height: 30px;
    float: right;
    position: relative;
}

.tools-wrap .list-chg-container i {
    cursor: pointer;
    font-size: 16px;
    color: #8e8787;
}

.tools-wrap .list-chg-container .layout-btn {
    float: right;
    width: 16px;
    height: 16px;
    padding: 7px 0;
}

.tools-wrap .list-chg-container .lst-chg-wrap {
    background: #fff;
    -webkit-box-shadow: 0 3px 16px rgb(0 0 0 / 12%);
    box-shadow: 0 3px 16px rgb(0 0 0 / 12%);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
    position: absolute;
    bottom: -40px;
    right: 0px;
    visibility: hidden;
    z-index: 9999;
}

.tools-wrap .list-chg-container:hover .lst-chg-wrap {
    visibility: visible;
}

.tools-wrap .list-chg-container .lst-chg-wrap i {
    margin: 0px 10px;
    font-size: 24px;
}

.tools-wrap .list-chg-container .lst-chg-wrap i:hover {
    color: #F04A3A;
}

.tools-wrap.search-wrap .search-form,
.tools-wrap.search-wrap .list-chg-container {
    height: 38px;
}

.tools-wrap.search-wrap .list-chg-container .layout-btn {
    padding: 8px 0;
}

.tools-wrap.search-wrap .list-chg-container .lst-chg-wrap {
    bottom: -35px;
}

.slide-container .owl-nav button {
    top: 160px;
    width: 32px;
    height: 32px;
    display: flex;
    font-size: 28px;
    position: absolute;
    align-items: center;
    line-height: normal;
    vertical-align: middle;
    color: #FFF !important;
    justify-content: center;
    border-radius: 50px !important;
    border: 1px solid #FFF !important;
}

.slide-container .owl-nav button:nth-child(1) {
    left: 15px;
}

.slide-container .owl-nav button:nth-child(2) {
    right: 15px;
}

.tools-wrap .search-form {
    width: 398px;
}

.zy-list {
    padding: 0 0 15px 0;
}

.zy-list .zy-card {
    width: 100%;
    padding: 5px 0 15px 40px;
    position: relative;
    display: block;
    background-image: url('../images/icons/lh.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 28px;
    border-bottom: 1px dashed rgb(210, 210, 210);
    margin-bottom: 10px;
    float: left;
}

.zy-list .zy-card .zy-card-title {
    font-weight: normal;
    display: block;
    width: 60%;
    height: auto;
    float: left;
    min-height: 24px;
}

.zy-list .zy-card .zy-card-title a {
    color: #000;
}

.zy-list .zy-card .zy-card-title a:hover {
    color: #F04A3A;
    font-weight: bold;
}

.zy-list .zy-card .other-wrap {
    /* width: 290px; */
    width: auto;
    height: 24px;
    float: right;
}

.zy-list .zy-card .other-wrap .zy-btn {
    width: 90px;
    font-size: 12px;
    text-align: center;
    border-radius: 15px;
    color: #000;
    border: 1px solid #000;
    padding: 2px 0;
    background: #FFFFFF;
    float: left;
    margin-right: 5px;
    display: none;
    transition: background .5s ease;
}

.zy-list .zy-card:hover .other-wrap .zy-btn {
    visibility: visible;
    display: block;
}

.zy-list .zy-card:hover .other-wrap .zy-last-update {
    display: none;
}

.zy-list .zy-card .other-wrap .zy-btn:hover {
    background: #F04A3A;
    border: 1px solid #F04A3A;
    color: #FFF;
}

.zy-list .zy-card .other-wrap .zy-last-update {
    float: right;
    color: #666;
    visibility: visible;
    display: inline;
    font-size: 12px;
    width: 140px;
    padding: 2px 0;
    text-align: right;
}

.article-btns {
    margin-top: 10px;
}

.article-btns .btn-fxl,
.article-btns .btn-fxl-default {
    font-size: 14px;
    margin-right: 5px;
}

.article-btns .article-size-chg {
    float: right;
}

.article-btns .article-size-chg .btn {
    cursor: pointer;
}

.article-btns .other-ops {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 14px;
}

.article-detail {
    color: #333;
    overflow: hidden;
}

.article-detail figure {
    width: 100% !important;
}

.article-detail img {
    width: 100%;
    margin: 0 auto;
}

.article-detail .article-title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 15px 0;
}

.article-detail {
    overflow: hidden;
}

.article-detail,
.article-detail .article-content.normal-content p,
.article-detail .article-content.normal-content a,
.article-detail .article-content.normal-content em,
.article-detail .article-content.normal-content span {
    color: #333;
    font-size: 1rem;
    line-height: 1.875rem;
    font-style: normal;
    font-weight: normal;
    font-family: "Microsoft Yahei";
}

.article-detail .article-content.normal-content p {
    text-indent: 2em;
    margin-bottom: .8rem;
}

.article-detail .article-content .btn-sm {
    font-size: .875rem !important;
    line-height: .875rem !important;
}

.article-detail iframe {
    max-width: 100% !important;
    height: unset !important;
}

.article-detail div.wd {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 36px;
    height: 64px;
}


.article-detail div.nl {
    float: left;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}

.article-detail div.nl hr {
    border-top: 1px dashed #F59420;
}

.article-detail div span.zy {
    display: inline-block;
    width: 36px;
    height: 20px;
    font-family: "宋体";
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #acacac
}

.article-detail div span.wz {
    display: inline-block;
    font-family: "楷体", "楷体_gb2312", "Kaiti SC", STKaiti, "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", KaiTi, KaiTi_GB2312, DFKai-SB, "TW\-Kai";
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    height: 36px;
    color: #432506;
    overflow: hidden;
}

.article-detail.wd-md div.wd {
    width: 28px;
    height: 48px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.article-detail.wd-md span.zy {
    width: 28px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    float: left;
}

.article-detail.wd-md span.wz {
    font-size: 28px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    float: left;
}

.article-detail.wd-md div.nl {
    padding: 2px 0;
}

.article-detail.wd-sm .article-info {
    font-size: 14px;
    margin: 10px auto;
    font-weight: normal;
    color: #6e6e6e;
}

.article-detail.wd-sm.f30 {
    font-size: 16px !important;
}

.article-detail.wd-sm.f24 {
    font-size: 12px !important;
}

.article-detail.wd-sm div.wd {
    width: 26px;
    height: 46px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.article-detail.wd-sm span.zy {
    width: 26px;
    height: 16px;
    font-size: 14px;
    line-height: 18px;
    float: left;
}

.article-detail.wd-sm span.wz {
    font-size: 20px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    float: left;
}

.article-detail.wd-sm div.nl {
    padding: 2px 0;
}

.article-detail.hide-zy .zy {
    display: none;
}

.article-detail.hide-zy div.wd {
    height: 36px;
    margin-bottom: 20px;
}

.article-detail.hide-zy.wd-md div.wd {
    height: 28px;
    margin-bottom: 15px;
}

.article-detail.hide-zy.wd-sm div.wd {
    height: 26px;
    margin-bottom: 10px;
}

section.main-box {
    /* margin-bottom: 175px; */
}

.related-articles ul {
    margin-bottom: 0px !important;
}

.related-articles ul li {
    margin: 7.777px 0;
}

.related-articles .read-more {
    margin-bottom: 0px;
}

.related-articles .read-more a,
.related-articles ul li a {
    color: #333;
    font-size: 14px;
}

.related-articles .read-more a:hover,
.related-articles ul li a:hover {
    color: #333;
    text-decoration: underline !important;
}

.related-articles .read-more a:hover {
    font-weight: bold;
}

.panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f1f5f7;
    border-radius: 0.4rem;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    padding: 20px;
}

.fxl-pagination {
    font-size: 12px;
    display: block;
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px dashed rgb(194, 194, 194);
}

.fxl-pagination .prev,
.fxl-pagination .next {
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fxl-pagination .prev {
    float: left;
    color: #333;
}

.fxl-pagination .next {
    float: right;
    color: #333;
}

.fxl-pagination a.next:hover,
.fxl-pagination a.prev:hover {
    color: #F04A3A;
    text-decoration: underline;
}

.fxl-pagination .prev.none,
.fxl-pagination .next.none {
    color: #AAAAAA;
    cursor: not-allowed;
}

.fxl-pagination .prev {
    text-align: left;
}

.fxl-pagination .next {
    text-align: right;
}

.qly-search-wrap {
    position: relative;
    border-radius: 5px;
}

.qly-search-wrap img.qly-img {
    width: 100%;
    border-radius: 5px;
}

.qly-search-wrap .qly-search-form {
    width: 1060px;
    height: 135px;
    left: 30px;
    position: absolute;
    bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.qly-search-wrap .qly-search-form .qly-yd {
    width: 300px;
    height: 60px;
    float: left;
    text-align: right;
    padding: 15px 35px;
}

.qly-search-wrap .qly-search-form .qly-yd h1 {
    color: #F04A3A;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

.qly-search-wrap .qly-search-form .qly-yd small {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: bold;
}

.qly-search-wrap .qly-search-form .search-input {
    width: 730px;
    height: 60px;
    float: left;
}

.qly-search-wrap .qly-search-form .search-input input {
    width: 610px;
    float: left;
    height: calc(3.5rem + 2px);
}

.qly-search-wrap .qly-search-form .search-input button {
    color: #F04A3A;
    width: 100%;
    float: left;
    padding: 1rem 0.75rem;
}

.qly-search-wrap .qly-search-form .search-input button i {
    margin-right: 10px;
}

.qly-search-wrap .qly-search-form .tags-wrap {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    border-top: 1px dashed rgb(194, 194, 194);
    float: left;
    margin-top: 10px;
}

.qly-search-wrap .qly-search-form .tags-wrap div {
    width: auto;
    margin: 0 auto;
}

.qly-search-wrap .qly-search-form .tags-wrap h1 {
    color: #655e5e;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    display: inline-block;
    line-height: 24px;
    width: 64px;
    height: 24px;
}

.qly-search-wrap .qly-search-form .tags-wrap a.tag-item {
    background-color: #f7f7f8;
    color: #655e5e;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin: 8px;
    line-height: 24px;
    padding: 0 12px;
    border-radius: 14px;
    cursor: pointer;
    vertical-align: middle;
}

.bottom-nav {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 56px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 10px 0 rgba(100, 100, 111, 0.2), 0 -1px 5px 0 rgba(100, 100, 111, 0.2);
    z-index: 1030;
    position: fixed;
    display: none;
}

@media screen and (max-width: 500px) {
    .bottom-nav {
        display: flex;
    }
}

.bottom-nav .button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-color: #f9f9f9;
    color: #F04A3A;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: visible;
    width: auto;
    height: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    border-radius: 0;
    line-height: normal;
}

.bottom-nav .button i.fa {
    width: 24px;
    height: 24px;
    font-size: 22px;
}

.postcard .fxl-card-tagbox .tag__item.audio-play,
.postcard .fxl-card-tagbox .tag__item.video-play {
    cursor: pointer;
    background: rgb(255 235 229);
}

.postcard .fxl-card-tagbox .tag__item.audio-play:hover,
.postcard .fxl-card-tagbox .tag__item.video-play:hover {
    color: #FFF;
    background: #F04A3A;
}

.media-play-modal .video-player {
    width: 100% !important;
    height: unset !important;
    margin: 0 auto;
    display: none;
}

.media-play-modal .audio-player {
    width: 100% !important;
    margin: 0 auto !important;
    display: none;
}


.xgplayer-skin-default {
    background: #f5f5f5 !important;
}

.xgplayer-skin-default .xgplayer-controls {
    background-image: unset !important;
    background: #f5f5f5 !important;
}

.xgplayer-skin-default.xgplayer-music .xgplayer-controls .xgplayer-progress .xgplayer-name {
    color: #060605 !important;
}

.xgplayer-skin-default .xgplayer-backward,
.xgplayer-skin-default .xgplayer-cover,
.xgplayer-skin-default .xgplayer-forward,
.xgplayer-skin-default .xgplayer-next,
.xgplayer-skin-default .xgplayer-prev {
    display: none !important;
}

.xgplayer-skin-default .xgplayer-icon {
    color: #F04A3A !important;
    fill: #F04A3A !important;
}

.xgplayer-skin-default .xgplayer-time span,
.xgplayer-skin-default .xgplayer-time .xgplayer-time-current,
.xgplayer-skin-default .xgplayer-time {
    color: #ADACAB !important;
}

.xgplayer-skin-default .xgplayer-progress-btn {
    background: #F04A3A !important;
}

.media-play-modal .modal-body {
    padding: 0;
}

.media-play-modal #video_player {
    display: none;
}


.aplayer {
    border-radius: 4px !important;
    margin: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
    background: #f5f5f5 !important;
}

.aplayer-played,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    background: #d95038 !important;
}

.aplayer .aplayer-lrc:before,
.aplayer .aplayer-lrc:after {
    background: unset !important;
}

.aplayer .aplayer-pic .aplayer-play {
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    bottom: 45%;
    right: 40%;
    margin: 0 -15px -15px 0;
}

.aplayer .aplayer-pic .aplayer-play svg {
    position: absolute;
    top: 6px;
    left: 8px;
    height: 28px;
    width: 28px;
}

.aplayer .aplayer-pic .aplayer-pause {
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    bottom: 45%;
    right: 40%;
    margin: 0 -15px -15px 0;
}

.aplayer .aplayer-pic .aplayer-pause svg {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 28px;
    width: 28px;
}

.aplayer .aplayer-pic .aplayer-button {
    opacity: 1;
}

.aplayer .aplayer-pic {
    background-image: none !important;
    background-color: unset !important;
}

.aplayer .aplayer-pic .aplayer-button path {
    fill: #CC4E37;
}

.aplayer .aplayer-pic .aplayer-button {
    background: #FFF;
}

.plyr {
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 0 !important;
}

.plyr__progress {
    width: 100%;
}

.plyr__control--overlaid {
    background: #d95038;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #c54832;
}

.plyr--full-ui input[type=range] {
    color: #d95038;
    border-radius: 1px;
    height: 1px;
}

.plyr__control.plyr__tab-focus {
    outline: none !important;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #d95038;
}

.owl-carousel {
    margin-bottom: 15px;
}

.video-player #video_player {
    display: none;
}

.search-form .btn-random-list:not(:disabled):not(.disabled).active,
.search-form .btn-random-list:not(:disabled):not(.disabled):active,
.search-form .btn-random-list {
    border: 1px solid #f04b3a;
    background: #fff;
    color: #f04b3a;
}

.search-form .btn-random-list.focus,
.search-form .btn-random-list:focus {
    box-shadow: none !important;
}

.btn-foxinlu {
    border: 1px solid #f04b3a;
    background: #fff;
    color: #f04b3a;
}

.btn-foxinlu:hover,
.btn-foxinlu:not(:disabled):not(.disabled).active,
.btn-foxinlu:not(:disabled):not(.disabled):active {
    border: 1px solid #f04b3a;
    background: #f04b3a;
    color: #fff;
}

.btn-foxinlu-atv {
    color: #fff;
    background: #f04b3a;
}

.btn-foxinlu-atv:hover,
.btn-foxinlu-atv:not(:disabled):not(.disabled).active,
.btn-foxinlu-atv:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #d24134;
}

.fxl-btn-groups {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0;
}

.fxl-btn-groups .btn-search-default {
    border: 1px solid #6a6d81;
    background: #fff;
    color: #6a6d81;
}

.fxl-btn-groups .btn-search-default:hover,
.fxl-btn-groups .btn-search-default:not(:disabled):not(.disabled).active,
.fxl-btn-groups .btn-search-default:not(:disabled):not(.disabled):active {
    border: 1px solid #595b6c !important;
    background: #595b6c !important;
    color: #fff !important;
}

.fxl-btn-groups .btn-search-default.focus,
.fxl-btn-groups .btn-search-default:focus,
.btn-foxinlu.focus,
.btn-foxinlu:focus {
    box-shadow: none !important;
}

.fxl-btn-groups a {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0px 10px;
}

.fxl-btn-groups a:first-of-type,
.fxl-btn-groups a:last-child {
    margin: 0px;
}

mark {
    background: yellow;
}

mark.current {
    background: orange;
}

.search-in-detail {
    background-color: #FFF;
}

.user-wrap {
    width: 100%;
    float: left;
    text-align: center;
}

.user-wrap img {
    display: block;
    margin: 10px auto;
}

.user-btns {
    width: 100%;
    float: left;
    padding: 15px 0;
    text-align: center;
}

.user-btns .btn {
    width: 40%;
}

.text-md-right {
    text-align: right;
}

.user-rl-form-wrap {
    margin-bottom: 30px;
}

.video-player {
    width: 100% !important;
    height: unset !important;
    margin: 0 auto;
    padding: 5px;
}

.audio-player {
    width: 100% !important;
    margin: 10px 0 !important;
    padding: 5px;
}

.video-player .plyr,
.audio-player .plyr {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.audio-player .plyr__controls .plyr__controls__item.plyr__time {
    padding-left: 15px;
}

.audio-player .plyr--audio .plyr__controls {
    background: transparent;
}

.audio-player .plyr__control {
    border-radius: 50%;
}

.audio-player .plyr__controls .plyr__controls__item:first-child {
    background: #F04A3A;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-player .plyr__controls .plyr__controls__item:first-child svg {
    fill: #fff;
}

.audio-player .plyr--full-ui input[type=range] {
    color: #F04A3A;
    outline: none;
}

.audio-player .plyr--full-ui input[type=range].plyr__tab-focus {
    box-shadow: 0 0 5px rgba(197, 72, 50, 0.3);
    outline: none;
}

.audio-player .plyr--audio .plyr__control.plyr__tab-focus,
.audio-player .plyr--audio .plyr__control:hover,
.audio-player .plyr--audio .plyr__control[aria-expanded=true] {
    background: #F04A3A;
}

.audio-player .plyr__control.plyr__tab-focus {
    box-shadow: none;
}

.mobile-btn-list {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 48px;
    padding: 0;
}

.mobile-btn-list ul {
    list-style: none;
    padding: 0px !important;
    width: 48px;
    background: rgb(255 255 255 / 90%);
    border-radius: 100px;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin: 0;
}

.mobile-btn-list ul li {
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    color: #F04A3A;
}

.mobile-btn-list ul li:hover,
.mobile-btn-list ul li:active,
.mobile-btn-list ul li:focus,
.mobile-btn-list ul li a:hover,
.mobile-btn-list ul li a:active,
.mobile-btn-list ul li a:focus {
    color: #c54336;
}

.search-in-detail h5 {
    margin-bottom: 15px;
}

.search-in-detail .close-panel {
    font-size: 12px;
    font-weight: normal;
    float: right;
    color: #7d7d7d;
    line-height: 20px;
    display: none;
}