.list-none{
    list-style-type: none
}

.customer-aside{
    display: none
}

@media (min-width: 768px) {
    .customer-aside{
        background-image: url(https://hd-oss.cosmoplat.com/hdCosmo25%3Acosmoplat/202211/c2e2272c-7181-4da0-8bd0-7f02ca11d87b.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 476px;
        overflow-y: scroll;
        padding: 16px 5px;
        width: 210px
    }

    .customer-aside::-webkit-scrollbar {
        width: 0 !important
    }

    .customer-aside .customer-aside__header{
        align-items: center;
        background: rgba(24, 144, 255, .05);
        color: rgba(0, 0, 0, .8);
        display: flex;
        font-size: 16px;
        font-weight: 700;
        height: 36px;
        line-height: 14px;
        padding: 0 16px
    }

    .customer-aside .customer-aside__icon-line{
        background: #004baa;
        display: block;
        height: 14px;
        margin-right: 6px;
        width: 2px
    }

    .customer-aside .customer-aside__group-list{
        list-style-type: none;
        padding-left: 24px;
        text-align: left
    }

    .customer-aside .customer-aside__group{
        margin-top: 14px
    }

    .customer-aside .customer-aside__group-title{
        color: rgba(0, 0, 0, .8);
        cursor: pointer;
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        padding: 7px 0
    }

    .customer-aside .customer-aside__group-title .el-icon-arrow-down{
        font-weight: inherit;
        margin-left: 10px;
        transition: transform .2s ease-in-out;
        will-change: transform
    }

    .customer-aside .customer-aside__group-title .el-icon-arrow-down.active{
        transform: rotate(180deg)
    }

    .customer-aside .customer-aside__list-item{
        color: #666;
        cursor: pointer;
        font-size: 14px;
        line-height: 14px;
        padding: 7px 0
    }

    .customer-aside .customer-aside__list-item:hover .has-href{
        color: #004baa
    }

    .customer-aside .customer-aside__more{
        color: #004baa;
        cursor: pointer;
        font-size: 12px;
        line-height: 14px;
        padding: 7px 0
    }
}

.cosmo-customer{
    display: none
}

@media (min-width: 768px) {
    .cosmo-customer{
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
        display: flex;
        flex-direction: column;
        height: 536px;
        position: fixed;
        width: 605px
    }

    .cosmo-customer .customer-header{
        align-items: center;
        background-color: #004baa;
        color: #fff;
        display: flex;
        flex-shrink: 0;
        height: 48px;
        justify-content: space-between;
        padding-left: 30px;
        padding-right: 18px;
        width: 100%
    }

    .cosmo-customer .customer-header__right{
        font-size: 18px;
        font-weight: 700;
        line-height: 26px
    }

    .cosmo-customer .customer-header__left{
        align-items: center;
        display: flex
    }

    .cosmo-customer .customer-header__left .el-icon-close{
        cursor: pointer;
        font-weight: 700
    }

    .cosmo-customer .customer-header__phone{
        font-size: 12px;
        line-height: 14px;
        margin-right: 18px
    }

    .cosmo-customer .customer-header__phone > a{
        color: inherit
    }

    .cosmo-customer .customer-main{
        display: flex;
        flex: 1
    }

    .cosmo-customer .customer-iframe__wrapper{
        background-color: #f7f7f7;
        display: flex;
        flex: 1;
        justify-content: center
    }

    .cosmo-customer .customer-iframe{
        display: block;
        width: 375px
    }
}

.cosn-search-tip {
    align-items: center;
    display: inline-flex;
    position: absolute;
    right: 20px;
    top: -20px
}

.cosn-search-tip .cosn-search-input {
    width: 200px
}

.cosn-search-tip .cosn-search-input .el-input__inner {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #222;
    height: 40px
}

.cosn-search-tip .cosn-search-input .el-input__icon {
    cursor: pointer;
    line-height: 32px
}

.cosn-search-tip .cosn-search-input-focus {
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    width: 300px
}

.cosn-search-tip .cosn-search-input-focus .el-input__inner {
    background-color: transparent;
    border: 1px solid #004baa;
    height: 40px;
    padding-left: 20px
}

.cosn-search-tip .cosn-search-input-focus .el-input__icon {
    font-size: 20px;
    line-height: 44px
}

.cosn-search-tip .search_close_wrap {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 44px;
    width: 30px
}

.cosn-search-tip .search_close {
    color: #c0c4cc;
    cursor: pointer;
    font-size: 20px;
    font-weight: lighter;
    line-height: 32px;
    margin-left: 10px
}

.cosn-search-tip .search_top_btn {
    align-items: center;
    background: #004baa;
    border: 1px solid #004baa;
    border-radius: 0;
    color: #fff;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.cosn-search-tip .search_top_btn:hover {
    background: #005ddd;
    border: 1px solid #005ddd
}

.cosn-search-tip .search_top_btn i {
    color: #fff;
    font-size: 18px
}

.cosn-search-tip .search_top_btn_focus {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1)
}

