/* 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
    }
}

:root {
    --c: #dc010a;
    --n: #004290;
    --t: #444;
    --bw: 1400px;
    --cc: #fff;
    --ccsize: 150px;
    --d: #666
}

* {
    word-break: break-word
}

.loadingBox {
    width: 100%;
    height: 100vh;
    max-height: 1440px;
    background: var(--n);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    transition: all 0.8s
}

.loadingBox.hides {
    height: 0;
    top: 0;
    bottom: auto;
    overflow: hidden
}

.loadingBox svg {
    width: calc(100% - 200px);
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.05
}

.loadingBox svg path {
    fill: #fff
}

.saf-cn-link {
    --lw: 50px;
    --lh: 60px;
    --lt: #fff;
    --lsvg: #fff;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 50px
}

.saf-cn-link.black {
    --lt: #666;
    --lsvg: #fff;
    justify-content: flex-start
}

.saf-cn-link a {
    display: flex;
    position: relative;
    align-items: center
}

.saf-cn-link span {
    display: block;
    width: var(--lw);
    height: var(--lh);
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    transition: all 0.5s
}

.saf-cn-link span:before {
    content: "";
    margin-left: 5px;
    display: block;
    width: var(--lh);
    height: var(--lh);
    background: var(--c);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0.2);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s
}

.saf-cn-link span svg {
    width: auto;
    height: 20px;
    fill: var(--lt);
    position: absolute;
    margin-left: 5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.saf-cn-link span:after {
    content: "";
    display: block;
    width: var(--lh);
    height: var(--lh);
    border: 1px var(--lt) dashed;
    border-radius: 50%;
    transition: all 0.5s
}

.saf-cn-link:hover span {
    overflow: visible;
    margin-right: 30px
}

.saf-cn-link:hover span:before {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1
}

.saf-cn-link:hover span:after {
    border: none
}

.saf-cn-link:hover span svg {
    fill: var(--lsvg)
}

.saf-make #c_static_001_P_36614-1727612177978 {
    position: relative
}

.saf-header {
    width: 100%;
    height: auto;
    padding: 0px 30px;
    transition: all 0.8s;
    position: relative;
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1)
}

.saf-header.on {
    padding: 0 30px;
    --t: #444
}

.saf-header .saf_navContent {
    width: 100%;
    display: flex
}

.saf-header .saf_navContent .logoRim {
    padding-right: 20px
}

.saf-header .saf_navContent .logoRim a {
    display: block;
    padding: 15px 0
}

.saf-header .saf_navContent .logoRim a svg {
    width: auto;
    height: 50px;
    display: inline-block
}

.saf-header .saf_navContent .lugRim {
    padding-left: 15px;
    display: flex;
    align-items: center;
    position: relative
}

.saf-header .saf_navContent .lugRim p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--n);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.saf-header .saf_navContent .lugRim p svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.saf-header .saf_navContent .lugRim .lugLi {
    width: max-content;
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 120%;
    padding: 15px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15)
}

.saf-header .saf_navContent .lugRim .lugLi a {
    display: block;
    line-height: 36px;
    font-size: 15px;
    color: #666
}

.saf-header .saf_navContent .lugRim .lugLi a:hover {
    color: var(--c)
}

.saf-header .saf_navContent .lugRim:hover p {
    background: var(--c)
}

.saf-header .saf_navContent .lugRim:hover .lugLi {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.saf-header .saf_navContent .companys {
    padding-left: 15px;
    display: flex;
    align-items: center;
    position: relative
}

.saf-header .saf_navContent .companys p {
    height: 40px;
    border-radius: 40px;
    background: var(--c);
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 20px;
    cursor: pointer
}

.saf-header .saf_navContent .companys p svg {
    width: auto;
    height: 18px;
    fill: #fff;
    margin-right: 10px
}

.saf-header .saf_navContent .companys .companyLi {
    width: max-content;
    background: #fff;
    padding: 15px 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    position: absolute;
    top: 120%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s
}

.saf-header .saf_navContent .companys:hover .companyLi {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.saf-header .saf_navContent .companys .companyLi a {
    display: block;
    line-height: 1.6;
    padding: 10px 0 10px 20px;
    border-bottom: 1px #ddd solid;
    font-size: 15px;
    color: #666;
    position: relative
}

.saf-header .saf_navContent .companys .companyLi a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    border-left-color: #666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%)
}

.saf-header .saf_navContent .companys .companyLi a:hover {
    color: var(--c);
    border-color: var(--n)
}

.saf-header .saf_navContent .companys .companyLi a:hover:before {
    border-left-color: var(--c)
}

.saf-menuList {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.saf-menuList li.saf_navItem {
    height: 100%
}

.saf-menuList li.saf_navItem > p {
    display: flex;
    align-items: center;
    height: 100%
}

.saf-menuList li.saf_navItem > p > a {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #ffffff;
    padding: 0 15px
}

.saf-menuList li.saf_navItem > p > a span {
    flex: 1
}

.saf-menuList li.saf_navItem > p > a svg {
    width: auto;
    height: 14px;
    fill: #999;
    display: none
}

.saf-menuList li.saf_navItem:hover > p > a {
    color: #ffffff !important;
    background: var(--c)
}

.saf_navBox {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%,0);
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0;
    display: none
}

.saf_navBox > ul {
    width: 100%;
    max-width: var(--bw);
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.saf_navBox > ul > li {
    padding: 0 15px
}

.saf_navBox > ul > li > a {
    display: block;
    line-height: 1.6;
    padding: 0px 0;
    font-size: 15px;
    position: relative;
    overflow: hidden
}

.saf_navBox > ul > li.hasChild {
    flex: 1
}

.saf_navBox > ul > li.hasChild > a {
    border-bottom: 1px #ccc solid
}

.saf_navBox > ul > li > a > span {
    position: relative;
    z-index: 4
}

.saf_navBox > ul > li:hover > a > span {
    color: var(--n)
}

.saf_navBox_3 {
    width: 100%;
    padding: 15px 0
}

.saf_navBox_3 ul {
    width: 100%
}

.saf_navBox_3 ul li {
}

.saf_navBox_3 ul li a {
    display: flex;
    align-items: center;
    line-height: 1.6;
    padding: 5px 0;
    font-size: 15px;
    position: relative;
    overflow: hidden
}

.saf_navBox_3 ul li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%
}

.saf_navBox_3 ul li a span {
    position: relative;
    z-index: 4;
    flex: 1;
    padding-left: 10px
}

.saf_navBox_3 ul li a svg {
    width: auto;
    height: 10px;
    fill: #999
}

.saf_navBox_3 ul li:hover a:before {
    background: var(--c)
}

.saf_navBox_3 ul li:hover a span {
    color: var(--c)
}

.saf_navBox_3 ul li:hover a svg {
    fill: var(--c)
}

.saf-search {
    display: flex;
    align-items: center
}

.saf-search .searchForm {
    border: 1px #ddd solid;
    border-radius: 20px;
    height: 40px;
    padding: 0 15px;
    display: flex;
    transition: all 0.5s
}

.saf-search .searchForm input {
    border: none;
    width: 120px;
    background: none;
    color: #666
}

.saf-search .searchForm a {
    display: flex;
    align-items: center;
    padding-left: 15px
}

.saf-search .searchForm a svg {
    width: auto;
    height: 20px;
    fill: #666
}

.saf-header .saf-search {
    display: flex;
    position: relative
}

.saf-header .saf-search > a {
    display: flex;
    align-items: center;
    padding: 0;
    color: #fff;
    font-size: 18px;
    position: relative
}

.saf-header .saf-search > a > svg {
    width: auto;
    height: 24px;
    fill: #fff;
    margin-right: 10px
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1 {
    border-top: solid 0px var(--c);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.15)
}

#c_static_001_P_36614-1727612177978 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999
}

.saf-make #c_static_001_P_36614-1727612177978 {
    position: relative
}

.saf-header .lugRim {
    display: flex;
    position: relative
}

.saf-header .lugRim > .lugList {
    min-width: 100%;
    width: max-content;
    position: absolute;
    right: 0;
    top: 100%;
    background: #f5f5f5;
    padding: 15px 15px 20px;
    border-top: 3px var(--c) solid;
    display: none
}

.saf-header .lugRim > .lugList > a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    border-bottom: 1px #ddd solid
}

.saf-header .lugRim > .lugList > a > img {
    width: 30px;
    height: 20px;
    object-fit: cover
}

.saf-header .lugRim > .lugList > a > span {
    flex: 1;
    padding-left: 10px
}

.saf-header .lugRim > a > svg {
    width: auto;
    height: 24px;
    fill: var(--t);
    margin-right: 10px
}

.saf-header .lugRim .lugList {
    min-width: 100%;
    width: max-content;
    position: absolute;
    right: 0;
    top: 100%;
    background: #f5f5f5;
    padding: 15px 15px 20px;
    border-top: 3px var(--c) solid;
    display: none
}

.saf-header .lugRim .lugList > a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    border-bottom: 1px #ddd solid
}

.saf-header .lugRim > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0px;
    border: 5px transparent solid;
    border-bottom-color: var(--c);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    transition: all 0.5s;
    opacity: 0
}

.saf-header .lugRim:hover > a:after {
    opacity: 1
}

.saf-header .lugRim .lugList > a > img {
    width: 30px;
    height: 20px;
    object-fit: cover
}

.saf-header .lugRim > .lugList > a > span {
    flex: 1;
    padding-left: 10px
}

.logoRim img {
    width: auto;
    height: 55px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1.on {
    background: #fff
}

.on .logoRim img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

.on .saf-menuList li.saf_navItem > p > a {
    color: var(--t)
}

.saf-header.on .saf-search > a {
    color: var(--t)
}

.saf-header.on .saf-search > a > svg {
    width: auto;
    height: 24px;
    fill: var(--t);
    margin-right: 10px
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover {
    background: #fff
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .logoRim img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .saf-menuList li.saf_navItem > p > a {
    color: var(--t)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover.on .saf-menuList li.saf_navItem > p > a {
    color: var(--t)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .saf-search > a {
    color: var(--t)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .saf-search > a > svg {
    width: auto;
    height: 24px;
    fill: var(--t);
    margin-right: 10px
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1 .saf-language > li.saf-selected > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1 .saf-language > li.saf-selected > svg {
    width: auto;
    height: 14px;
    fill: #fff;
    margin-left: 10px
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .saf-language > li.saf-selected > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--t)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1:hover .saf-language > li.saf-selected > svg {
    width: auto;
    height: 14px;
    fill: var(--t);
    margin-left: 10px
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1.on .saf-language > li.saf-selected > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--t)
}

#c_static_001_P_36614-1727612177978 .e_navigationC-1.on .saf-language > li.saf-selected > svg {
    width: auto;
    height: 14px;
    fill: var(--t);
    margin-left: 10px
}

@media screen and (max-width: 768px) {
    .loadingBox svg {
        width:calc(100% - 40px)
    }

    .saf-header .saf-search {
        display: flex;
        position: relative;
        display: none
    }

    .saf-header,.saf-header.on {
        padding: 0 15px
    }

    .saf-header .saf_navContent .logoRim {
        flex: 1
    }

    .saf-header .saf_navContent .logoRim a {
        display: inline-block
    }

    .saf-search {
        display: none
    }

    .saf_navButton {
        width: 40px;
        position: relative
    }

    .saf_navButton span {
        display: block;
        width: 30px;
        height: 2px;
        background: #f5f5f5;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
        transition: all 0.8s
    }

    .saf_navButton span:before {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: #f5f5f5;
        position: absolute;
        left: 0;
        bottom: 10px;
        transition: all 0.8s
    }

    .saf_navButton span:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: #f5f5f5;
        position: absolute;
        left: 0;
        top: 10px;
        transition: all 0.8s
    }

    .on .saf_navButton span {
        background: var(--c)
    }

    .on .saf_navButton span:before {
        background: var(--c)
    }

    .on .saf_navButton span:after {
        background: var(--c)
    }

    .saf_navButton.open span {
        background: none
    }

    .saf_navButton.open span:before {
        background: var(--c);
        transform: rotate(45deg);
        bottom: 0
    }

    .saf_navButton.open span:after {
        background: var(--c);
        transform: rotate(-45deg);
        top: 0
    }

    .saf-header .saf_navContent .companys {
        display: none
    }

    .logoRim img {
        width: 140px;
        height: auto
    }

    .saf-menuList {
        width: 100%;
        position: absolute;
        left: 100%;
        top: 100%;
        background: #f5f5f5;
        height: calc(100vh - 80px);
        overflow-y: auto;
        transition: all 1s;
        display: block
    }

    .saf-menuList.show {
        left: 0
    }

    .saf-menuList li.saf_navItem {
        width: 100%;
        border-bottom: 1px #ddd solid;
        height: auto
    }

    .saf-menuList li.saf_navItem > p > a {
        font-size: 16px;
        line-height: 60px
    }

    .saf-header .saf_navContent .lugRim {
        padding-left: 15px;
        display: flex;
        align-items: center;
        position: relative;
        display: none
    }

    .saf_navBox {
        position: relative;
        top: 0;
        border-top: 1px #ddd solid
    }

    .saf_navBox ul {
        flex-wrap: wrap
    }

    .saf_navBox > ul > li.hasChild,.saf_navBox ul li {
        flex: 0 0 100%
    }

    .saf-menuList li.saf_navItem > p > a svg {
        display: block
    }

    .saf_navBox_3 {
        position: relative;
        top: 0
    }
}

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

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

#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_static_001_P_63790-1734523796540 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: var(--wp);
    padding-right: var(--wp);
    background_radio: 1
}

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

#c_static_001_P_63790-1734523796540 .e_container-1 .cbox-1-0 {
    flex: 0 0 100%
}

.havestatic > div,.havestatic > div[class*="cbox-"] {
    position: static !important
}

.e_container0 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.e_container0 .cbox-10-0 {
    flex: 0 0 auto;
    margin-right: 0px;
    margin-left: auto
}

.e_container0 .cbox-10-1 {
    flex: 0 0 auto;
    margin-left: 20px;
    margin-right: 20px
}

.e_container0 .cbox-10-2 {
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: auto
}

#c_static_001_P_63790-1734523796540 {
    min-height: 0px;
    padding-bottom: 0px;
    display-radio: 1;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: var(--c);
    border-top: 0px solid;
    border-image: linear-gradient(to right, var(--c), #F38200) 2 2 2 2;
    background-fill-value: background-color;
    background-attachment: fixed;
    background_radio: 2;
    background-color: var(--c)
}

#c_static_001_P_63790-1734523796540 .e_container-1 .cbox-1-2 {
    flex: 0 0 15%
}

#c_static_001_P_63790-1734523796540 .e_credible-33 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001_P_63790-1734523796540 .e_credible-33 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001_P_63790-1734523796540 .e_credible-33 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001_P_63790-1734523796540 .e_credible-33 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001_P_63790-1734523796540 .e_credible-33 .img5 {
    width: 131px;
    height: 47px
}

#c_static_001_P_63790-1734523796540 .e_credible-33 {
    display-radio: 1;
    background_radio: 1;
    max-width: 133px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 10px
}

#c_static_001_P_63790-1734523796540 .e_container-1 .p_item {
    display-radio: 1
}

.followUsST .icon {
    width: 20px;
    height: 20px;
    fill: rgba(255,255,255,0.3);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.followUsST ul li {
    width: 40px;
    height: 20px;
    display: inline-block;
    margin: 0 -2px
}

.followUsST ul li a {
    display: block;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 26px
}

.followUsST ul li a:hover .icon {
    fill: rgba(255,255,255,1)
}

#c_static_001_P_63790-1734523796540 .e_text-46 {
    line-height: 1;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    margin-bottom: 15px
}

#c_static_001_P_63790-1734523796540 .e_richText-48 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: rgba(255,255,255,1);
    line-height: 1.7;
    font-family: Microsoft YaHei;
    margin-top: 20px;
    margin-bottom: 20px
}

#c_static_001_P_63790-1734523796540 .s_form_layout1 {
    background: none
}

#c_static_001_P_63790-1734523796540 .s_form_layout1 .s_input {
    border: 0;
    background: rgba(255,255,255,0.05);
    color: #fff
}

#c_static_001_P_63790-1734523796540 .s_form_layout1 textarea.s_input {
    height: 181px
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item {
    width: calc((100% - 120px) / 5);
    padding: 0 0px;
    flex-grow: 1;
    margin-left: 30px
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item:first-child {
    /* display: none */
    margin-left: 0
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item:nth-child(2) {
    /* margin-left: 0 */
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level3Box {
    display: none
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu1Item {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 15px
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu2Item {
    font-size: 16px;
    font-weight: normal;
    line-height: 2.625;
    color: rgba(255,255,255,0.5);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu2Item:hover {
    color: #fff;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_bottomNav-59 {
    font_radio: 1;
    display-radio: 1;
    width: 100%;
    max-width: var(--iw);
    margin-left: auto;
    margin-right: auto
}

.saf-auto-licenseo a {
    font-size: 14px !important;
    line-height: 2em !important;
    color: rgba(255,255,255,1) !important;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.saf-auto-licenseo a:hover {
    color: var(--c) !important;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.page_con {
    display: flex;
    justify-content: center
}

.page_con > a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px rgba(0,0,0,0.4) solid;
    fotn-size: 15px;
    color: #313131;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 4px
}

.page_con > a:hover {
    border-color: var(--c);
    color: var(--c)
}

.page_con > a.page_a.disabled {
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,0)
}

.page_con > a.page_a.current {
    border-radius: 50%;
    background: var(--c);
    color: #fff;
    border-color: transparent
}

.page_con > a.page_prev {
    color: transparent;
    font-size: 0
}

.page_con > a.page_prev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 5px 5px 5px 0;
    border-right-color: #313131;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.page_con > a.page_next {
    color: transparent;
    font-size: 0
}

.page_con > a.page_next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    border-left-color: #313131;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.page_con > a.page_a.disabled:before {
    opacity: 0.4;
    border-right-color: #fff;
    border-left-color: #fff
}

.page_con .page_jump {
    display: none
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_share {
    display: flex
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_share.vertical {
    flex-direction: column
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: var(--shareP);
    background: var(--shareBg);
    border-radius: var(--shareR);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem:hover {
    background: var(--shareHBg);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem[key='moments'] {
    display: none
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .horizontal .p_shareItem+.p_shareItem {
    margin-left: 10px
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .vertical .p_shareItem+.p_shareItem {
    margin-top: 10px
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_wxShareCon {
    display: none;
    position: absolute;
    width: 140px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    background-color: #fff;
    box-shadow: 1px 1px 4px #888;
    padding: 10px;
    border-radius: 4px
}
#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .qqemail {width: 180px;}
#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_wxShareCon canvas {
    display: block
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .vertical .p_wxShareCon {
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 10px)
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    max-width: 90%;
    border-radius: 4px;
    background: #fff;
    padding: 20px;
    text-align: center;
    transform: translateX(-50%) translateY(-50%)
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_close .icon {
    width: 100%;
    height: 100%;
    margin: 0
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_prompt {
    margin: 15px 0
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_qrcode {
    padding-top: 0px
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: var(--shareF);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem:hover .icon {
    fill: var(--shareHF);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}
#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem:hover .p_wxShareCon {
    display: block;
}
#c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 {
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: none
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.weibo):hover {
    background: #DF2728
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.weixin):hover {
    background: #3EB135
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.pyq):hover {
    background: #3EB135
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.qq):hover {
    background: #2CADEE
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.qqzone):hover {
    background: #2CADEE
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.copylink):hover {
    background: #2CADEE
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.facebook):hover {
    background: #38569F
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.linkedin):hover {
    background: #096599
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.twitter):hover {
    background: #000000
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.tumblr):hover {
    background: #29405B
}

#c_static_001_P_63790-1734523796540 [saf-st-share="1"] .p_shareItem:has(.pinterest):hover {
    background: #CD1F27
}

.custom-switch {
    padding-left: 5rem
}

.custom-switch .custom-control-label::before {
    left: -3rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-3rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.3)
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 3.2rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--c);
    background-color: var(--c)
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

#c_static_001_P_63790-1734523796540 .e_container-68 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: calc(var(--wpt) * 0.3125);
    margin-bottom: calc(var(--wpt) * 0.3125);
    max-width: var(--iw);
    margin-left: auto;
    margin-right: auto
}

#c_static_001_P_63790-1734523796540 .e_container-68 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-68 .cbox-68-1 {
    flex: 0 0 auto;
    align-self: center
}

#c_static_001_P_63790-1734523796540 .e_image-69 {
    overflow: hidden;
    display-radio: 1;
    max-width: 260px
}

#c_static_001_P_63790-1734523796540 .e_image-69 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001_P_63790-1734523796540 .e_container-70 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    max-width: var(--iw);
    margin-left: auto;
    margin-right: auto
}

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

#c_static_001_P_63790-1734523796540 .e_container-71 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    max-width: 260px
}

#c_static_001_P_63790-1734523796540 .e_container-71 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-71 .p_item {
    display-radio: 1
}

#c_static_001_P_63790-1734523796540 .e_text-72 {
    line-height: 1;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    margin-bottom: 15px;
    font-family: DIN
}

#c_static_001_P_63790-1734523796540 .e_container-70 .cbox-70-1 {
    flex: 0 0 auto;
    margin-left: 5%
}

