/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-116273709439191 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-116273709439191 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-116273709439191 > .p_gridbox.signal {
    min-height: inherit
}

    #c_grid-116273709439191 > .p_gridbox.signal > .p_gridCell {
        min-height: inherit !important
    }

#c_grid-116273709439191 {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media screen and (max-width:768px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-116273709439191 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

#c_navigation_006_P_764-1752464308216 {
    min-height: 0px;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    position: fixed;
    z-index: 999;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1)
}

.cn-make #c_navigation_006_P_764-1752464308216 {
    position: relative
}

.searchBox {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 1;
    padding: 100px 0;
    box-shadow: 0 10px 10px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s
}

    .searchBox.show {
        top: 30px;
        opacity: 1;
        visibility: visible
    }

    .searchBox .searchForm {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 15px;
        display: flex
    }

        .searchBox .searchForm input {
            flex: 1;
            border: 1px #ddd solid;
            padding: 15px;
            border-radius: 10px;
            margin-right: 10px;
            background: #fff
        }

            .searchBox .searchForm input.is-invalid {
                border: 1px #f00 solid
            }

                .searchBox .searchForm input.is-invalid::-webkit-input-placeholder {
                    color: #f00
                }

                .searchBox .searchForm input.is-invalid::-ms-input-placeholder {
                    color: #f00
                }

                .searchBox .searchForm input.is-invalid::placeholder {
                    color: #f00
                }

        .searchBox .searchForm button {
            width: 140px;
            border: none;
            background: var(--c);
            color: #fff;
            border-radius: 10px
        }

.menuBar {
    width: 100%;
    height: 30px;
    background: var(--c);
    position: relative;
    z-index: 5
}

    .menuBar .menuTop {
        padding: 0 15px;
        display: flex;
        max-width: 1600px;
        margin: 0 auto
    }

        .menuBar .menuTop .welcome {
            font-size: 12px;
            color: #eee;
            line-height: 30px;
            flex: 1
        }

        .menuBar .menuTop .topRight ul {
            display: flex
        }

            .menuBar .menuTop .topRight ul li {
                border-right: 1px rgba(255,255,255,0.1) solid;
                position: relative
            }

                .menuBar .menuTop .topRight ul li a {
                    display: flex;
                    padding: 0 15px;
                    line-height: 30px;
                    font-size: 12px;
                    color: #eee
                }

                    .menuBar .menuTop .topRight ul li a span {
                        padding-right: 10px
                    }

                        .menuBar .menuTop .topRight ul li a span svg {
                            width: auto;
                            height: 16px;
                            fill: #eee
                        }

                    .menuBar .menuTop .topRight ul li a em {
                        font-style: normal
                    }

                .menuBar .menuTop .topRight ul li p {
                    background: #fff;
                    width: 150px;
                    padding: 5px;
                    border-radius: 10px;
                    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
                    position: absolute;
                    right: 0;
                    top: 120%;
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.5s
                }

                    .menuBar .menuTop .topRight ul li p img {
                        width: 100%
                    }

                .menuBar .menuTop .topRight ul li:hover p {
                    top: 100%;
                    opacity: 1;
                    visibility: visible
                }

                .menuBar .menuTop .topRight ul li:hover a {
                    background: var(--n)
                }

.header {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    padding: 0 15px
}

    .header .logorim {
        padding: 10px 20px 8px 0
    }

        .header .logorim a {
            display: block
        }

            .header .logorim a img {
                height: 72px;
                width: auto
            }

            .header .logorim a svg {
                height: 30px;
                width: auto
            }

                .header .logorim a svg path {
                    fill: #3b3432
                }

    .header .rightLink {
        padding-left: 20px
    }

        .header .rightLink ul {
            display: flex;
            height: 100%
        }

            .header .rightLink ul li {
                padding: 25px 10px;
                height: 100%;
                position: relative
            }

                .header .rightLink ul li a {
                    display: flex;
                    height: 100%;
                    align-items: center;
                    font-size: 16px;
                    transition: all 0.5s
                }

                    .header .rightLink ul li a span {
                        padding-right: 10px
                    }

                        .header .rightLink ul li a span svg {
                            width: auto;
                            height: 20px;
                            fill: #666
                        }

                    .header .rightLink ul li a em {
                        font-style: normal;
                        color: #666
                    }

                .header .rightLink ul li.hotel a {
                    background: var(--n);
                    padding: 0 20px;
                    border-radius: 30px
                }

                    .header .rightLink ul li.hotel a span svg {
                        fill: #fff
                    }

                    .header .rightLink ul li.hotel a em {
                        color: #fff
                    }

                .header .rightLink ul li a:hover {
                    border-radius: 10px 0
                }

                .header .rightLink ul li p {
                    background: #fff;
                    width: 150px;
                    padding: 5px;
                    border-radius: 10px;
                    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
                    position: absolute;
                    right: 0;
                    top: 120%;
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.5s
                }

                    .header .rightLink ul li p img {
                        width: 100%
                    }

                .header .rightLink ul li:hover p {
                    top: 100%;
                    opacity: 1;
                    visibility: visible
                }

    .header .toggleBtn {
        width: 60px;
        position: relative;
        cursor: pointer;
        display: none
    }

        .header .toggleBtn span {
            display: block;
            width: 30px;
            height: 2px;
            background: #333;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -1px;
            transition: all 0.5s
        }

            .header .toggleBtn span:before {
                content: "";
                display: block;
                width: 24px;
                height: 2px;
                background: #333;
                position: absolute;
                left: 0;
                bottom: 8px;
                transition: all 0.5s
            }

            .header .toggleBtn span:after {
                content: "";
                display: block;
                width: 24px;
                height: 2px;
                background: #333;
                position: absolute;
                left: 0;
                top: 8px;
                transition: all 0.5s
            }

        .header .toggleBtn.open span {
            background: none
        }

            .header .toggleBtn.open span:before {
                width: 30px;
                transform: rotate(45deg);
                bottom: 0
            }

            .header .toggleBtn.open span:after {
                width: 30px;
                transform: rotate(-45deg);
                top: 0
            }

    .header ul.menuBox {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        flex: 1
    }

        .header ul.menuBox > li {
            padding: 0
        }

            .header ul.menuBox > li > a {
                padding: 0 30px;
                line-height: 90px;
                transition: all 0.5s;
                font-weight: bold;
                font-size: 16px;
                display: block;
                text-align: center;
                position: relative;
                color: #666
            }

                .header ul.menuBox > li > a:after {
                    content: "";
                    display: block;
                    width: 0;
                    height: 5px;
                    border-radius: 3px 3px 0 0;
                    background: var(--c);
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    transform: translate(-50%,0);
                    transition: all 0.5s
                }

            .header ul.menuBox > li:hover > a {
                color: var(--c)
            }

                .header ul.menuBox > li:hover > a:after {
                    width: 50%
                }

            .header ul.menuBox > li .dropMenu {
                position: absolute;
                left: 0;
                top: 100%;
                width: 100%;
                padding: 20px 0;
                height: auto;
                background: #f5f5f5;
                display: none;
                box-shadow: 0 5px 10px rgba(0,0,0,0.1);
                border-top: 1px #ddd solid
            }

                .header ul.menuBox > li .dropMenu .dropNav {
                    max-width: 1600px;
                    margin: 0 auto;
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    padding: 15px
                }

                    .header ul.menuBox > li .dropMenu .dropNav .dropleft {
                        padding: 0 50px 0 15px;
                        flex: 0 0 70%;
                        border-right: 1px #ddd solid
                    }

                        .header ul.menuBox > li .dropMenu .dropNav .dropleft h2 {
                            font-size: 26px
                        }

                        .header ul.menuBox > li .dropMenu .dropNav .dropleft ul {
                            display: flex;
                            flex-wrap: wrap;
                            margin: 0 -10px
                        }

                            .header ul.menuBox > li .dropMenu .dropNav .dropleft ul li {
                                flex: 0 0 50%;
                                padding: 10px
                            }

                        .header ul.menuBox > li .dropMenu .dropNav .dropleft a {
                            display: block;
                            line-height: 50px;
                            font-size: 16px;
                            color: #333;
                            border: 1px #ddd solid;
                            padding: 0 30px;
                            border-radius: 10px 0;
                            position: relative;
                            transition: all 0.5s;
                            background: #fff;
                            overflow: hidden
                        }

                            .header ul.menuBox > li .dropMenu .dropNav .dropleft a:before {
                                content: "";
                                display: block;
                                width: 4px;
                                height: 4px;
                                border-radius: 2px;
                                background: #3b3432;
                                position: absolute;
                                left: 15px;
                                top: 50%;
                                transform: translate(0,-50%);
                                transition: all 0.5s
                            }

                            .header ul.menuBox > li .dropMenu .dropNav .dropleft a:hover {
                                padding-left: 45px;
                                border-color: var(--c);
                                color: var(--c)
                            }

                                .header ul.menuBox > li .dropMenu .dropNav .dropleft a:hover:before {
                                    width: 15px;
                                    background: var(--c)
                                }

                            .header ul.menuBox > li .dropMenu .dropNav .dropleft a svg {
                                width: 100px;
                                height: auto;
                                position: absolute;
                                right: 20px;
                                bottom: 0;
                                opacity: 0;
                                transition: all 0.5s
                            }

                            .header ul.menuBox > li .dropMenu .dropNav .dropleft a:hover svg {
                                right: 0;
                                opacity: 0.1
                            }

                    .header ul.menuBox > li .dropMenu .dropNav .dropright {
                        padding: 0 15px 0 50px;
                        flex: 0 0 30%;
                        display: flex;
                        align-items: center
                    }

                        .header ul.menuBox > li .dropMenu .dropNav .dropright .navImg {
                            width: 100%;
                            height: 100%;
                            overflow: hidden;
                            border-radius: 30px 0;
                            max-height: 240px
                        }

                        .header ul.menuBox > li .dropMenu .dropNav .dropright img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover
                        }

.visible-xs {
    display: none
}

.cnMoNav {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s
}

    .cnMoNav.show {
        opacity: 1;
        visibility: visible
    }

    .cnMoNav .moNavBox {
        width: auto;
        height: 100%;
        padding: 80px 5px 80px 20px;
        background: #fff;
        max-width: 800px;
        transform: translate(100%,0);
        transition: all 0.8s ease 0s
    }

    .cnMoNav.show .moNavBox {
        transform: translate(0,0);
        transition: all 0.8s ease 0.6s
    }

    .cnMoNav .moNavBox ul {
        width: auto;
        height: 100%;
        padding-right: 15px;
        overflow-y: auto
    }

    .cnMoNav ul li.m_menu_1 {
        width: 100%;
        padding: 15px 0;
        animation: fadeOutDown 0.8s 0.8s both
    }

    .cnMoNav.show .moNavBox ul li.m_menu_1 {
        animation: fadeInUp 0.8s 0.8s both
    }

        .cnMoNav.show .moNavBox ul li.m_menu_1.delay_1 {
            animation-delay: 0.9s
        }

        .cnMoNav.show .moNavBox ul li.m_menu_1.delay_2 {
            animation-delay: 1s
        }

        .cnMoNav.show .moNavBox ul li.m_menu_1.delay_3 {
            animation-delay: 1.1s
        }

        .cnMoNav.show .moNavBox ul li.m_menu_1.delay_4 {
            animation-delay: 1.2s
        }

        .cnMoNav.show .moNavBox ul li.m_menu_1.delay_5 {
            animation-delay: 1.3s
        }

        .cnMoNav.show .moNavBox ul li.m_menu_1.delay_6 {
            animation-delay: 1.4s
        }

        .cnMoNav.show .moNavBox ul li.m_menu_1.delay_7 {
            animation-delay: 1.5s
        }

        .cnMoNav.show .moNavBox ul li.m_menu_1.delay_8 {
            animation-delay: 1.6s
        }

        .cnMoNav.show .moNavBox ul li.m_menu_1.delay_9 {
            animation-delay: 1.7s
        }

    .cnMoNav ul li.m_menu_1 > a {
        display: block;
        width: 100%;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px #ddd solid
    }

    .cnMoNav ul li.m_menu_1 .moDropMenu {
        margin: 0 -5px;
        display: flex;
        flex-wrap: wrap;
        padding-top: 15px
    }

        .cnMoNav ul li.m_menu_1 .moDropMenu .m_item {
            padding: 5px;
            flex: 0 0 50%
        }

        .cnMoNav ul li.m_menu_1 .moDropMenu a {
            line-height: 40px;
            font-size: 14px;
            display: block;
            border: 1px #ddd solid;
            padding: 0 15px;
            transition: all 0.5s
        }

            .cnMoNav ul li.m_menu_1 .moDropMenu a:hover {
                border-color: #3b3432;
                background: #3b3432;
                color: #fff
            }

@media screen and (max-width:768px) {
    .header {
        position: relative;
        z-index: 5;
        background: #f5f5f5
    }

        .header .search {
            padding-right: 10px
        }

            .header .search a {
                padding: 0
            }

                .header .search a em {
                    display: none
                }

        .header .logorim {
            padding: 10px 0px
        }

            .header .logorim a img {
                height: 60px
            }

        .header ul.menuBox li {
            display: none
        }

        .header .rightLink {
            padding: 0;
            display: none
        }

            .header .rightLink li a em {
                display: none
            }

        .header .toggleBtn {
            width: 30px;
            display: block
        }

    .hidden-xs {
        display: none
    }

    .visible-xs {
        display: block
    }

    .menuBar {
        display: block
    }

        .menuBar .menuTop {
            padding: 0 10px;
            justify-content: flex-end
        }

            .menuBar .menuTop .welcome {
                display: none
            }

            .menuBar .menuTop .topRight ul li a {
                display: flex;
                padding: 0 10px;
                line-height: 30px;
                font-size: 12px;
                color: #eee
            }

    .cnMoNav ul li.m_menu_1:nth-child(1) {
        display: none
    }

    .cnMoNav .moNavBox {
        padding: 120px 0px 20px 20px
    }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .header ul.menuBox > li > a {
        padding: 0 10px
    }

    .header .rightLink {
        padding-left: 0
    }

    .header .logorim {
        padding: 10px 0px 8px 0
    }

    .header .rightLink ul li {
        padding: 25px 0px;
        height: 100%;
        position: relative
    }
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
    .header ul.menuBox > li > a {
        padding: 0 15px
    }

    .header .rightLink {
        padding-left: 0
    }

    .header .logorim {
        padding: 10px 0px 8px 0
    }

    .header .rightLink ul li {
        padding: 25px 0px;
        height: 100%;
        position: relative
    }
}

@media screen and (max-width: 1700px) and (min-width: 1401px) {
}

#c_grid-116273709439190 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-116273709439190 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-116273709439190 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-116273709439190 > .p_gridbox.signal {
    min-height: inherit
}

    #c_grid-116273709439190 > .p_gridbox.signal > .p_gridCell {
        min-height: inherit !important
    }

#c_grid-116273709439190 {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media screen and (max-width:768px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

