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

#c_grid-116273709439191>.p_gridbox {
    background-color: #f5f5f5
}

@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: 99%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        clear: left
    }
}

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

#c_static_001_P_47794-1718272696695 {
    width: 100%;
    position: relative;
    z-index: 999;
    background_radio: 2;
    display-radio: 1;
    background-fill-value: background-color;
    background-color: rgba(255, 255, 255, 1)
}

.saf-header {
    width: 100%
}

.saf-header .saf-topBar {
    width: 95%;
    max-width: var(--bw);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0;
    align-items: center;
}

.saf-header .saf-topBar>div {
    padding: 15px
}

.saf-header .saf-topBar .logo {
    flex: 1;
    height: 100px;
    text-align: center
}

.saf-header .saf-topBar .logo a {
    display: inline-block
}

.saf-header .saf-topBar .logo a img {
    width: auto;
    height: 70px;
    display: block
}

.saf-header .saf-topBar .saf-search {
    flex: 0 0 30%;
    align-items: center
}
.saf-header .saf-topBar .saf-search a{
    font-size: 18px;
    margin: 0 10px;
}

.saf-header .saf-topBar .saf-search .searchForm {
    display: flex;
    width: 100%;
}

.saf-header .saf-topBar .saf-search .searchForm input {
    flex: 1;
    border: 1px #ccc solid;
    padding: 11px;
    border-right: none;
    border-radius: 30px 0px 0px 30px;
    background: #f8f8f8
}

.saf-header .saf-topBar .saf-search .searchForm a {
    display: flex;
    background: var(--c);
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    align-items: center;
    border-radius: 0px 30px 30px 0px
}

.saf-header .p_navContent {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.saf-header .p_navContent ul.p_level1Box {
    width: 94%;
    max-width: var(--bw);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item {
    flex: 1;
    position: relative;
    transition: all 0.5s
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item p {
    display: flex;
    align-items: center
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item p svg {
    display: none
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item p a {
    display: block;
    line-height: 50px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #505050;
    flex: 1
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item:hover>p {
    background: var(--n)
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item:hover>p a {
    color: #fff
}

.saf-header .p_navContent ul.p_level2Box {
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--c);
    width: 100%;
    display: none;
    border-top: 0px rgba(0, 0, 0, 0.1) solid;
    padding: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px
}

.saf-header .p_navContent ul.p_level2Box li.p_level2Item {
    border-bottom: 0px rgba(255, 255, 255, 0.2) solid;
    transition: all 0.5s
}

.saf-header .p_navContent ul.p_level2Box li.p_level2Item>p>a {
    line-height: 50px;
    font-size: 16px
}

.saf-header .p_navContent ul.p_level2Box li.p_level2Item:hover {
    background: var(--c)
}

.moNavBtn,
.closeBtn {
    display: none
}

.saf-header .p_navContent ul.p_level1Box li.p_level1Item p a.moLink {
    display: none
}

@media screen and (max-width:768px) {
    .saf-header .saf-topBar .logo {
        height: auto;
        padding: 10px;
        padding-bottom: 0
    }

    .saf-header .saf-topBar .logo a img {
        width: 80%;
        height: auto;
        margin: 0 auto
    }

    .saf-header .saf-topBar .saf-search {
        display: none
    }

    .saf-header .p_navContent {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 100%;
        top: 0;
        z-index: 5;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        transition: all 0.5s
    }

    .saf-header .p_navContent.active {
        left: 0
    }

    .closeBtn {
        display: flex;
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 10px;
        background: var(--n);
        color: #fff;
        align-items: center;
        justify-content: center;
        font-size: 30px
    }

    .saf-header .p_navContent ul.p_level1Box {
        background: var(--c);
        width: calc(100% - 50px);
        height: 100%;
        margin-right: 0;
        display: block
    }

    .saf-header .p_navContent ul.p_level1Box li.p_level1Item {
        width: 100%;
        border-bottom: 1px rgba(255, 255, 255, 0.2) solid
    }

    .saf-header .p_navContent ul.p_level1Box li.p_level1Item p a {
        line-height: 60px;
        text-align: left;
        padding: 0 15px
    }

    .saf-header .p_navContent ul.p_level2Box {
        position: relative;
        top: 0;
        padding-left: 15px
    }

    .moNavBtn {
        width: 100%;
        background: var(--c);
        color: #fff;
        text-align: center;
        font-size: 18px;
        padding: 10px 15px;
        display: block;
        font-weight: bold
    }

    .saf-header .p_navContent ul.p_level1Box li.p_level1Item p svg {
        display: block;
        fill: #fff
    }

    .saf-header .p_navContent ul.p_level1Box li.p_level1Item p a.pcLink {
        color: #fff
    }

    .saf-header .p_navContent ul.p_level1Box li.p_level1Item p a.moLink {
        display: block
    }
}

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

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

#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%;
    background_radio: 2;
    display-radio: 1
}

#c_grid-116273709439190>.p_gridbox {
    background-color: #f5f5f5
}

@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: 99%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        clear: left
    }
}

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

#c_static_001_P_32124-1725032048001 {
    min-height: 0px;
    display-radio: 1;
    background-color: rgba(245, 245, 245, 1);
    background_radio: 2;
    padding-bottom: 10px
}

#c_static_001_P_32124-1725032048001 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 30px;
    padding-bottom: 0;
    background_radio: 1;
    display-radio: flex
}

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