#c_static_001_P_63790-1734523796540 .e_text-75 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    max-width: 150px;
    text-align: center;
    margin-top: 5px
}

#c_static_001_P_63790-1734523796540 .e_text-77 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    color: rgba(255,255,255,1);
    max-width: 150px;
    text-align: center;
    margin-top: 5px
}

#c_static_001_P_63790-1734523796540 .e_container-71 .cbox-71-0 {
    margin-right: 30px
}

#c_static_001_P_63790-1734523796540 .e_image-83 {
    overflow: hidden;
    display-radio: 1;
    max-width: 120px
}

#c_static_001_P_63790-1734523796540 .e_image-83 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001_P_63790-1734523796540 .e_image-84 {
    overflow: hidden;
    display-radio: 1;
    max-width: 120px
}

#c_static_001_P_63790-1734523796540 .e_image-84 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001_P_63790-1734523796540 .e_container-90 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    max-width: 450px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: auto
}

#c_static_001_P_63790-1734523796540 .e_container-90 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-90 .p_item {
    display-radio: 1
}

#c_static_001_P_63790-1734523796540 .e_container-91 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-91 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_text-92 {
    line-height: 2;
    font_radio: 2;
    display-radio: 1;
    color: rgba(240,238,238,1);
    font-size: var(--f16);
    margin-top: 5px
}