#c_navigation_012_P_027-1752565574791 {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 00px;
    padding-left: 10px;
    padding-right: 10px;
    display-radio: 1;
    background-fill-value: background-color;
    background_radio: 2;
    background-color: rgba(138,138,138,1)
}

    #c_navigation_012_P_027-1752565574791 .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 94%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        display-radio: flex;
        margin-top: 32px
    }

        #c_navigation_012_P_027-1752565574791 .e_container-1 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_navigation_012_P_027-1752565574791 .e_container-1 .cbox-1-0 {
            flex: 0 0 70%;
            padding-bottom: 0px;
            margin-bottom: 0px
        }

    #c_navigation_012_P_027-1752565574791 .e_line-23 {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        width: 94%;
        margin-top: 32px;
        display-radio: 1;
        border-top-color: rgba(255,255,255,0.26)
    }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_level1Item {
        width: auto;
        padding: 0px;
        flex-grow: 1
    }

        #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_level1Item:nth-child(1) {
            display: none
        }

        #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_level1Item:nth-child(2) {
            display: none
        }

        #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_level1Item:nth-child(8) {
            display: none
        }

        #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_level1Item:nth-child(9) {
            display: none
        }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_level3Box {
        display: none
    }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 {
        font_radio: 2;
        line-height: 2;
        text-align: left;
        font-size: 16px;
        font-family: Microsoft YaHei;
        color: rgba(0,0,0,1);
        display-radio: 1
    }

        #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_menu2Item {
            margin-top: 12;
            color: rgba(255,255,255,0.4);
            display-radio: 1;
            font-size: 14px;
            font-family: Microsoft YaHei;
            line-height: 32px
        }

            #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_menu2Item:hover {
                color: rgba(255,255,255,1)
            }

        #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_menu1Item {
            display-radio: 1;
            color: rgba(255,255,255,1);
            font-size: 18px;
            padding-bottom: 14px
        }

    #c_navigation_012_P_027-1752565574791 .e_container-32 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 94%;
        display-radio: flex;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }

        #c_navigation_012_P_027-1752565574791 .e_container-32 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_navigation_012_P_027-1752565574791 .e_container-32 .p_item {
            display-radio: 1
        }

    #c_navigation_012_P_027-1752565574791 .e_html-33 {
        background_radio: 1;
        display-radio: 1
    }

    #c_navigation_012_P_027-1752565574791 .e_credible-38 .img1 {
        width: 65px;
        height: 23px
    }

    #c_navigation_012_P_027-1752565574791 .e_credible-38 .img2 {
        width: 79px;
        height: 28px
    }

    #c_navigation_012_P_027-1752565574791 .e_credible-38 .img3 {
        width: 92px;
        height: 33px
    }

    #c_navigation_012_P_027-1752565574791 .e_credible-38 .img4 {
        width: 106px;
        height: 38px
    }

    #c_navigation_012_P_027-1752565574791 .e_credible-38 .img5 {
        width: 131px;
        height: 47px
    }

    #c_navigation_012_P_027-1752565574791 .e_credible-38 {
        background_radio: 1;
        display-radio: 1;
        max-width: 95px;
        margin-right: 0px;
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px
    }

.pl_service2 .service_icon .icon {
    width: 50%;
    height: 50%;
    margin: 0;
    color: #fff !important
}

.pl_service2 .service_icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b80202 !important
}

.pl_service2 .service_value {
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    background-color: #c80d09 !important;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    position: relative
}

    .pl_service2 .service_value::after {
        content: " ";
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 6px solid #c50c0c !important;
        border-bottom: 6px solid transparent
    }

.pl_service2 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: scale(1.15);
    z-index: 99
}

.p_defaultIocn .icon {
    color: #c50404
}

#c_navigation_012_P_027-1752565574791 .e_container-40 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 96%;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px
}

    #c_navigation_012_P_027-1752565574791 .e_container-40 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }

#c_navigation_012_P_027-1752565574791 .e_richText-41 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    display-radio: flex;
    font_radio: 2;
    font-size: 16px;
    color: rgba(244,240,240,1);
    line-height: 1
}

    #c_navigation_012_P_027-1752565574791 .e_richText-41 p {
        line-height: 24px;
        font-size: 14px;
        color: #fff;
        width: 100%;
        padding: 5px 0px;
        text-transform: uppercase
    }

    #c_navigation_012_P_027-1752565574791 .e_richText-41 a:hover {
        color: #fff
    }

#c_navigation_012_P_027-1752565574791 .e_provider-42 {
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,251,251,1);
    font-size: 14px;
    margin-right: auto;
    max-width: 173.33px;
    margin-left: 0px
}

#c_navigation_012_P_027-1752565574791 .e_container-40 .cbox-40-2 {
    align-self: center
}

#c_navigation_012_P_027-1752565574791 .e_container-40 .cbox-40-1 {
    align-self: center
}

.e_html-33 {
    display: flex;
    justify-content: space-between
}

    .e_html-33 .wd-20230107175908 {
        display: flex;
        width: 31%;
        text-align: center;
        transition: .4s ease;
        align-items: center;
        position: relative;
        padding: 1% 3%;
        border: none;
        font-size: 16px;
        color: #000;
        background: rgba(255,255,255,0.1);
        border-radius: 0
    }

        .e_html-33 .wd-20230107175908 .yuan {
            display: block;
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            background: rgba(255,255,255,0.2);
            border-radius: 50%
        }

        .e_html-33 .wd-20230107175908 .dh {
            max-width: 80px;
            margin: 0;
            width: 100%
        }

        .e_html-33 .wd-20230107175908 img {
            display: block;
            margin: auto;
            position: absolute;
            max-height: 35px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1.0);
            width: auto
        }

        .e_html-33 .wd-20230107175908 .tb1 {
            display: none
        }

        .e_html-33 .wd-20230107175908:hover {
            background: rgba(255,255,255,0.4);
            color: #fff
        }

            .e_html-33 .wd-20230107175908:hover .yuan {
                background: var(--c)
            }

                .e_html-33 .wd-20230107175908:hover .yuan:after {
                    animation: scaleAnimate 1s ease infinite;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0%;
                    top: 0%;
                    border-radius: 50%;
                    content: ''
                }

a .yuan:after {
    content: ''
}

.e_html-33 .wd-20230107175908:hover span {
    color: #fff
}

.e_html-33 .wd-20230107175908:hover .tb {
}

.e_html-33 .wd-20230107175908:hover .tb1 {
}

.e_html-33 .text {
    text-align: left;
    width: 100%;
    padding-left: 32px;
    color: #fff
}

.e_html-33 .wd-20230107175908 span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    position: relative;
    margin-top: 0;
    color: #fff
}

@media only screen and (max-width:768px) {
    .e_html-33 {
        display: block;
        justify-content: space-between
    }

        .e_html-33 .wd-20230107175908 {
            width: 100%;
            margin: 16px 0;
            padding: 3%
        }
}

#c_navigation_012_P_027-1752565574791 .e_text-31 {
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 2
}

#c_navigation_012_P_027-1752565574791 .saf-auto-licenseo a {
    display: block;
    line-height: 1.6;
    font-size: 14px;
    margin-left: 10px;
    color: #fff
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_page {
    text-align: center
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect {
    font-size: 13px;
    position: relative
}

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect .inputWrap {
        width: 100%;
        min-width: 100px;
        min-height: 24px;
        border: 1px solid #DCDFE6;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
        background: white
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect.is-invalid .inputWrap {
        border-color: #dc3545
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect ul {
        padding: 0 5px;
        margin: 0;
        padding-right: 35px
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect ul, li {
        list-style: none
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect li {
        display: inline-block;
        background: #edf0f3;
        color: #92969c;
        padding: 0px 5px;
        margin: 1px 5px 1px 0;
        border-radius: 5px;
        line-height: 16px
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect .multSelect-option {
        width: 100%;
        border: 1px solid #DCDFE6;
        border-radius: 2px;
        border-top: 0;
        max-height: 200px;
        overflow-y: scroll;
        position: absolute;
        height: 0;
        opacity: 0;
        z-index: 9;
        background: #fff
    }

        #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect .multSelect-option > div {
            line-height: 24px;
            cursor: pointer;
            padding: 0 10px
        }

            #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect .multSelect-option > div.selected {
                color: #409eff
            }

            #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect .multSelect-option > div:hover {
                color: #409eff;
                background: #f3f6f9
            }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect .fa-close {
        font-style: normal;
        font-size: 12px;
        padding: 0 5px 0 7px
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect .inputWrap > .fa svg {
        fill: #666;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: calc(50% - 3px)
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect .inputWrap > .fa-down svg {
        transform: rotate(-90deg)
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect .inputWrap > .fa-up svg {
        transform: rotate(90deg)
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .multSelect .placeholder {
        line-height: 40px;
        padding-left: 10px;
        color: #aaa;
        position: absolute;
        left: 0;
        top: 0
    }

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_split {
    margin: 0 5px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_normal {
    margin-right: 16px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .input-check, .e_loop-45 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .position-left {
    display: flex
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .p_mbutton:after {
        content: "";
        display: none;
        width: 16px;
        height: 16px;
        background-color: #409eff;
        -webkit-transform: skewY(-45deg);
        transform: skewY(360deg);
        position: absolute;
        bottom: 0px;
        right: 0;
        z-index: 1
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .p_mbutton::before {
        content: "";
        display: none;
        width: 6px;
        height: 9px;
        border-right: #ffffff solid 2px;
        border-bottom: #ffffff solid 2px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        position: absolute;
        bottom: 5px;
        right: 4px;
        z-index: 2
    }

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_active .p_mbutton::before {
    display: block
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_active .p_mbutton::after {
    display: block
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_filter_result {
    display: none
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_contclear {
    cursor: pointer;
    display: none
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .swiper-container {
    padding-bottom: 30px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_inputSearch {
    padding: 0px 17px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 .p_categoryActive {
    color: #409EFF
}

#c_navigation_012_P_027-1752565574791 .e_loop-45 {
    display-radio: 1;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .p_loopitem:hover .e_container-48 {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 80px;
        z-index: 11
    }

#c_navigation_012_P_027-1752565574791 .e_container-46 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex
}

    #c_navigation_012_P_027-1752565574791 .e_container-46 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }

#c_navigation_012_P_027-1752565574791 .e_image-47 {
    overflow: hidden;
    display-radio: 1;
    max-width: 50px;
    margin-left: auto;
    margin-right: auto
}

    #c_navigation_012_P_027-1752565574791 .e_image-47 img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

#c_navigation_012_P_027-1752565574791 .e_container-48 {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex
}

    #c_navigation_012_P_027-1752565574791 .e_container-48 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }

#c_navigation_012_P_027-1752565574791 .e_image-49 {
    overflow: hidden;
    display-radio: 1
}

    #c_navigation_012_P_027-1752565574791 .e_image-49 img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

#c_navigation_012_P_027-1752565574791 .e_text-50 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    text-align: center;
    font-size: 14px;
    margin-top: 10px
}

@media screen and (max-width:768px) {
    #c_navigation_012_P_027-1752565574791 .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0
    }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_menu1Item, #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_menu2Item {
        display: flex;
        justify-content: space-between
    }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_level1Box ul {
        display: none
    }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_jtIcon {
        width: auto;
        height: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0
    }

        #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_jtIcon.active {
            transform: rotateZ(90deg)
        }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 a {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_level1Item {
        padding: 0
    }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_menu2Item svg {
        opacity: .5
    }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 {
        font_radio: 1;
        margin-top: 32px;
        display: none
    }

    #c_navigation_012_P_027-1752565574791 {
        padding-left: 0;
        padding-right: 0;
        display-radio: 1;
        min-height: auto;
        padding-top: 0px;
        padding-bottom: 0px
    }

        #c_navigation_012_P_027-1752565574791 .e_line-23 {
            max-width: 1600px;
            margin-left: auto;
            margin-right: auto;
            width: 94%;
            margin-top: 32px;
            display: none;
            display-radio: 1;
            border-top-color: rgba(255,255,255,0.26)
        }

        #c_navigation_012_P_027-1752565574791 .e_container-32 {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            width: 94%;
            display-radio: flex;
            max-width: 1600px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 15px
        }

        #c_navigation_012_P_027-1752565574791 .e_richText-41 {
            padding-left: 0
        }

            #c_navigation_012_P_027-1752565574791 .e_richText-41 p {
                flex: 0 0 100%;
                margin: 0
            }

        #c_navigation_012_P_027-1752565574791 .e_container-40 {
            display-radio: 1;
            flex-direction: column
        }

            #c_navigation_012_P_027-1752565574791 .e_container-40 .cbox-40-1 {
                align-self: flex-start
            }

            #c_navigation_012_P_027-1752565574791 .e_container-40 .cbox-40-2 {
                align-self: flex-start
            }

        #c_navigation_012_P_027-1752565574791 .e_loop-45 .p_loopitem {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(100% / 2)
        }

        #c_navigation_012_P_027-1752565574791 .e_container-46 {
            background_radio: 1;
            display-radio: 1;
            margin-top: 20px
        }
}

@media screen and (min-width: 769px) {
    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_level1Box {
        display: flex
    }

    #c_navigation_012_P_027-1752565574791 .e_bottomNav-24 .p_jtIcon {
        display: none
    }

    #c_navigation_012_P_027-1752565574791 .e_loop-45 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 5)
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

saf-online.saf-theme01 {
    --br: 10px;
    --oc: #c9161e;
    --os: 50px
}

saf-online.saf-theme02 {
    --br: 50%;
    --oc: #c9161e;
    --os: 60px
}

saf-online {
    display: block;
    width: var(--os);
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 90
}

    saf-online.hideOnline {
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s
    }

        saf-online.hideOnline.showOnline {
            opacity: 1;
            visibility: visible
        }

.saf-make saf-online {
    position: relative;
    width: 100%;
    display: flex;
    opacity: 1;
    visibility: visible
}

saf-online saf-onlineBtn {
    width: var(--os);
    height: var(--os);
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: var(--br);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all 0.5s
}

    saf-online saf-onlineBtn svg {
        width: 45%;
        height: auto;
        fill: var(--oc)
    }

saf-online:hover saf-onlineBtn {
    background: var(--oc)
}

    saf-online:hover saf-onlineBtn svg {
        fill: #fff
    }

saf-online.saf-theme01 saf-onlineBtn {
    display: none
}

saf-online saf-onlineBacktop {
    width: var(--os);
    height: var(--os);
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: var(--br);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

    saf-online saf-onlineBacktop svg {
        width: 45%;
        height: auto;
        fill: var(--oc)
    }

saf-online saf-onlineList {
    padding-bottom: 4px;
    display: block
}

saf-online.saf-theme02 saf-onlineList {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s
}

saf-online.saf-theme02:hover saf-onlineList {
    opacity: 1;
    visibility: visible
}

.saf-make saf-online saf-onlineList {
    display: flex
}

saf-online saf-onlineItem {
    width: var(--os);
    height: var(--os);
    display: block;
    margin-top: 4px
}

    saf-online saf-onlineItem a {
        width: 100%;
        height: 100%;
        display: block;
        background: #fff;
        border-radius: var(--br);
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.15)
    }

        saf-online saf-onlineItem a span {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center
        }

            saf-online saf-onlineItem a span svg {
                margin: 0 !important;
                width: 45% !important;
                height: auto !important
            }

                saf-online saf-onlineItem a span svg path {
                    fill: #666;
                    transition: all 0.5s
                }

        saf-online saf-onlineItem a:hover span svg path {
            fill: var(--oc)
        }

    saf-online saf-onlineItem p {
        position: absolute;
        right: calc(var(--os) + 30px);
        top: 50%;
        transform: translate(0,-50%);
        background: var(--oc);
        padding: 10px 15px;
        border-radius: 5px;
        color: #fff;
        width: max-content;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        box-shadow: 0 0 10px rgba(0,0,0,0.15)
    }

        saf-online saf-onlineItem p:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: 5px transparent solid;
            border-left-color: var(--oc);
            position: absolute;
            left: 100%;
            top: 50%;
            transform: translate(0,-50%)
        }

    saf-online saf-onlineItem a:hover p {
        right: calc(var(--os) + 5px);
        opacity: 1;
        visibility: visible
    }

    saf-online saf-onlineItem .codeimg {
        position: absolute;
        right: calc(var(--os) + 30px);
        top: 50%;
        transform: translate(0,-50%);
        background: var(--oc);
        padding: 10px;
        border-radius: 5px;
        color: #fff;
        width: 130px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        box-shadow: 0 0 10px rgba(0,0,0,0.15)
    }

        saf-online saf-onlineItem .codeimg img {
            width: 100%;
            height: auto
        }

        saf-online saf-onlineItem .codeimg i {
            display: block;
            text-align: center;
            padding-top: 5px;
            font-style: normal
        }

        saf-online saf-onlineItem .codeimg:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: 5px transparent solid;
            border-left-color: var(--oc);
            position: absolute;
            left: 100%;
            top: 50%;
            transform: translate(0,-50%)
        }

    saf-online saf-onlineItem a:hover .codeimg {
        right: calc(var(--os) + 5px);
        opacity: 1;
        visibility: visible
    }