#c_static_001_P_32124-1725032048001 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: none
}

#c_static_001_P_32124-1725032048001 .e_container-7>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_32124-1725032048001 .e_container-7 .cbox-7-0 {
    margin-right: 0%
}

#c_static_001_P_32124-1725032048001 .e_container-7 .cbox-7-1 {
    flex: 0 0 32%
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level1Item {
    width: auto;
    padding: 0;
    flex-grow: 1
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level3Box {
    display: none
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu1Item {
    font-size: 18px;
    color: #111;
    line-height: 1.5;
    text-align: center;
    font-weight: 500
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu2Item {
    display-radio: 1;
    font-size: var(--f14);
    line-height: 1.5;
    margin-bottom: 10px;
    color: #666
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu2Item:hover {
    color: var(--main2-color)
}

#c_static_001_P_32124-1725032048001 .e_container-16 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    max-width: none
}

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

#c_static_001_P_32124-1725032048001 .e_container-16 .cbox-16-0 {
    align-self: center;
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: auto
}

#c_static_001_P_32124-1725032048001 .e_container-16 .cbox-16-1 {
    flex: 0 0 auto;
    align-self: center;
    margin-right: 0px;
    margin-left: auto
}

#c_static_001_P_32124-1725032048001 .e_container-17 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    display-radio: flex
}

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

#c_static_001_P_32124-1725032048001 .e_container-17 .cbox-17-0 {
    flex: 0 0 auto
}

#c_static_001_P_32124-1725032048001 .e_container-17 .cbox-17-1 {
    flex: 0 0 auto;
    margin-left: 15px;
    margin-right: 15px
}

#c_static_001_P_32124-1725032048001 .e_container-17 .cbox-17-2 {
    flex: 0 0 auto
}

#c_static_001_P_32124-1725032048001 .e_richText-19 {
    font_radio: 2;
    display-radio: 1;
    color: rgba(153, 153, 153, 1);
    font-size: var(--f14)
}

#c_static_001_P_32124-1725032048001 .e_provider-20 {
    font_radio: 2;
    font-size: var(--f14);
    line-height: 1.8;
    text-align: center;
    margin-top: 0px;
    width: auto;
    max-width: none;
    display-radio: 1;
    font-weight: normal;
    color: rgba(153, 153, 153, 1)
}

#c_static_001_P_32124-1725032048001 .e_provider-20 a {
    text-align: center;
    display: block
}

#c_static_001_P_32124-1725032048001 .e_provider-20:hover a {
    color: #333
}

#c_static_001_P_32124-1725032048001 .e_provider-20 .p_item {
    width: auto
}

#c_static_001_P_32124-1725032048001 .e_container-21 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_001_P_32124-1725032048001 .e_container-21>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-0 {
    align-self: center;
    flex: 0 0 auto;
    margin-right: 10px
}

#c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-1 {
    align-self: center;
    flex: 0 0 auto
}

#c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-2 {
    flex: 0 0 auto;
    padding-left: 30px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 .img5 {
    width: 131px;
    height: 47px
}

#c_static_001_P_32124-1725032048001 .e_credible-22 {
    display-radio: 1;
    background_radio: 1
}

#c_static_001_P_32124-1725032048001 .e_text-24 {
    font_radio: 2;
    font-size: var(--f14);
    line-height: 1.8;
    text-align: left;
    margin-left: 0px;
    display-radio: 1;
    color: rgba(153, 153, 153, 1)
}

#c_static_001_P_32124-1725032048001 .e_line-25 {
    display-radio: 1;
    margin-top: 30px;
    margin-bottom: 10px;
    line_radio: 1;
    height: 1px;
    max-height: 1px
}

#c_static_001_P_32124-1725032048001 .e_container-7 .p_item {
    display-radio: 1
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level1Item:nth-child(1) {
    display: none
}