.cosn-search-tip .cosn-search-word-div {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: hsla(0, 0%, 100%, .8);
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 30px 24px;
    position: absolute;
    top: 44px;
    width: 340px
}

.cosn-search-tip .cosn-search-word-div .search_hot_text {
    color: #999;
    font-size: 12px;
    width: 70px
}

.cosn-search-tip .cosn-search-word-div .search_hot_text2 {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0 12px
}

.cosn-search-tip .cosn-search-word-div .search_hot_text2:hover {
    border: 1px solid #004baa;
    color: #004baa
}

.cosn-search-tip-focus {
    top: -22px
}

.cosn-search-autocomplete {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: hsla(0, 0%, 100%, .8) !important;
    border-radius: 0 !important;
    border-top: 0 !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1) !important;
    margin-top: 2px !important;
    padding: 14px 0 !important;
    width: 340px !important
}

.cosn-search-autocomplete li {
    padding: 0 !important
}

.cosn-search-autocomplete li:hover {
    background-color: transparent !important
}

.cosn-search-autocomplete .cosn-search-text {
    color: #222;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    padding: 2px 24px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cosn-search-autocomplete .cosn-search-text:hover {
    background: #f6f6f6;
    color: #09f
}

.cosn-search-autocomplete .cosn-search-text-top {
    color: #999;
    font-size: 14px;
    line-height: 40px;
    padding: 2px 24px
}

.cosn-search-autocomplete .cosn-search-line-div {
    padding: 0 24px;
    width: 100%
}

.cosn-search-autocomplete .cosn-search-line {
    background: #ddd;
    height: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%
}

.el-popper[x-placement^=bottom] .popper__arrow {
    display: none
}

.search_tip_mobile i {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 2px
}

.search_tip_mobile .search_input_div {
    background: #ededed;
    left: 0;
    padding: 12px 20px;
    position: fixed;
    top: 48px;
    width: 100%
}

.search_tip_mobile .search_input_m {
    margin-right: 4px;
    width: 87%
}

.search_tip_mobile .search_input_m .el-input__inner {
    border-radius: 0;
    color: #222;
    height: 36px
}

.search_tip_mobile .search_input_m .el-input__icon {
    font-size: 18px;
    line-height: 36px
}

.search_tip_mobile .cosn-search-word-div-m {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .1);
    left: 0;
    padding: 14px 20px 20px;
    position: fixed;
    top: 108px;
    width: 100%
}

.search_tip_mobile .cosn-search-word-div-m .cosn-search_hot_text_m {
    color: #999;
    font-size: 12px;
    line-height: 14px
}

.search_tip_mobile .cosn-search-word-div-m .cosn-search_hot_text2_m {
    border: 1px solid #ddd;
    color: #222;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    margin-right: 12px;
    margin-top: 14px;
    padding: 0 8px
}

.search_autocomplete_m {
    border-radius: 0 !important;
    left: 0 !important;
    max-height: 220px;
    width: 100% !important
}

.search_autocomplete_m .el-autocomplete-suggestion__wrap {
    max-height: 210px
}

.search_autocomplete_m li {
    padding: 0 !important
}

.search_autocomplete_m li:hover {
    background-color: transparent !important
}