#c_static_001_P_63790-1734523796540 .e_text-93 {
    line-height: 2;
    font_radio: 2;
    display-radio: 1;
    color: rgba(51,51,51,1)
}

#c_static_001_P_63790-1734523796540 .e_text-94 {
    line-height: 2;
    font_radio: 2;
    display-radio: 1;
    color: rgba(240,238,238,1);
    font-size: var(--f16);
    margin-top: 5px
}

#c_static_001_P_63790-1734523796540 .e_text-95 {
    line-height: 2;
    font_radio: 2;
    display-radio: 1;
    color: rgba(240,238,238,1);
    font-size: var(--f16);
    margin-top: 5px
}

#c_static_001_P_63790-1734523796540 .e_text-96 {
    line-height: 2;
    font_radio: 2;
    display-radio: 1;
    color: rgba(240,238,238,1);
    margin-top: 5px;
    font-size: var(--f16)
}

#c_static_001_P_63790-1734523796540 .e_container-97 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background_radio: 1;
    width: auto
}

#c_static_001_P_63790-1734523796540 .e_container-97 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-97 .p_item {
    display-radio: 1
}

#c_static_001_P_63790-1734523796540 .e_line-98 {
    display-radio: 1;
    padding-top: 0px;
    margin-top: 50px;
    margin-bottom: 0px;
    height: 1px;
    border-top-color: rgba(255,255,255,0.1)
}

#c_static_001_P_63790-1734523796540 .e_container-99 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    max-width: 1600px;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    background_radio: 1
}

#c_static_001_P_63790-1734523796540 .e_container-99 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_63790-1734523796540 .e_container-99 .cbox-99-1 {
    align-self: center;
    flex: 0 0 auto
}

#c_static_001_P_63790-1734523796540 .e_container-99 .cbox-99-3 {
    flex: 0 0 auto
}

#c_static_001_P_63790-1734523796540 .e_container-99 .cbox-99-2 {
    flex: 0 0 auto
}

#c_static_001_P_63790-1734523796540 .e_credible-100 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001_P_63790-1734523796540 .e_credible-100 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001_P_63790-1734523796540 .e_credible-100 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001_P_63790-1734523796540 .e_credible-100 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001_P_63790-1734523796540 .e_credible-100 .img5 {
    width: 131px;
    height: 47px
}

#c_static_001_P_63790-1734523796540 .e_credible-100 {
    max-width: 65px;
    background_radio: 1;
    display-radio: 1;
    margin-right: 0px;
    margin-left: auto
}

#c_static_001_P_63790-1734523796540 .e_provider-101 {
    text-align: left;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    margin-top: 0px;
    color: rgba(255,255,255,0.7);
    font-family: "ebd5a37a-93f8-46f3-af54-a7b022d9712c";
    margin-right: 10px;
    padding-right: 20px
}

#c_static_001_P_63790-1734523796540 .e_richText-102 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    line-height: 1;
    font-weight: normal;
    font-family: "ebd5a37a-93f8-46f3-af54-a7b022d9712c"
}