#c_static_001_P_32124-1725032048001 .e_provider-20:hover {
    color: rgba(51, 51, 51, 1)
}

#c_static_001_P_32124-1725032048001 .e_richText-19:hover {
    font-weight: normal;
    color: rgba(51, 51, 51, 1)
}

#c_static_001_P_32124-1725032048001 .e_bottomNav-8 {
    font_radio: 1;
    display-radio: 1;
    margin-top: 0px
}

.p_level1Box .p_level1Item:nth-child(8) {}

#c_static_001_P_32124-1725032048001 .saf-auto-licenseo a {
    color: #999 !important
}

@media screen and (max-width:768px) {
    #c_static_001_P_32124-1725032048001 .e_container-7 {
        padding-top: 10px;
        padding-bottom: 0px;
        display-radio: 1
    }

    #c_static_001_P_32124-1725032048001 .e_container-7 .cbox-7-0 {}

    #c_static_001_P_32124-1725032048001 .e_container-7 .cbox-7-1 {
        flex: 0 0 100%
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu1Item,
    .e_bottomNav-8 .p_menu2Item {
        display: flex;
        justify-content: center;
        line-height: 2;
        color: #333
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level1Box ul {
        display: none
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_jtIcon {
        width: auto;
        height: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_jtIcon.active {
        transform: rotateZ(90deg)
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 a {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level1Item {
        padding: 0;
        width: 33%;
        float: left
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu2Item svg {
        opacity: .5
    }

    #c_static_001_P_32124-1725032048001 .e_container-16 {
        flex-direction: row;
        max-height: none;
        height: auto;
        display-radio: 1
    }

    #c_static_001_P_32124-1725032048001 .e_container-16 .cbox-16-0 {
        align-items: center;
        flex: 0 0 100%;
        align-self: center
    }

    #c_static_001_P_32124-1725032048001 .e_container-16 .cbox-16-1 {
        align-items: center;
        align-self: center;
        flex: 0 0 100%
    }

    #c_static_001_P_32124-1725032048001 .e_container-17 {
        margin-bottom: 0px;
        padding-bottom: 0px;
        max-height: 25px;
        display-radio: 1
    }

    #c_static_001_P_32124-1725032048001 .e_container-17 .cbox-17-0 {
        align-items: center;
        flex: 0 0 auto;
        margin-right: auto;
        margin-left: auto
    }

    #c_static_001_P_32124-1725032048001 .e_container-17 .cbox-17-1 {
        flex: 0 0 auto;
        margin-right: auto;
        margin-left: auto
    }

    #c_static_001_P_32124-1725032048001 .e_provider-20 {
        font_radio: 1;
        font-size: 14px
    }

    #c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-0 {
        flex: 0 0 auto;
        align-self: center;
        margin-right: auto;
        margin-left: 0px
    }

    #c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-1 {
        align-self: center;
        flex: 0 0 auto;
        margin-left: auto;
        margin-right: auto
    }

    #c_static_001_P_32124-1725032048001 .e_container-21 {
        display-radio: 1;
        width: 100%;
        flex-direction: row;
        background_radio: 1
    }

    #c_static_001_P_32124-1725032048001 .e_container-21 .cbox-21-2 {
        flex: 0 0 100%;
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px
    }

    #c_static_001_P_32124-1725032048001 .e_text-24 {
        font_radio: 2;
        text-align: center;
        display-radio: 1;
        font-size: 14px
    }

    #c_static_001_P_32124-1725032048001 .e_container-1 {
        display-radio: 1;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 35px !important;
        padding-bottom: 30px
    }

    #c_static_001_P_32124-1725032048001 .e_richText-19 {
        font_radio: 2;
        display-radio: 1
    }

    #c_static_001_P_32124-1725032048001 .e_line-25 {
        display-radio: 1;
        margin-top: 30px;
        margin-bottom: 20px;
        line_radio: 1;
        height: 1px;
        max-height: 1px
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_level1Box {
        display: flex
    }

    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_jtIcon {
        display: none
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_static_001_P_32124-1725032048001 .e_bottomNav-8 .p_menu2Item {
        font-size: 12px
    }

    #c_static_001_P_32124-1725032048001 .e_credible-22 {
        display-radio: 1;
        background_radio: 1;
        max-width: none
    }
}

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

