@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48.2842712474619px;
    height: 48.2842712474619px;
    margin-left: -24.14213562373095px;
    margin-top: -24.14213562373095px;
    border-radius: 100%;
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.loader .side {
    display: block;
    width: 6px;
    height: 20px;
    background-color: #f1404b;
    margin: 2px;
    position: absolute;
    border-radius: 50%;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.loader .side:nth-child(1),
.loader .side:nth-child(5) {
    transform: rotate(0deg);
    -webkit-animation-name: rotate0;
    animation-name: rotate0
}

.loader .side:nth-child(3),
.loader .side:nth-child(7) {
    transform: rotate(90deg);
    -webkit-animation-name: rotate90;
    animation-name: rotate90
}

.loader .side:nth-child(2),
.loader .side:nth-child(6) {
    transform: rotate(45deg);
    -webkit-animation-name: rotate45;
    animation-name: rotate45
}

.loader .side:nth-child(4),
.loader .side:nth-child(8) {
    transform: rotate(135deg);
    -webkit-animation-name: rotate135;
    animation-name: rotate135
}

.loader .side:nth-child(1) {
    top: 24.14213562373095px;
    left: 48.2842712474619px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.loader .side:nth-child(2) {
    top: 41.21320343109277px;
    left: 41.21320343109277px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.loader .side:nth-child(3) {
    top: 48.2842712474619px;
    left: 24.14213562373095px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.loader .side:nth-child(4) {
    top: 41.21320343109277px;
    left: 7.07106781636913px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.loader .side:nth-child(5) {
    top: 24.14213562373095px;
    left: 0px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.loader .side:nth-child(6) {
    top: 7.07106781636913px;
    left: 7.07106781636913px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.loader .side:nth-child(7) {
    top: 0px;
    left: 24.14213562373095px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.loader .side:nth-child(8) {
    top: 7.07106781636913px;
    left: 41.21320343109277px;
    margin-left: -3px;
    margin-top: -10px;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes rotate0 {
    0% {
        transform: rotate(0deg)
    }

    60% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes rotate0 {
    0% {
        transform: rotate(0deg)
    }

    60% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

@-webkit-keyframes rotate90 {
    0% {
        transform: rotate(90deg)
    }

    60% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(270deg)
    }
}

@keyframes rotate90 {
    0% {
        transform: rotate(90deg)
    }

    60% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(270deg)
    }
}

@-webkit-keyframes rotate45 {
    0% {
        transform: rotate(45deg)
    }

    60% {
        transform: rotate(225deg)
    }

    100% {
        transform: rotate(225deg)
    }
}

@keyframes rotate45 {
    0% {
        transform: rotate(45deg)
    }

    60% {
        transform: rotate(225deg)
    }

    100% {
        transform: rotate(225deg)
    }
}

@-webkit-keyframes rotate135 {
    0% {
        transform: rotate(135deg)
    }

    60% {
        transform: rotate(315deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

@keyframes rotate135 {
    0% {
        transform: rotate(135deg)
    }

    60% {
        transform: rotate(315deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

@-webkit-keyframes loader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.customize-width {
    max-width: 1900px
}

.sidebar-nav {
    width: 200px
}

@media (min-width: 768px) {
    .main-content {
        margin-left: 200px;
    }

    .main-content .page-header {
        left: 200px;
    }
}

.panel-body a:not(.no-c) {
    color: #f1404b
}

.panel-body a:not(.no-c):hover {
    color: #f9275f
}

a:hover,
.io-grey-mode .sidebar-show,
.io-grey-mode .sidebar-item>a:hover,
.io-grey-mode .sidebar-item li>a:hover,
.home-like:hover,
.io-grey-mode .sidebar-popup>div>ul>li>a:hover {
    color: #f1404b
}

.header-mini-btn label:hover path {
    stroke: #f1404b
}

.url-card .max .tga a:not(.no-tag):hover,
.card-app.card .tga a:not(.no-tag):hover {
    background: #f1404b
}

.sidebar .url-card .card:hover {
    border: 1px solid #f1404b !important;
}

.tags i {
    color: #f1404b
}

.custom-piece_c_b {
    background: #f1404b !important
}

.custom-piece_c {
    color: #f1404b !important
}

.slider_menu[sliderTab] .anchor,
.customize-menu .btn-edit,
.badge-danger,
.comment-list .rank,
.sidebar .card-header:after {
    background: #f1404b
}

.badge-outline-primary {
    color: #f1404b;
    border: #f1404b solid 1px
}

.posts-nav .page-numbers.current,
.posts-nav .page-numbers:not(.dots):hover,
#comments-navi>a:hover,
#comments-navi>.current,
.page-nav>a:hover span,
.page-nav>.current span {
    background-color: #f1404b;
    box-shadow: 0px 5px 20px -3px rgba(241, 64, 75, .6);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: rgba(241, 64, 75, .15);
    border-color: rgba(241, 64, 75, .15);
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(241, 64, 75, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #f1404b
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #f1404b;
    background-color: #f1404b
}

.btn-search:hover,
.btn-search.current {
    background-color: #f1404b;
    box-shadow: 0 5px 20px -3px rgba(241, 64, 75, .6)
}

.btn-search.current:after {
    border-top-color: #f1404b
}

.panel-body h2,
.panel-body h3 {
    border-color: #f1404b
}

.custom_btn-outline {
    color: #f1404b;
    background-color: transparent;
    border-color: #f1404b;
}

.custom_btn-outline:hover {
    color: #ffffff;
    background-color: #14171B;
    border-color: #14171B;
}

.custom_btn-outline:focus,
.custom_btn-outline.focus {
    color: #14171B;
    box-shadow: 0 0 0 0 transparent !important;
    background-color: transparent;
}

.custom_btn-outline.disabled,
.custom_btn-outline:disabled {
    color: #f1404b;
    background-color: transparent !important;
}

.custom_btn-outline:not(:disabled):not(.disabled):active,
.custom_btn-outline:not(:disabled):not(.disabled).active,
.show>.custom_btn-outline.dropdown-toggle {
    color: #fff;
    background-color: #f1404b;
    border-color: #f1404b;
}

.custom_btn-outline:not(:disabled):not(.disabled):active:focus,
.custom_btn-outline:not(:disabled):not(.disabled).active:focus,
.show>.custom_btn-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 transparent !important;
}

.custom_btn-d {
    color: #ffffff;
    background-color: #f1404b;
    border-color: #f1404b;
}

.custom_btn-d:hover {
    color: #ffffff;
    background-color: #14171B;
    border-color: #14171B;
}

.custom_btn-d:focus,
.custom_btn-d.focus {
    color: #ffffff;
    background-color: #14171B;
    border-color: #14171B;
    box-shadow: 0 0 0 0 transparent !important;
}

.custom_btn-d.disabled,
.custom_btn-d:disabled {
    color: #ffffff;
    background-color: #f1404b;
    border-color: #f1404b;
}

.custom_btn-d:not(:disabled):not(.disabled):active,
.custom_btn-d:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #14171B;
    border-color: #14171B;
}

.custom_btn-d:not(:disabled):not(.disabled):active:focus,
.custom_btn-d:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0 transparent !important;
}

.btn.custom_btn-d {
    color: #ffffff;
    background-color: #f1404b;
    border-color: #f1404b;
}

.btn.custom_btn-d:hover {
    color: #ffffff;
    background-color: #14171B;
    border-color: #14171B;
}

.btn.custom_btn-d:focus,
.btn.custom_btn-d.focus {
    color: #ffffff;
    background-color: #14171B;
    border-color: #14171B;
    box-shadow: 0 0 0 0 transparent !important;
}

.btn.custom_btn-d.disabled,
.btn.custom_btn-d:disabled {
    color: #ffffff;
    background-color: #f1404b;
    border-color: #f1404b;
}

.btn.custom_btn-d:not(:disabled):not(.disabled):active,
.btn.custom_btn-d:not(:disabled):not(.disabled).active,
.show>.custom_btn-d.dropdown-toggle {
    color: #ffffff;
    background-color: #14171B;
    border-color: #14171B;
}

.btn.custom_btn-d:not(:disabled):not(.disabled):active:focus,
.btn.custom_btn-d:not(:disabled):not(.disabled).active:focus,
.show>.custom_btn-d.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 transparent !important;
}
.sidebar-item a img {
    width: 100%;
    max-width: 30px;
}

.second div a img {
    display: none;
}

.xuanzhong {
    color: #FFF !important;
    background: rgba(0, 0, 0, .1);
    border-radius: 5px;
}


/*! CSS Used from: Embedded */
*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

::after,
::before {
    --tw-content: '';
}

h3 {
    font-size: inherit;
    font-weight: inherit;
}

input {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

h3,
p {
    margin: 0;
}

input::placeholder {
    opacity: 1;
    color: #9ca3af;
}

:disabled {
    cursor: default;
}

[type='search'] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='search']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

input::placeholder {
    color: #6b7280;
    opacity: 1;
}

*,
::before,
::after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.relative {
    position: relative;
}

.z-10 {
    z-index: 10;
}

.z-50 {
    z-index: 50;
}

.m-0 {
    margin: 0px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-2\.5 {
    margin-bottom: 0.625rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-24 {
    margin-bottom: 6rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.w-full {
    width: 100%;
}

.w-3\/4 {
    width: 75%;
}

.w-1\/4 {
    width: 25%;
}

.cursor-pointer {
    cursor: pointer;
}

.flex-wrap {
    flex-wrap: wrap;
}

.rounded {
    border-radius: 0.25rem;
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0px;
}

.border-neutral-700\/\[0\.6\] {
    border-color: rgb(64 64 64 / 0.6);
}

.bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.bg-white\/\[0\.2\] {
    background-color: rgb(255 255 255 / 0.2);
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.p-2\.5 {
    padding: 0.625rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pl-3\.5 {
    padding-left: 0.875rem;
}

.pr-20 {
    padding-right: 5rem;
}

.text-center {
    text-align: center;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.leading-tight {
    line-height: 1.25;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-none {
    line-height: 1;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-100 {
    opacity: 1;
}

@media (min-width: 768px) {
    .md\:mr-56 {
        margin-right: 14rem;
    }

    .md\:ml-56 {
        margin-left: 14rem;
    }

    .md\:max-w-screen-md {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .lg\:max-w-screen-xl {
        max-width: 1280px;
    }
}

html {
    scroll-behavior: smooth;
}

/* banneråŠ¨ç”» */
.home-filter--content {
    background-image: linear-gradient(43deg, rgb(59, 171, 28) 0%, rgb(39, 155, 159) 46%, rgb(81, 157, 88) 100%) !important;
    animation: Banner_gradient__1iGeC 7.5s ease-in-out infinite !important;
    height: 100% !important;
    background-size: 400% !important;
}

@keyframes Banner_gradient__1iGeC {
    50% {
        background-position: 100% 0;
    }
}
:root {
    --color-primary: #38bdf8;
    --color-primary-rgb: 56 189 248;
    --color-primary-rgb-50: 179 230 252;
    --color-primary-rgb-100: 154 222 251;
    --color-primary-rgb-200: 130 213 251;
    --color-primary-rgb-300: 105 205 250;
    --color-primary-rgb-400: 81 197 249;
    --color-primary-rgb-500: 56 189 248;
    --color-primary-rgb-600: 31 181 247;
    --color-primary-rgb-700: 9 172 244;
    --color-primary-rgb-800: 8 155 220;
    --color-primary-rgb-900: 7 137 195;
}
.en {display: none!important;}


/* è§£å†³å½“preflightè®¾ç½®ä¸ºfalseçš„æ—¶å€™ï¼Œä¸€äº›é€šç”¨æ¨¡å—å‡ºçŽ°äº†å…¼å®¹æ€§é—®é¢˜ */
*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}
button {
    background-color: transparent;
    border: 0;
}
.header-mini-btn {
    width: 30%;
}

.header-tom-btn {
    width: 70%;
}

.abiaoqian {
    font-size: 20px;
    margin-right: 24px;
}

.pbiaoqian {
    font-size: 16px;
    margin-right: 24px;
    text-align: end;
    color: #494d52;
}

.caidan {
    width: 500px;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 1000px) and (min-width: 768px) {
    .header-mini-btn {
        width: 100%;
    }

    .header-tom-btn {
        width: 100%;
    }

    .pbiaoqian {
        text-align: left;
    }

    .buju {
        flex-wrap: wrap;
    }
}
#biaoqian {
    position: relative;
    display: none;
}

.xianshi:hover>#biaoqian {
    display: block;
}
.hot-label{
    height: 100px;
    width: 200px;
    background: red;
    transform: rotate(45deg);
    position: absolute;
    right: -5rem;
    top: -5.5rem;
}
.hot-title{
    position: absolute;
    top: 12px;
    right: -4px;
    font-size: 12px;
    color: #fff;
    transform: rotate(46deg);
    text-align: center;
    width: 50px;
}