.saf-pubTitle h3 {
    font-size: 2.4rem;
    color: #222;
    line-height: 1.5
}

.saf-cnCate .saf_loopitem a:hover {
    color: var(--c)
}

.saf-cateBox {
    width: 100%;
    max-width: var(--bw);
    margin: 0 auto;
    padding: 10px
}

.saf-cateBox .p_list {
    justify-content: center
}

.saf-cateBox .saf-loopitem {
    padding: 5px
}

.saf-cateBox .saf-loopitem a {
    display: block;
    padding: 10px 30px;
    line-height: 1.6;
    font-size: 16px;
    color: #666;
    border: 1px rgba(0,0,0,0.1) solid
}

.saf-cateBox .saf-loopitem a:hover,.saf-cateBox .saf-loopitem a.light {
    background: var(--c);
    border-color: var(--c);
    color: #fff
}

@media screen and (max-width: 768px) {
    #c_static_001_P_63790-1734523796540 {
        padding-right:0px;
        padding-left: 0px;
        display-radio: 1;
        background-size: auto 100%
    }

    #c_static_001_P_63790-1734523796540 .e_container-1 {
        flex-direction: column;
        display-radio: 1;
        padding-top: 50px;
        padding-bottom: 50px
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu1Item,#c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu2Item {
        display: flex;
        justify-content: space-between;
        line-height: 40px;
        font-size: 14px
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu1Item {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 50px
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Box ul {
        display: none
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_jtIcon {
        width: 20px;
        height: 20px;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 15px 0 0 0;
        fill: rgba(255,255,255,0.5)
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_jtIcon.active {
        transform: rotateZ(90deg)
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 a {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item:first-child {
        display: block
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item:last-child {
        display: block
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Item {
        padding: 0;
        width: 100%;
        margin: 0
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu2Item svg {
        opacity: .5
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 {
        font_radio: 1;
        margin-top: 10px
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Box .s_templatesum {
        background: rgba(0,0,0,0.1);
        padding: 5px 20px 20px 20px
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Box .s_templatesum .p_level2Item {
        border-bottom: 1px dashed rgba(255,255,255,0.05);
        line-height: 30px
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu2Item span:before {
        content: "-";
        display: inline-block;
        margin-right: 5px
    }

    #c_static_001_P_63790-1734523796540 .e_text-46 {
        font_radio: 1;
        display-radio: 1
    }

    #c_static_001_P_63790-1734523796540 .e_text-72 {
        font_radio: 1;
        display-radio: 1
    }

    #c_static_001_P_63790-1734523796540 .e_container-70 {
        background_radio: 1;
        display-radio: 1;
        flex-direction: column
    }

    #c_static_001_P_63790-1734523796540 .e_container-70 .cbox-70-0 {
        margin-bottom: 30px
    }

    #c_static_001_P_63790-1734523796540 .e_container-70 .cbox-70-1 {
        margin-left: 0px
    }

    #c_static_001_P_63790-1734523796540 .saf-auto-licenseo a {
        font-size: 12px !important
    }

    #c_static_001_P_63790-1734523796540 .e_websiteShareNew-66 .p_shareItem[key='moments'] {
        display: none !important
    }

    #c_static_001_P_63790-1734523796540 .e_container-90 {
        background_radio: 1;
        display-radio: 1;
        flex-direction: column;
        width: 100%
    }

    #c_static_001_P_63790-1734523796540 .e_container-91 .cbox-91-0 {
        flex: 0 0 100%
    }

    #c_static_001_P_63790-1734523796540 .e_container-91 .cbox-91-1 {
        flex: 0 0 100%
    }

    #c_static_001_P_63790-1734523796540 .e_line-98 {
        display-radio: 1;
        padding-top: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 1px;
        border-top-color: rgba(255,255,255,0.1)
    }

    #c_static_001_P_63790-1734523796540 .e_container-99 {
        display-radio: 1
    }

    #c_static_001_P_63790-1734523796540 .e_container-99 .cbox-99-1 {
        align-self: flex-start;
        flex: 0 0 100%
    }

    #c_static_001_P_63790-1734523796540 .e_container-99 .cbox-99-2 {
        flex: 0 0 100%
    }

    #c_static_001_P_63790-1734523796540 .e_container-99 > .p_item {
        flex: 0 0 100%
    }

    #c_static_001_P_63790-1734523796540 .e_credible-100 {
        max-width: 65px;
        background_radio: 1;
        display-radio: 1;
        margin-right: auto;
        margin-left: 0px
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_level1Box {
        display:flex
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_jtIcon {
        display: none
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 .p_menu1Item {
        border-bottom: 0px solid rgba(255,255,255,0.1)
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001_P_63790-1734523796540 {
        display-radio:1;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_static_001_P_63790-1734523796540 .e_container-1 {
        display-radio: 1
    }

    #c_static_001_P_63790-1734523796540 .e_bottomNav-59 {
        display-radio: 1;
        font_radio: 1
    }

    #c_static_001_P_63790-1734523796540 .e_image-84 {
        display-radio: 1
    }
}

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

saf-online.saf-theme02 {
    --br: 50%;
    --oc: #0064af;
    --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: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-1722314041879.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) {
}

:root {
    --s: #f2f1f0;
    --t: #565656;
    --ww: 100%;
    --wp: 8%;
    --wpt: clamp(50px,8.335vw,100px);
    --wpt2: clamp(50px,8.335vw,50px);
    --iw: 1600px;
    --bannHight: 460px;
    --bannMarginTop: 40px;
    --bannBtnTop: 40%;
    --bannImgFilter: brightness(70%);
    --bc: var(--c) !important;
    --kw: "关键词：";
    --kww: 85px;
    --kwp: 105px;
    --gy: "概要：";
    --cateTxt: "全部分类 >";
    --tdownload: "相关下载";
    --shareBg: rgba(255,255,255,0.3);
    --shareHBg: var(--c);
    --shareF: #ffffff;
    --shareHF: #fff;
    --shareR: 50%;
    --shareP: 10px;
    --r20: 20px;
    --r30: 30px;
    --r80: 80px;
}

[f100] {
    font-size: clamp(48px,5.209vw,100px)
}

[f60] {
    font-size: clamp(20px,3.125vw,60px)
}

[f56] {
    font-size: clamp(46px,2.917vw,56px)
}

[f50] {
    font-size: clamp(30px,2.605vw,50px)
}

[f48] {
    font-size: clamp(34px,2.5vw,48px)
}

[f46] {
    font-size: clamp(28px,2.396vw,46px)
}

[f36] {
    font-size: clamp(24px,1.875vw,36px)
}

[f30] {
    font-size: clamp(26px,1.563vw,30px)
}

[f26] {
    font-size: clamp(20px,1.354vw,26px)
}

[f24] {
    font-size: clamp(22px,1.25vw,24px)
}

[f22] {
    font-size: clamp(14px,1.146vw,22px)
}

[f20] {
    font-size: clamp(16px,1.042vw,20px)
}

[f18] {
    font-size: clamp(16px,0.9375vw,18px)
}

[f16] {
    font-size: clamp(14px,0.833vw,16px)
}

[f14] {
    font-size: clamp(12px,0.729vw,14px)
}

[f12] {
    font-size: 12px
}

.noblod { font-weight: normal!important;}
.c_cray { color: #9999!important;}

html[lang="zh"] div[class*='e_cookie'] {
    display: none
}

body {
    font-family: PingFangSC-Regular,"Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑",STHeiti,MingLiu;
    overflow-x: hidden
}

.reset_style,body {
    word-break: break-word
}

#c_static_001_P_63789-1734076501513 {
    min-height: 0px;
    background_radio: 2;
    display-radio: 1
}

#c_static_001_P_63789-1734076501513 .e_html-1 {
    min-height: 0px;
    display-radio: 1;
    background_radio: 1
}

#c_grid-116273709439191 {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.05);
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.active#c_grid-116273709439191 {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