saf-online.saf-theme02 {
    --br: 50%;
    --oc: #b22222;
    --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-1724912589830.saf-online {
        width: 100%;
        height: 50px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

:root {
    --c: #b22222;
    --n: #b22222;
    --bw: 1400px;
    --bc: #b22222;
    --br: 5px;
    --cc: #fff;
    --ccsize: 150px;
    --xc2: #b22222;
    --hmfirst: #b22222;
    --hmsecond: #b22222
}

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

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

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

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

* {
    word-break: break-word
}

#c_static_001_P_41643-1725031578745 {}

#c_static_001_P_41643-1725031578745 .e_html-1 {}

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

@media screen and (max-width:768px) {}

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

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

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

:root {
    --primary: #b22222;
    --hmfirst: #b22222;
    --hmsecond: #b22222;
    --second: #b22222;
    --bc: var(--primary) !important;
    --bannHight: 300px;
    --bannMarginTop: 50px;
    --bannBtnTop: 40%;
    --bannImgFilter: brightness(70%)
}

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

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

.active#c_grid-116273709439191 {
    background: #fff;
    box-shadow: 0 5px 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
}

.active #c_static_001_P_21999-1686125044012 .e_icon-11 .icon path:first-child {
    fill: #201b18 !important
}

.active #c_static_001_P_21999-1686125044012 .e_icon-11 .icon path:nth-child(2) {
    fill: #201b18 !important
}

.active #c_static_001_P_21999-1686125044012 .e_icon-11 .icon path:nth-child(3) {
    fill: #db241c !important
}

.active #c_static_001_P_21999-1686125044012 .s_templatetitle {
    color: #313131
}

.active #c_static_001_P_21999-1686125044012 .e_icon-12 .icon {
    fill: #313131
}

.active #c_static_001_P_21999-1686125044012 .e_icon-14 .icon {
    fill: #313131
}

.active #c_static_001_P_21999-1686125044012 .e_icon-14 {
    border-color: #313131
}

.active #c_static_001_P_21999-1686125044012 .e_icon-12:hover .icon {
    fill: var(--primary)
}

.active #c_static_001_P_21999-1686125044012 .e_icon-14:hover {
    background: var(--primary);
    border-color: var(--primary)
}

.active #c_static_001_P_21999-1686125044012 .e_icon-14:hover .icon {
    fill: #fff
}

.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_37654-1719402715327 {
    min-height: 0px;
    padding-bottom: 0px;
    display-radio: 1;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: #313131;
    background-fill-value: background-color;
    background-attachment: fixed;
    background-color: rgba(49, 49, 49, 1)
}

#c_static_001_P_37654-1719402715327 .e_credible-33 .img1 {
    width: 65px;
    height: 23px
}

#c_static_001_P_37654-1719402715327 .e_credible-33 .img2 {
    width: 79px;
    height: 28px
}

#c_static_001_P_37654-1719402715327 .e_credible-33 .img3 {
    width: 92px;
    height: 33px
}

#c_static_001_P_37654-1719402715327 .e_credible-33 .img4 {
    width: 106px;
    height: 38px
}

#c_static_001_P_37654-1719402715327 .e_credible-33 .img5 {
    width: 131px;
    height: 47px
}

#c_static_001_P_37654-1719402715327 .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_37654-1719402715327 .e_html-34 {
    min-height: 0px;
    display-radio: 1;
    background_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_37654-1719402715327 .s_form_layout1 {
    background: none
}

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

#c_static_001_P_37654-1719402715327 .s_form_layout1 textarea.s_input {
    height: 181px
}

.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(--primary);
    color: var(--primary)
}

.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(--primary);
    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
}

[saf-img-st="saoguang"] img {
    opacity: 0
}

[saf-img-st="saoguang"]:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--primary)
}

.response-animated [saf-img-st="saoguang"] img {
    opacity: 1;
    transition: all 0.5s 0.5s ease-in-out;
    -ms-transition: all 0.5s 0.5s ease-in-out;
    -moz-transition: all 0.5s 0.5s ease-in-out;
    -webkit-transition: all 0.5s 0.5s ease-in-out;
    -o-transition: all 0.5s 0.5s ease-in-out
}

.response-animated [saf-img-st="saoguang"]:after {
    animation: imgDX 1s ease-in-out
}

@keyframes imgDX {
    0% {
        width: 0;
        left: auto;
        right: 0
    }

    35% {
        width: 100%;
        left: auto;
        right: 0
    }

    65% {
        width: 100%;
        right: auto;
        left: 0
    }

    100% {
        width: 0;
        right: auto;
        left: 0
    }
}

