body,
html {
    padding: 0;
    margin: 0
}

#app,
body,
html {
    height: 100%;
    width: 100%
}

.btn-ripple-bg {
    background-color: #87cdff
}

.btn-ripple-bg,
.xy-btn-ripple-bg {
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    height: 100%;
    opacity: 1;
    animation-name: btn-animation-ripple;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    z-index: 0 !important
}

.xy-btn-ripple-bg {
    background-color: #c3961a
}

.rename-btn-ripple-bg {
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    height: 100%;
    background-color: rgba(124, 49, 215, .4);
    opacity: 1;
    animation-name: btn-animation-ripple;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    z-index: 0 !important
}

.btn-download-text {
    z-index: 10
}

@keyframes btn-animation-ripple {
    0% {
        width: 1px;
        height: 1px;
        transform: scale(0);
        opacity: 1
    }

    to {
        width: 1px;
        height: 1px;
        transform: scale(400);
        opacity: 0
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

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

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.audio-header[data-v-77e05a44] {
    position: relative;
    width: 100%;
    height: 1020px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center
}

.audio-header-content[data-v-77e05a44] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.audio-header-bg[data-v-77e05a44] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.div-header-title[data-v-77e05a44] {
    display: flex;
    margin-bottom: 42px;
    position: relative;
    margin-top: 12px;
}

.div-header-tag[data-v-77e05a44] {
    position: absolute;
    top: -32px;
    right: -70px;
    width: 94px;
    height: 39px
}

.div-header-tag-content[data-v-77e05a44] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.div-header-tag-content img[data-v-77e05a44] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.div-header-tag-content span[data-v-77e05a44] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    z-index: 10;
    margin-bottom: 6px
}

.div-header-name[data-v-77e05a44] {
    font-size: 72px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.div-header-desc[data-v-77e05a44] {
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    margin: 0 16px;
    color: #fff;
    display: flex;
    align-items: center
}

.div-header-desc span[data-v-77e05a44] {
    margin: 0 16px
}

.div-header-desc div[data-v-77e05a44] {
    width: 114px;
    height: 2px;
    min-height: 2px;
    min-width: 114px
}

.div-header-desc-line-left[data-v-77e05a44] {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #45ceff 66.1%, #5b80ff)
}

.div-header-desc-line-right[data-v-77e05a44] {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #45ceff 66.1%, #5b80ff)
}

.div-header-row[data-v-77e05a44] {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.div-header-item[data-v-77e05a44] {
    display: flex;
    margin-right: 35px;
    width: 174px;
    min-width: 174px;
    flex-direction: column;
    align-items: center
}

.div-header-item img[data-v-77e05a44] {
    height: 44px;
    width: 44px
}

.div-header-item span[data-v-77e05a44] {
    font-size: 22px;
    font-weight: 400;
    margin-top: 8px;
    text-align: center;
    color: #fff
}

.div-header-download[data-v-77e05a44] {
    margin-top: 48px;
    display: flex
}

.audio-download-btn[data-v-77e05a44] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(98.73deg, #5b80ff 5.77%, #45ceff 130.67%);
    border-radius: 12px;
    box-shadow: 0 10px 30px 0 rgba(97, 125, 251, .36);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 74px
}

.audio-download-btn img[data-v-77e05a44] {
    height: 30px;
    width: 30px;
    z-index: 10
}

.audio-download-btn span[data-v-77e05a44] {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px
}

.div-header-bottom-desc[data-v-77e05a44] {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.audio-header-bottom[data-v-77e05a44] {
    display: flex;
    margin-top: 40px;
    align-content: center
}

.audio-right-desc[data-v-77e05a44] {
    font-size: 26px;
    font-weight: 700;
    margin-left: 80px;
    color: #fff;
    display: flex;
    align-items: baseline
}

.audio-right-desc-highlight[data-v-77e05a44] {
    font-size: 32px !important;
    margin: 0 8px;
    font-weight: 700;
    color: #65c9ff
}

.div-header-arrow[data-v-77e05a44] {
    margin-top: 61px;
    height: 40px;
    width: 40px
}

.audio-desc[data-v-4f98b8c8] {
    width: 100%;
    display: flex;
    min-height: 720px;
    max-height: 720px;
    flex-direction: column;
    align-items: center
}

.audio-desc-title[data-v-4f98b8c8] {
    height: 74px;
    margin-top: 100px
}

.audio-desc-content[data-v-4f98b8c8] {
    color: #52565e;
    font-size: 20px;
    font-weight: 400;
    margin-top: 28px
}

.div-desc-row[data-v-4f98b8c8] {
    display: flex;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 90px
}

.div-desc-item[data-v-4f98b8c8] {
    display: flex;
    margin-right: 43px;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.div-desc-item img[data-v-4f98b8c8] {
    height: 68px;
    width: 96px
}

.div-desc-item span[data-v-4f98b8c8] {
    color: #52565e;
    font-size: 20px;
    font-weight: 400;
    margin-top: 16px
}

.div-desc-download[data-v-4f98b8c8] {
    display: flex
}

.audio-download-btn[data-v-4f98b8c8] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(98.73deg, #5b80ff 5.77%, #45ceff 130.67%);
    border-radius: 12px;
    width: 300px;
    height: 74px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden
}

.audio-download-btn img[data-v-4f98b8c8] {
    height: 30px;
    width: 30px;
    z-index: 10
}

.audio-download-btn span[data-v-4f98b8c8] {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px
}

.audio-func[data-v-e70d9bd2] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(143.5deg, #e5ebfd, #eef7fe)
}

.audio-func-title[data-v-e70d9bd2] {
    height: 74px;
    margin-top: 90px
}

.audio-func-content[data-v-e70d9bd2] {
    color: #52565e;
    font-size: 24px;
    font-weight: 400;
    margin-top: 26px;
    margin-bottom: 90px
}

.audio-func-item[data-v-e70d9bd2] {
    display: flex;
    width: 1400px;
    min-width: 1400px;
    height: 450px;
    margin-bottom: 150px;
    max-height: 450px;
    align-items: center;
    background: hsla(0, 0%, 100%, .6);
    border-radius: 30px
}

.audio-func-ope[data-v-e70d9bd2] {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    flex: 1;
    flex-direction: column
}

.audio-func-header[data-v-e70d9bd2] {
    display: flex;
    align-items: center
}

.audio-func-header img[data-v-e70d9bd2] {
    height: 50px;
    width: 50px
}

.audio-func-text[data-v-e70d9bd2] {
    margin-left: 12px;
    font-size: 38px;
    font-weight: 700;
    color: #43474e
}

.audio-func-highlight[data-v-e70d9bd2] {
    background: linear-gradient(90deg, #45ceff 67.76%, #5b80ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.audio-func-row[data-v-e70d9bd2] {
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 28px
}

.audio-func-type-lable[data-v-e70d9bd2] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    color: #06a8ff;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(91, 128, 255, .1), rgba(69, 206, 255, .1));
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    margin-right: 22px
}

.audio-func-desc[data-v-e70d9bd2] {
    font-size: 16px;
    font-weight: 400;
    width: 440px;
    max-width: 440px;
    color: #52565e;
    line-height: 26px
}

.div-func-download[data-v-e70d9bd2] {
    display: flex;
    margin-top: 38px
}

.audio-download-btn[data-v-e70d9bd2] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(98.73deg, #5b80ff 5.77%, #45ceff 130.67%);
    border-radius: 12px;
    width: 230px;
    height: 62px;
    max-height: 62px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden
}

.audio-download-btn img[data-v-e70d9bd2] {
    height: 30px;
    width: 30px;
    z-index: 10
}

.audio-download-btn span[data-v-e70d9bd2] {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-left: 14px
}

.audio-func-img[data-v-e70d9bd2] {
    width: 710px;
    max-width: 710px;
    height: 450px;
    max-height: 450px;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: contain;
    object-fit: contain
}

.audio-sence[data-v-724795d1] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.audio-sence-title[data-v-724795d1] {
    height: 74px;
    margin-top: 100px
}

.audio-sence-content[data-v-724795d1] {
    color: #666;
    font-size: 24px;
    font-weight: 400;
    margin-top: 26px;
    margin-bottom: 90px
}

.audio-sence-row[data-v-724795d1] {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 263px
}

.audio-sence-item[data-v-724795d1] {
    width: 448px;
    max-width: 448px;
    min-width: 448px;
    height: 550px;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #eef7fe, #e5ebfd);
    border-radius: 30px;
    margin-right: 28px
}

.audio-sence-item-title[data-v-724795d1] {
    width: -moz-fit-content;
    width: fit-content;
    width: 310px;
    height: 64px;
    min-height: 64px;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    font-weight: 700;
    position: relative
}

.audio-sence-item-title span[data-v-724795d1] {
    z-index: 10;
    margin-left: 64px
}

.audio-sence-item-title img[data-v-724795d1] {
    height: 100%;
    width: 100%;
    position: absolute;
    border-top-left-radius: 30px;
    left: 0;
    top: 0
}

.audio-sence-list[data-v-724795d1] {
    display: flex;
    flex-wrap: wrap;
    padding: 0 44px;
    margin-top: 35px
}

.audio-sence-child-item[data-v-724795d1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    margin-top: 24px
}

.audio-sence-child-item img[data-v-724795d1] {
    height: 144px;
    width: 144px
}

.audio-sence-child-item span[data-v-724795d1] {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    color: #52565e
}

.audio-eva[data-v-1c728aa6] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(200, 215, 255, .2)
}

.audio-eva-title[data-v-1c728aa6] {
    color: #333;
    font-size: 44px;
    font-weight: 700;
    margin-top: 60px
}

.audio-eva-content[data-v-1c728aa6] {
    color: #666;
    font-size: 20px;
    font-weight: 400;
    margin-top: 24px
}

.swiper2[data-v-1c728aa6] {
    display: flex;
    align-items: center;
    justify-content: center
}

.audio-eva-row[data-v-1c728aa6] {
    max-width: 1439px;
    margin-bottom: 50px;
    margin-top: 80px
}

.audio-eva-row[data-v-1c728aa6],
.audio-scoll-banner[data-v-1c728aa6] {
    width: 1439px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.audio-scoll-banner[data-v-1c728aa6] {
    height: 100%;
    overflow-x: scroll;
    min-width: 1439px
}

.audio-scoll-banner[data-v-1c728aa6]::-webkit-scrollbar {
    display: none
}

.audio-eva-item[data-v-1c728aa6] {
    display: flex;
    width: 461px;
    max-width: 461px;
    height: 282px;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    background: #fff
}

.audio-eva-item-row[data-v-1c728aa6] {
    display: flex;
    align-items: center;
    padding: 0 28px;
    margin-top: 38px;
    box-sizing: border-box;
    width: 100%
}

.audio-eva-item-col[data-v-1c728aa6] {
    display: flex;
    flex-direction: column;
    flex: 1
}

.audio-eva-item-col span[data-v-1c728aa6] {
    color: #242526;
    font-weight: 700;
    font-size: 24px
}

.audio-eva-item-col img[data-v-1c728aa6] {
    margin-top: 10px;
    width: 91px;
    height: 17px
}

.eva-user-avatar[data-v-1c728aa6] {
    height: 78px;
    width: 78px;
    z-index: 12;
    max-height: 78px;
    max-width: 78px
}

.eva-user-desc[data-v-1c728aa6] {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 28px 0 28px;
    color: #52565e;
    line-height: 32px
}

.audio-eva-bottom[data-v-1c728aa6] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 1439px;
    min-width: 1439px;
    margin-bottom: 206px
}

.audio-eva-bottom span[data-v-1c728aa6] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 24px
}

.audio-eva-btn[data-v-1c728aa6] {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 40px
}

.audio-eva-btn img[data-v-1c728aa6] {
    height: 60px;
    width: 60px
}

.audio-eva-banner[data-v-1c728aa6] {
    width: 1440px;
    height: 456px;
    min-height: 456px;
    margin-top: 130px;
    margin-bottom: 100px;
    position: relative;
    display: flex
}

.audio-eva-bg[data-v-1c728aa6] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.audio-eva-img[data-v-1c728aa6] {
    width: 525px;
    height: 288px;
    min-height: 288px;
    margin-left: 141px;
    margin-top: 95px;
    z-index: 10
}

.audio-eva-desc[data-v-1c728aa6] {
    display: flex;
    margin-left: 94px;
    margin-top: 119px;
    flex-direction: column;
    z-index: 10
}

.audio-eva-desc-title[data-v-1c728aa6] {
    font-size: 52px;
    font-weight: 700;
    color: #242526
}

.audio-footer[data-v-de6bfaa4] {
    width: 100%;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    align-items: center;
    height: 461px
}

.div-footer-content[data-v-de6bfaa4] {
    position: relative;
    display: flex;
    min-height: 461px;
    height: 461px;
    width: 100%;
    flex-direction: column;
    align-items: center
}

.audio-footer-bg[data-v-de6bfaa4] {
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover
}

.div-footer-title[data-v-de6bfaa4] {
    display: flex;
    margin-bottom: 34px;
    position: relative;
    margin-top: 60px
}

.div-footer-name[data-v-de6bfaa4] {
    font-size: 54px;
    font-weight: 700;
    text-align: left;
    color: #fff
}

.div-footer-tag-content[data-v-de6bfaa4] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.div-footer-tag-content img[data-v-de6bfaa4] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.div-footer-tag-content span[data-v-de6bfaa4] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    z-index: 10;
    margin-bottom: 6px
}

.div-footer-tag[data-v-de6bfaa4] {
    position: absolute;
    top: -30px;
    right: -70px;
    width: 94px;
    height: 39px
}

.audio-footer-content[data-v-de6bfaa4] {
    font-size: 24px;
    font-weight: 700;
    z-index: 10;
    text-align: left;
    color: #fff
}

.div-footer-download[data-v-de6bfaa4] {
    display: flex;
    z-index: 10;
    margin-top: 42px
}

.audio-download-btn[data-v-de6bfaa4] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(98.73deg, #5b80ff 5.77%, #45ceff 130.67%);
    border-radius: 12px;
    width: 300px;
    height: 74px;
    box-shadow: 0 20px 40px 0 rgba(154, 152, 255, .3);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden
}

.audio-download-btn img[data-v-de6bfaa4] {
    height: 30px;
    width: 30px;
    z-index: 10
}

.audio-download-btn span[data-v-de6bfaa4] {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px
}

.div-footer-bottom-desc[data-v-de6bfaa4] {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 400;
    z-index: 10;
    color: #fff
}

.div-footer-author[data-v-de6bfaa4] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #43474e;
    height: 60px;
    min-height: 60px
}

.footer-desc[data-v-de6bfaa4] {
    font-size: 14px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .8)
}