@media screen and (max-width:768px) {
    #c_effect_109_P_076-1752566422099.saf-online {
        width: 100%;
        height: 50px
    }

    saf-online.saf-theme01 {
        width: 100%;
        left: 0;
        right: auto;
        bottom: 0;
        display: flex;
        background: #fff;
        box-shadow: 0 -5px 10px rgba(0,0,0,0.15)
    }

        saf-online.saf-theme01 saf-onlineList {
            flex: 1;
            display: flex;
            padding: 0
        }

        saf-online.saf-theme01 saf-onlineItem {
            margin: 0;
            border-right: 1px #ddd solid;
            flex: 1;
            display: flex;
            position: relative
        }

            saf-online.saf-theme01 saf-onlineItem a {
                border-radius: 0;
                aspect-ratio: unset;
                height: var(--os);
                box-shadow: none;
                position: unset;
                width: 100%
            }

                saf-online.saf-theme01 saf-onlineItem a span svg {
                    width: auto !important;
                    height: 45% !important
                }

        saf-online.saf-theme01 saf-onlineBacktop {
            border-radius: 0;
            box-shadow: none
        }

        saf-online.saf-theme01 saf-onlineItem a p {
            left: 50%;
            top: auto;
            bottom: 100%;
            right: auto;
            transform: translate(-50%,-5px)
        }

            saf-online.saf-theme01 saf-onlineItem a p:after {
                border-left-color: transparent;
                border-top-color: var(--oc);
                left: 50%;
                top: 100%;
                transform: translate(-50%,0)
            }

        saf-online.saf-theme01 saf-onlineItem:nth-child(1) a p {
            left: 0;
            transform: translate(0,-5px)
        }

            saf-online.saf-theme01 saf-onlineItem:nth-child(1) a p:after {
                left: 15px;
                transform: translate(0,0)
            }

        saf-online.saf-theme01 saf-onlineItem:nth-child(2) a p {
            left: 0;
            transform: translate(0,-5px)
        }

            saf-online.saf-theme01 saf-onlineItem:nth-child(2) a p:after {
                left: 15px;
                transform: translate(0,0)
            }

        saf-online.saf-theme01 saf-onlineItem:last-child a p {
            left: auto;
            right: 0;
            transform: translate(0,-5px)
        }

            saf-online.saf-theme01 saf-onlineItem:last-child a p:after {
                left: auto;
                right: 25px;
                transform: translate(0,0)
            }

        saf-online.saf-theme01 saf-onlineItem a .codeimg {
            left: 50%;
            top: auto;
            bottom: 100%;
            right: auto;
            transform: translate(-50%,-5px)
        }

        saf-online.saf-theme01 saf-onlineItem .codeimg:after {
            border-left-color: transparent;
            border-top-color: var(--oc);
            left: 50%;
            top: 100%;
            transform: translate(-50%,0)
        }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
}

@media screen and (max-width: 1700px) and (min-width: 1401px) {
}

:root {
    --c: #c9161e;
    --n: #000;
    --bw: clamp(769px,90%,1600px);
    --bc: #c9161e;
    --br: 5px;
    --cc: #000;
    --ccsize: 150px;
    --hmfirst: #c9161e;
    --hmsecond: #000;
    --xc1: #c9161e
}

body {
    --saftime: 1s;
    --safswtime: 1s 1s;
    --pagecolor: #c9161e;
    opacity: 0;
    transition: padding-top 1s
}

    body.saf-active {
        --pagecolor: #c9161e
    }

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background-color: var(--c)
}

::-webkit-scrollbar-track {
    background: #000
}

* {
    word-break: break-word
}

#c_static_001_P_41643-1752464271054 {
}

    #c_static_001_P_41643-1752464271054 .e_html-1 {
    }

div[class^="e_richText"] figure.table {
    display: block;
    width: 100%
}

div[class^="e_richText"] img {
    max-width: 100% !important;
    height: auto !important
}

div[class^="e_richText"] p:has(img) {
    text-indent: 0 !important
}

div[class^="e_loop"], div[class^="e_banner"] {
    width: 100%
}

[saf-languages] {
    display: flex;
    align-items: center;
    position: relative;
    --t: #444
}

    [saf-languages] > ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px
    }

        [saf-languages] > ul > li.saf-item {
            display: flex
        }

            [saf-languages] > ul > li.saf-item > a {
                display: flex;
                align-items: center;
                font-size: 16px;
                color: var(--t);
                transition: all 0.5s;
                gap: 10px
            }

                [saf-languages] > ul > li.saf-item > a > svg {
                    width: 30px;
                    height: 30px;
                    transition: all 1s;
                    transform: rotateX(var(--saf-rotate))
                }

                [saf-languages] > ul > li.saf-item > a:hover {
                    color: var(--c)
                }

    [saf-languages] > li.saf-selected {
        display: flex;
        align-items: center;
        gap: 10px
    }

        [saf-languages] > li.saf-selected > svg {
            width: auto;
            height: 14px;
            fill: var(--t)
        }

        [saf-languages] > li.saf-selected > a {
            display: flex;
            align-items: center;
            font-size: 16px;
            color: var(--t);
            gap: 10px
        }

            [saf-languages] > li.saf-selected > a svg {
                width: 30px;
                height: 30px
            }

    [saf-languages] > .saf-sub {
        position: absolute;
        right: 0;
        top: 100%;
        min-width: 100%;
        width: max-content;
        background: #f5f5f5;
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        padding: 15px 15px 20px;
        display: none
    }

        [saf-languages] > .saf-sub > ul {
            width: 100%;
            display: flex;
            flex-direction: column
        }

            [saf-languages] > .saf-sub > ul li.saf-item {
                order: 1
            }

                [saf-languages] > .saf-sub > ul li.saf-item:last-child {
                    order: 2
                }

                [saf-languages] > .saf-sub > ul li.saf-item a {
                    display: flex;
                    align-items: center;
                    font-size: 14px;
                    color: #666;
                    padding: 8px 0;
                    border-bottom: 1px #0002 solid;
                    transition: all 0.5s;
                    width: max-content;
                    min-width: 100%;
                    gap: 10px
                }

                    [saf-languages] > .saf-sub > ul li.saf-item a > svg {
                        width: 26px;
                        height: 26px;
                        transition: all 1s;
                        transform: rotateX(var(--saf-rotate))
                    }

                    [saf-languages] > .saf-sub > ul li.saf-item a:hover {
                        border-color: var(--c);
                        color: var(--c)
                    }
/*saf放大弹窗*/

body.saf-lightnoScroll {
    overflow: hidden
}

.saf-lightBox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(10px);
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden
}

    .saf-lightBox.open {
        opacity: 1;
        visibility: visible
    }

    .saf-lightBox a.closelightBox {
        display: flex;
        border: 1px #fff solid;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 60px;
        right: 20px;
        top: 20px;
        z-index: 5;
        transition: all 0.5s
    }

        .saf-lightBox a.closelightBox svg {
            width: 30px;
            height: 30px;
            fill: #fff;
            margin: auto
        }

        .saf-lightBox a.closelightBox:hover {
            background: #fff
        }

            .saf-lightBox a.closelightBox:hover svg {
                fill: #f00
            }

    .saf-lightBox a.saf-lightBox-btn {
        display: flex;
        border: 1px #fff solid;
        border-radius: 50%;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 5;
        transition: all 0.5s
    }

        .saf-lightBox a.saf-lightBox-btn svg {
            width: auto;
            height: 20px;
            fill: #fff;
            margin: auto
        }

        .saf-lightBox a.saf-lightBox-btn:hover {
            background: #fff
        }

            .saf-lightBox a.saf-lightBox-btn:hover svg {
                fill: var(--c)
            }

        .saf-lightBox a.saf-lightBox-btn.light-prev {
            left: 20px
        }

        .saf-lightBox a.saf-lightBox-btn.light-next {
            right: 20px
        }

    .saf-lightBox .saf-lightboxBody {
        display: flex;
        width: 100%;
        height: 100%;
        padding: 5% 10%;
        position: relative;
        opacity: 0;
        visibility: hidden;
        transition: all 0.8s ease 0.5s
    }

    .saf-lightBox.open .saf-lightboxBody {
        opacity: 1;
        visibility: visible
    }

    .saf-lightBox .moctrlBar {
        display: none
    }

    .saf-lightBox .lightswiper-pagination {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 4% !important;
        display: flex;
        justify-content: center;
        gap: 10px;
        z-index: 2
    }

        .saf-lightBox .lightswiper-pagination span {
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 5px;
            transition: all 0.5s;
            margin: 0 !important
        }

            .saf-lightBox .lightswiper-pagination span.swiper-pagination-bullet-active {
                transform: scale(1.5)
            }

    .saf-lightBox .saf-lightboxBody .swiper {
        width: 80%;
        height: 100%;
        margin: auto
    }

    .saf-lightBox .saf-lightboxBody .swiper-slide {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        padding-bottom: 60px;
        animation: none !important;
        opacity: 1 !important
    }
        /*弹窗内容，可自行修改*/

        .saf-lightBox .saf-lightboxBody .swiper-slide .s_img {
            height: 100%;
            animation: none !important;
            opacity: 1 !important
        }

            .saf-lightBox .saf-lightboxBody .swiper-slide .s_img img {
                width: 100%;
                height: 100%;
                object-fit: contain
            }

        .saf-lightBox .saf-lightboxBody .swiper-slide .s_title {
            text-align: center;
            color: #fff;
            font-size: 16px;
            line-height: 1.6;
            padding: 15px;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%
        }

@media screen and (max-width:768px) {
    .saf-lightBox .saf-lightboxBody {
        padding: 10% 15px;
        flex-direction: column
    }

        .saf-lightBox .saf-lightboxBody .swiper {
            width: 100%;
            height: 80vh
        }

        .saf-lightBox .saf-lightboxBody .swiper-slide {
            padding-bottom: 0
        }

    .saf-lightBox a.closelightBox {
        zoom: 0.8
    }

    .saf-lightBox a.saf-lightBox-btn {
        display: none
    }

    .saf-lightBox .moctrlBar {
        display: flex;
        gap: 30px;
        width: 100%;
        justify-content: center;
        padding-bottom: 30px
    }

        .saf-lightBox .moctrlBar span {
            display: flex
        }

            .saf-lightBox .moctrlBar span svg {
                width: auto;
                height: 30px;
                fill: #fff
            }

            .saf-lightBox .moctrlBar span.light-prev {
                transform: rotate(90deg)
            }

            .saf-lightBox .moctrlBar span.light-next {
                transform: rotate(-90deg)
            }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
}

@media screen and (max-width: 1700px) and (min-width: 1401px) {
}

@keyframes down-up {
    0% {
        transform: translate(-3px,0)
    }

    40% {
        transform: translate(3px,0)
    }

    60% {
        transform: translate(3px,0)
    }

    100% {
        transform: translate(-3px,0)
    }
}

#c_banner_019_P_2654-1752543048012 {
    min-height: 300px;
    background: #222;
    color: #fff;
    background_radio: 2;
    display-radio: 1;
    background-color: #222
}

    #c_banner_019_P_2654-1752543048012 .e_bannerA-2 {
        width: 100%
    }

        #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .swiper-container {
            height: inherit;
            width: 100%
        }

        #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .swiper-wrapper {
            height: inherit
        }

        #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .swiper-slide {
            height: inherit;
            position: relative;
            transition: all 0.5s
        }

        #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .swiper-slide-active {
            z-index: 5
        }

        #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .p_img {
            width: 100%;
            height: 100vh;
            max-height: 1440px;
            background: #000;
            position: relative;
            overflow: hidden
        }

            #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .p_img:before {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                background: linear-gradient(45deg,#000,transparent);
                position: absolute;
                left: 0;
                top: 0;
                z-index: 1;
                opacity: 0.2
            }

            #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .p_img > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transform: scale(1.05);
                transition: all 4s
            }

        #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .swiper-slide-active .p_img > img {
            transform: scale(1)
        }

        #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .custom-bullet {
            background: #ccc
        }

        #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .swiper-container-vertical {
            height: 400px
        }

        #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .p_video {
            width: 100%;
            height: 100vh;
            max-height: 1440px;
            z-index: 3;
            overflow: hidden;
            position: relative
        }

            #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .p_video .videoContent {
                width: 100%;
                height: 100%;
                background: #000
            }

            #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .p_video video {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

    #c_banner_019_P_2654-1752543048012 .saf-banner {
        width: 100%;
        height: 100vh;
        max-height: 1440px;
        position: relative;
        background: #000;
        overflow: hidden
    }

.saf-swiper-Text {
    width: 100%;
    position: absolute;
    padding: 15px 70px;
    left: 0;
    bottom: 40px;
    z-index: 3;
    color: #fff;
    display: flex;
    flex-wrap: wrap
}

    .saf-swiper-Text .saf-textBox {
        flex: 1;
        padding-right: 50px
    }

    .saf-swiper-Text .saf-subTitle {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding-bottom: 20px
    }

        .saf-swiper-Text .saf-subTitle a {
            display: block;
            padding: 10px 30px;
            border: 2px #fff solid;
            border-radius: 50px;
            font-size: 18px;
            transition: all 0.5s;
            opacity: 0.5;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px)
        }

            .saf-swiper-Text .saf-subTitle a.saf-current, .saf-swiper-Text .saf-subTitle a:hover {
                opacity: 1
            }

    .saf-swiper-Text .saf-title {
        display: grid;
        overflow: hidden
    }

        .saf-swiper-Text .saf-title > div {
            grid-area: 1/1/2/2;
            opacity: 0;
            transform: translate(0,150%);
            transition: all 0.5s
        }

            .saf-swiper-Text .saf-title > div.saf-current {
                opacity: 1;
                transform: translate(0,0)
            }

            .saf-swiper-Text .saf-title > div h3 {
                font-size: clamp(1.4rem,4vw,3.3rem);
                font-weight: bold;
                line-height: 1.3;
                margin: 0
            }

            .saf-swiper-Text .saf-title > div saf-summary {
                font-size: clamp(16px,1.2vw,1.2rem);
                line-height: 1.3;
                display: block;
                padding-top: 10px
            }

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

    .downBtn a {
        padding: 15px 20px 15px 15px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background: #fff2;
        display: flex;
        align-items: center;
        border-radius: 10px;
        color: #fff;
        font-size: clamp(20px,1.4vw,1.4rem);
        transition: all 0.5s
    }

        .downBtn a:hover {
            background: #0003
        }

        .downBtn a span {
            background: var(--c);
            border-radius: 5px;
            width: 60px;
            height: 60px;
            display: flex;
            margin-right: 15px;
            transform: rotate(90deg);
            transition: all 0.5s
        }

        .downBtn a:hover span {
            border-radius: 50%
        }

        .downBtn a span svg {
            width: auto;
            height: 14px;
            fill: #fff;
            margin: auto;
            animation: down-up 1s linear infinite
        }