@media screen and (max-width:768px) {
    :root {
        --bannHight: 300px;
        --bannMarginTop: 30px
    }

    #c_static_001_P_37654-1719402715327 {
        padding-right: 0px;
        padding-left: 0px;
        display-radio: 1;
        background-size: auto 100%
    }

    .followUsST ul {
        text-align: center
    }

    #c_static_001_P_37654-1719402715327 .floatLiW a.mo {
        display: block
    }

    #c_static_001_P_37654-1719402715327 .floatLiW a.pc {
        display: none
    }

    #c_static_001_P_37654-1719402715327 .floatLiW {
        position: static !important
    }

    .maskST {
        position: absolute;
        z-index: 99999;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: 100%;
        display: none
    }

    .maskST .xxK {
        width: 200px;
        padding: 10px;
        background: #fff;
        position: fixed;
        left: calc((100% - 200px) / 2);
        top: 30%
    }

    .maskST .xxK p span {
        display: inline-block;
        color: #fff;
        background: #0c9148;
        padding: 0 5px
    }

    .maskST .closeST {
        display: block;
        position: absolute;
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        line-height: 40px;
        font-size: 20px;
        font-family: Arial;
        color: #787878;
        text-align: center;
        border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%
    }

    #c_static_001_P_37654-1719402715327 .floatBox {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 59px;
        background: var(--primary)
    }

    #c_static_001_P_37654-1719402715327 .moli {
        position: relative;
        width: calc((100% - 3px) / 4);
        height: 59px;
        line-height: 27px;
        color: #fff;
        float: left;
        text-align: center;
        padding: 10px 0
    }

    #c_static_001_P_37654-1719402715327 .moli.sq {
        display: none
    }

    #c_static_001_P_37654-1719402715327 .moli:nth-child(2) {
        margin: 0 1px
    }

    #c_static_001_P_37654-1719402715327 .moli .alink {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        width: 77px;
        height: 27px;
        padding: 0px 0 0 0
    }

    #c_static_001_P_37654-1719402715327 .alink span {
        display: block;
        color: #fff
    }

    #c_static_001_P_37654-1719402715327 .alink span.iconfont {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        height: 20px
    }

    #c_static_001_P_37654-1719402715327 .alink span.iconfont .icon {
        width: 20px;
        height: 20px
    }

    #c_static_001_P_37654-1719402715327 .alink span.nameKF {
        line-height: 14px;
        margin-top: 5px;
        font-size: 12px
    }

    #c_static_001_P_37654-1719402715327 .floatTel2 {
        display: none
    }

    #c_static_001_P_37654-1719402715327 .floatLi .qqPc {
        display: none
    }

    #c_static_001_P_37654-1719402715327 .floatLi3 {
        display: none
    }
}

@media screen and (min-width: 769px) {
    #c_static_001_P_37654-1719402715327 .floatBox {
        position: fixed;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 50;
        width: 87px
    }

    #c_static_001_P_37654-1719402715327 .floatLi {
        position: relative;
        left: 0;
        display: flex;
        width: auto;
        height: 69px;
        margin-bottom: 1px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        transition: all 0.5s ease
    }

    #c_static_001_P_37654-1719402715327 .floatLiW {
        position: relative;
        overflow: visible
    }

    #c_static_001_P_37654-1719402715327 .floatLiW a.mo {
        display: none
    }

    #c_static_001_P_37654-1719402715327 .floatLiW div.xxK {
        width: 200px;
        height: auto;
        position: absolute;
        left: -200px;
        top: 0px;
        z-index: 99;
        display: none;
        background: #fff;
        color: #787878;
        font-size: 12px;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
    }

    #c_static_001_P_37654-1719402715327 .floatLiW div.xxK img {
        width: 180px;
        display: block
    }

    #c_static_001_P_37654-1719402715327 .floatLiW div.xxK p {
        text-align: center
    }

    #c_static_001_P_37654-1719402715327 .floatLiW div.xxK p span {
        display: inline-block;
        color: #fff;
        background: #0c9148;
        padding: 0 5px
    }

    #c_static_001_P_37654-1719402715327 .floatLiW:hover div.xxK {
        display: block
    }

    .maskST {
        display: none
    }

    #c_static_001_P_37654-1719402715327 .floatLi3 {
        position: relative;
        left: 0;
        display: flex;
        width: 300px;
        height: 69px;
        margin-bottom: 1px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        transition: all 0.5s ease
    }

    #c_static_001_P_37654-1719402715327 .alink {
        display: inline-block;
        width: 87px;
        height: 100%;
        color: #fff;
        background: var(--primary);
        padding: 10px 0
    }

    #c_static_001_P_37654-1719402715327 .alink span {
        display: block
    }

    #c_static_001_P_37654-1719402715327 .alink span.iconfont {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        height: 30px
    }

    #c_static_001_P_37654-1719402715327 .alink span.iconfont .icon {
        width: 30px;
        height: 30px
    }

    #c_static_001_P_37654-1719402715327 .alink span.nameKF {
        line-height: 14px;
        margin-top: 5px;
        font-size: 12px
    }

    #c_static_001_P_37654-1719402715327 .floatTel2 {
        display: block;
        z-index: 1;
        width: 184px;
        height: 69px;
        font: 20px/69px Arial;
        color: #fff;
        background: var(--primary);
        cursor: pointer
    }

    #c_static_001_P_37654-1719402715327 .floatLi:hover {
        left: -10px
    }

    #c_static_001_P_37654-1719402715327 .floatLi3:hover {
        left: -194px
    }

    #c_static_001_P_37654-1719402715327 .floatLi .qqMo {
        display: none
    }

    #c_static_001_P_37654-1719402715327 .floatLi2 {
        position: relative;
        left: 0;
        display: none;
        width: 300px;
        height: 69px;
        margin-bottom: 1px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        transition: all 0.5s ease
    }
}

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

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