[st-its] {
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

[st-its]:hover {
    background: var(--c) !important;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

[st-its] .s_img img {
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

[st-its]:hover .s_img img {
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

[st-its] .s_title {
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

[st-its]:hover .s_title {
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

@media screen and (max-width: 768px) {
    :root {
        --wp:20px;
        --bannHight: 200px
    }
}

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

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

:root {
    --c: #064ea2;
    --hmfirst: #064ea2;
    --hm: #064ea2;
    --primary: #064ea2;
    --n: #009b4c;
    --bw: #064ea2;
    --bc: #064ea2;
    --br: 5px;
    --cc: #064ea2;
    --bw: 1600px;
    --ccsize: 150px
}

body {
    --saftime: 0.8s;
    --safswtime: 1s 1s;
    --pagecolor: #064ea2;
    /* opacity: 0; */
    transition: padding-top 1s
}

body.saf-active {
    --pagecolor: #064ea2
}

::-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-1733390961160 {
}

#c_static_001_P_41643-1733390961160 .e_html-1 {
}

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

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

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

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

[saf-languages] > ul > li.saf-item {
    padding: 5px;
    display: flex
}

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

[saf-languages] > ul > li.saf-item > a > svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    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
}

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

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

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

[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: 0
}

[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%
}

[saf-languages] > .saf-sub > ul li.saf-item a > svg {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    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) {
}

@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_1927-1734519350077 {
    min-height: 300px;
    background: #222;
    color: #fff
}

#c_banner_019_P_1927-1734519350077 .e_bannerA-2 {
    width: 100%
}

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

#c_banner_019_P_1927-1734519350077 .e_bannerA-2 .swiper-wrapper {
    height: inherit
}

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

#c_banner_019_P_1927-1734519350077 .e_bannerA-2 .swiper-slide-active {
    z-index: 5
}

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

#c_banner_019_P_1927-1734519350077 .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.25
}

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

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

#c_banner_019_P_1927-1734519350077 .e_bannerA-2 .custom-bullet {
    background: #ccc
}

#c_banner_019_P_1927-1734519350077 .e_bannerA-2 .swiper-container-vertical {
    height: 400px
}

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

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

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

.saf-swiper-Text {
    width: 100%;
    position: absolute;
    padding: 15px 70px;
    left: 0;
    bottom: 15px;
    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: block;
    padding-top: 40px;
    text-align: center;
    font-family: 'alimamashuheiti'; 
}

.saf-swiper-Text .saf-subTitle a {
    /* display: block; */
    padding: 10px 30px;
    /* border: 2px #fff solid;
    border-radius: 50px; */
    font-size: 36px;
    transition: all 0.5s;
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-weight: block;
    color: #000;
    -webkit-text-stroke:1px #fff;
}

.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 */
    text-align: center;
    font-family: 'alimamashuheiti'; 
}

.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.3rem,4vw,4rem);
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 50px;
    border-radius: 60px;
    color: #177ae1;
    display: inline;
}

.saf-swiper-Text .saf-title > div saf-summary {
    font-size: clamp(16px,1.4vw,1.6rem);
    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;
    font-size: 18px;
}

.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_1927-1734519350077 {
        padding-top:0px
    }

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

    .saf-swiper-Text {
        padding: 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
    }

    .saf-swiper-Text .saf-title > div saf-summary {
        display: none
    }
}

#c_static_001_P_64249-1734512382420 {
    /* background: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2024102818164174832/cms/image/527e4ac5-a071-42d1-a888-37809d84de38.webp) center top no-repeat;
    background-size: cover;
    background_radio: 2;
    display-radio: 1;
    background-image: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2024102818164174832/cms/image/527e4ac5-a071-42d1-a888-37809d84de38.webp) center top no-repeat; */
    background-color: #fff;
    padding: var(--wpt2) 0
}

#c_static_001_P_64249-1734512382420 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: var(--bw);
    margin: 0 auto;
    padding: 15px;
    gap: 60px;
    align-items: center;
    overflow: hidden
}

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

#c_static_001_P_64249-1734512382420 .e_container-1 > .p_item.cbox-1-0 {
    flex: 0 0 40%
}

#c_static_001_P_64249-1734512382420 .e_image-2 {
    overflow: hidden;
    aspect-ratio: 100/51;
    border-radius: 10px
}

#c_static_001_P_64249-1734512382420 .e_image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_static_001_P_64249-1734512382420 .e_h3-4 {
    font-size: 24px;
    color: #222;
    line-height: 1.6;
    padding: 10px 0 20px;
    margin: 0;
    font_radio: 2;
    display-radio: 1;
    font-weight: normal;
    padding-bottom: 10px
}

#c_static_001_P_64249-1734512382420 .e_richText-5 {
    line-height: 1.8;
    font-size: 15px;
    color: #666;
    padding-bottom: 25px;
    text-align: justify;
    font_radio: 2;
    display-radio: 1;
    text-indent: 2rem
}

#c_static_001_P_64249-1734512382420 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex
}

#c_static_001_P_64249-1734512382420 .e_container-7 > .p_item {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px
}

#c_static_001_P_64249-1734512382420 .e_text-9 {
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px
}

#c_static_001_P_64249-1734512382420 .e_text-9 saf-icon {
    display: flex;
    width: 46px;
    height: 46px;
    background: #fff;
    border: 1px #ddd solid;
    border-radius: 50%
}

#c_static_001_P_64249-1734512382420 .e_text-9 saf-icon svg {
    width: 40%;
    height: 40%;
    margin: auto
}

#c_static_001_P_64249-1734512382420 .e_text-9 a {
    display: block;
    line-height: 1;
    font-size: 14px
}

#c_static_001_P_64249-1734512382420 .e_text-9 a span {
    display: block;
    font-size: 20px;
    color: var(--c);
    font-weight: bold;
    line-height: 1;
    padding-bottom: 8px
}

#c_static_001_P_64249-1734512382420 .e_loop-6 {
    width: 100%;
    max-width: var(--bw);
    margin: 0 auto;
    padding: 50px 15px 15px
}

#c_static_001_P_64249-1734512382420 .e_loop-6 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001_P_64249-1734512382420 .e_loop-6 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001_P_64249-1734512382420 .e_loop-6 .p_loopitem:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 0
}

#c_static_001_P_64249-1734512382420 .e_scrollNumber-10 {
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

#c_static_001_P_64249-1734512382420 .e_scrollNumber-10 span.p_num {
    font-size: clamp(2.4rem,3.5vw,3.5rem);
    color: transparent;
    background: linear-gradient(45deg, var(--c),var(--n));
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#c_static_001_P_64249-1734512382420 .e_scrollNumber-10 span.p_plus {
    font-size: 16px;
    color: #666;
    padding-left: 10px
}

#c_static_001_P_64249-1734512382420 .e_text-11 {
    line-height: 1.6;
    padding-top: 10px;
    text-align: center;
    font-size: 16px
}

#c_static_001_P_64249-1734512382420 .e_text-12 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    margin-right: auto;
    margin-left: 0px;
    max-width: none;
    width: auto
}

#c_static_001_P_64249-1734512382420 .e_text-12 a {
    display: flex;
    max-width: 200px;
    padding: 13px 20px;
    border-radius: 50px;
    color: #ffffff;
    background: var(--n);
    font-size: 16px;
    justify-content: space-between;
    transition: all .5s;
    border: 1px solid var(--n)
}

#c_static_001_P_64249-1734512382420 .e_text-12 a:hover {
    background: none;
    color: var(--n);
    border: 1px solid var(--n)
}

#c_static_001_P_64249-1734512382420 .e_text-12 a svg {
    margin: 0px
}

#c_static_001_P_64249-1734512382420 .e_text-13 {
    line-height: normal;
    font_radio: 2;
    display-radio: flex;
    font-size: 22px;
    color: var(--c);
    display: flex;
    align-items: center;
    font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f";
    padding-top: 0px
}

#c_static_001_P_64249-1734512382420 .e_text-13 svg {
    width: 27px;
    height: 27px;
    margin-top: 0;
    margin-left: 5px
}

@media screen and (max-width: 768px) {
    #c_static_001_P_64249-1734512382420 {
        padding:50px 0
    }

    #c_static_001_P_64249-1734512382420 .e_loop-6 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2);
        margin-bottom: 30px
    }

    #c_static_001_P_64249-1734512382420 .e_container-1 > .p_item.cbox-1-0 {
        flex: 0 0 100%
    }

    #c_static_001_P_64249-1734512382420 .e_loop-6 .p_loopitem::after {
        display: none !important
    }

    #c_static_001_P_64249-1734512382420 .e_container-1 > .p_item {
        flex: 0 0 100%
    }

    #c_static_001_P_64249-1734512382420 .e_text-11 {
        font-size: 14px
    }

    #c_static_001_P_64249-1734512382420 .e_text-12 a {
        max-width: 150px;
        padding: 10px 15px;
        font-size: 14px
    }

    #c_static_001_P_64249-1734512382420 .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        max-width: var(--bw);
        margin: 0 auto;
        padding: 15px;
        gap: 0px;
        align-items: center;
        overflow: hidden
    }

    #c_static_001_P_64249-1734512382420 .e_text-13 {
        font-size: 22px;
        font_radio: 2;
        display-radio: flex;
        line-height: normal;
        color: rgba(24,121,186,1);
        display: block;
        align-items: center;
        font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f";
        padding-top: 5%!important;
        text-align: center;
    }

    #c_static_001_P_64249-1734512382420 .e_container-1 {
        background_radio: 1;
        display-radio: 1;
        flex-direction: row
    }

    #c_static_001_P_64249-1734512382420 .e_container-1 .cbox-1-0 {
        flex: 0 0 100%
    }

    #c_static_001_P_64249-1734512382420 .e_image-2 {
        display-radio: 1
    }

    #c_static_001_P_64249-1734512382420 .e_h3-4 {
        font_radio: 2;
        display-radio: 1;
        color: rgba(66,66,66,1);
        line-height: 1.5;
        text-align: left;
        font-weight: bold;
        font-size: 16px
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_64249-1734512382420 .e_loop-6 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 5)
    }
}