.saf-bannerPagenation {
    flex: 0 0 100%;
    padding-top: 30px;
    display: flex
}

    .saf-bannerPagenation span {
        opacity: 1;
        width: auto;
        height: auto;
        background: none;
        display: flex;
        align-items: center
    }

        .saf-bannerPagenation span saf-i {
            display: block;
            width: 0;
            height: 1px;
            background: #fff;
            transition: all 0.5s;
            margin-left: 10px;
            overflow: hidden
        }

        .saf-bannerPagenation span.swiper-pagination-bullet-active saf-i {
            width: 50px
        }

        .saf-bannerPagenation span saf-i:before {
            content: "";
            display: block;
            width: 0;
            height: 1px;
            background: var(--n);
            transition: all var(--time)
        }

        .saf-bannerPagenation span.swiper-pagination-bullet-active saf-i:before {
            width: 100%
        }

.downBtn .bannerBtn {
    display: flex;
    flex-wrap: wrap;
    width: 45px;
    height: 90px;
    margin-left: 5px;
    background: #fff2;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    overflow: hidden
}

    .downBtn .bannerBtn > div {
        position: relative;
        display: flex;
        width: 45px;
        height: 45px;
        border-radius: 10px
    }

        .downBtn .bannerBtn > div.p_btn_next svg {
            transform: rotate(-90deg)
        }

        .downBtn .bannerBtn > div.p_btn_next:before {
            content: "";
            display: block;
            width: 22px;
            position: absolute;
            left: 50%;
            top: -0.5px;
            height: 1px;
            background: #fff2;
            margin-left: -11px
        }

        .downBtn .bannerBtn > div svg {
            fill: #fff;
            width: auto;
            height: 14px;
            transform: rotate(90deg);
            margin: auto
        }

        .downBtn .bannerBtn > div:hover {
            background: #fff
        }

            .downBtn .bannerBtn > div:hover svg {
                fill: var(--c)
            }

@media screen and (max-width:768px) {
    #c_banner_019_P_2654-1752543048012 {
        padding-top: 60px
    }

        #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .p_img, #c_banner_019_P_2654-1752543048012 .e_bannerA-2 .p_video {
            height: 300px;
            position: relative
        }

    .saf-swiper-Text {
        padding: 0 15px;
        bottom: 15px
    }

        .saf-swiper-Text .saf-subTitle {
            gap: 10px;
            display: none
        }

            .saf-swiper-Text .saf-subTitle a {
                zoom: 0.6
            }

        .saf-swiper-Text .saf-textBox {
            flex: 0 0 100%;
            padding-right: 0
        }

    .downBtn {
        display: none
    }

    .saf-bannerPagenation {
        padding-top: 15px
    }

    #c_banner_019_P_2654-1752543048012 .saf-banner {
        width: 100%;
        height: 100%;
        max-height: 1440px;
        position: relative;
        background: #000;
        overflow: hidden
    }

    .saf-swiper-Text .saf-title > div saf-summary {
        font-size: clamp(16px, 1.2vw, 1.2rem);
        line-height: 1.3;
        display: block;
        padding-top: 10px;
        display: none
    }
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
}

@media screen and (max-width: 1700px) and (min-width: 1401px) {
}