#c_banner_019_P_1165-17250843436420 {
    display-radio: 1
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 {
    height: auto;
    background_radio: 1;
    display-radio: 1
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .swiper-container {
    height: inherit
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .swiper-wrapper {
    height: inherit
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .swiper-slide {
    height: inherit
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_img {
    width: 100%;
    height: 100%;
    background: #000
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .custom-bullet {
    background: #ccc
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_info {
    width: 90%;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 9;
    display: flex;
    transform: translateX(50%) translateY(-50%);
    align-items: center;
    text-align: center;
    max-width: 1500px;
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_info div {
    width: 100%
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_subtitle {
    text-align: center;
    text-shadow: 0px 0px #fff;
    font-family: "Microsoft JhengHei";
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    position: relative;
    font-family: Antonio
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_subtitle:before {
    content: "";
    width: 13px;
    height: 11px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 0;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025032709281350103/cms/image/ad373232-f175-4b1d-86c2-e86ea202bc81.png) no-repeat center
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_subtitle:after {
    content: "";
    width: 13px;
    height: 11px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 0;
    background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025032709281350103/cms/image/8da9c5c7-e6db-4e62-9440-6797e7558d06.png) no-repeat center
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .swiper-container-vertical {
    height: 400px
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_video {
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
    position: relative
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_video .videoContent {
    width: 100%;
    height: 100%
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_video video {
    width: 100%;
    height: 100%;
    background: #000
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_videoPoster {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_videoPoster::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url('../image/playVideo.png') no-repeat center center
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_videoPoster img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_videoInfo {
    display: none
}

#c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_btitle {
    text-shadow: 0px 0px 2px #8b8b8b;
    font-family: Antonio;
    font-size: 44px;
    color: #fff;
    line-height: 62px;
    margin-bottom: 15px;
    text-align: center
}

@media screen and (max-width:768px) {
    #c_banner_019_P_1165-17250843436420 .e_bannerA-2 .swiper-slide {
        height: 200px
    }

    #c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_info {
        z-index: 9;
        text-align: center;
        top: 50%
    }

    #c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_subtitle {
        font-size: 24px;
        line-height: 25px
    }

    #c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_summary {
        display: none
    }

    #c_banner_019_P_1165-17250843436420 {
        display-radio: 1
    }

    #c_banner_019_P_1165-17250843436420 .e_bannerA-2 {
        background_radio: 1;
        display-radio: 1
    }

    #c_banner_019_P_1165-17250843436420 .e_bannerA-2 .p_btitle {
        font-size: 30px;
        text-align: center;
        font-weight: normal;
        line-height: 30px
    }
}

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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

#c_static_001_P_2196-17249036804130 {
    display-radio: 1;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 1)
}

#c_static_001_P_2196-17249036804130 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    background_radio: 1
}

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

#c_static_001_P_2196-17249036804130 .e_container-1 .cbox-1-1 {
    flex: 0 0 auto;
    align-self: center
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .p_breadcrumbItem {
    position: relative;
    float: left
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .icon {
    width: 14px;
    height: 14px
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .p_breadcrumbItem:not(:first-child) {
    padding: 0 3px 0 15px
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .p_breadcrumbItem:not(:first-child)::before {
    content: '>';
    position: absolute;
    left: 3px;
    color: #999
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .p_breadcrumb {
    display: block
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .p_showTitle {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5px;
    border: 1px solid transparent
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .siblings::after {
    content: '>';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transform: rotateZ(90deg);
    cursor: pointer;
    color: #ccc
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .siblings.active {
    border: 1px solid #dee2e6
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .siblings.active::after {
    transform: rotateZ(-90deg)
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .p_slide {
    position: absolute;
    left: 18px;
    min-width: 100%;
    padding: 5px;
    display: none;
    z-index: 999
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .p_sibling {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 {
    background_radio: 2;
    background-color: rgba(255, 255, 255, 0);
    display-radio: 1
}

#c_static_001_P_2196-17249036804130 .e_breadcrumb-4 .p_icon {
    display-radio: 1;
    color: rgba(30, 106, 184, 1);
    font-weight: bold
}

#c_static_001_P_2196-17249036804130 .e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background_radio: 1
}

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

@media screen and (max-width:768px) {
    #c_static_001_P_2196-17249036804130 .e_container-1 .cbox-1-1 {
        display: none
    }
}

#c_new_list_087_P_029-17194133124910 {
    min-height: 300px;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: rgba(239, 239, 239, 1);
    display-radio: 1
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_new_list_087_P_029-17194133124910 .p_list .p_loopitem:nth-child(2n) .e_container-2 {
    flex-flow: row-reverse
}

#c_new_list_087_P_029-17194133124910 .p_list .p_loopitem:nth-child(2n) .e_container-4 {
    flex-flow: row-reverse
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_page {
    text-align: center;
    display-radio: 1;
    margin-top: 15px
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

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

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

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

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

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

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

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_s_option {}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

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

#c_new_list_087_P_029-17194133124910 .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .multSelect ul,
li {
    list-style: none
}

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

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

#c_new_list_087_P_029-17194133124910 .e_loop-1 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

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

#c_new_list_087_P_029-17194133124910 .e_loop-1 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

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

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_normal_start {
    display: inline;
    width: 60px;
    height: 22px
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 22px
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_normal_end {
    display: inline;
    width: 60px;
    height: 22px;
    margin-right: 5px
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 22px;
    margin-right: 5px
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_split {
    margin: 0 5px
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_normal {
    margin-right: 16px
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .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_new_list_087_P_029-17194133124910 .e_loop-1 .input-check,
#c_new_list_087_P_029-17194133124910 .e_loop-1 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .position-left {
    display: flex
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .position-top {}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .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_new_list_087_P_029-17194133124910 .e_loop-1 .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_new_list_087_P_029-17194133124910 .e_loop-1 .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_new_list_087_P_029-17194133124910 .e_loop-1 .p_active .p_mbutton::before {
    display: block
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 .p_active .p_mbutton::after {
    display: block
}

#c_new_list_087_P_029-17194133124910 .e_loop-1 {
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display-radio: 1;
    margin-top: 0px;
    padding-top: 15
}

#c_new_list_087_P_029-17194133124910 .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 0px;
    margin-bottom: 10px;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    transition: all .5s ease;
    margin-top: 10px;
    display-radio: flex
}

#c_new_list_087_P_029-17194133124910 .e_container-2:hover {
    box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
    background: #fff;
    background-color: #fff
}

#c_new_list_087_P_029-17194133124910 .e_container-2:hover .e_text-11 {
    color: var(--hmfirst)
}

#c_new_list_087_P_029-17194133124910 .e_container-2:hover .e_timeFormat-10 {
    color: var(--hmfirst)
}

#c_new_list_087_P_029-17194133124910 .e_container-2:hover .e_timeFormat-9 {
    color: var(--hmfirst)
}

#c_new_list_087_P_029-17194133124910 .e_container-2:hover .e_text-8 {
    color: var(--hmfirst)
}

#c_new_list_087_P_029-17194133124910 .e_container-2:hover .e_timeFormat-6 {
    color: var(--hmfirst)
}

#c_new_list_087_P_029-17194133124910 .e_container-2 .p_item {
    flex: 1;
    max-width: 100%
}

#c_new_list_087_P_029-17194133124910 .e_container-2 .cbox-2-0 {
    flex: 0 0 28%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    align-items: center
}

#c_new_list_087_P_029-17194133124910 .e_container-2 .cbox-2-1 {
    flex: 0 0 72%
}

#c_new_list_087_P_029-17194133124910 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    padding-right: 5%;
    justify-content: space-between;
    display-radio: flex
}

#c_new_list_087_P_029-17194133124910 .e_container-4 .p_item {
    flex: 1;
    max-width: 100%
}

#c_new_list_087_P_029-17194133124910 .e_container-4 .cbox-4-0 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 80%
}

#c_new_list_087_P_029-17194133124910 .e_container-4 .cbox-4-1 {
    flex: 0 0 auto
}

#c_new_list_087_P_029-17194133124910 .e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

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

.e_container-7:hover #c_new_list_087_P_029-17194133124910 .e_timeFormat-6 {
    color: #004ba5
}

#c_new_list_087_P_029-17194133124910 .e_timeFormat-6 {
    min-height: 20px;
    font_radio: 2;
    padding-left: 0px;
    font-size: 56px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.2;
    transition: all .5s ease;
    font-family: Impact;
    text-align: center
}

