/* -- 重定义 -- */

body {
    background-color: #fff !important;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    min-width: 0;
}

@media screen and (min-width: 1920px) {
    .container {
        width: 1600px;
    }
}

.w-1600 {
    margin: auto;
    max-width: 1920px;
    width: 100%;
}

@media (max-width: 1750px) {
    html {
        font-size: 16px;
    }

    .w-1600 {
        padding: 0 8rem;
    }
}

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

    .w-1600 {
        padding: 0 10rem;
    }
}

@media (max-width: 1600px) {
    html {
        font-size: 14px;
    }

    .w-1600 {
        padding: 0 5rem;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .w-1600 {
        padding: 0 2rem;
    }
}

.cursor {
    cursor: pointer;
}

.btn-default {
    color: #434343 !important;
    background-color: #fff !important;
    border-color: #f1f1f1;
}

.btn-spec {
    color: #fff !important;
    background-color: #0a53a0 !important;
    border-color: #0a53a0 !important;
}

.theme_btn {
    overflow: hidden;
    color: #333333 !important;
    background: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 15px 25px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
    border: 0px;
}

.theme_btn i {
    font-size: 14px;
    line-height: 1;
    margin-left: 10px;
    transition: 0.3s;
}

.theme_btn::before {
    top: 0px;
    width: 0px;
    left: auto;
    right: 0px;
    z-index: -1;
    bottom: 0px;
    content: "";
    position: absolute;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.theme_btn:hover {
    background-color: #d3eaff !important;
}

.theme_btn:hover::before {
    left: 0px;
    width: 100%;
    right: auto;
}

.theme_btn:hover i {
    transform: translateX(10px);
}

button.block {
    display: block;
    width: 100%;
}

button.round {
    border-radius: 5000px;
}

.probootstrap-cover .overlay {
    position: absolute;
    background: linear-gradient(-45deg, rgba(0, 58, 140, 1) 0%, rgba(0, 129, 204, 1) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

b,
strong {
    font-weight: bold;
}

.text-line-height {
    line-height: 1.86;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.slick-slider.slider-in-dots {
    margin-bottom: 0;
}

.slider-in-dots .slick-dots {
    bottom: 10px;
}

.slick-dots li button:before {
    opacity: 0.25;
    color: #000;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #4c80e7;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0;
}

a:link,
a:hover,
a:active,
a:visited {
    color: #333;
}

a.link-white:link,
a.link-white:active,
a.link-white:visited {
    color: #fff;
}

a.link-white:hover {
    color: #0081cc;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.table-header-bg > thead > tr > th,
.table-header-bg > thead > tr > td {
    background-color: #1bb676;
    border-bottom-color: #1bb676;
}

.card-block {
    padding: 15px 20px;
}

.pos-rel {
    position: relative;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    color: #0081cc;
}

.navbar-default .navbar-nav > .active > a {
    position: relative;
}

.navbar-default .navbar-nav > .active > a::before {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    margin-left: 0;
    height: 3px;
    background-color: #0081cc;
    content: "";
}

.navbar-brand,
.navbar-brand img {
    height: 54px;
}

.navbar-brand-s,
.navbar-brand-s img {
    height: 46px;
}

.navbar-toggle {
    margin-right: 0;
}

.card-item {
    position: relative;
    z-index: 99;
}

.btn {
    padding: 6px 24px;
    font-size: 14px;
}

.btn.btn-lg {
    padding: 10px 40px;
    font-size: 16px;
}

.btn-app-blue-outline {
    color: #358ed7 !important;
    border-color: #358ed7;
}

.btn-app-blue-outline:hover {
    color: #ffffff !important;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #358ed7;
    border-color: #358ed7;
    cursor: default;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
}

.round {
    border-radius: 5000px;
}

.radius {
    border-radius: 6px;
}

.radius-0 {
    border-radius: 0px;
}

.zindex-2 {
    z-index: 2;
}

.banner {
    position: relative;
}

.banner[data-height="100"] {
    height: 100px;
}

.banner[data-height="200"] {
    height: 200px;
}

.banner[data-height="500"] {
    height: 550px;
}

@media (max-width: 1366px) {
    .banner[data-height="500"] {
        height: 350px;
    }
}

@media (max-width: 990px) {
    .banner[data-height="500"] {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .custom-5-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.title-cate {
    font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #0081cc9a;
    color: #fff !important;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 6px;
    left: 12px;
}

.back-to-top:hover {
    color: #fff;
    background: #0081cc;
    transition: background 0.2s ease-in-out;
}

/* ==================
          边框
 ==================== */

/* -- 实线 -- */

.solid,
.solid-top,
.solid-right,
.solid-bottom,
.solid-left,
.solids,
.solids-top,
.solids-right,
.solids-bottom,
.solids-left,
.dashed,
.dashed-top,
.dashed-right,
.dashed-bottom,
.dashed-left {
    position: relative;
}

.solid::after,
.solid-top::after,
.solid-right::after,
.solid-bottom::after,
.solid-left::after,
.solids::after,
.solids-top::after,
.solids-right::after,
.solids-bottom::after,
.solids-left::after,
.dashed::after,
.dashed-top::after,
.dashed-right::after,
.dashed-bottom::after,
.dashed-left::after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transform: scale(0.5);
    transform-origin: 0 0;
    pointer-events: none;
    box-sizing: border-box;
}

.solid::after {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-top::after {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-right::after {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-bottom::after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.solid-left::after {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.solids::after {
    border: 2px solid #eee;
}

.solids-top::after {
    border-top: 2px solid #eee;
}

.solids-right::after {
    border-right: 2px solid #eee;
}

.solids-bottom::after {
    border-bottom: 2px solid #eee;
}

.solids-left::after {
    border-left: 2px solid #eee;
}

.solid-gray {
    border-color: #fff;
}

/* -- 虚线 -- */

.dashed::after {
    border: 1px dashed #ddd;
}

.dashed-top::after {
    border-top: 1px dashed #ddd;
}

.dashed-right::after {
    border-right: 1px dashed #ddd;
}

.dashed-bottom::after {
    border-bottom: 1px dashed #ddd;
}

.dashed-left::after {
    border-left: 1px dashed #ddd;
}

.border {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.border-3 {
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.border-10 {
    border: 10px solid rgba(255, 255, 255, 0.5);
}

/* ==================
          布局
 ==================== */

/*  -- flex弹性布局 -- */

.flex {
    display: flex;
}

.basis-xs {
    flex-basis: 20%;
}

.basis-sm {
    flex-basis: 40%;
}

.basis-df {
    flex-basis: 50%;
}

.basis-lg {
    flex-basis: 60%;
}

.basis-xl {
    flex-basis: 80%;
}

.flex-sub {
    flex: 1;
}

.flex-twice {
    flex: 2;
}

.flex-treble {
    flex: 3;
}

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

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

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: flex-center;
}

.self-end {
    align-self: flex-end;
}

.self-stretch {
    align-self: stretch;
}

.align-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.gap-12 {
    gap: 12px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap50 {
    gap: 50px;
}

.row .col-5 {
    width: 20%;
}

.width-5 {
    width: 50%;
    margin: auto;
}

.width-7 {
    width: 70%;
    margin: auto;
}

.width-8 {
    width: 80%;
    margin: auto;
}

.hight-76 {
    height: 76px;
}

.p-a-xs {
    padding: 6px;
}

/* ==================
          文本
 ==================== */

.text-xs {
    font-size: 12px;
}

.text-sm {
    font-size: 14px;
}

.text-df {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 20px;
}

.text-xxl {
    font-size: 28px;
}

.text-sl {
    font-size: 36px;
}

.text-xsl {
    font-size: 46px;
}

.text-Abc {
    text-transform: Capitalize;
}

.text-ABC {
    text-transform: Uppercase;
}

.text-abc {
    text-transform: Lowercase;
}

.text-price::before {
    content: "¥";
    font-size: 80%;
    margin-right: 8px;
}

.text-cut {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.text-cut.clamp1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-cut.clamp2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-cut.clamp3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-lighter {
    font-weight: 300;
}

.text-bold {
    font-weight: 500;
}

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

.text-content {
    line-height: 1.6;
}

.text-left {
    text-align: left;
}

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

.text-red,
.line-red,
.lines-red {
    color: #e54d42;
}

.text-orange,
.line-orange,
.lines-orange {
    color: #f37b1d;
}

.text-yellow,
.line-yellow,
.lines-yellow {
    color: #fbbd08;
}

.text-olive,
.line-olive,
.lines-olive {
    color: #8dc63f;
}

.text-green,
.line-green,
.lines-green {
    color: #39b54a;
}

.text-cyan,
.line-cyan,
.lines-cyan {
    color: #1cbbb4;
}

.text-blue,
.line-blue,
.lines-blue {
    color: #0081ff;
}

.text-purple,
.line-purple,
.lines-purple {
    color: #6739b6;
}

.text-mauve,
.line-mauve,
.lines-mauve {
    color: #9c26b0;
}

.text-pink,
.line-pink,
.lines-pink {
    color: #e03997;
}

.text-brown,
.line-brown,
.lines-brown {
    color: #a5673f;
}

.text-grey,
.line-grey,
.lines-grey {
    color: #8799a3;
}

.text-gray,
.line-gray,
.lines-gray {
    color: #686868;
}

.text-black,
.line-black,
.lines-black {
    color: #333333;
}

.text-white,
.line-white,
.lines-white {
    color: #ffffff;
}

.text-spec,
.line-spec,
.lines-spec {
    color: #0e8cd6;
}

.bg-gradient-blue {
    background: linear-gradient(180deg, rgba(37, 154, 224, 0.3) 0%, rgba(37, 154, 224, 0) 18%), #e5f3ff;
}

.bg-gradual-blue {
    background-color: #b5e3ff;
}

.bg-light-blue {
    background-color: #e6f3ff;
}

.bg-gradual-gray {
    background: linear-gradient(180deg, rgba(243, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 10%);
}

.bg-yellow {
    background-color: #fdf3e2;
    color: #ffffff;
}

.bg-green {
    background-color: #18b476;
    color: #ffffff;
}

.bg-blue {
    background-color: #b5e3ff;
    color: #023a8d;
}

.bg-blue-deep {
    background-color: #023a8d;
    color: #ffffff;
}

.bg-blue-light {
    background-color: rgba(0, 129, 203, 0.3);
}

.bg-gray {
    background-color: #f5f5f5;
    color: #333333;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.opacity-1 {
    opacity: 0.15;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-8 {
    opacity: 0.8;
}

.img-68 {
    width: 4.25rem;
    height: 4.25rem;
    margin: auto;
}

.img-68 img {
    margin: auto;
    width: 4.25rem;
    height: 4.25rem;
}

.img-80 {
    width: 5rem;
    height: 5rem;
    margin: auto;
}

.img-80 img {
    margin: auto;
    width: 5rem;
    height: 5rem;
}

.img-120 {
    width: 7.5rem;
    height: 7.5rem;
    margin: auto;
    text-align: center;
}

.img-120 img {
    margin: auto;
    width: 5rem;
    height: 5rem;
}

.radius-50 {
    border-radius: 50%;
}

.radius-xs {
    border-radius: 2px;
}

.radius-sm {
    border-radius: 4px;
}

.radius {
    border-radius: 6px;
}

.radius-md {
    border-radius: 12px;
}

.text-en {
    font-family: "Arial", "Helvetica", "sans-serif";
}

/* 重定义 */
@media screen and (max-width: 768px) {
    .p-y-xl {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.photo-item {
    overflow: hidden;
    border-radius: 4px;
}

.photo-item img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.photo-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9;
}

.card-color {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    background-color: #007fcc;
    color: #fff !important;
}

.card-color:hover {
    background-color: #fff;
    color: #333 !important;
}

.card-trans {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.card-trans:hover {
    margin-top: -8px;
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

/* Card Frame */
.card-frame {
    cursor: pointer;
    border: 1px solid #cfcfcf;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.card-frame:hover {
    border-color: rgba(207, 207, 207, 0.5);
    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

.card-cover {
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.card-cover:hover {
    background: linear-gradient(-45deg, rgba(0, 58, 140, 1) 0%, rgba(0, 129, 204, 1) 100%);
    color: #fff;
}

/* Card Shadow */
.card-shadow {
    transition: 0.3s;
}

.card-shadow:hover {
    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .section {
        padding-top: 2.6em;
        padding-bottom: 2.6em;
        text-align: left;
    }
}

@media screen and (min-width: 769px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: left;
    }
}

.section-title-box {
    margin-bottom: 36px;
    position: relative;
}

.section-title-box .title {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 500;
    color: #212121;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

.section-title-box .subtitle {
    font-size: 1.125rem;
    color: #686868;
}

.section-title-box .section-text {
    position: absolute;
    right: 0;
    top: calc(50% - 50px);
    color: rgba(8, 115, 248, 0.2);
}

@media screen and (max-width: 768px) {
    #Container h1 {
        line-height: normal;
        overflow: hidden;
        font-size: 2rem;
        color: #000;
        line-height: 45px;
        font-weight: 800;
    }

    #Container .artInfo {
        padding-bottom: 15px;
    }

    .ContainerCon img {
        max-width: 100%;
        margin: auto;
    }

    .ContainerCon p,
    .ContainerCon div {
        font-size: 1.2em;
        line-height: 2em;
        margin: 15px 0;
    }
}

@media screen and (min-width: 769px) {
    #Container h1 {
        line-height: normal;
        overflow: hidden;
        font-size: 36px;
        color: #000;
        line-height: 45px;
        letter-spacing: 0px;
        padding-bottom: 12px;
    }

    .artInfo {
        padding: 20px;
        background: linear-gradient(to right, #f7f7f7, #fff);
    }

    .artInfo span {
        position: relative;
        padding-right: 15px;
        padding-left: 5px;
    }

    .artInfo .artInfo-link::after {
        position: absolute;
        content: "/";
        right: 0;
        top: 0;
        color: rgba(0, 0, 0, 0.3);
    }

    .artInfo .artInfo-link:first-child {
        padding-left: 0;
    }

    .artInfo .artInfo-link:last-child::after {
        display: none;
    }

    .ContainerCon {
        padding: 20px 0;
        min-height: 360px;
    }

    .ContainerCon center {
        font-size: 16px;
    }

    .ContainerCon img {
        max-width: 100%;
        margin: auto;
    }

    .ContainerCon p,
    .ContainerCon div {
        font-size: 16px;
        line-height: 2em;
        margin: 15px 0;
        text-indent: 2em;
    }
}

.nav-drawer > li > a {
    font-size: 16px;
}

.nav-drawer > .active > a {
    background-color: #f2f2f4;
    border-color: #2264a9;
    font-weight: 600;
}

.nav-drawer > .active > a:hover,
.nav-drawer > .active > a:focus,
.nav-drawer > .active > a:active {
    background-color: #f2f2f4;
    border-color: #2264a9;
}

.js-slider .slick-slide {
    position: relative;
}

.js-slider .slider-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    z-index: 99;
}

.slider-banner {
    position: relative;
    background-position: center top;
}

.slider-banner .img-photo {
    width: 100%;
    height: auto;
}

.banner-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-title .title-text {
    font-size: clamp(1.5rem, 5vw, 3rem);
    line-height: 1.1;
    margin-bottom: 24px;
}

.banner-title .subtitle-text {
    font-size: 22px;
    line-height: 1.1;
}

.collapse {
    margin-top: 15px;
}

.card {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
}

.box-shadow {
    box-shadow: 0px 4px 10px 0px rgba(79, 141, 214, 0.3);
}

@media screen and (max-width: 990px) {
    .item-photo {
        padding-right: 0 !important;
        padding-bottom: 16px;
    }

    .item-photo img.img-block {
        width: 100%;
        margin: auto;
    }

    .cms-item-photo {
        background: #ffffff;
        /* padding: 20px; */
        /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); */
        margin-bottom: 20px;
        display: flex;
        gap: 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    }

    .cms-item-photo:last-child {
        border-bottom: none;
    }

    .cms-item-photo .item-img {
        position: relative;
    }

    .cms-item-photo .item-img .icon {
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        width: 40px;
        height: 40px;
        z-index: 1;
        border-radius: 50%;
        font-size: 20px;
        line-height: 20px;
        color: #333;
        background-color: rgba(255, 255, 255, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding-left: 2px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .cms-item-photo .item-img img {
        margin: auto;
        width: 26vw;
    }

    .cms-item-photo .item-detail {
        flex: 1;
        color: #666;
    }

    .cms-item-photo .item-title {
        font-size: 20px;
        color: #333333;
    }

    .cms-item-photo .item-info {
        font-size: 14px;
    }

    .cms-item-column {
        flex-direction: column;
    }

    .cms-item-column .item-img img {
        margin: auto;
        width: 100%;
        border-radius: 4px;
    }
}

@media screen and (min-width: 991px) {
    .main-box {
        padding: 20px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .cms-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }

    .cms-item .item-img {
        display: table-cell;
        vertical-align: top;
    }

    .cms-item .item-img img {
        width: 300px;
        margin: auto;
    }

    .cms-item-photo .item-spec img {
        margin: auto;
        width: 500px !important;
    }

    .cms-item .item-detail {
        display: table-cell;
        vertical-align: top;
        flex: 1;
        color: #666;
    }

    .cms-item-photo .item-title {
        font-size: 18px;
        color: #333333;
    }

    .cms-item-photo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: center;
        gap: 20px;
        background: #ffffff;
        /* padding: 20px; */
        /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); */
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    }

    .cms-item-photo:last-child {
        border-bottom: none;
    }

    .cms-item-photo .item-img {
        position: relative;
    }

    .cms-item-photo .item-img .icon {
        position: absolute;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        width: 40px;
        height: 40px;
        z-index: 1;
        border-radius: 50%;
        font-size: 20px;
        line-height: 20px;
        color: #333;
        background-color: rgba(255, 255, 255, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding-left: 2px;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .cms-item-photo .item-img .icon:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .cms-item-photo .item-img img {
        width: 250px;
    }

    .cms-item-photo .item-img-large img {
        width: 320px;
        margin: auto;
        border-radius: 4px;
    }

    .cms-item-photo .item-detail {
        display: table-cell;
        vertical-align: top;
        flex: 1;
        color: #666;
        font-size: 14px;
    }
}

.cms-item-photo .item-desc {
    color: #666;
    margin-top: 12px;
    line-height: 1.8;
    font-size: 14px;
}

.cms-item-photo .item-more {
    margin-top: 16px;
    font-size: 14px;
}

.form-control {
    font-size: 100%;
}

.title-style {
    margin-bottom: 24px;
    display: flex;
}

.title-style .title-name {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
}

.title-style .title-name.cn {
    font-size: 24px;
}

.title-style .title-name:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 2em;
    background-color: #3488ea;
    bottom: -2px;
    left: 0;
    z-index: 3;
}

.tit {
    font-size: 20px;
    color: #142a8e;
    font-weight: bold;
}

@media screen and (max-width: 990px) {
    .title-style {
        font-size: 24px;
        position: relative;
        text-align: center;
    }
}

.flex-box {
    display: flex;
    gap: 10px;
}

/*--------------------------------------------------------------
# 栅格布局
--------------------------------------------------------------*/

@media (max-width: 767px) {
    .row-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .row-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .row-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.25rem;
    }
}

/* 定义fade-up动画 */
@keyframes fadeUp {
    from {
        opacity: 0;
        /* 初始向下偏移30px，可根据需求调整 */
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 应用fade-up的类名 */
.fade-up {
    /* 动画时长、缓动效果，可自定义 */
    animation: fadeUp 0.8s ease forwards;
    /* 可选：设置初始状态（防止动画前闪烁） */
    opacity: 0;
    transform: translateY(30px);
}

/* 可选：添加延迟，实现多个元素依次动效 */
.fade-up-delay-1 {
    animation-delay: 0.2s;
}

.fade-up-delay-2 {
    animation-delay: 0.4s;
}

.fade-up-delay-3 {
    animation-delay: 0.6s;
}

.fade-up-delay-4 {
    animation-delay: 0.8s;
}

.fade-up-delay-5 {
    animation-delay: 1s;
}

.animate-box {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-box-swiper {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