#c_static_001_P_63051-1752560833955 {
    min-height: 0px;
    display-radio: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    background-fill-value: background-image;
    background-repeat: no-repeat;
    margin-left: 0px;
    background_radio: 2;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2025063017475609274/cms/image/097fd558-98e9-42bd-b52a-7c0424489cc8.jpg);
    background-size: cover;
    background-position: center center
}

    #c_static_001_P_63051-1752560833955 .p_num {
        display-radio: 1
    }

    #c_static_001_P_63051-1752560833955 .p_plus {
        display-radio: 1
    }

    #c_static_001_P_63051-1752560833955 .e_container-40 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        display-radio: flex;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        background_radio: 1
    }

        #c_static_001_P_63051-1752560833955 .e_container-40 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_static_001_P_63051-1752560833955 .e_container-40 .cbox-40-1 {
            flex: 0 0 40%;
            background-fill-value: background-image;
            background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2025063017475609274/cms/image/10668504-ddee-44fa-83ac-7294c3a75f55.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center
        }

    #c_static_001_P_63051-1752560833955 .p_item {
        display-radio: 1
    }

    #c_static_001_P_63051-1752560833955 .e_text-46 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-size: 28px
    }

    #c_static_001_P_63051-1752560833955 .e_text-47 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-size: 28px
    }

    #c_static_001_P_63051-1752560833955 .e_container-40 .p_item {
        display-radio: 1
    }

    #c_static_001_P_63051-1752560833955 .e_container-53 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 94%;
        display-radio: flex;
        max-width: 930px;
        margin-left: auto;
        margin-right: auto;
        margin-right: 4%;
        margin-top: 8%;
        margin-bottom: 8%
    }

        #c_static_001_P_63051-1752560833955 .e_container-53 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 100%
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_loopitem {
        flex: 0 0 33.3%;
        position: relative
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_page {
        text-align: center
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_filter_wrapper {
        width: 100%;
        font-size: 13px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_kv_wrapper {
        display: flex;
        flex-wrap: nowrap;
        line-height: 40px;
        margin: 15px 0
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_filter_key {
        width: 70px;
        overflow: hidden;
        margin-right: 10px;
        font-weight: bold;
        color: #333333;
        font-size: 12px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_v_item {
        display: inline-block;
        padding: 0 3px;
        cursor: pointer;
        font-size: 13px;
        color: #555555;
        margin-right: 30px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_active .p_fbutton {
        color: #fff;
        background-color: cornflowerblue
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_result_item {
        position: relative;
        padding: 3px 20px 3px 10px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-right: 10px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_filter_close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px;
        font-style: normal;
        font-size: 16px;
        margin-top: -5px;
        cursor: pointer
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_s_option {
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect {
        font-size: 13px;
        position: relative
    }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect .inputWrap {
            width: 100%;
            min-width: 100px;
            min-height: 24px;
            border: 1px solid #DCDFE6;
            border-radius: 3px;
            position: relative;
            cursor: pointer;
            background: white
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect.is-invalid .inputWrap {
            border-color: #dc3545
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect ul {
            padding: 0 5px;
            margin: 0;
            padding-right: 35px
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect ul, li {
            list-style: none
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect li {
            display: inline-block;
            background: #edf0f3;
            color: #92969c;
            padding: 0px 5px;
            margin: 1px 5px 1px 0;
            border-radius: 5px;
            line-height: 16px
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect .multSelect-option {
            width: 100%;
            border: 1px solid #DCDFE6;
            border-radius: 2px;
            border-top: 0;
            max-height: 200px;
            overflow-y: scroll;
            position: absolute;
            height: 0;
            opacity: 0;
            z-index: 9;
            background: #fff
        }

            #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect .multSelect-option > div {
                line-height: 24px;
                cursor: pointer;
                padding: 0 10px
            }

                #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect .multSelect-option > div.selected {
                    color: #409eff
                }

                #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect .multSelect-option > div:hover {
                    color: #409eff;
                    background: #f3f6f9
                }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect .fa-close {
            font-style: normal;
            font-size: 12px;
            padding: 0 5px 0 7px
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect .inputWrap > .fa svg {
            fill: #666;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 0;
            top: calc(50% - 3px)
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect .inputWrap > .fa-down svg {
            transform: rotate(-90deg)
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect .inputWrap > .fa-up svg {
            transform: rotate(90deg)
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .multSelect .placeholder {
            line-height: 40px;
            padding-left: 10px;
            color: #aaa;
            position: absolute;
            left: 0;
            top: 0
        }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_normal_start {
        display: inline;
        width: 100px;
        height: 40px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_date_start {
        display: inline;
        width: 105px;
        height: 40px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_normal_end {
        display: inline;
        width: 100px;
        height: 40px;
        margin-right: 5px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_date_end {
        display: inline;
        width: 105px;
        height: 40px;
        margin-right: 5px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_split {
        margin: 0 5px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_normal {
        margin-right: 16px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_fbutton {
        background-color: #007bff;
        border: 1px solid #409EFF;
        text-decoration: none;
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 10px 25px;
        position: relative;
        overflow: hidden
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .input-check, #c_static_001_P_63051-1752560833955 .e_loop-54 .input-radio {
        margin: 0 5px;
        vertical-align: text-top
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .position-left {
        display: flex
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .position-right {
        display: flex;
        flex-direction: row-reverse
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .position-top {
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .position-bottom {
        display: flex;
        flex-direction: column-reverse
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_mbutton {
        border: 1px solid #409EFF;
        text-decoration: none;
        color: #409EFF;
        font-size: 14px;
        text-align: center;
        padding: 10px 25px;
        position: relative;
        overflow: hidden
    }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .p_mbutton:after {
            content: "";
            display: none;
            width: 16px;
            height: 16px;
            background-color: #409eff;
            -webkit-transform: skewY( -45deg);
            transform: skewY( 360deg);
            position: absolute;
            bottom: 0px;
            right: 0;
            z-index: 1
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .p_mbutton::before {
            content: "";
            display: none;
            width: 6px;
            height: 9px;
            border-right: #ffffff solid 2px;
            border-bottom: #ffffff solid 2px;
            -webkit-transform: rotate( 35deg);
            transform: rotate( 35deg);
            position: absolute;
            bottom: 5px;
            right: 4px;
            z-index: 2
        }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_active .p_mbutton::before {
        display: block
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_active .p_mbutton::after {
        display: block
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_input_match {
        width: 100px;
        height: 40px;
        padding: 10px;
        border: 1px solid #ced4da;
        border-radius: 3px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_filter_result {
        display: inline-block
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_contclear {
        cursor: pointer
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .swiper-container {
        padding-bottom: 30px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_imgwrapper {
        width: 80px;
        height: 100px;
        overflow: hidden
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_imgtitle {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        margin: 0 auto;
        line-height: 20px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_imgwrapper img {
        width: 100%;
        object-fit: cover
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_active .p_imgwrapper {
        border: 1px solid #409eff
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_filter_result {
        display: none
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_contclear {
        display: none
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_inputRangeSearch {
        padding: 7px 12px;
        background: #007bff;
        color: white;
        font-size: 14px;
        font-style: normal
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_inputSearch {
        padding: 0px 17px;
        background: #007bff;
        color: white;
        font-size: 14px;
        font-style: normal;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 5px;
        margin-left: 10px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-54 {
        display-radio: 1;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto
    }

    #c_static_001_P_63051-1752560833955 .e_container-55 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        height: 100%;
        background_radio: 1
    }

        #c_static_001_P_63051-1752560833955 .e_container-55 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_static_001_P_63051-1752560833955 .e_container-55 .p_item {
            display-radio: 1
        }

        #c_static_001_P_63051-1752560833955 .e_container-55 .cbox-55-0 {
            align-self: center
        }

    #c_static_001_P_63051-1752560833955 .e_container-56 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        justify-content: space-between;
        padding-bottom: 24px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: rgba(255,255,255,0.6);
        margin-top: 12px;
        margin-bottom: 12px
    }

        #c_static_001_P_63051-1752560833955 .e_container-56 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_static_001_P_63051-1752560833955 .e_scrollNumber-57 {
        height: 60px;
        line-height: 60px;
        font-size: 48px;
        font_radio: 2;
        display-radio: 1;
        font-family: Impact;
        color: rgba(255,255,255,1)
    }

    #c_static_001_P_63051-1752560833955 .e_text-58 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        color: rgba(255,255,255,0.75)
    }

    #c_static_001_P_63051-1752560833955 .e_icon-59 {
        width: 60px;
        height: 60px;
        font_radio: 2;
        display-radio: 1;
        text-align: left;
        color: rgba(255,255,255,1)
    }

        #c_static_001_P_63051-1752560833955 .e_icon-59 .icon {
            margin: 0;
            width: 100%;
            height: 100%;
            fill: #fff
        }

            #c_static_001_P_63051-1752560833955 .e_icon-59 .icon path {
                fill: #fff
            }

    #c_static_001_P_63051-1752560833955 .e_container-56 .cbox-56-0 {
        flex: 0 0 auto;
        align-self: center
    }

    #c_static_001_P_63051-1752560833955 .e_container-56 .cbox-56-1 {
        flex: 0 0 auto;
        align-self: center
    }

    #c_static_001_P_63051-1752560833955 .e_scrollNumber-57 .p_plus {
        display-radio: 1;
        font-size: 16px;
        font-family: Microsoft YaHei
    }

    #c_static_001_P_63051-1752560833955 .e_container-63 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        background_radio: 1;
        display-radio: flex;
        padding-right: 0px;
        padding-left: 0px
    }

        #c_static_001_P_63051-1752560833955 .e_container-63 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_static_001_P_63051-1752560833955 .e_text-64 {
        font_radio: 2;
        display-radio: 1;
        text-align: left;
        font-size: 36px;
        font-family: "a0e15a04-3f82-4900-bace-3128f979a6ac";
        color: rgba(201,22,30,1);
        line-height: 1.5;
        font-weight: bold
    }

    #c_static_001_P_63051-1752560833955 .e_text-65 {
        line-height: normal;
        font_radio: 2;
        display-radio: 1;
        font-size: 22px;
        color: rgba(0, 0, 0, 1);
        font-family: "opposans-r-2";
        margin-top: 10px
    }

    #c_static_001_P_63051-1752560833955 .e_richText-67 p {
        font-family: "Montserrat-Light";
        text-indent: 2rem
    }

    #c_static_001_P_63051-1752560833955 .e_richText-67 {
        font-size: 16px;
        color: rgba(51, 51, 51, 1);
        line-height: 2;
        font_radio: 2;
        display-radio: 1;
        margin-top: 10px;
        font-family: "opposans-r-2";
        max-width: none
    }

    #c_static_001_P_63051-1752560833955 .e_html-68 {
        min-height: 10px;
        display-radio: 1;
        margin-top: 40px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 100%
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_loopitem {
        position: relative
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_page {
        text-align: center
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_filter_wrapper {
        width: 100%;
        font-size: 13px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_kv_wrapper {
        display: flex;
        flex-wrap: nowrap;
        line-height: 40px;
        margin: 15px 0
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_filter_key {
        width: 70px;
        overflow: hidden;
        margin-right: 10px;
        font-weight: bold;
        color: #333333;
        font-size: 12px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_v_item {
        display: inline-block;
        padding: 0 3px;
        cursor: pointer;
        font-size: 13px;
        color: #555555;
        margin-right: 30px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_active .p_fbutton {
        color: #fff;
        background-color: cornflowerblue
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_result_item {
        position: relative;
        padding: 3px 20px 3px 10px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-right: 10px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_filter_close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px;
        font-style: normal;
        font-size: 16px;
        margin-top: -5px;
        cursor: pointer
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect {
        font-size: 13px;
        position: relative
    }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect .inputWrap {
            width: 100%;
            min-width: 100px;
            min-height: 24px;
            border: 1px solid #DCDFE6;
            border-radius: 3px;
            position: relative;
            cursor: pointer;
            background: white
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect.is-invalid .inputWrap {
            border-color: #dc3545
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect ul {
            padding: 0 5px;
            margin: 0;
            padding-right: 35px
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect ul, li {
            list-style: none
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect li {
            display: inline-block;
            background: #edf0f3;
            color: #92969c;
            padding: 0px 5px;
            margin: 1px 5px 1px 0;
            border-radius: 5px;
            line-height: 16px
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect .multSelect-option {
            width: 100%;
            border: 1px solid #DCDFE6;
            border-radius: 2px;
            border-top: 0;
            max-height: 200px;
            overflow-y: scroll;
            position: absolute;
            height: 0;
            opacity: 0;
            z-index: 9;
            background: #fff
        }

            #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect .multSelect-option > div {
                line-height: 24px;
                cursor: pointer;
                padding: 0 10px
            }

                #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect .multSelect-option > div.selected {
                    color: #409eff
                }

                #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect .multSelect-option > div:hover {
                    color: #409eff;
                    background: #f3f6f9
                }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect .fa-close {
            font-style: normal;
            font-size: 12px;
            padding: 0 5px 0 7px
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect .inputWrap > .fa svg {
            fill: #666;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 0;
            top: calc(50% - 3px)
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect .inputWrap > .fa-down svg {
            transform: rotate(-90deg)
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect .inputWrap > .fa-up svg {
            transform: rotate(90deg)
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .multSelect .placeholder {
            line-height: 40px;
            padding-left: 10px;
            color: #aaa;
            position: absolute;
            left: 0;
            top: 0
        }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_normal_start {
        display: inline;
        width: 100px;
        height: 40px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_date_start {
        display: inline;
        width: 105px;
        height: 40px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_normal_end {
        display: inline;
        width: 100px;
        height: 40px;
        margin-right: 5px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_date_end {
        display: inline;
        width: 105px;
        height: 40px;
        margin-right: 5px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_split {
        margin: 0 5px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_normal {
        margin-right: 16px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_fbutton {
        background-color: #007bff;
        border: 1px solid #409EFF;
        text-decoration: none;
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 10px 25px;
        position: relative;
        overflow: hidden
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .input-check, .e_loop-69 .input-radio {
        margin: 0 5px;
        vertical-align: text-top
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .position-left {
        display: flex
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .position-right {
        display: flex;
        flex-direction: row-reverse
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .position-bottom {
        display: flex;
        flex-direction: column-reverse
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_mbutton {
        border: 1px solid #409EFF;
        text-decoration: none;
        color: #409EFF;
        font-size: 14px;
        text-align: center;
        padding: 10px 25px;
        position: relative;
        overflow: hidden
    }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .p_mbutton:after {
            content: "";
            display: none;
            width: 16px;
            height: 16px;
            background-color: #409eff;
            -webkit-transform: skewY( -45deg);
            transform: skewY( 360deg);
            position: absolute;
            bottom: 0px;
            right: 0;
            z-index: 1
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .p_mbutton::before {
            content: "";
            display: none;
            width: 6px;
            height: 9px;
            border-right: #ffffff solid 2px;
            border-bottom: #ffffff solid 2px;
            -webkit-transform: rotate( 35deg);
            transform: rotate( 35deg);
            position: absolute;
            bottom: 5px;
            right: 4px;
            z-index: 2
        }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_active .p_mbutton::before {
        display: block
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_active .p_mbutton::after {
        display: block
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_input_match {
        width: 100px;
        height: 40px;
        padding: 10px;
        border: 1px solid #ced4da;
        border-radius: 3px
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 {
        display-radio: 1;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        max-width: none;
        width: auto
    }

    #c_static_001_P_63051-1752560833955 .e_container-70 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        position: relative;
        background_radio: 1;
        display-radio: flex;
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 10px;
        padding-left: 10px
    }

        #c_static_001_P_63051-1752560833955 .e_container-70 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_static_001_P_63051-1752560833955 .e_image-71 {
        overflow: hidden;
        border-radius: 10px
    }

        #c_static_001_P_63051-1752560833955 .e_image-71 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            max-height: 150px;
            object-position: center
        }

    #c_static_001_P_63051-1752560833955 .e_container-72 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 20px;
        display-radio: flex;
        background-color: rgba(0,0,0,0.3);
        background_radio: 2;
        margin-bottom: 0px;
        border-radius: 10px
    }

        #c_static_001_P_63051-1752560833955 .e_container-72:hover {
            background-color: rgba(201,22,30,0.8);
            transition: 0.3s;
            padding: 10px;
            width: 95%;
            height: 90%;
            position: absolute;
            left: 50%;
            right: 0;
            top: 50%;
            bottom: 0;
            transform: translate(-50%, -50%)
        }

        #c_static_001_P_63051-1752560833955 .e_container-72 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_static_001_P_63051-1752560833955 .e_icon-73 {
        width: 40px;
        height: 30px;
        font_radio: 1;
        display-radio: 1;
        margin-left: 0px;
        margin-right: auto;
        margin-bottom: 10px
    }

        #c_static_001_P_63051-1752560833955 .e_icon-73 .icon {
            margin: 0;
            width: 100%;
            height: 100%;
            fill: #fff
        }

            #c_static_001_P_63051-1752560833955 .e_icon-73 .icon path {
                fill: #fff
            }

    #c_static_001_P_63051-1752560833955 .e_text-74 {
        line-height: normal;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        font_radio: 2;
        display-radio: 1;
        margin-top: 0px;
        text-align: left
    }

    #c_static_001_P_63051-1752560833955 .e_text-75 {
        line-height: normal;
        color: rgba(255,255,255,1);
        font-size: 14px;
        opacity: 1;
        font-weight: normal;
        font_radio: 2;
        display-radio: 1;
        margin-top: 5px;
        text-align: left
    }

.button {
    text-decoration: none;
    line-height: 1;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    box-shadow: 10px 10px 20px rgba(0,0,0,.05);
    background-color: #fff;
    color: #121212;
    border: none;
    cursor: pointer
}

.button-decor {
    position: absolute;
    inset: 0;
    background-color: var(--c);
    transform: translateX(-64%);
    transition: transform .3s;
    z-index: 0
}

.button-content {
    display: flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    overflow: hidden
}

.button__icon {
    width: 48px;
    height: 40px;
    background-color: var(--c);
    display: grid;
    place-items: center
}

.button__text {
    display: inline-block;
    transition: color .2s;
    padding: 2px 1.5rem 2px;
    padding-left: .75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px
}

.button:hover .button__text {
    color: #fff
}

.button:hover .button-decor {
    transform: translate(0)
}

#c_static_001_P_63051-1752560833955 .e_scrollNumber-57 .p_num {
    display-radio: 1
}

#c_static_001_P_63051-1752560833955 .e_loop-69 .p_list .p_loopitem:nth-child(6) {
    display: none
}

@media screen and (max-width:768px) {
    #c_static_001_P_63051-1752560833955 {
        display-radio: 1;
        padding-top: 0px;
        padding-bottom: 0px;
        background-fill-value: background-image;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover
    }

        #c_static_001_P_63051-1752560833955 .p_plus {
            display-radio: 1
        }

        #c_static_001_P_63051-1752560833955 .e_container-40 .cbox-40-0 {
            flex: 0 0 100%
        }

        #c_static_001_P_63051-1752560833955 .e_container-40 .cbox-40-1 {
            flex: 0 0 100%
        }

        #c_static_001_P_63051-1752560833955 .e_container-40 {
            display-radio: 1;
            padding-bottom: 0px;
            padding-top: 0px;
            margin-bottom: 0px;
            margin-top: 0px
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 .p_loopitem {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: calc(100% / 3);
            display-radio: 1
        }

        #c_static_001_P_63051-1752560833955 .e_loop-54 {
            display-radio: 1;
            max-width: 94%;
            padding-top: 24px;
            padding-bottom: 24px
        }

        #c_static_001_P_63051-1752560833955 .e_container-56 {
            display-radio: 1
        }

            #c_static_001_P_63051-1752560833955 .e_container-56 .cbox-56-0 {
                flex: 0 0 100%
            }

            #c_static_001_P_63051-1752560833955 .e_container-56 .cbox-56-1 {
                flex: 0 0 100%
            }

        #c_static_001_P_63051-1752560833955 .e_icon-59 {
            font_radio: 1;
            display-radio: 1;
            max-width: 40px;
            height: auto;
            max-height: 40px;
            margin-top: 12px
        }

        #c_static_001_P_63051-1752560833955 .e_scrollNumber-57 {
            font_radio: 2;
            display-radio: 1;
            text-align: left;
            font-size: 28px;
            line-height: 1;
            height: auto;
            max-height: none
        }

        #c_static_001_P_63051-1752560833955 .e_container-53 {
            display-radio: 1;
            margin-top: 32px;
            margin-bottom: 32px
        }

        #c_static_001_P_63051-1752560833955 .e_container-63 {
            padding-left: 0px;
            padding-right: 0px;
            margin-top: 20px
        }

        #c_static_001_P_63051-1752560833955 .e_text-64 {
            font_radio: 2;
            display-radio: 1;
            font-size: 24px
        }

        #c_static_001_P_63051-1752560833955 .e_text-65 {
            font_radio: 2;
            display-radio: 1;
            font-size: 16px;
            color: #666;
            line-height: 1.8;
            text-align: left
        }

        #c_static_001_P_63051-1752560833955 .e_richText-67 {
            font-size: 14px
        }

        #c_static_001_P_63051-1752560833955 .e_loop-69 .p_loopitem {
            width: 100%
        }

        #c_static_001_P_63051-1752560833955 .e_container-70 {
            background_radio: 1;
            display-radio: 1;
            padding-left: 10px;
            padding-right: 0px;
            padding-top: 0px;
            padding-bottom: 0px
        }

        #c_static_001_P_63051-1752560833955 .e_container-72 {
            padding: 10px
        }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_63051-1752560833955 .e_loop-54 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_static_001_P_63051-1752560833955 .e_loop-69 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 3)
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
}

@media screen and (max-width: 1700px) and (min-width: 1401px) {
}

#c_static_001_P_33593-1752558251955 {
    width: 100%;
    height: 100vh;
    max-height: 1440px;
    overflow: hidden;
    background: #222
}

    #c_static_001_P_33593-1752558251955 .e_loop-1 {
        width: 100%;
        height: 100%
    }

        #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-proCateBox {
            width: 100%;
            height: 100%;
            position: relative
        }

        #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName {
            width: 40%;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 4;
            background: rgba(0,0,0,0.8);
            padding: 100px;
            display: flex;
            flex-direction: column;
            justify-content: center
        }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName h1 {
                font-size: 3rem;
                color: #fff;
                padding-bottom: 50px
            }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName ul {
                width: 100%;
                display: block
            }

                #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName ul li {
                    width: 100%;
                    line-height: 2;
                    font-size: 30px;
                    color: #fff;
                    transition: all 0.5s;
                    opacity: 0.4;
                    cursor: pointer;
                    display: flex;
                    align-items: center
                }

                    #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName ul li svg {
                        width: auto;
                        height: 14px;
                        fill: #fff;
                        transform: rotate(180deg);
                        margin-right: 20px
                    }

                    #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName ul li.light {
                        opacity: 1
                    }

        #c_static_001_P_33593-1752558251955 .e_loop-1 .p_list {
            display: flex;
            flex-wrap: wrap;
            position: relative; /*解决无缝滚动在循环体多列展示问题  */
            max-width: 100%; /* 解决无缝滚动在循环体多列展示问题 */
            width: 100%;
            height: 100%;
            z-index: 1;
            counter-reset: figure
        }

        #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
            opacity: 0;
            transition: all 0.5s;
            visibility: hidden
        }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem.light {
                position: relative;
                z-index: 5;
                opacity: 1;
                visibility: visible
            }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: all 4s;
                transform: scale(1.1)
            }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem.light img {
                transform: scale(1)
            }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos {
                padding: 50px;
                background: rgba(201,22,30,0.8);
                position: absolute;
                top: 50%;
                right: 40%;
                z-index: 4;
                height: 50%;
                transform: translate(0,-50%);
                width: 30%;
                color: #fff;
                border-radius: 50px 0 0
            }

                #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos:after {
                    counter-increment: figure;
                    content: counter(figure, decimal-leading-zero);
                    font-size: 5rem;
                    color: #fff;
                    line-height: 1;
                    position: absolute;
                    right: 50px;
                    bottom: 50px;
                    opacity: 0.2
                }

                #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos h3 {
                    font-size: 2rem;
                    line-height: 1.6
                }

                #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos .saf_summary {
                    padding: 30px 0 60px;
                    font-size: 16px;
                    line-height: 1.6;
                    text-align: justify
                }

                #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos a {
                    display: inline-flex;
                    border: 1px #fff solid;
                    border-radius: 30px;
                    line-height: 40px;
                    padding: 0 20px 0 20px;
                    transition: all 0.5s;
                    align-items: center
                }

                    #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos a svg {
                        margin-left: 15px;
                        width: 20px;
                        height: 20px;
                        fill: #fff
                    }

                    #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos a:hover {
                        background: #fff;
                        color: var(--c)
                    }

                        #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos a:hover svg {
                            fill: var(--c)
                        }

        #c_static_001_P_33593-1752558251955 .e_loop-1 .p_page {
            text-align: center;
            display: none
        }

@media screen and (max-width:768px) {
    #c_static_001_P_33593-1752558251955 {
        height: auto
    }

        #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName {
            width: 100%;
            height: auto;
            padding: 50px 15px;
            position: relative;
            background: #f5f5f5
        }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName h1 {
                font-size: 2rem;
                color: #333;
                padding-bottom: 30px;
                text-align: center
            }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName ul {
                display: flex;
                flex-wrap: wrap
            }

                #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName ul li {
                    flex: 0 0 50%;
                    color: #444;
                    font-size: 16px;
                    justify-content: center;
                    border: 1px #ddd solid;
                    line-height: 2.4;
                    opacity: 1
                }

                    #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName ul li svg {
                        fill: #666;
                        display: none
                    }

                    #c_static_001_P_33593-1752558251955 .e_loop-1 .saf-cateName ul li.light {
                        background: var(--c);
                        border-color: var(--c);
                        color: #fff
                    }

        #c_static_001_P_33593-1752558251955 .e_loop-1 .p_list {
            height: 450px
        }

        #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos {
            right: 0;
            bottom: 0;
            top: auto;
            transform: none;
            width: 80%;
            padding: 30px;
            height: auto;
            border-radius: 30px 0 0
        }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos h3 {
                font-size: 24px;
                margin: 0
            }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos .saf_summary {
                margin: 10px 0 20px;
                font-size: 14px;
                padding: 0;
                display: -webkit-box;
                display-radio: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden
            }

            #c_static_001_P_33593-1752558251955 .e_loop-1 .p_loopitem .saf-cateInfos:after {
                font-size: 3rem;
                bottom: 30px;
                right: 30px
            }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
}

@media screen and (max-width: 1700px) and (min-width: 1401px) {
}