.search_autocomplete_m .cosn-search-text {
    color: #222;
    font-size: 12px;
    line-height: 30px;
    margin-right: 26px;
    overflow: hidden;
    padding: 2px 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search_autocomplete_m .cosn-search-text-top {
    color: #999;
    font-size: 12px;
    line-height: 30px;
    padding: 2px 20px
}

.search_autocomplete_m .cosn-search-line-div {
    padding: 0 20px;
    width: 100%
}

.search_autocomplete_m .cosn-search-line {
    background: #ddd;
    height: 1px;
    margin-bottom: 6px;
    margin-top: 6px;
    width: 100%
}

@media (min-width: 1199px) {
    .cosn-search-tip {
        display: inline-flex
    }

    .search_tip_mobile {
        display: none
    }
}

@media (max-width: 1199px) {
    .cosn-search-tip {
        display: none
    }

    .search_tip_mobile {
        display: inline-block
    }
}

.cosn-list-none {
    list-style-type: none
}

@media (max-width: 768px) {
    .cosmo-portal-com .cosn-nap-container {
        padding: 0 16px;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cosmo-portal-com .cosn-nap-container {
        padding: 0 64px;
        width: 100%
    }
}

@media (min-width: 991px) and (max-width: 1540px) {
    .cosmo-portal-com .cosn-nap-container {
        padding: 0 130px;
        width: 100%
    }
}

@media (min-width: 1541px) {
    .cosmo-portal-com .cosn-nap-container {
        margin: 0 auto !important;
        width: 1280px
    }
}

@media (max-width: 1440px) {
    .cosmo-portal-com .cosn-container {
        padding: 0 16px;
        width: 100%
    }
}

@media (min-width: 1440px) {
    .cosmo-portal-com .cosn-container {
        margin: 0 auto !important;
        width: 1440px
    }
}

@font-face {
    font-family: iconfont-cosy;
    src: url(data:font/woff2;base64,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) format("woff2"), url(data:font/woff;base64,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) format("woff"), url(/_nuxt/fonts/iconfont.eb34a7d0.435f983.ttf) format("truetype")
}

.iconfont-cosy {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: iconfont-cosy !important;
    font-size: 16px;
    font-style: normal
}

.cosy-weixinmian:before {
    content: "\e642"
}

.cosy-youxiang1:before {
    content: "\e641"
}

.cosy-shitidianhua:before {
    content: "\e648"
}

.cosy-baobiao:before {
    content: "\e61a"
}

.cosy-zizhan:before {
    content: "\e61e"
}

.cosy-diqiu:before {
    content: "\e622"
}

.cosy-search:before {
    content: "\e623"
}

.cosy-integral:before {
    content: "\e6f9"
}

.cosy-close:before {
    content: "\e747"
}

.cosy-arrow-left:before {
    content: "\e745"
}

.cosy-arrow-up:before {
    content: "\e746"
}

.cosy-arrow-down:before {
    content: "\e7b2"
}

.cosy-arrow-right:before {
    content: "\e743"
}

.cosn-search_carousel_wrap{
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: flex;
    height: 40px;
    position: absolute;
    right: 20px;
    top: -20px;
    width: 200px
}

.cosn-search_carousel_wrap:hover {
    border: 1px solid #015aaa
}

.cosn-search_carousel_wrap .cosn-search_carousel_icon{
    color: #c0c4cc;
    font-size: 14px;
    padding: 0 5px 0 10px
}

.cosn-search_carousel_wrap .cosn-search_carousel{
    flex: 1
}

.cosn-search_carousel_wrap .cosn-search_carousel_word{
    color: #c0c4cc;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.cosn-search_carousel_hide{
    z-index: -1
}

@media (max-width: 1199px) {
    .cosn-search_carousel_wrap{
        display: none
    }
}

.cosmo-component-menu-collapse-enter-to, .cosmo-component-menu-collapse-leave {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform .3s ease, opacity .3s ease
}

.cosmo-component-menu-collapse-enter, .cosmo-component-menu-collapse-leave-to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .2s ease, opacity .1s ease
}

.cosn-module-menu {
    align-items: center;
    display: flex
}

.cosn-menu-div {
    cursor: pointer;
    height: 72px;
    position: relative
}

.cosn-menu-div .user-portrait-box {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 30px 0 20px
}

.cosn-menu-div .user-portrait-box .user-portrait {
    border-radius: 50%;
    display: block;
    height: 40px;
    transition: box-shadow .2s ease-in;
    width: 40px
}

.cosn-menu-div:last-child .cosn-menu-drop {
    left: auto;
    right: 4px;
    top: 70px
}

.cosn-menu-text {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    height: 72px;
    justify-content: center;
    line-height: 72px;
    margin: 0 16px;
    padding-left: 4px;
    padding-right: 6px;
    position: relative
}

.cosn-menu-text i {
    color: #333;
    font-size: 20px;
    font-weight: 400
}

.cosn-menu-text:hover {
    color: #004baa
}

.cosn-menu-text:after {
    background-color: #004baa;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 50% 50%;
    transition: transform .3s ease;
    width: 100%
}

.text-has-arrow {
    margin-right: 10px;
    padding-right: 0
}

.active-menu-div .user-portrait-box .user-portrait {
    box-shadow: 0 0 0 1px #004baa
}

.active-menu-div .cosn-menu-text {
    color: #004baa
}

.active-menu-div .cosn-menu-text:after {
    transform: scaleX(1)
}

.active-menu-div .cosn-menu-text i {
    color: #004baa;
    transform: rotate(180deg);
    transition: all .2s ease
}

.cosn-menu-drop {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(23, 44, 66, .05);
    left: -20px;
    padding: 10px 0;
    position: absolute;
    top: 72px;
    width: 125px
}

.cosn-menu-drop a {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px 0 20px;
    text-align: center
}

.cosn-menu-drop a:hover {
    background: rgba(24, 144, 255, .05);
    color: #004baa
}

.cosn-menu-drop-s {
    left: 10px
}

.list-flex__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: -40px;
    margin-right: -40px
}