.span-space[data-v-de6bfaa4] {
    height: 10px;
    width: 1px;
    margin: 0 30px;
    background: hsla(0, 0%, 100%, .8)
}

.footet-link[data-v-de6bfaa4] {
    font-size: 14px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .8);
    cursor: pointer;
    text-decoration: none
}

.audio-header-bottom[data-v-de6bfaa4] {
    display: flex;
    margin-top: 44px;
    z-index: 10;
    height: 40px;
    max-height: 40px;
    align-content: flex-start
}

.audio-right-desc[data-v-de6bfaa4] {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: baseline
}

.audio-right-desc-highlight[data-v-de6bfaa4] {
    font-size: 32px !important;
    margin: 0 8px 0 8px;
    font-weight: 700;
    color: #65c9ff
}

.audio-protocol-mask[data-v-6b768cb6] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    width: 100%;
    height: 100%
}

a[data-v-6b768cb6] {
    color: #507daf
}

a[data-v-6b768cb6],
u[data-v-6b768cb6] {
    text-decoration: none
}

a[data-v-6b768cb6],
a[data-v-6b768cb6]:hover,
strong[data-v-6b768cb6] {
    text-decoration: none !important
}

.audio-protocol-dialog-content[data-v-6b768cb6] {
    width: 80%;
    height: 80%;
    background-color: #fff;
    overflow: hidden;
    max-width: 1200px
}