#c_static_001_P_64251-1734512386489 {
    min-height: 0px;
    background: #f5f5f5 url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2024111519104609790/cms/image/be548fdf-d319-4c60-b734-a6faf03a8375.webp) center no-repeat;
    background-size: cover;
    padding-top: 80px;
    background_radio: 2;
    display-radio: 1;
    background-color: #f5f5f5 url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2024111519104609790/cms/image/be548fdf-d319-4c60-b734-a6faf03a8375.webp) center no-repeat;
    padding-bottom: 40px
}

#c_static_001_P_64251-1734512386489 .e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    background_radio: 1;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px
}

#c_static_001_P_64251-1734512386489 .e_container-13 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_64251-1734512386489 .e_container-13 .cbox-13-1 {
    align-self: center
}

#c_static_001_P_64251-1734512386489 .e_container-14 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    max-width: 600px;
    margin-right: 0px;
    margin-left: auto
}

#c_static_001_P_64251-1734512386489 .e_container-14 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_64251-1734512386489 .e_text-15 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    max-width: 180px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto
}

#c_static_001_P_64251-1734512386489 .e_text-15 a {
    display: flex;
    max-width: 200px;
    padding: 13px 20px;
    border-radius: 50px;
    color: #ffffff;
    background: var(--bc);
    font-size: 16px;
    justify-content: space-between;
    transition: all .5s;
    border: 1px solid var(--bc)
}

#c_static_001_P_64251-1734512386489 .e_text-15 a:hover {
    background: none;
    color: var(--bc);
    border: 1px solid var(--bc)
}

#c_static_001_P_64251-1734512386489 .e_text-15 a svg {
    margin: 0px
}

#c_static_001_P_64251-1734512386489 .e_container-16 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex
}

#c_static_001_P_64251-1734512386489 .e_container-16 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_64251-1734512386489 .e_text-17 {
    line-height: normal;
    font_radio: 2;
    display-radio: flex;
    font-size: 22px;
    color: var(--c);
    display: flex;
    align-items: center;
    font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f"
}

#c_static_001_P_64251-1734512386489 .e_text-17 svg {
    width: 27px;
    height: 27px;
    margin-top: 0;
    margin-left: 5px
}

#c_static_001_P_64251-1734512386489 .e_richText-18 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_64251-1734512386489 .e_richText-18 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_64251-1734512386489 .e_richText-18 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

#c_static_001_P_64251-1734512386489 .e_richText-18 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_64251-1734512386489 .e_richText-18 {
    font_radio: 2;
    display-radio: 1;
    font-size: 36px;
    color: rgba(33,33,33,1);
    line-height: 1.1;
    font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f";
    margin-top: 15px;
    margin-left: 0px
}

@media screen and (max-width: 768px) {
    #c_static_001_P_64251-1734512386489 .e_container-13 {
        background_radio:1;
        display-radio: 1;
        flex-direction: column
    }

    #c_static_001_P_64251-1734512386489 .e_text-15 a {
        max-width: 150px;
        padding: 10px 15px;
        font-size: 14px
    }

    #c_static_001_P_64251-1734512386489 .e_text-17 {
        font-size: 22px;
        font_radio: 2;
        display-radio: 1;
        text-align: center;
        display: block;
    }

    #c_static_001_P_64251-1734512386489 .e_richText-18 {
        font-size: 16px;
        margin-top: 10px;
        font_radio: 2;
        display-radio: 1;
        font-weight: bold
    }

    #c_static_001_P_64251-1734512386489 .e_text-15 {
        display: none
    }
}