.list-flex__item{
    margin-bottom: 32px;
    min-width: 280px;
    padding-left: 40px;
    padding-right: 40px
}

.list-flex__title{
    align-items: center;
    display: flex;
    margin-bottom: 8px
}

.list-flex__title:hover .list-flex__title-icon7e1d7726], .list-flex__title:hover .list-flex__title-label{
    color: #004baa
}

.list-flex__title-label{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

.list-flex__title-icon{
    color: #595959;
    font-size: 14px;
    font-weight: 700;
    margin-left: 2px
}

.list-flex__intro{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #595959;
    display: -webkit-box;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden
}

.list-column{
    -moz-column-gap: 80px;
    column-gap: 80px;
    list-style-type: none;
    width: 100%
}

.list-column__col19a0a44e], .list-column__group{
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid
}

.list-column__group{
    margin-bottom: 24px
}

.list-column__group-title{
    align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 6px 0
}

.list-column__group-title19a0a44e]:hover {
    color: #004baa
}

.list-column__list{
    list-style-type: none
}

.list-column__list-item{
    align-items: center;
    color: #333;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0
}

.list-column__list-item19a0a44e]:hover {
    color: #004baa
}

.list-column__title-label{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-column__arrow-right{
    font-weight: 700;
    margin-left: 4px
}

.list-column__title-tag{
    background-color: #d20000;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin-left: 4px;
    text-align: center;
    width: 16px
}

.cosmo-component-menu-collapse-enter-to, .cosmo-component-menu-collapse-leave {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform .3s ease, opacity .3s ease
}

.cosmo-component-menu-collapse-enter, .cosmo-component-menu-collapse-leave-to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .2s ease, opacity .1s ease
}

.product-panel {
    height: 600px;
    min-height: 200px;
    width: 100%
}

.product-panel__container {
    display: flex;
    height: 100%
}

.product-panel__close {
    color: #595959;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    right: 24px;
    top: 24px
}

.product-panel__sidebar {
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-top: 40px;
    width: 200px
}

.product-panel__menus {
    list-style-type: none
}

.product-panel__menu {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 22px;
    margin-bottom: 20px
}

.product-panel__menu.is-active {
    color: #004baa
}

.product-panel__menu.is-active .el-icon-arrow-right {
    display: block
}

.product-panel__menu .el-icon-arrow-right {
    display: none;
    font-weight: inherit
}

.product-panel__slogan {
    color: #595959;
    font-size: 14px;
    line-height: 22px;
    width: 160px
}

.product-panel__slogan .slogan {
    margin-bottom: 20px
}

.product-panel__telephone {
    color: #004baa;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.product-panel__telephone .telephone {
    color: inherit;
    margin-left: 10px
}

.product-panel__main {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 40px;
    padding-left: 60px;
    scroll-behavior: smooth
}

.product-panel__main::-webkit-scrollbar, .product-panel__main::-webkit-scrollbar-thumb {
    height: 4px;
    width: 4px
}

.product-panel__main::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 2px
}

.product-panel__recommend {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 40px
}

.product-panel__activity {
    background: #d8d8d8;
    height: 120px;
    width: 620px
}

.product-panel__activity > img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.product-panel__more {
    align-items: center;
    background-color: #fff;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 14px;
    padding-top: 40px;
    position: sticky;
    top: 0
}

.product-panel__more:hover {
    color: #004baa
}

.product-panel__more .more__arrow {
    font-weight: 700;
    margin-left: 4px;
    margin-top: 1px
}

@media (min-width: 1200px) {
    .product-panel__container {
        padding: 0 3%
    }
}

@media (min-width: 1440px) {
    .product-panel__container {
        margin: 0 auto;
        max-width: 1280px;
        padding: 0
    }
}