.audio-protocol-dialog-header[data-v-6b768cb6] {
    height: 66px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee
}

.audio-dialog-close[data-v-6b768cb6] {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.audio-dialog-close[data-v-6b768cb6]:hover {
    background-color: rgba(0, 0, 0, .1)
}

.audio-dialog-close img[data-v-6b768cb6] {
    height: 22px;
    width: 22px
}

.audio-protocol-content[data-v-6b768cb6] {
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 0 auto;
    line-height: 1.7;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.audio-protocol-content[data-v-6b768cb6]::-webkit-scrollbar {
    height: 0;
    width: 0
}

.m-service h2[data-v-6b768cb6] {
    margin-bottom: 2em;
    font-size: 20px;
    text-align: center
}

.m-service p[data-v-6b768cb6] {
    margin: 0 0 1em;
    text-indent: 2em;
    font-size: 14px;
    word-break: break-all
}

.m-service span[data-v-6b768cb6] {
    text-decoration: underline
}

.audio-term-mask[data-v-6c17ff2d] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    width: 100%;
    height: 100%
}

a[data-v-6c17ff2d] {
    color: #507daf
}

a[data-v-6c17ff2d],
u[data-v-6c17ff2d] {
    text-decoration: none
}

a[data-v-6c17ff2d],
a[data-v-6c17ff2d]:hover,
strong[data-v-6c17ff2d] {
    text-decoration: none !important
}

.audio-term-dialog-content[data-v-6c17ff2d] {
    width: 80%;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    overflow: hidden;
    max-width: 1200px
}

.audio-term-dialog-header[data-v-6c17ff2d] {
    height: 66px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee
}

.audio-dialog-close[data-v-6c17ff2d] {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.audio-dialog-close[data-v-6c17ff2d]:hover {
    background-color: rgba(0, 0, 0, .1)
}

.audio-dialog-close img[data-v-6c17ff2d] {
    height: 22px;
    width: 22px
}

.audio-term-content[data-v-6c17ff2d] {
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 0 auto;
    line-height: 1.7;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.audio-term-content[data-v-6c17ff2d]::-webkit-scrollbar {
    height: 0;
    width: 0
}

.m-service h2[data-v-6c17ff2d] {
    margin-bottom: 2em;
    font-size: 20px;
    text-align: center
}

.m-service p[data-v-6c17ff2d] {
    margin: 0 0 1em;
    text-indent: 2em;
    font-size: 14px;
    word-break: break-all
}

.m-service span[data-v-6c17ff2d] {
    text-decoration: none
}

.audio-term-mask[data-v-f77e95e4] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    width: 100%;
    height: 100%
}

a[data-v-f77e95e4] {
    color: #507daf
}

a[data-v-f77e95e4],
u[data-v-f77e95e4] {
    text-decoration: none
}

a[data-v-f77e95e4],
a[data-v-f77e95e4]:hover,
strong[data-v-f77e95e4] {
    text-decoration: none !important
}

.audio-term-dialog-content[data-v-f77e95e4] {
    width: 80%;
    height: 80%;
    background-color: #fff;
    overflow: hidden;
    max-width: 1200px
}

.audio-term-dialog-header[data-v-f77e95e4] {
    height: 66px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee
}

.audio-dialog-close[data-v-f77e95e4] {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.audio-dialog-close[data-v-f77e95e4]:hover {
    background-color: rgba(0, 0, 0, .1)
}

.audio-dialog-close img[data-v-f77e95e4] {
    height: 22px;
    width: 22px
}

.audio-term-content[data-v-f77e95e4] {
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 0 auto;
    line-height: 1.7;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.audio-term-content[data-v-f77e95e4]::-webkit-scrollbar {
    height: 0;
    width: 0
}

.m-service h2[data-v-f77e95e4] {
    margin-bottom: 2em;
    font-size: 20px;
    text-align: center
}

.m-service p[data-v-f77e95e4] {
    margin: 0 0 1em;
    text-indent: 2em;
    font-size: 14px;
    word-break: break-all
}

.m-service span[data-v-f77e95e4] {
    text-decoration: underline
}

.audio-landing[data-v-4f36944c] {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    position: relative;
    min-width: 1500px
}




.audio-toolbar-btn[data-v-4f36944c] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(98.73deg, #5b80ff 5.77%, #45ceff 130.67%);
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    height: 38px;
    min-height: 38px;
    padding: 0 10px;
    margin-left: 22px;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.audio-toolbar-btn img[data-v-4f36944c] {
    height: 18px;
    width: 18px;
    margin-right: 8px
}

.top-box {
    position: absolute;
    width: 100%;
    height: 70px;
    z-index: 999;
}

.top-box .header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1340px;
    height: 70px;
    margin: 0 auto;
}

.top-box .header-box .header-left {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top-box .header-box .header-left span {
    margin-left: 12px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.top-box .header-box .header-right {
    display: flex;
    align-items: center;
    gap: 49px;
}

.top-box .header-box .header-right>a {
    color: #0478FE;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #FFF;
    padding: 9.5px 12px;
}
.top-box .header-box .header-right>span {
    cursor: pointer;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    padding: 8px 0;
}

.top-box .header-box img {
    height: 38px;
    width: auto;
}

.top-box .hidden-header-box {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

.top-box .hidden-header-box .hidden-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1340px;
    margin: 0 auto;
}

.top-box .hidden-header-box .hidden-header-content .header-left {
    display: flex;
    align-items: center;
    color: #0e0e0e;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top-box .hidden-header-box .hidden-header-content .header-left span {
    margin-left: 12px;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}

.top-box .hidden-header-box .hidden-header-content .header-right {
    display: flex;
    align-items: center;
    gap: 49px;
}

.top-box .hidden-header-box .hidden-header-content .header-right>a {
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: linear-gradient(45deg, #40b4fe 13.44%, #40D0FE 129.93%);
    padding: 9.5px 12px;
}
.top-box .hidden-header-box .hidden-header-content .header-right>span {
    cursor: pointer;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    padding: 8px 0;
}

.top-box .hidden-header-box img {
    height: 38px;
    width: auto;
}