#c_new_list_087_P_029-17194133124910 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#c_new_list_087_P_029-17194133124910 .e_container-7>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container-7:hover #c_new_list_087_P_029-17194133124910 .e_text-8 {
    color: var(--colorfirst)
}

#c_new_list_087_P_029-17194133124910 .e_text-8 {
    line-height: 1.6;
    font_radio: 2;
    transition: all .5s ease;
    font-size: 18px;
    font-family: Arial;
    color: rgba(102, 102, 102, 1);
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px
}

.e_container-7:hover #c_new_list_087_P_029-17194133124910 .e_timeFormat-9 {
    color: var(--colorfirst)
}

#c_new_list_087_P_029-17194133124910 .e_timeFormat-9 {
    min-height: 20px;
    font_radio: 2;
    padding-left: 0px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.6;
    transition: all .5s ease;
    font-family: Arial;
    font-weight: bold
}

.e_container-7:hover #c_new_list_087_P_029-17194133124910 .e_timeFormat-10 {
    color: var(--colorfirst)
}

#c_new_list_087_P_029-17194133124910 .e_timeFormat-10 {
    min-height: 20px;
    font_radio: 2;
    padding-left: 0px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.6;
    transition: all .5s ease;
    font-family: Arial;
    font-weight: bold
}

#c_new_list_087_P_029-17194133124910 .e_text-11 {
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 0px;
    font_radio: 2;
    transition: all .2s ease;
    display-radio: 1;
    color: #222222;
    font-size: 18px;
    line-height: 1.5;
    font-family: Microsoft YaHei;
    font-weight: bold
}