.cosmo-portal-com, .cosmo-portal-com a, .cosmo-portal-com abbr, .cosmo-portal-com acronym, .cosmo-portal-com address, .cosmo-portal-com applet, .cosmo-portal-com article, .cosmo-portal-com aside, .cosmo-portal-com audio, .cosmo-portal-com b, .cosmo-portal-com big, .cosmo-portal-com body, .cosmo-portal-com canvas, .cosmo-portal-com caption, .cosmo-portal-com center, .cosmo-portal-com cite, .cosmo-portal-com code, .cosmo-portal-com dd, .cosmo-portal-com del, .cosmo-portal-com details, .cosmo-portal-com dfn, .cosmo-portal-com dl, .cosmo-portal-com dt, .cosmo-portal-com em, .cosmo-portal-com embed, .cosmo-portal-com fieldset, .cosmo-portal-com figcaption, .cosmo-portal-com figure, .cosmo-portal-com footer, .cosmo-portal-com form, .cosmo-portal-com h1, .cosmo-portal-com h2, .cosmo-portal-com h3, .cosmo-portal-com h4, .cosmo-portal-com h5, .cosmo-portal-com h6, .cosmo-portal-com header, .cosmo-portal-com hgroup, .cosmo-portal-com html, .cosmo-portal-com i, .cosmo-portal-com iframe, .cosmo-portal-com img, .cosmo-portal-com ins, .cosmo-portal-com kbd, .cosmo-portal-com label, .cosmo-portal-com legend, .cosmo-portal-com li, .cosmo-portal-com mark, .cosmo-portal-com menu, .cosmo-portal-com nav, .cosmo-portal-com object, .cosmo-portal-com ol, .cosmo-portal-com output, .cosmo-portal-com p, .cosmo-portal-com pre, .cosmo-portal-com q, .cosmo-portal-com ruby, .cosmo-portal-com s, .cosmo-portal-com samp, .cosmo-portal-com section, .cosmo-portal-com small, .cosmo-portal-com span, .cosmo-portal-com strike, .cosmo-portal-com strong, .cosmo-portal-com sub, .cosmo-portal-com summary, .cosmo-portal-com sup, .cosmo-portal-com table, .cosmo-portal-com tbody, .cosmo-portal-com td, .cosmo-portal-com tfoot, .cosmo-portal-com th, .cosmo-portal-com thead, .cosmo-portal-com time, .cosmo-portal-com tr, .cosmo-portal-com tt, .cosmo-portal-com u, .cosmo-portal-com ul, .cosmo-portal-com var, .cosmo-portal-com video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.cosmo-portal-com li {
    line-height: 1
}

.cosmo-portal-com, .cosmo-portal-com *, .cosmo-portal-com :after, .cosmo-portal-com :before {
    box-sizing: border-box;
    margin: 0
}

.cosmo-portal-com a {
    background-color: transparent;
    color: #007bff;
    -webkit-text-decoration: none;
    text-decoration: none
}

.cosmo-component-menu-collapse-enter-to, .cosmo-component-menu-collapse-leave {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform .3s ease, opacity .3s ease
}

.cosmo-component-menu-collapse-enter, .cosmo-component-menu-collapse-leave-to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .2s ease, opacity .1s ease
}

.cosn-navbar-view {
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
    display: flex;
    height: 72px;
    left: 0;
    padding: 0 0 0 60px;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 100
}

.cosn-navbar-view .cosn-nav-logo {
    cursor: pointer;
    width: 150px
}

.cosn-navbar-view .console-btn {
    align-items: center;
    background-color: #ecf3fe;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 30px;
    margin-left: 20px;
    padding-left: 5px;
    width: 90px
}

.cosn-navbar-view .console-btn i {
    color: #5997f2;
    font-size: 28px;
    margin-right: 6px
}

.cosn-navbar-view .console-btn span {
    color: #5997f2;
    font-size: 13px;
    height: 30px;
    line-height: 30px
}

.cosn-navbar-view .cosn-nav-menu-right {
    margin-left: auto
}

.cosn-navbar-view .cosn-nav-menu {
    display: flex;
    height: 72px;
    line-height: 72px;
    margin-left: 35px
}

.cosn-navbar-view .cosn-nav-menu-text {
    display: inline-block;
    padding: 0 16px
}

.cosn-navbar-view .cosn-nav-menu-text span {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 72px;
    position: relative
}

.cosn-navbar-view .cosn-nav-menu-text span:after {
    background-color: #004baa;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: 50% 50%;
    transition: transform .3s ease;
    width: 100%
}