#c_static_001_P_16775-17345233588490 {
    min-height: 300px;
    display-radio: 1
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
    counter-reset: figure
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_loopitem {
    flex: 1;
    position: relative;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_loopitem:nth-child(odd) {
    background: #fff
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_loopitem:nth-child(even) {
    background: #F8F8F8
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_page {
    text-align: center
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

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

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

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

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .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_16775-17345233588490 .e_loop-14 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .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_16775-17345233588490 .e_loop-14 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .multSelect ul,li {
    list-style: none
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .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_16775-17345233588490 .e_loop-14 .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_16775-17345233588490 .e_loop-14 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

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

#c_static_001_P_16775-17345233588490 .e_loop-14 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

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

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_split {
    margin: 0 5px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_normal {
    margin-right: 16px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .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_16775-17345233588490 .e_loop-14 .input-check,.e_loop-14 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .position-left {
    display: flex
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .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_16775-17345233588490 .e_loop-14 .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_16775-17345233588490 .e_loop-14 .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_16775-17345233588490 .e_loop-14 .p_active .p_mbutton::before {
    display: block
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_active .p_mbutton::after {
    display: block
}

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

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_filter_result {
    display: none
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .swiper-container {
    padding-bottom: 30px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_loopitem:nth-child(even) .e_container-15 {
    filter: brightness(1)
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_loopitem:hover {
    flex: 0 0 50%;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_loopitem:hover .e_container-17 {
    bottom: 60px;
    transition: all 0.5s 0.3s ease-in-out;
    -ms-transition: all 0.5s 0.3s ease-in-out;
    -moz-transition: all 0.5s 0.3s ease-in-out;
    -webkit-transition: all 0.5s 0.3s ease-in-out;
    -o-transition: all 0.5s 0.3s ease-in-out
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_loopitem:hover .e_image-16 {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    filter: brightness(0.7)
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_loopitem:hover .e_button-20 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s 0.6s ease-in-out;
    -ms-transition: all 0.5s 0.6s ease-in-out;
    -moz-transition: all 0.5s 0.6s ease-in-out;
    -webkit-transition: all 0.5s 0.6s ease-in-out;
    -o-transition: all 0.5s 0.6s ease-in-out
}

#c_static_001_P_16775-17345233588490 .e_loop-14 .p_loopitem:hover .e_container-15:after {
    color: #fff;
    opacity: 0.1;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

#c_static_001_P_16775-17345233588490 .e_loop-14 {
    display-radio: 1
}

#c_static_001_P_16775-17345233588490 .e_container-15 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: relative;
    overflow: hidden;
    display-radio: flex;
    background-color: #000
}

#c_static_001_P_16775-17345233588490 .e_container-15 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_16775-17345233588490 .e_container-15:after {
    counter-increment: figure;
    content: counter(figure, decimal-leading-zero);
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 4vw;
    color: #fff;
    opacity: 1;
    line-height: 1em;
    font-family: Antonio;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

#c_static_001_P_16775-17345233588490 .e_image-16 {
    overflow: hidden;
    display-radio: 1;
    max-height: none;
    min-height: 0px;
    height: 80vh;
    max-height: 660px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    filter: brightness(0.8)
}

#c_static_001_P_16775-17345233588490 .e_image-16 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_static_001_P_16775-17345233588490 .e_container-17 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    left: 0;
    bottom: -57px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

#c_static_001_P_16775-17345233588490 .e_container-17 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_16775-17345233588490 .e_text-18 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    margin-bottom: 10px
}

#c_static_001_P_16775-17345233588490 .e_text-18 .icon {
    fill: #fff;
    margin: 0;
    height: 40px;
    width: auto
}

#c_static_001_P_16775-17345233588490 .e_text-19 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    margin-bottom: 10px;
    color: rgba(255,255,255,1)
}

#c_static_001_P_16775-17345233588490 .e_text-19 .icon {
    fill: #fff;
    margin: 0;
    height: 40px;
    width: auto
}

#c_static_001_P_16775-17345233588490 .e_button-20 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    padding: 0px;
    line-height: 46px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 1;
    radius_radio: 2;
    display-radio: block;
    max-width: none;
    background-color: rgba(255,255,255,0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 2px solid #fff;
    margin-left: 0px;
    margin-right: auto;
    color: #fff;
    margin-top: 40px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

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

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

#c_static_001_P_16775-17345233588490 .e_button-20:hover::after {
    opacity: 1
}

#c_static_001_P_16775-17345233588490 .e_button-20:hover {
    background-color: var(--c);
    border-style: solid;
    border-color: var(--c);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

#c_static_001_P_16775-17345233588490 .e_button-20:before {
    border-radius: 50%
}

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

    #c_static_001_P_16775-17345233588490 .e_loop-14 .p_loopitem:hover {
        flex: 0 0 100%;
        transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out
    }

    #c_static_001_P_16775-17345233588490 .e_image-16 {
        height: 80vw
    }

    #c_static_001_P_16775-17345233588490 .e_container-15:after {
        font-size: 10vw
    }

    #c_static_001_P_16775-17345233588490 .e_text-19 {
        font-size: 22px
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001_P_16775-17345233588490 .e_container-15:after {
        font-size:80px
    }
}

#c_static_001_P_34958-17345234732550 {
    min-height: 10px;
    width: 100%;
    overflow: hidden;
    display-radio: 1;
    padding: var(--wpt2) var(--wp);
    background-fill-value: background-color;
    background-attachment: fixed;
    background_radio: 2;
    background-color: rgba(248,248,248,1)
}

#c_static_001_P_34958-17345234732550:before {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    background: #313131;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-mask: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024112918265872073/cms/file/mask.svg) no-repeat;
    mask: url(https://omo-oss-file.thefastfile.com/portal-saas/pg2024112918265872073/cms/file/mask.svg) no-repeat;
    display: none
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative;
    height: auto
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_page {
    text-align: center
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

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

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

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

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .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_34958-17345234732550 .e_loop-53 .p_s_option {
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .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_34958-17345234732550 .e_loop-53 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .multSelect ul,li {
    list-style: none
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .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_34958-17345234732550 .e_loop-53 .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_34958-17345234732550 .e_loop-53 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

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

#c_static_001_P_34958-17345234732550 .e_loop-53 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

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

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_split {
    margin: 0 5px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_normal {
    margin-right: 16px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .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_34958-17345234732550 .e_loop-53 .input-check,#c_static_001_P_34958-17345234732550 .e_loop-53 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .position-left {
    display: flex
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .position-top {
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .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_34958-17345234732550 .e_loop-53 .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_34958-17345234732550 .e_loop-53 .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_34958-17345234732550 .e_loop-53 .p_active .p_mbutton::before {
    display: block
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_active .p_mbutton::after {
    display: block
}

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

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_filter_result {
    display: inline-block
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_contclear {
    cursor: pointer
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .swiper-container {
    padding-bottom: 30px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_filter_result {
    display: none
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_contclear {
    display: none
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .p_inputRangeSearch {
    padding: 7px 12px;
    background: #007bff;
    color: white;
    font-size: 14px;
    font-style: normal
}

#c_static_001_P_34958-17345234732550 .e_loop-53 .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_34958-17345234732550 .e_loop-53 .p_categoryActive {
    color: #409EFF
}

#c_static_001_P_34958-17345234732550 .e_container-54 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 100%;
    border-radius:  20px 20px 0 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

#c_static_001_P_34958-17345234732550 .e_container-54:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

#c_static_001_P_34958-17345234732550 .e_container-54 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column
}

#c_static_001_P_34958-17345234732550 .e_image-55 {
    overflow: hidden;
    aspect-ratio: 16/9
}

#c_static_001_P_34958-17345234732550 .e_image-55 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_static_001_P_34958-17345234732550 .e_image-550 {
    overflow: hidden;
    aspect-ratio: 1/1
}

#c_static_001_P_34958-17345234732550 .e_image-550 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_static_001_P_34958-17345234732550 .e_container-56 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 30px;
    background: #fff;
    flex: 1
}

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

#c_static_001_P_34958-17345234732550 .e_timeFormat-57 {
    min-height: 10px
}

#c_static_001_P_34958-17345234732550 .e_text-58 {
    line-height: 1.2;
    font_radio: 2;
    display-radio: -webkit-box;
    margin: 15px 0;
    flex: auto;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_static_001_P_34958-17345234732550 .e_richText-59 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_34958-17345234732550 .e_richText-59 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_34958-17345234732550 .e_richText-59 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

#c_static_001_P_34958-17345234732550 .e_richText-59 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_34958-17345234732550 .e_richText-59 {
    font_radio: 2;
    display-radio: -webkit-box;
    color: rgba(120,120,120,1);
    line-height: 1.7;
    margin-top: auto;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_static_001_P_34958-17345234732550 .e_loop-53 {
    display-radio: 1;
    max-width: var(--iw);
    margin-left: auto;
    margin-right: auto
}

#c_static_001_P_34958-17345234732550 .e_container-60 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    background_radio: 1;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#c_static_001_P_34958-17345234732550 .e_container-60 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_34958-17345234732550 .e_container-60 .cbox-60-1 {
    align-self: center
}

#c_static_001_P_34958-17345234732550 .e_container-61 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    max-width: 600px;
    margin-right: 0px;
    margin-left: auto
}

#c_static_001_P_34958-17345234732550 .e_container-61 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_34958-17345234732550 .e_text-62 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    max-width: 180px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto
}

#c_static_001_P_34958-17345234732550 .e_text-62 a {
    display: flex;
    max-width: 200px;
    padding: 13px 20px;
    border-radius: 50px;
    color: #ffffff;
    background: var(--bc);
    font-size: 16px;
    justify-content: space-between;
    transition: all .5s;
    border: 1px solid var(--bc)
}

#c_static_001_P_34958-17345234732550 .e_text-62 a:hover {
    background: none;
    color: var(--bc);
    border: 1px solid var(--bc)
}

#c_static_001_P_34958-17345234732550 .e_text-62 a svg {
    margin: 0px
}

#c_static_001_P_34958-17345234732550 .e_container-63 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex
}

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

#c_static_001_P_34958-17345234732550 .e_text-64 {
    line-height: normal;
    font_radio: 2;
    display-radio: flex;
    font-size: 22px;
    color: var(--c);
    display: flex;
    align-items: center;
    font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f"
}

#c_static_001_P_34958-17345234732550 .e_text-64 svg {
    width: 27px;
    height: 27px;
    margin-top: 0;
    margin-left: 5px
}

#c_static_001_P_34958-17345234732550 .e_richText-65 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_34958-17345234732550 .e_richText-65 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_34958-17345234732550 .e_richText-65 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

#c_static_001_P_34958-17345234732550 .e_richText-65 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_34958-17345234732550 .e_richText-65 {
    font_radio: 2;
    display-radio: 1;
    font-size: 36px;
    color: rgba(33,33,33,1);
    line-height: 1.1;
    font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f";
    margin-top: 15px;
    margin-left: 0px
}

@media screen and (max-width: 768px) {
    #c_static_001_P_34958-17345234732550 {
        display-radio:1;
        padding-top: 70px;
        padding-bottom: 70px;
        background_radio: 2;
        padding-left: 20px;
        padding-right: 20px
    }

    #c_static_001_P_34958-17345234732550 .e_loop-53 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #c_static_001_P_34958-17345234732550 .e_container-60 {
        background_radio: 1;
        display-radio: 1;
        flex-direction: column
    }

    #c_static_001_P_34958-17345234732550 .e_text-62 a {
        max-width: 150px;
        padding: 10px 15px;
        font-size: 14px
    }

    #c_static_001_P_34958-17345234732550 .e_text-64 {
        font-size: 22px;
        font_radio: 2;
        display-radio: 1;
        text-align: center;
        display: block;
    }

    #c_static_001_P_34958-17345234732550 .e_richText-65 {
        font-size: 16px;
        margin-top: 10px;
        font_radio: 2;
        display-radio: 1;
        font-weight: bold
    }

    #c_static_001_P_34958-17345234732550 .e_text-62 {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_34958-17345234732550 .e_loop-53 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 3)
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001_P_34958-17345234732550 {
        background_radio:2;
        display-radio: 1
    }
}

ul.ab {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.ab li {
    flex: 1;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/d50413aa-ffbb-43cd-b8cd-58c69140570f.png) no-repeat center;
    max-width: 130px;
    text-align: center;
    margin-right: 5%;
    min-height: 146px;
    background-size: 100%;
    padding-top: 30px;
    transition: all .3s
}

.ab li:hover {
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/d6138d5c-73fb-4a80-bd28-a9b6f52ae5ad.png) no-repeat center;
    background-size: 100%
}

.ab li .icon {
    width: 40px;
    height: 40px;
    fill: #1f4d9b;
    margin: 10px auto
}