#c_new_list_087_P_029-17194133124910 .e_text-12 {
    font_radio: 2;
    font-size: 14px;
    color: rgba(112, 112, 112, 1);
    line-height: 1.6;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_new_list_087_P_029-17194133124910 .e_container-7 .cbox-7-0 {
    flex: 0 0 auto
}

#c_new_list_087_P_029-17194133124910 .e_container-7 .cbox-7-1 {
    flex: 0 0 auto
}

#c_new_list_087_P_029-17194133124910 .e_container-7 .cbox-7-2 {
    flex: 0 0 auto
}

#c_new_list_087_P_029-17194133124910 .e_image-13 {
    overflow: hidden;
    max-height: 300px;
    aspect-ratio: 16/9
}

#c_new_list_087_P_029-17194133124910 .e_image-13 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:768px) {
    #c_new_list_087_P_029-17194133124910 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    #c_new_list_087_P_029-17194133124910 .p_list .p_loopitem:nth-child(2n) .e_container-2 {
        flex-flow: column
    }

    #c_new_list_087_P_029-17194133124910 .p_list .p_loopitem:nth-child(2n) .e_container-4 {
        flex-flow: row-reverse
    }

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

    #c_new_list_087_P_029-17194133124910 .e_container-2 .cbox-2-0 {
        width: 100%;
        flex: 0 0 auto
    }

    #c_new_list_087_P_029-17194133124910 .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column
    }

    #c_new_list_087_P_029-17194133124910 .e_container-4 {
        padding-top: 20px;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-right: 10px
    }

    #c_new_list_087_P_029-17194133124910 .e_container-4 .p_item {
        padding-left: 0px;
        padding-right: 0px
    }

    #c_new_list_087_P_029-17194133124910 .e_timeFormat-6 {
        font_radio: 2;
        color: #666666;
        line-height: 1.5;
        font-size: 40px
    }

    #c_new_list_087_P_029-17194133124910 .e_text-8 {
        font_radio: 2;
        font-size: 14px;
        color: #333333;
        line-height: 1.6
    }

    #c_new_list_087_P_029-17194133124910 .e_timeFormat-9 {
        font_radio: 2;
        font-size: 14px;
        color: #666666;
        line-height: 1.5
    }

    #c_new_list_087_P_029-17194133124910 .e_timeFormat-10 {
        font_radio: 2;
        font-size: 14px;
        color: #666666;
        line-height: 1.5
    }

    #c_new_list_087_P_029-17194133124910 .e_text-11 {
        font_radio: 2;
        font-size: 16px;
        color: #333333;
        line-height: 1.2;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #c_new_list_087_P_029-17194133124910 .e_text-12 {
        font_radio: 1
    }
}

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

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

@media screen and (max-width: 1660px) and (min-width: 1366px) {}

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