#c_static_001_P_71343-1752562590443 {
    min-height: 300px;
    background_radio: 2;
    display-radio: 1;
    padding-top: 70px;
    padding-bottom: 5%;
    position: relative;
    z-index: 2;
    background-fill-value: background-color
}

    #c_static_001_P_71343-1752562590443:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 884px;
        height: 391px;
        z-index: 0;
        display: none;
        background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024042416414945827/cms/image/67d79aa2-d5f8-40c1-954f-2f21c585243d.png) no-repeat center/contain
    }

    #c_static_001_P_71343-1752562590443 .e_container-5 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 94%;
        background_radio: 1;
        display-radio: flex;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px
    }

        #c_static_001_P_71343-1752562590443 .e_container-5 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_static_001_P_71343-1752562590443 .e_container-9 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        background_radio: 1;
        display-radio: flex;
        padding-right: 10%
    }

        #c_static_001_P_71343-1752562590443 .e_container-9 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_static_001_P_71343-1752562590443 .videoBox {
        position: fixed;
        background: rgb(0 0 0 / 60%);
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all ease .3s;
        pointer-events: none;
        opacity: 0;
        z-index: 10;
        padding: 0 18px
    }

        #c_static_001_P_71343-1752562590443 .videoBox.show {
            opacity: 1;
            pointer-events: auto
        }

    #c_static_001_P_71343-1752562590443 .closeVideo {
        max-width: 150px;
        background: #fff;
        margin: 30px auto 0;
        border-radius: 55px;
        padding: 10px 30px;
        width: 100%;
        text-align: center;
        font-size: 14px;
        font-family: "Montserrat-Regular";
        cursor: pointer;
        transition: all ease .3s
    }

        #c_static_001_P_71343-1752562590443 .closeVideo:hover {
            background: #d0131d;
            color: #fff
        }

    #c_static_001_P_71343-1752562590443 .videoimg {
        display: none
    }

        #c_static_001_P_71343-1752562590443 .videoimg.vpHide:not([nd_deleted]) {
            display: none !important
        }

    #c_static_001_P_71343-1752562590443 .e_container-35 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: auto;
        max-width: none;
        background_radio: 1;
        padding-top: 0px
    }

        #c_static_001_P_71343-1752562590443 .e_container-35 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_static_001_P_71343-1752562590443 .e_container-35 .cbox-35-0 {
            align-self: center
        }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        max-width: 100%
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_loopitem {
        flex: 0 0 33.3%;
        position: relative
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_page {
        text-align: center
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_filter_wrapper {
        width: 100%;
        font-size: 13px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_kv_wrapper {
        display: flex;
        flex-wrap: nowrap;
        line-height: 40px;
        margin: 15px 0
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_filter_key {
        width: 70px;
        overflow: hidden;
        margin-right: 10px;
        font-weight: bold;
        color: #333333;
        font-size: 12px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_v_item {
        display: inline-block;
        padding: 0 3px;
        cursor: pointer;
        font-size: 13px;
        color: #555555;
        margin-right: 30px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_active .p_fbutton {
        color: #fff;
        background-color: cornflowerblue
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_result_item {
        position: relative;
        padding: 3px 20px 3px 10px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-right: 10px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_filter_close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px;
        font-style: normal;
        font-size: 16px;
        margin-top: -5px;
        cursor: pointer
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect {
        font-size: 13px;
        position: relative
    }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect .inputWrap {
            width: 100%;
            min-width: 100px;
            min-height: 24px;
            border: 1px solid #DCDFE6;
            border-radius: 3px;
            position: relative;
            cursor: pointer;
            background: white
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect.is-invalid .inputWrap {
            border-color: #dc3545
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect ul {
            padding: 0 5px;
            margin: 0;
            padding-right: 35px
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect ul, li {
            list-style: none
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect li {
            display: inline-block;
            background: #edf0f3;
            color: #92969c;
            padding: 0px 5px;
            margin: 1px 5px 1px 0;
            border-radius: 5px;
            line-height: 16px
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect .multSelect-option {
            width: 100%;
            border: 1px solid #DCDFE6;
            border-radius: 2px;
            border-top: 0;
            max-height: 200px;
            overflow-y: scroll;
            position: absolute;
            height: 0;
            opacity: 0;
            z-index: 9;
            background: #fff
        }

            #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect .multSelect-option > div {
                line-height: 24px;
                cursor: pointer;
                padding: 0 10px
            }

                #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect .multSelect-option > div.selected {
                    color: #409eff
                }

                #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect .multSelect-option > div:hover {
                    color: #409eff;
                    background: #f3f6f9
                }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect .fa-close {
            font-style: normal;
            font-size: 12px;
            padding: 0 5px 0 7px
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect .inputWrap > .fa svg {
            fill: #666;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 0;
            top: calc(50% - 3px)
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect .inputWrap > .fa-down svg {
            transform: rotate(-90deg)
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect .inputWrap > .fa-up svg {
            transform: rotate(90deg)
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .multSelect .placeholder {
            line-height: 40px;
            padding-left: 10px;
            color: #aaa;
            position: absolute;
            left: 0;
            top: 0
        }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_normal_start {
        display: inline;
        width: 100px;
        height: 40px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_date_start {
        display: inline;
        width: 105px;
        height: 40px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_normal_end {
        display: inline;
        width: 100px;
        height: 40px;
        margin-right: 5px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_date_end {
        display: inline;
        width: 105px;
        height: 40px;
        margin-right: 5px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_split {
        margin: 0 5px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_normal {
        margin-right: 16px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_fbutton {
        background-color: #007bff;
        border: 1px solid #409EFF;
        text-decoration: none;
        color: white;
        font-size: 14px;
        text-align: center;
        padding: 10px 25px;
        position: relative;
        overflow: hidden
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .input-check, .e_loop-40 .input-radio {
        margin: 0 5px;
        vertical-align: text-top
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .position-left {
        display: flex
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .position-right {
        display: flex;
        flex-direction: row-reverse
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .position-bottom {
        display: flex;
        flex-direction: column-reverse
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_mbutton {
        border: 1px solid #409EFF;
        text-decoration: none;
        color: #409EFF;
        font-size: 14px;
        text-align: center;
        padding: 10px 25px;
        position: relative;
        overflow: hidden
    }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .p_mbutton:after {
            content: "";
            display: none;
            width: 16px;
            height: 16px;
            background-color: #409eff;
            -webkit-transform: skewY( -45deg);
            transform: skewY( 360deg);
            position: absolute;
            bottom: 0px;
            right: 0;
            z-index: 1
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 .p_mbutton::before {
            content: "";
            display: none;
            width: 6px;
            height: 9px;
            border-right: #ffffff solid 2px;
            border-bottom: #ffffff solid 2px;
            -webkit-transform: rotate( 35deg);
            transform: rotate( 35deg);
            position: absolute;
            bottom: 5px;
            right: 4px;
            z-index: 2
        }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_active .p_mbutton::before {
        display: block
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_active .p_mbutton::after {
        display: block
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_input_match {
        width: 100px;
        height: 40px;
        padding: 10px;
        border: 1px solid #ced4da;
        border-radius: 3px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_filter_result {
        display: none
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_contclear {
        cursor: pointer;
        display: none
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .swiper-container {
        padding-bottom: 30px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_imgwrapper {
        width: 80px;
        height: 100px;
        overflow: hidden
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_imgtitle {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        margin: 0 auto;
        line-height: 20px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_imgwrapper img {
        width: 100%;
        object-fit: cover
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_active .p_imgwrapper {
        border: 1px solid #409eff
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_inputRangeSearch {
        padding: 7px 12px;
        background: #007bff;
        color: white;
        font-size: 14px;
        font-style: normal
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_inputSearch {
        padding: 0px 17px;
        background: #007bff;
        color: white;
        font-size: 14px;
        font-style: normal;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 5px;
        margin-left: 10px
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_categoryActive {
        color: #409EFF
    }

    #c_static_001_P_71343-1752562590443 .e_loop-40 {
        display-radio: 1;
        width: 94%;
        max-width: 1620px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px
    }

    #c_static_001_P_71343-1752562590443 .e_container-41:hover .e_icon-42 {
        color: #fff;
        transition: .5s
    }

    #c_static_001_P_71343-1752562590443 .e_container-41 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        background_radio: 2;
        display-radio: flex;
        background-color: rgba(255,255,255,1);
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(222,222,222,1)
    }

        #c_static_001_P_71343-1752562590443 .e_container-41:after {
            content: '';
            position: absolute;
            z-index: 0;
            bottom: 0;
            right: 0;
            width: 75px;
            height: 75px;
            background-color: var(--c);
            border-radius: 170px 0 0 0;
            opacity: .1
        }

        #c_static_001_P_71343-1752562590443 .e_container-41:before {
            content: '';
            position: absolute;
            z-index: 0;
            bottom: 0;
            right: 0;
            width: 90px;
            height: 90px;
            background-color: var(--c);
            border-radius: 272px 0 0 0;
            opacity: .1;
            -webkit-transition: .7s;
            transition: .7s
        }

        #c_static_001_P_71343-1752562590443 .e_container-41:hover:before {
            width: 100%;
            height: 100%;
            background-color: var(--c);
            border-radius: 5px;
            opacity: 1
        }

        #c_static_001_P_71343-1752562590443 .e_container-41 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_static_001_P_71343-1752562590443 .e_container-41:hover .e_text-43 {
            color: #fff
        }

        #c_static_001_P_71343-1752562590443 .e_container-41:hover .e_richText-52 {
            color: #fff
        }

    #c_static_001_P_71343-1752562590443 .e_icon-42 {
        width: 55px;
        height: 55px;
        font_radio: 2;
        display-radio: 1;
        font-size: 16px;
        color: var(--c);
        line-height: 1;
        margin-bottom: 15px
    }

        #c_static_001_P_71343-1752562590443 .e_icon-42 .icon {
            margin: 0;
            width: 100%;
            height: 100%;
            fill: currentColor
        }

    #c_static_001_P_71343-1752562590443 .e_text-43 {
        line-height: 2;
        font_radio: 2;
        display-radio: -webkit-box;
        font-size: 16px;
        transition: .7s;
        font-weight: bold;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: rgba(0,0,0,1)
    }

    #c_static_001_P_71343-1752562590443 .e_text-46 {
        line-height: normal;
        font_radio: 2;
        display-radio: flex;
        font-size: 24px;
        color: rgba(171,171,171,1);
        display: flex;
        align-items: center;
        font-family: Impact;
        font-weight: normal;
        margin-top: 10px
    }

        #c_static_001_P_71343-1752562590443 .e_text-46 svg {
            width: 27px;
            height: 27px;
            margin-top: 0;
            margin-left: 5px;
            display: none
        }

    #c_static_001_P_71343-1752562590443 .e_richText-47 blockquote {
        font-style: italic;
        font-family: Georgia,Times,"Times New Roman",serif;
        padding: 2px 0;
        border-style: solid;
        border-color: #ccc;
        border-width: 0;
        padding-left: 20px;
        padding-right: 8px;
        border-left-width: 5px
    }

    #c_static_001_P_71343-1752562590443 .e_richText-47 ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px
    }

    #c_static_001_P_71343-1752562590443 .e_richText-47 li {
        display: list-item;
        text-align: -webkit-match-parent;
        list-style: inherit
    }

    #c_static_001_P_71343-1752562590443 .e_richText-47 ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px
    }

    #c_static_001_P_71343-1752562590443 .e_richText-47 {
        font_radio: 2;
        display-radio: 1;
        font-size: 30px;
        color: rgba(0,0,0,1);
        line-height: 1.2;
        margin-top: 0px;
        font-weight: bold
    }

    #c_static_001_P_71343-1752562590443 .e_richText-52 blockquote {
        font-style: italic;
        font-family: Georgia,Times,"Times New Roman",serif;
        padding: 2px 0;
        border-style: solid;
        border-color: #ccc;
        border-width: 0;
        padding-left: 20px;
        padding-right: 8px;
        border-left-width: 5px
    }

    #c_static_001_P_71343-1752562590443 .e_richText-52 ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px
    }

    #c_static_001_P_71343-1752562590443 .e_richText-52 li {
        display: list-item;
        text-align: -webkit-match-parent;
        list-style: inherit
    }

    #c_static_001_P_71343-1752562590443 .e_richText-52 ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px
    }

    #c_static_001_P_71343-1752562590443 .e_richText-52 .ttsRead {
        color: #105850;
        display: none
    }

    #c_static_001_P_71343-1752562590443 .e_richText-52 {
        font_radio: 2;
        display-radio: -webkit-box;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 20px;
        font-size: 14px;
        color: #666;
        line-height: 2;
        text-align: left
    }

    #c_static_001_P_71343-1752562590443 .e_container-53 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 94%;
        background_radio: 1;
        display-radio: flex;
        max-width: 500px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: 0px
    }

        #c_static_001_P_71343-1752562590443 .e_container-53 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_static_001_P_71343-1752562590443 .e_container-53 .p_item {
            display-radio: 1
        }

    #c_static_001_P_71343-1752562590443 .e_button-55 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 140px;
        padding: 8px;
        background_radio: 2;
        border_radio: 2;
        font_radio: 1;
        radius_radio: 1;
        display-radio: block;
        margin-left: auto;
        margin-right: 0px;
        background-color: rgba(201,22,30,1);
        border-style: solid;
        border-color: rgba(201,22,30,1);
        border-width: 1px
    }

        #c_static_001_P_71343-1752562590443 .e_button-55 span {
            display: block;
            width: 100%;
            position: relative;
            z-index: 1;
            outline: 0;
            margin: 0px;
            overflow: hidden
        }

        #c_static_001_P_71343-1752562590443 .e_button-55::after {
            content: "";
            position: absolute;
            width: 0;
            height: 100%;
            transition: all .3s;
            z-index: 0;
            opacity: 0;
            top: 0;
            left: 0px
        }

        #c_static_001_P_71343-1752562590443 .e_button-55:hover::after {
            opacity: 1
        }

        #c_static_001_P_71343-1752562590443 .e_button-55:hover {
            background-color: rgba(0,0,0,1);
            border-style: solid;
            border-color: rgba(0,0,0,1)
        }

    #c_static_001_P_71343-1752562590443 .e_container-5 .cbox-5-1 {
        align-self: center
    }

@media screen and (max-width:768px) {
    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_static_001_P_71343-1752562590443:after {
        display: none
    }

    #c_static_001_P_71343-1752562590443 .e_container-5 {
        background_radio: 1;
        display-radio: 1;
        flex-direction: column
    }

    #c_static_001_P_71343-1752562590443 {
        padding-top: 40px;
        padding-bottom: 40px;
        background_radio: 2;
        display-radio: 1
    }

        #c_static_001_P_71343-1752562590443 .e_container-35 {
            display-radio: 1;
            width: 94%;
            padding-left: 0px;
            padding-right: 0px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 0px
        }

        #c_static_001_P_71343-1752562590443 .e_loop-40 {
            display-radio: 1;
            width: 100%
        }

            #c_static_001_P_71343-1752562590443 .e_loop-40 .cbox-40:nth-child(odd) {
                padding-right: 0px
            }

            #c_static_001_P_71343-1752562590443 .e_loop-40 .cbox-40:nth-child(even) {
                padding-left: 0px
            }

        #c_static_001_P_71343-1752562590443 .e_container-41 {
            background_radio: 1;
            display-radio: 1;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 14px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 15px;
            padding-bottom: 15px
        }

        #c_static_001_P_71343-1752562590443 .e_icon-42 {
            font_radio: 1;
            display-radio: 1;
            max-width: 30px;
            max-height: 30px;
            margin-bottom: 0px
        }

        #c_static_001_P_71343-1752562590443 .e_text-43 {
            font_radio: 2;
            display-radio: 1;
            font-size: 16px;
            color: #333333;
            line-height: 1.8;
            margin-bottom: 0px;
            margin-top: 0px
        }

        #c_static_001_P_71343-1752562590443 .e_text-46 {
            font-size: 16px;
            font_radio: 2;
            display-radio: 1;
            font-weight: normal
        }

        #c_static_001_P_71343-1752562590443 .e_richText-47 {
            font-size: 28px;
            font_radio: 2;
            display-radio: 1
        }

        #c_static_001_P_71343-1752562590443 .e_container-53 {
            background_radio: 1;
            display-radio: 1;
            width: 100%;
            margin-left: 0px;
            margin-right: auto
        }

            #c_static_001_P_71343-1752562590443 .e_container-53 .cbox-53-0 {
                margin-right: 10px
            }

            #c_static_001_P_71343-1752562590443 .e_container-53 .cbox-53-1 {
                margin-right: 10px
            }

        #c_static_001_P_71343-1752562590443 .e_button-55 {
            background_radio: 1;
            border_radio: 1;
            font_radio: 1;
            radius_radio: 1;
            display-radio: 1;
            width: 140px
        }

        #c_static_001_P_71343-1752562590443 .e_container-5 .cbox-5-1 {
            align-self: center;
            margin-left: 0;
            margin-right: auto
        }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_71343-1752562590443 .e_loop-40 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 4)
    }
}

#c_static_755-1753078180675 {
    background-fill-value: background-image;
    display-radio: 1;
    min-height: 0px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background_radio: 2;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2025063017475609274/cms/image/b0423ed2-73c2-4080-a8f5-0fc0069b07fe.jpg);
    background-size: cover
}

#c_grid-1643094125247 .p_gridCell {
    display-radio: 1
}

.e_container0 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    background-fill-value: background-color;
    display-radio: flex;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto
}

    .e_container0 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }

    .e_container0 .cbox-16-0 {
        background-fill-value: background-image;
        margin-top: 0px;
        margin-bottom: 0px
    }

    .e_container0 .p_item {
        display-radio: 1
    }