.ab li:hover .icon {
    fill: #fff
}

.ab li a p {
    color: #666666;
    font-size: 14px
}

.ab li:hover a p {
    color: #fff
}

#c_static_001_P_48282-17345124449620 .p_plus {
    COLOR: var(--c) !important;
    font-size: 18px!important
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_page {
    text-align: center
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

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

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

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

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .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_48282-17345124449620 .e_loop-33 .multSelect {
    font-size: 13px;
    position: relative
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .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_48282-17345124449620 .e_loop-33 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .multSelect ul,li {
    list-style: none
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .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_48282-17345124449620 .e_loop-33 .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_48282-17345124449620 .e_loop-33 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

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

#c_static_001_P_48282-17345124449620 .e_loop-33 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

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

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_split {
    margin: 0 5px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_normal {
    margin-right: 16px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .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_48282-17345124449620 .e_loop-33 .input-check,#c_static_001_P_48282-17345124449620 .e_loop-33 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .position-left {
    display: flex
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .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_48282-17345124449620 .e_loop-33 .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_48282-17345124449620 .e_loop-33 .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_48282-17345124449620 .e_loop-33 .p_active .p_mbutton::before {
    display: block
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_active .p_mbutton::after {
    display: block
}

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

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_filter_result {
    display: none
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_contclear {
    cursor: pointer;
    display: none
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .swiper-container {
    padding-bottom: 30px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_imgwrapper {
    width: 80px;
    height: 100px;
    overflow: hidden
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_imgtitle {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    line-height: 20px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_imgwrapper img {
    width: 100%;
    object-fit: cover
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_active .p_imgwrapper {
    border: 1px solid #409eff
}

#c_static_001_P_48282-17345124449620 .e_container-34 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    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);
    box-shadow: 0px 0px 19px 0px rgb(1 84 164 / 8%)
}

#c_static_001_P_48282-17345124449620 .e_container-34:hover img {
    transform: scale(1.2);
    transition: all .6s
}

#c_static_001_P_48282-17345124449620 .e_container-34 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_48282-17345124449620 .e_image-350 {
    overflow: hidden;
    aspect-ratio: 5/2
}

#c_static_001_P_48282-17345124449620 .e_image-350 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
#c_static_001_P_48282-17345124449620 .e_image-35 {
    overflow: hidden;
    aspect-ratio: 16/9
}

#c_static_001_P_48282-17345124449620 .e_image-35 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001_P_48282-17345124449620 .e_loop-33 {
    -webkit-perspective: 1000;
    display-radio: 1;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    z-index: 0;
    position: initial;
    margin-top: 25px
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_list {
    position: relative
}

.cn #c_static_001_P_48282-17345124449620 {
    position: relative;
    background_radio: 2;
    display-radio: 1;
    background-fill-value: background-image;
    padding-bottom: 0px;
    padding-top: 0px;
    padding: 5% auto;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/6820cbf3-7347-466c-a127-b4b7f94ebb8b.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_loopitem {
    transition: 1s
}

#c_static_001_P_48282-17345124449620 .e_loop-33 .p_loopitem:hover {
    transform: translateZ(30px)
}

#c_static_001_P_48282-17345124449620 .e_container-34:hover img {
    transform: none
}

#c_static_001_P_48282-17345124449620 .e_container-41 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 2;
    display-radio: flex;
    padding: var(--wpt2) 0;
    background-fill-value: background-image;
    /* background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/pg2024112918265872073/cms/image/048b82ee-b92d-4fc5-b710-7245a8afba3f.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed */
    background-color: #f0f0f0;
}

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

#c_static_001_P_48282-17345124449620 .e_richText-47 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    text-align: center
}

#c_static_001_P_48282-17345124449620 .e_container-70 {
    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;
}

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

#c_static_001_P_48282-17345124449620 .e_container-70 .cbox-70-1 {
    align-self: center
}

#c_static_001_P_48282-17345124449620 .e_container-71 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    margin-right: 0px;
    margin-left: auto
}

#c_static_001_P_48282-17345124449620 .e_container-71 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_48282-17345124449620 .e_text-72 {
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    max-width: 180px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto
}

#c_static_001_P_48282-17345124449620 .e_text-72 a {
    display: flex;
    max-width: 200px;
    padding: 13px 20px;
    border-radius: 50px;
    color: #ffffff;
    background: var(--bc);
    font-size: 16px;
    justify-content: space-between;
    transition: all .5s;
    border: 1px solid var(--bc)
}

#c_static_001_P_48282-17345124449620 .e_text-72 a:hover {
    background: none;
    color: var(--bc);
    border: 1px solid var(--bc)
}

#c_static_001_P_48282-17345124449620 .e_text-72 a svg {
    margin: 0px
}

#c_static_001_P_48282-17345124449620 .e_container-73 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex
}

#c_static_001_P_48282-17345124449620 .e_container-73 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_48282-17345124449620 .e_text-74 {
    line-height: normal;
    font_radio: 2;
    display-radio: flex;
    font-size: 22px;
    color: var(--c);
    display: flex;
    align-items: center;
    font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f";
}

#c_static_001_P_48282-17345124449620 .e_text-74 svg {
    width: 27px;
    height: 27px;
    margin-top: 0;
    margin-left: 5px
}

#c_static_001_P_48282-17345124449620 .e_richText-75 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_48282-17345124449620 .e_richText-75 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_48282-17345124449620 .e_richText-75 li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit
}

#c_static_001_P_48282-17345124449620 .e_richText-75 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_48282-17345124449620 .e_richText-75 {
    font_radio: 2;
    display-radio: 1;
    font-size: 36px;
    color: rgba(33,33,33,1);
    line-height: 1.1;
    font-family: "0cc696f0-3e35-40b6-b24b-5212df1a334f";
    margin-top: 15px;
    margin-left: 0px
}

@media screen and (max-width: 768px) {
    #c_static_001_P_48282-17345124449620 .e_loop-33 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 2)
    }

    #c_static_001_P_48282-17345124449620 {
        display-radio: 1
    }

    #c_static_001_P_48282-17345124449620 .e_container-34 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: rgba(255,255,255,1)
    }

    #c_static_001_P_48282-17345124449620 .e_loop-33 {
        width: 100%
    }

    .cn #c_static_001_P_48282-17345124449620:before {
        opacity: 0.3
    }

    #c_static_001_P_48282-17345124449620 .e_container-70 {
        background_radio: 1;
        display-radio: 1;
        flex-direction: column
    }

    #c_static_001_P_48282-17345124449620 .e_text-72 a {
        max-width: 150px;
        padding: 10px 15px;
        font-size: 14px
    }

    #c_static_001_P_48282-17345124449620 .e_text-74 {
        font-size: 22px;
        font_radio: 2;
        display-radio: 1;
        text-align: center;
        display: block;
    }

    #c_static_001_P_48282-17345124449620 .e_richText-75 {
        font-size: 16px;
        margin-top: 10px;
        font_radio: 2;
        display-radio: 1;
        font-weight: bold
    }

    #c_static_001_P_48282-17345124449620 .e_text-72 {
        display: none
    }
}

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

.swiper-wrapper {
    background: none !important;
}
.hhjjfa .swiper-wrapper .swiper-slide {
    position: relative;
    background: none !important;
    
    overflow: hidden;

    
}

.case-img {
    overflow: hidden;
    border-radius: 10px;
    height: auto;
    border: 1px solid #ddd;
    margin:7px;
    border-radius: 10px;
    padding:2px;
}
.case-img div {
    overflow: hidden;
    border-radius: 10px;
    height: auto;
}
.case-img img {
    max-width:100%;
}
.hhjjfa .swiper-wrapper .swiper-slide .hhjjfabg {
    position: absolute;
    left: 11px;
    right: 11px;
    top: 11px;
    bottom: 14px;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    overflow: hidden;
    border-radius: 10px;
}
.hhjjfa .swiper-wrapper .swiper-slide .hhjjfabg img {
    width:100%;
          
}
.hhjjfa .swiper-wrapper .swiper-slide:hover .hhjjfabg {
    opacity: 0;
    border-radius: 10px;
}
.hhjjfa_s {position: absolute;  right: 20px; top:10px;  color: #fff; font-size: 40px;}
.hhjjfa_text {position: absolute;  left: 11px; right:11px;  bottom:10px; height: 50px; text-align: center;background-color: rgba(0, 0, 0, 0.5); line-height: 50px; color: #fff;  font-size: 14px; border-radius:0 0 10px 10px;}

.swiper1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper1 {
    width: 100%;
    height:365px;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper_pll .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mySwiper_pll .swiper-slide img { max-width: 100%; border-radius: 20px;}