@charset "UTF-8";@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/poppins-regular.woff2) format("woff2"),url(../fonts/poppins-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/*!- w101-sidebar begin -*/
.w101-sidebar .w101-sidebar-wrap {
    display: block;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.w101-sidebar .w101-sidebar-list {
    display: block;
    background-color: transparent
}

.w101-sidebar .w101-sidebar-trigger {
    display: block;
    line-height: 1;
    height: 50px;
    padding: 13px 13px;
    text-align: center;
    color: #fff
}

.w101-sidebar .w101-sidebar-trigger>i {
    font-size: 24px
}

.w101-sidebar .w101-sidebar-trigger>span {
    display: none;
    font-size: 0
}

.w101-sidebar .w101-sidebar-popover {
    display: none;
    position: absolute;
    top: 5px;
    right: 100%;
    padding-right: 8px
}

.w101-sidebar .w101-sidebar-popover:after,.w101-sidebar .w101-sidebar-popover:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%)
}

.w101-sidebar .w101-sidebar-popover:before {
    top: 20px;
    right: 0;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #d9d9d9
}

.w101-sidebar .w101-sidebar-popover:after {
    top: 20px;
    right: 2px;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff
}

.w101-sidebar .w101-sidebar-popover-content {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    min-width: 120px;
    min-height: 40px
}

.w101-sidebar .w101-sidebar-popover-text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 10px 16px;
    white-space: nowrap;
    text-align: center
}

.w101-sidebar .w101-sidebar-popover-image {
    display: block;
    width: 128px;
    height: auto
}

.w101-sidebar .w101-sidebar-popover-list {
    display: block
}

.w101-sidebar .w101-sidebar-popover-item {
    display: block;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
    word-break: break-word
}

.w101-sidebar .w101-sidebar-popover-item>a {
    display: block;
    padding: 0 16px;
    background-color: #fff;
    color: #333;
    transition: all .5s
}

.w101-sidebar .w101-sidebar-popover-item i {
    font-size: 20px;
    vertical-align: middle
}

.w101-sidebar .w101-sidebar-popover-item:hover>a {
    color: #00acc2;
    background-color: #e6edf3
}

.w101-sidebar .w101-sidebar-item {
    display: block;
    position: relative;
    background-color: #2789CC
}

.w101-sidebar .w101-sidebar-item.back-to-home,.w101-sidebar .w101-sidebar-item.back-to-top,.w101-sidebar .w101-sidebar-item.search-more {
    display: none
}

.w101-sidebar .w101-sidebar-item:hover {
    background-color: #2077b3
}

.w101-sidebar .w101-sidebar-item:hover .w101-sidebar-trigger {
    color: #fff
}

.w101-sidebar .w101-sidebar-item:hover .w101-sidebar-popover {
    display: block
}

.w101-sidebar.scrolled .w101-sidebar-item.back-to-top {
    display: block
}

@media screen and (max-width: 768px) {
    .w101-sidebar {
        height:60px
    }

    .w101-sidebar .w101-sidebar-wrap {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transform: translateY(0)
    }

    .w101-sidebar .w101-sidebar-list {
        display: flex;
        justify-content: space-around;
        background-color: #fff;
        border-top: 1px solid #f0f0f0
    }

    .w101-sidebar .w101-sidebar-trigger {
        height: 60px;
        color: #333;
        padding: 10px 16px
    }

    .w101-sidebar .w101-sidebar-trigger>i {
        font-size: 24px
    }

    .w101-sidebar .w101-sidebar-trigger>span {
        display: block;
        margin-top: 4px;
        font-size: 12px
    }

    .w101-sidebar .w101-sidebar-popover {
        top: auto;
        bottom: 100%;
        right: 50%;
        transform: translateX(50%);
        padding-right: 0;
        padding-bottom: 8px
    }

    .w101-sidebar .w101-sidebar-popover:after,.w101-sidebar .w101-sidebar-popover:before {
        top: auto;
        right: 50%;
        transform: translateX(50%) translateY(0)
    }

    .w101-sidebar .w101-sidebar-popover:before {
        bottom: 0;
        border-width: 8px 8px 0 8px;
        border-color: #f0f0f0 transparent transparent transparent
    }

    .w101-sidebar .w101-sidebar-popover:after {
        bottom: 2px;
        border-width: 7px 7px 0 7px;
        border-color: #fff transparent transparent transparent
    }

    .w101-sidebar .w101-sidebar-popover-content {
        background-color: #fff;
        border: 1px solid #f0f0f0;
        min-height: 40px
    }

    .w101-sidebar .w101-sidebar-popover-text {
        padding: 10px 16px
    }

    .w101-sidebar .w101-sidebar-popover-item {
        line-height: 40px
    }

    .w101-sidebar .w101-sidebar-popover-item>a {
        background-color: #fff;
        color: #333
    }

    .w101-sidebar .w101-sidebar-popover-item:hover>a {
        color: #024886;
        background-color: #f2f2f2
    }

    .w101-sidebar .w101-sidebar-item {
        background-color: transparent
    }

    .w101-sidebar .w101-sidebar-item.back-to-home,.w101-sidebar .w101-sidebar-item.search-more {
        display: block
    }

    .w101-sidebar .w101-sidebar-item:hover {
        background-color: transparent
    }

    .w101-sidebar .w101-sidebar-item:hover .w101-sidebar-trigger {
        color: #024886
    }

    .w101-sidebar.scrolled .w101-sidebar-item.back-to-top {
        display: none
    }
}

/*!- w101-sidebar end -*/
/*!- w101-search -*/
.w101-search {
    display: none;
    position: fixed;
    z-index: 1005;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.w101-search .w101-search-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 35vh
}

.w101-search .w101-search-content {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 600px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto
}

.w101-search .w101-search-bar {
    position: relative;
    width: 100%;
    padding: 0 72px 0 16px;
    background-color: #fff
}

.w101-search .w101-search-bar>input {
    display: block;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    outline: 0
}

.w101-search .w101-search-bar>button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    background-color: #2789CC;
    border: 0;
    outline: 0;
    color: #fff;
    cursor: pointer;
    transition: background-color .5s;
    font-size: 24px
}

.w101-search .w101-search-bar>button>i {
    font-size: inherit
}

.w101-search .w101-search-bar>button:hover {
    background-color: #d68327
}

.w101-search .w101-search-mask {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background-color: rgba(0,0,0,.9)
}

.w101-search .w101-search-close {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    transition: color .5s
}

.w101-search .w101-search-close>i {
    font-size: inherit
}

.w101-search .w101-search-close:hover {
    color: #ee922b
}

@media screen and (max-width: 1200px) {
    .w101-search .w101-search-bar {
        padding:0 64px 0 12px
    }

    .w101-search .w101-search-bar>input {
        height: 40px;
        font-size: 14px
    }

    .w101-search .w101-search-bar>button {
        width: 50px;
        height: 40px;
        font-size: 20px
    }

    .w101-search .w101-search-close {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 20px
    }
}

.w101-search.opened {
    display: block;
    -webkit-animation: search-wrapper-fade-in .5s both;
    animation: search-wrapper-fade-in .5s both
}

@-webkit-keyframes search-wrapper-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes search-wrapper-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/*!- w101-search -*/