.e_container9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    overflow: hidden;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px
}

    .e_container9 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }

.e_container0 .cbox-26-0 {
    background-fill-value: background-image;
    margin-top: 0px;
    margin-bottom: 0px
}

.e_container6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    background-fill-value: background-color;
    display-radio: flex;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto
}

    .e_container6 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }

    .e_container6 .cbox-26-0 {
        background-fill-value: background-image;
        margin-top: 0px;
        margin-bottom: 0px
    }

    .e_container6 .p_item {
        display-radio: 1
    }

.e_text3 {
    font_radio: 2;
    font-size: 38px;
    font-family: Microsoft YaHei;
    text-align: center;
    line-height: 1.5;
    color: rgba(51,51,51,1);
    display-radio: 1;
    font-weight: bold
}

.e_text4 {
    font_radio: 2;
    font-size: 30px;
    font-family: Arial;
    text-align: center;
    line-height: 1;
    color: rgba(0,59,131,1);
    margin-top: 5px;
    display-radio: 1
}

#c_static_755-1753078180675 .e_text-33 {
    font_radio: 2;
    text-align: center;
    line-height: 2;
    color: rgba(255,255,255,1);
    display-radio: 1;
    font-weight: bold;
    font-size: 30px
}

#c_static_755-1753078180675 .e_container-67 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    background_radio: 1;
    padding-bottom: 0px
}

    #c_static_755-1753078180675 .e_container-67 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }

#c_static_755-1753078180675 .e_line-68 {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: rgba(255,255,255,1);
    width: 68px;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    display-radio: 1;
    margin-top: 8px
}

#c_static_755-1753078180675 .e_text-69 {
    font_radio: 2;
    text-align: center;
    line-height: 1.8;
    color: rgba(255,255,255,0.88);
    margin-top: 30px;
    display-radio: 1;
    font-size: 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

#c_static_755-1753078180675 .e_aiContainer-70 {
    background-size: cover;
    background-repeat: no-repeat;
    display-radio: 1;
    min-height: 0px;
    background_radio: 2
}

    #c_static_755-1753078180675 .e_aiContainer-70 .aiCon2 {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%
    }

    #c_static_755-1753078180675 .e_aiContainer-70 > .aiCon2 > .p_aitem {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }

    #c_static_755-1753078180675 .e_aiContainer-70 .p_aitem {
        display-radio: 1
    }

#c_static_755-1753078180675 .e_html-88 {
    min-height: 10px;
    display-radio: 1;
    margin-top: 40px;
    text-align: center
}

#c_static_755-1753078180675 .e_text-89 {
    line-height: normal;
    font_radio: 2;
    display-radio: flex;
    font-size: 24px;
    color: rgba(255,255,255,1);
    display: flex;
    align-items: center;
    font-family: Impact;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

    #c_static_755-1753078180675 .e_text-89 svg {
        width: 27px;
        height: 27px;
        margin-top: 0;
        margin-left: 5px;
        display: none
    }

@media screen and (max-width:768px) {
    #c_static_755-1753078180675 .e_text-33 {
        display-radio: 1;
        font_radio: 2;
        line-height: 2;
        font-size: 24px
    }

    #c_static_755-1753078180675 .e_line-68 {
        display-radio: 1;
        border-top-width: 2px
    }

    #c_static_755-1753078180675 .e_text-69 {
        display-radio: 1;
        font_radio: 2;
        font-size: 16px;
        line-height: 1.5
    }

    #c_static_755-1753078180675 {
        display-radio: 1
    }

        #c_static_755-1753078180675 .e_text-89 {
            font-size: 16px;
            font_radio: 2;
            display-radio: 1;
            font-weight: normal
        }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
}

@media screen and (max-width: 1700px) and (min-width: 1401px) {
}

#c_static_839_P_046-1753077739653 {
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
    background_radio: 2;
    display-radio: 1;
    background-color: rgba(239,242,244,1)
}

    #c_static_839_P_046-1753077739653 .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        max-width: 1610px;
        margin-left: auto;
        margin-right: auto;
        background_radio: 1;
        display-radio: flex;
        width: 94%
    }

        #c_static_839_P_046-1753077739653 .e_container-1 .p_item {
            flex: 1;
            max-width: 100%
        }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_list {
        display: flex;
        flex-wrap: wrap
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem {
        flex: 0 0 33.3%;
        position: relative
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_page {
        text-align: center
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_filter_wrapper {
        width: 100%
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_kv_wrapper {
        display: flex;
        flex-wrap: nowrap
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_filter_key {
        line-height: 40px;
        margin-right: 10px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_v_item {
        display: inline-block;
        margin: 0 5px;
        line-height: 40px;
        cursor: pointer
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_active {
        color: blueviolet
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_result_item {
        position: relative;
        padding: 3px 20px 3px 10px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-right: 10px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_filter_close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px;
        font-style: normal;
        font-size: 10px;
        margin-top: 2px;
        cursor: pointer
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect {
        font-size: 14px;
        position: relative
    }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect .inputWrap {
            width: 100%;
            min-width: 100px;
            min-height: 40px;
            border: 1px solid #ccc;
            border-radius: 3px;
            position: relative;
            cursor: pointer
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect.is-invalid .inputWrap {
            border-color: #dc3545
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect ul {
            padding: 0 5px;
            margin: 0;
            padding-right: 35px
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect ul, li {
            list-style: none
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect li {
            display: inline-block;
            background: #edf0f3;
            color: #92969c;
            padding: 3px 5px;
            margin: 5px 5px 5px 0;
            border-radius: 5px
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect .multSelect-option {
            width: 100%;
            border: 1px solid #ccc;
            border-top: 0;
            max-height: 200px;
            overflow-y: scroll;
            position: absolute;
            height: 0;
            opacity: 0;
            z-index: 9;
            background: #fff
        }

            #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect .multSelect-option > div {
                line-height: 40px;
                cursor: pointer;
                padding: 0 10px
            }

                #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect .multSelect-option > div.selected {
                    color: #409eff
                }

                #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect .multSelect-option > div:hover {
                    color: #409eff;
                    background: #f3f6f9
                }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect .fa-close {
            font-style: normal;
            font-size: 12px;
            padding: 0 5px 0 7px
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect .inputWrap > .fa svg {
            fill: #666;
            width: 16px;
            height: 16px;
            position: absolute;
            right: 0;
            top: calc(50% - 8px)
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect .inputWrap > .fa-down svg {
            transform: rotate(-90deg)
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect .inputWrap > .fa-up svg {
            transform: rotate(90deg)
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .multSelect .placeholder {
            line-height: 40px;
            padding-left: 10px;
            color: #aaa;
            position: absolute;
            left: 0;
            top: 0
        }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_filter_select {
        width: 150px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_normal_start, #c_static_839_P_046-1753077739653 .e_loop-4 .p_date_start {
        display: inline;
        width: 100px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_normal_end, #c_static_839_P_046-1753077739653 .e_loop-4 .p_date_end {
        display: inline;
        width: 100px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_split {
        margin: 0 5px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_normal {
        margin-right: 16px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 {
        margin-top: 70px;
        margin-bottom: 50px;
        display-radio: 1
    }

    #c_static_839_P_046-1753077739653 .e_container-16 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 160px;
        background_radio: 1;
        display-radio: flex;
        height: 160px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 15px #ccc;
        padding: 5px;
        transform: rotate(45deg);
        transition: all .5s ease
    }

        #c_static_839_P_046-1753077739653 .e_container-16 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_static_839_P_046-1753077739653 .e_image-17 {
        overflow: hidden;
        display-radio: 1;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 100%
    }

        #c_static_839_P_046-1753077739653 .e_image-17 img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: all .5s ease
        }

    #c_static_839_P_046-1753077739653 .e_container-16:hover .e_image-17 img {
        transform: scale(1.1)
    }

    #c_static_839_P_046-1753077739653 .e_container-16:hover {
        margin-top: -5px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(8) {
        margin-top: -35px;
        margin-left: 115px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(n+9) {
        margin-top: -35px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(21) {
        margin-top: -35px;
        margin-left: 115px
    }

    #c_static_839_P_046-1753077739653 .e_container-19 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        background_radio: 1;
        display-radio: flex;
        padding-right: 0px
    }

        #c_static_839_P_046-1753077739653 .e_container-19 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_static_839_P_046-1753077739653 .e_richText-20 blockquote {
        font-style: italic;
        font-family: Georgia,Times,"Times New Roman",serif;
        padding: 2px 0;
        border-style: solid;
        border-color: #ccc;
        border-width: 0;
        padding-left: 20px;
        padding-right: 8px;
        border-left-width: 5px
    }

    #c_static_839_P_046-1753077739653 .e_richText-20 ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px
    }

    #c_static_839_P_046-1753077739653 .e_richText-20 li {
        display: list-item;
        text-align: -webkit-match-parent;
        list-style: inherit
    }

    #c_static_839_P_046-1753077739653 .e_richText-20 ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px
    }

    #c_static_839_P_046-1753077739653 .e_richText-20 {
        font_radio: 2;
        display-radio: 1;
        font-size: 30px;
        color: rgba(0,0,0,1);
        line-height: 1.2;
        margin-top: 0px;
        font-weight: bold;
        text-align: center
    }

    #c_static_839_P_046-1753077739653 .e_text-21 {
        line-height: normal;
        font_radio: 2;
        display-radio: flex;
        font-size: 24px;
        color: rgba(191,191,191,1);
        display: flex;
        align-items: center;
        font-family: Impact;
        font-weight: normal;
        margin-top: 10px;
        text-align: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto
    }

        #c_static_839_P_046-1753077739653 .e_text-21 svg {
            width: 27px;
            height: 27px;
            margin-top: 0;
            margin-left: 5px;
            display: none
        }

    #c_static_839_P_046-1753077739653 .e_line-27 {
        width: 68px;
        margin-left: auto;
        margin-right: auto;
        height: 0px;
        display-radio: 1;
        margin-top: 8px;
        line_radio: 2;
        border-top-color: rgba(0,0,0,1);
        border-top-width: 3px;
        border-top-style: solid
    }

@media screen and (max-width:768px) {
    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 3)
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 {
        display-radio: 1;
        margin-top: 20px;
        margin-bottom: 0px
    }

    #c_static_839_P_046-1753077739653 {
        display-radio: 1;
        padding-top: 30px;
        padding-bottom: 70px
    }

        #c_static_839_P_046-1753077739653 .e_container-16 {
            width: 90px;
            height: 90px;
            padding: 2px;
            margin: auto;
            margin-top: 20px;
            transform: rotate(0deg)
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(8) {
            margin-top: 0px;
            margin-left: 0px
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(n+9) {
            margin-top: 0px
        }

        #c_static_839_P_046-1753077739653 .e_image-17 {
            transform: translate(-50%, -50%) rotate(0deg);
            width: 100%
        }

        #c_static_839_P_046-1753077739653 .e_richText-20 {
            font-size: 28px;
            font_radio: 2;
            display-radio: 1
        }

        #c_static_839_P_046-1753077739653 .e_text-21 {
            font-size: 16px;
            font_radio: 2;
            display-radio: 1;
            font-weight: normal
        }

        #c_static_839_P_046-1753077739653 .e_line-27 {
            display-radio: 1;
            border-top-width: 2px
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .p_list .p_loopitem:nth-child(21) {
            saf-auto: auto;
            margin-left: 0
        }
}

@media screen and (min-width: 769px) {
    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 7)
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 6)
    }

        #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(7) {
            margin-top: 20px;
            margin-left: 0px
        }

        #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(8) {
            margin-top: 20px;
            margin-left: 0px
        }

    #c_static_839_P_046-1753077739653 .e_container-16 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 120px;
        background_radio: 1;
        display-radio: flex;
        height: 120px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 15px #ccc;
        padding: 5px;
        transform: rotate(0deg);
        transition: all .5s ease
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(n+9) {
        margin-top: 20px
    }

    #c_static_839_P_046-1753077739653 .e_image-17 {
        transform: translate(-50%, -50%) rotate(0deg);
        width: 100%
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(21) {
        margin-top: 20px;
        margin-left: 0px
    }
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(21) {
        margin-top: -20px;
        margin-left: 90px
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(n+9) {
        margin-top: -20px
    }

    #c_static_839_P_046-1753077739653 .e_container-16 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100px;
        background_radio: 1;
        display-radio: flex;
        height: 100px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 15px #ccc;
        padding: 5px;
        transform: rotate(45deg);
        transition: all .5s ease
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(8) {
        margin-top: -20px;
        margin-left: 90px
    }
}

@media screen and (max-width: 1700px) and (min-width: 1401px) {
    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 8)
    }

        #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(8) {
            margin-top: 0px;
            margin-left: 0px
        }

    #c_static_839_P_046-1753077739653 .e_container-16 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 160px;
        background_radio: 1;
        display-radio: flex;
        height: 160px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 15px #ccc;
        padding: 5px;
        transform: rotate(0deg);
        transition: all .5s ease
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(n+9) {
        margin-top: 40px
    }

    #c_static_839_P_046-1753077739653 .e_image-17 {
        transform: translate(-50%, -50%) rotate(0deg);
        width: 100%
    }

    #c_static_839_P_046-1753077739653 .e_loop-4 .p_loopitem:nth-child(21) {
        margin-top: 40px;
        margin-left: 0px
    }
}

#c_new_list_186-1753077147944 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    border-style: none;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    display-radio: flex;
    transition-property: all;
    transition-radio: hover;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    background-color: rgba(255,255,255,1)
}