.cosn-navbar-view .cosn-nav-menu-text_hover span {
    color: #004baa
}

.cosn-navbar-view .cosn-nav-menu-text_hover span:after {
    transform: scaleX(1)
}

.cosn-nav-menu-main {
    background: #fff;
    border-top: 1px solid #004baa;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    left: 0;
    position: absolute;
    top: 72px;
    width: 100%
}

@media (max-width: 1250px) {
    .cosn-navbar-view {
        padding: 0 20px
    }
}

@media (max-width: 1199px) {
    .cosn-navbar-view {
        display: none;
        height: 48px;
        padding: 0 0 0 6px
    }
}

.service-online{
    height: 100%;
    width: 100%
}

.service-online .service-online_iframe{
    display: block;
    height: 100%;
    width: 100%
}

.cosmo-header-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: -40px;
    margin-right: -40px
}

.cosmo-header-list-item{
    margin-bottom: 32px;
    min-width: 280px;
    padding-left: 40px;
    padding-right: 40px
}

.cosmo-header-list-item .title{
    align-items: center;
    display: flex;
    margin-bottom: 8px
}

.cosmo-header-list-item .title-label{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

.cosmo-header-list-item .title-icon{
    color: #595959;
    font-size: 14px;
    font-weight: 700;
    margin-left: 2px
}

.cosmo-header-list-item .icon-new{
    background: #d20000;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 4px;
    transform: scale(.8)
}

.cosmo-header-list-item .intro{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #595959;
    display: -webkit-box;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden
}

@media (any-hover: hover) {
    .cosmo-header-list-item .title:hover .title-icon, .cosmo-header-list-item .title:hover .title-label{
        color: #004baa
    }
}

.cosmo-component-menu-collapse-enter-to, .cosmo-component-menu-collapse-leave {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform .3s ease, opacity .3s ease
}

.cosmo-component-menu-collapse-enter, .cosmo-component-menu-collapse-leave-to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .2s ease, opacity .1s ease
}

.cosmo-p-subsites .subsites-wrapper {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin: 0 12px;
    padding: 26px 0;
    position: relative
}

.cosmo-p-subsites .subsites-wrapper .cosy-arrow-down {
    font-size: 28px;
    font-weight: 400;
    transform: scale(.8);
    transition: transform .2s ease 0s
}

.cosmo-p-subsites .cosmo-p-panel {
    background: #fff;
    border-top: 1px solid #004baa;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
    left: 0;
    min-height: 200px;
    position: absolute;
    top: 72px;
    width: 100%
}

.cosmo-p-subsites .cosmo-p-panel-close {
    color: #595959;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    right: 50px;
    top: 24px
}

.cosmo-p-subsites .cosmo-p-panel-scroll {
    max-height: 720px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 30px;
    scroll-behavior: smooth
}

.cosmo-p-subsites .cosmo-p-panel-scroll::-webkit-scrollbar, .cosmo-p-subsites .cosmo-p-panel-scroll::-webkit-scrollbar-thumb {
    height: 4px;
    width: 4px
}

.cosmo-p-subsites .cosmo-p-panel-scroll::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 2px
}

.cosmo-p-subsites .cosmo-panel__more {
    align-items: center;
    background-color: #fff;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
    padding-top: 40px;
    position: sticky;
    top: 0;
    width: 140px
}

.cosmo-p-subsites .cosmo-panel__more:hover {
    color: #004baa
}

.cosmo-p-subsites .cosmo-panel__more .more__arrow {
    font-weight: 700;
    margin-left: 4px;
    margin-top: 1px
}

.cosmo-p-subsites .one-level-title {
    color: #004baa;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 32px;
    padding-top: 40px
}

.cosmo-p-subsites .two-level-title {
    color: #004baa;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 40px
}

.cosmo-p-subsites .subsites-line {
    background-color: #ddd;
    height: 1px;
    margin-top: 7px;
    width: 100%
}

@media (any-hover: hover) {
    .cosmo-p-subsites:hover .subsites-wrapper {
        color: #004baa
    }

    .cosmo-p-subsites:hover .subsites-wrapper:after {
        background-color: #004baa;
        bottom: 0;
        content: "";
        height: 4px;
        left: 0;
        opacity: 1;
        position: absolute;
        width: 100%
    }

    .cosmo-p-subsites:hover .subsites-wrapper .cosy-arrow-down {
        color: #004baa;
        transform: rotate(180deg) scale(.8)
    }
}