#c_new_list_186-1753077147944 {
    padding-bottom: 80px;
    display-radio: 1;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: auto;
    padding-top: 80px;
    margin-bottom: 0px;
    background_radio: 2;
    background-fill-value: background-image;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2025063017475609274/cms/image/1a32727c-3bb3-403f-92ad-5304948a5184.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

    #c_new_list_186-1753077147944 .e_loop-1 .p_list {
        display: flex;
        flex-wrap: wrap;
        display-radio: flex
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_loopitem {
        flex: 0 0 33.3%;
        position: relative;
        display-radio: 1
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_page {
        text-align: center
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_filter_wrapper {
        width: 100%;
        font-size: 13px
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_kv_wrapper {
        display: flex;
        flex-wrap: nowrap;
        line-height: 24px;
        margin: 15px 0
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_filter_key {
        width: 70px;
        overflow: hidden;
        margin-right: 10px;
        font-weight: bold;
        color: #333333;
        font-size: 12px
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_v_item {
        display: inline-block;
        padding: 0 3px;
        cursor: pointer;
        font-size: 13px;
        color: #555555;
        margin-right: 30px
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_active {
        color: #fff;
        background-color: #409EFF;
        border-radius: 2px
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_result_item {
        position: relative;
        padding: 3px 20px 3px 10px;
        border: 1px solid #ddd;
        border-radius: 3px;
        margin-right: 10px
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_filter_close {
        position: absolute;
        right: 0;
        top: 0;
        padding: 3px;
        font-style: normal;
        font-size: 16px;
        margin-top: -5px;
        cursor: pointer
    }

    #c_new_list_186-1753077147944 .e_loop-1 .multSelect {
        font-size: 13px;
        position: relative
    }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect .inputWrap {
            width: 100%;
            min-width: 100px;
            min-height: 24px;
            border: 1px solid #DCDFE6;
            border-radius: 3px;
            position: relative;
            cursor: pointer;
            background: white
        }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect.is-invalid .inputWrap {
            border-color: #dc3545
        }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect ul {
            padding: 0 5px;
            margin: 0;
            padding-right: 35px
        }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect ul, li {
            list-style: none
        }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect li {
            display: inline-block;
            background: #edf0f3;
            color: #92969c;
            padding: 0px 5px;
            margin: 1px 5px 1px 0;
            border-radius: 5px;
            line-height: 16px
        }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect .multSelect-option {
            width: 100%;
            border: 1px solid #DCDFE6;
            border-radius: 2px;
            border-top: 0;
            max-height: 200px;
            overflow-y: scroll;
            position: absolute;
            height: 0;
            opacity: 0;
            z-index: 9;
            background: #fff
        }

            #c_new_list_186-1753077147944 .e_loop-1 .multSelect .multSelect-option > div {
                line-height: 24px;
                cursor: pointer;
                padding: 0 10px
            }

                #c_new_list_186-1753077147944 .e_loop-1 .multSelect .multSelect-option > div.selected {
                    color: #409eff
                }

                #c_new_list_186-1753077147944 .e_loop-1 .multSelect .multSelect-option > div:hover {
                    color: #409eff;
                    background: #f3f6f9
                }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect .fa-close {
            font-style: normal;
            font-size: 12px;
            padding: 0 5px 0 7px
        }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect .inputWrap > .fa svg {
            fill: #666;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 0;
            top: calc(50% - 3px)
        }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect .inputWrap > .fa-down svg {
            transform: rotate(-90deg)
        }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect .inputWrap > .fa-up svg {
            transform: rotate(90deg)
        }

        #c_new_list_186-1753077147944 .e_loop-1 .multSelect .placeholder {
            line-height: 40px;
            padding-left: 10px;
            color: #aaa;
            position: absolute;
            left: 0;
            top: 0
        }

    #c_new_list_186-1753077147944 .e_loop-1 .p_filter_select {
        width: 110px;
        height: 24px;
        padding: 0;
        border: 1px solid #DCDFE6
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_normal_start {
        display: inline;
        width: 60px;
        height: 22px
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_date_start {
        display: inline;
        width: 105px;
        height: 22px
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_normal_end {
        display: inline;
        width: 60px;
        height: 22px;
        margin-right: 5px
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_date_end {
        display: inline;
        width: 105px;
        height: 22px;
        margin-right: 5px
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_split {
        margin: 0 5px
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_normal {
        margin-right: 16px
    }

    #c_new_list_186-1753077147944 .e_loop-1 {
        background_radio: 1;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        display-radio: 1;
        width: 94%;
        margin-top: 50px
    }

    #c_new_list_186-1753077147944 .e_container-2 > .p_item {
        flex: 1;
        max-width: 100%;
        max-height: 100%
    }

    #c_new_list_186-1753077147944 .e_image-3 {
        overflow: hidden;
        margin-left: 0px;
        margin-right: 0px;
        display-radio: 1;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 240px
    }

        #c_new_list_186-1753077147944 .e_image-3 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: all 0.5s
        }

    #c_new_list_186-1753077147944 .e_container-2:hover .e_image-3 img {
        transform: scale(1.1)
    }

    #c_new_list_186-1753077147944 .e_container-4 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 0px;
        display-radio: flex;
        margin-bottom: 0px
    }

        #c_new_list_186-1753077147944 .e_container-4 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_new_list_186-1753077147944 .e_line-5 {
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: rgba(238,238,238,1);
        max-height: 1px;
        min-height: 0px;
        display-radio: 1
    }

    #c_new_list_186-1753077147944 .e_container-6 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: auto;
        margin-left: 25px;
        margin-right: 25px;
        display-radio: flex
    }

        #c_new_list_186-1753077147944 .e_container-6 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_new_list_186-1753077147944 .e_timeFormat-8 {
        min-height: 20px;
        font_radio: 2;
        color: rgba(51,51,51,1);
        display-radio: 1;
        font-family: Arial;
        font-size: 16px;
        line-height: 1.5
    }

    #c_new_list_186-1753077147944 .e_image-9 {
        overflow: hidden;
        max-width: 24px;
        margin-right: 0px;
        margin-left: auto;
        display-radio: 1
    }

        #c_new_list_186-1753077147944 .e_image-9 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_new_list_186-1753077147944 .e_text-10 {
        line-height: normal;
        font_radio: 2;
        display-radio: -webkit-box;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
        color: rgba(0,0,0,1)
    }

    #c_new_list_186-1753077147944 .e_line-12 {
        border-top-style: solid;
        border-top-width: 2px;
        border-top-color: rgba(204,0,0,1);
        max-width: 40px;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: auto;
        max-height: 3px;
        display-radio: 1;
        width: 40px;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
    }

    #c_new_list_186-1753077147944 .e_text-13 {
        line-height: 1.5;
        font_radio: 2;
        font-size: 14px;
        color: rgba(137,137,137,1);
        display-radio: -webkit-box;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0px;
        height: 42px
    }

    #c_new_list_186-1753077147944 .e_text-10:hover {
        color: rgba(204,0,0,1)
    }

    #c_new_list_186-1753077147944 .e_loop-1:hover {
        border-style: none
    }

    #c_new_list_186-1753077147944 .e_loop-1 .cbox-1:nth-child(even) {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_new_list_186-1753077147944 .e_container-2 .p_item {
        display-radio: 1
    }

    #c_new_list_186-1753077147944 .e_container-14 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        display-radio: flex;
        margin-left: auto;
        width: auto;
        background_radio: 1;
        margin-top: 0px;
        margin-right: auto
    }

        #c_new_list_186-1753077147944 .e_container-14 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_new_list_186-1753077147944 .e_container-14 .p_item {
            display-radio: 1
        }

        #c_new_list_186-1753077147944 .e_container-14 .cbox-14-0 {
            margin-bottom: 0px;
            padding-bottom: 25px;
            margin-top: 0px;
            padding-top: 25px;
            background-color: rgba(247,247,247,1)
        }

    #c_new_list_186-1753077147944 .e_container-2:hover .e_text-10, #c_new_list_186-1753077147944 .e_container-2:hover .e_timeFormat-8 {
        display-radio: 1;
        color: rgba(204,0,0,1)
    }

    #c_new_list_186-1753077147944 .e_text-10, #c_new_list_186-1753077147944 .e_timeFormat-8 {
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
    }

    #c_new_list_186-1753077147944 .e_container-2:hover .e_line-12 {
        display-radio: 1;
        max-width: 80px;
        width: 80px
    }

    #c_new_list_186-1753077147944 .e_container-21 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        background_radio: 1;
        display-radio: flex;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        width: 94%
    }

        #c_new_list_186-1753077147944 .e_container-21 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_new_list_186-1753077147944 .e_container-21 .cbox-21-1 {
            align-self: center
        }

    #c_new_list_186-1753077147944 .e_container-22 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 94%;
        background_radio: 1;
        display-radio: flex;
        max-width: 600px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto
    }

        #c_new_list_186-1753077147944 .e_container-22 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_new_list_186-1753077147944 .e_container-22 .p_item {
            display-radio: 1
        }

    #c_new_list_186-1753077147944 .e_button-23 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 120px;
        padding: 8px;
        background_radio: 2;
        border_radio: 2;
        font_radio: 1;
        radius_radio: 1;
        display-radio: block;
        margin-right: auto;
        background-color: rgba(201,22,30,1);
        border-style: solid;
        border-color: rgba(201,22,30,1);
        border-width: 1px;
        margin-left: auto
    }

        #c_new_list_186-1753077147944 .e_button-23 span {
            display: block;
            width: 100%;
            position: relative;
            z-index: 1;
            outline: 0;
            margin: 0px;
            overflow: hidden
        }

        #c_new_list_186-1753077147944 .e_button-23::after {
            content: "";
            position: absolute;
            width: 0;
            height: 100%;
            transition: all .3s;
            z-index: 0;
            opacity: 0;
            top: 0;
            left: 0px
        }

        #c_new_list_186-1753077147944 .e_button-23:hover::after {
            opacity: 1
        }

        #c_new_list_186-1753077147944 .e_button-23:hover {
            background-color: rgba(0,0,0,1);
            border-style: solid;
            border-color: rgba(0,0,0,1)
        }

    #c_new_list_186-1753077147944 .e_button-24 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 120px;
        padding: 8px;
        background_radio: 2;
        border_radio: 2;
        font_radio: 1;
        radius_radio: 1;
        display-radio: block;
        margin-right: auto;
        background-color: rgba(201,22,30,1);
        border-style: solid;
        border-color: rgba(201,22,30,1);
        border-width: 1px;
        margin-left: auto
    }

        #c_new_list_186-1753077147944 .e_button-24 span {
            display: block;
            width: 100%;
            position: relative;
            z-index: 1;
            outline: 0;
            margin: 0px;
            overflow: hidden
        }

        #c_new_list_186-1753077147944 .e_button-24::after {
            content: "";
            position: absolute;
            width: 0;
            height: 100%;
            transition: all .3s;
            z-index: 0;
            opacity: 0;
            top: 0;
            left: 0px
        }

        #c_new_list_186-1753077147944 .e_button-24:hover::after {
            opacity: 1
        }

        #c_new_list_186-1753077147944 .e_button-24:hover {
            background-color: rgba(0,0,0,1);
            border-style: solid;
            border-color: rgba(0,0,0,1)
        }

    #c_new_list_186-1753077147944 .e_button-25 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 120px;
        padding: 8px;
        background_radio: 2;
        border_radio: 2;
        font_radio: 1;
        radius_radio: 1;
        display-radio: block;
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(201,22,30,1);
        border-style: solid;
        border-color: rgba(201,22,30,1);
        border-width: 1px
    }

        #c_new_list_186-1753077147944 .e_button-25 span {
            display: block;
            width: 100%;
            position: relative;
            z-index: 1;
            outline: 0;
            margin: 0px;
            overflow: hidden
        }

        #c_new_list_186-1753077147944 .e_button-25::after {
            content: "";
            position: absolute;
            width: 0;
            height: 100%;
            transition: all .3s;
            z-index: 0;
            opacity: 0;
            top: 0;
            left: 0px
        }

        #c_new_list_186-1753077147944 .e_button-25:hover::after {
            opacity: 1
        }

        #c_new_list_186-1753077147944 .e_button-25:hover {
            background-color: rgba(0,0,0,1);
            border-style: solid;
            border-color: rgba(0,0,0,1)
        }

    #c_new_list_186-1753077147944 .e_button-26 {
        display: block;
        position: relative;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        width: 120px;
        padding: 8px;
        background_radio: 2;
        border_radio: 2;
        font_radio: 1;
        radius_radio: 1;
        display-radio: block;
        margin-right: auto;
        background-color: rgba(201,22,30,1);
        border-style: solid;
        border-color: rgba(201,22,30,1);
        border-width: 1px;
        margin-left: auto
    }

        #c_new_list_186-1753077147944 .e_button-26 span {
            display: block;
            width: 100%;
            position: relative;
            z-index: 1;
            outline: 0;
            margin: 0px;
            overflow: hidden
        }

        #c_new_list_186-1753077147944 .e_button-26::after {
            content: "";
            position: absolute;
            width: 0;
            height: 100%;
            transition: all .3s;
            z-index: 0;
            opacity: 0;
            top: 0;
            left: 0px
        }

        #c_new_list_186-1753077147944 .e_button-26:hover::after {
            opacity: 1
        }

        #c_new_list_186-1753077147944 .e_button-26:hover {
            background-color: rgba(0,0,0,1);
            border-style: solid;
            border-color: rgba(0,0,0,1)
        }

    #c_new_list_186-1753077147944 .e_container-27 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        background_radio: 1;
        display-radio: flex;
        padding-right: 0px
    }

        #c_new_list_186-1753077147944 .e_container-27 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_new_list_186-1753077147944 .e_richText-28 blockquote {
        font-style: italic;
        font-family: Georgia,Times,"Times New Roman",serif;
        padding: 2px 0;
        border-style: solid;
        border-color: #ccc;
        border-width: 0;
        padding-left: 20px;
        padding-right: 8px;
        border-left-width: 5px
    }

    #c_new_list_186-1753077147944 .e_richText-28 ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px
    }

    #c_new_list_186-1753077147944 .e_richText-28 li {
        display: list-item;
        text-align: -webkit-match-parent;
        list-style: inherit
    }

    #c_new_list_186-1753077147944 .e_richText-28 ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px
    }

    #c_new_list_186-1753077147944 .e_richText-28 {
        font_radio: 2;
        display-radio: 1;
        font-size: 30px;
        color: rgba(0,0,0,1);
        line-height: 1.2;
        margin-top: 0px;
        font-weight: bold;
        text-align: center
    }

    #c_new_list_186-1753077147944 .e_text-29 {
        line-height: normal;
        font_radio: 2;
        display-radio: flex;
        font-size: 24px;
        color: rgba(255,255,255,1);
        display: flex;
        align-items: center;
        font-family: Impact;
        font-weight: normal;
        margin-top: 10px;
        text-align: center;
        justify-content: center
    }

        #c_new_list_186-1753077147944 .e_text-29 svg {
            width: 27px;
            height: 27px;
            margin-top: 0;
            margin-left: 5px;
            display: none
        }

    #c_new_list_186-1753077147944 .e_line-30 {
        width: 68px;
        margin-left: auto;
        margin-right: auto;
        height: 0px;
        display-radio: 1;
        margin-top: 8px;
        line_radio: 2;
        border-top-color: rgba(255,255,255,1);
        border-top-width: 3px;
        border-top-style: solid
    }

@media screen and (max-width:768px) {
    #c_static_001-1636615153236 .e_loop-1 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 4)
    }

    #c_new_list_186-1753077147944 .e_loop-1 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_new_list_186-1753077147944 {
        display-radio: 1
    }

        #c_new_list_186-1753077147944 .e_container-2 {
            display-radio: 1;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 30px
        }

        #c_new_list_186-1753077147944 .e_container-21 {
            background_radio: 1;
            display-radio: 1;
            flex-direction: column
        }

        #c_new_list_186-1753077147944 .e_container-22 {
            background_radio: 1;
            display-radio: 1;
            width: 100%;
            margin-left: 0;
            margin-right: auto
        }

            #c_new_list_186-1753077147944 .e_container-22 .cbox-22-0 {
                flex: 0 0 50%
            }

            #c_new_list_186-1753077147944 .e_container-22 .cbox-22-1 {
                flex: 0 0 50%
            }

            #c_new_list_186-1753077147944 .e_container-22 .cbox-22-2 {
                flex: 0 0 50%
            }

        #c_new_list_186-1753077147944 .e_button-23 {
            background_radio: 1;
            border_radio: 1;
            font_radio: 1;
            radius_radio: 1;
            display-radio: 1;
            margin-top: 10px;
            margin-right: auto;
            margin-left: 0
        }

        #c_new_list_186-1753077147944 .e_button-24 {
            background_radio: 1;
            border_radio: 1;
            font_radio: 1;
            radius_radio: 1;
            display-radio: 1;
            margin-top: 10px;
            margin-right: auto;
            margin-left: 0
        }

        #c_new_list_186-1753077147944 .e_button-25 {
            margin-right: auto;
            margin-left: 0
        }

        #c_new_list_186-1753077147944 .e_button-26 {
            background_radio: 1;
            border_radio: 1;
            font_radio: 1;
            radius_radio: 1;
            display-radio: 1;
            margin-right: auto;
            margin-left: 0
        }

        #c_new_list_186-1753077147944 .e_richText-28 {
            font-size: 28px;
            font_radio: 2;
            display-radio: 1
        }

        #c_new_list_186-1753077147944 .e_text-29 {
            font-size: 16px;
            font_radio: 2;
            display-radio: 1;
            font-weight: normal
        }

        #c_new_list_186-1753077147944 .e_line-30 {
            display-radio: 1;
            border-top-width: 2px
        }
}

@media screen and (min-width: 769px) {
    #c_new_list_186-1753077147944 .e_loop-1 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 4)
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
}

@media screen and (max-width: 1700px) and (min-width: 1401px) {
}
