﻿.wallet-trigger[data-v-aeb00810]
{
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
}
@media only screen and (max-width: 499px)
{
    .wallet-trigger[data-v-aeb00810]
    {
        display: none;
    }
}
.wallet-trigger__icon[data-v-aeb00810]
{
    width: 24px;
    height: 24px;
    color: var(--gray-07);
}
@media only screen and (max-width: 499px)
{
    .wallet-trigger__icon[data-v-aeb00810]
    {
        width: 24px;
        height: 24px;
        color: var(--gray-08);
    }
}
.wallet-trigger__text[data-v-aeb00810]
{
    font-size: 11px;
    line-height: 14px;
    margin-top: 2px;
    color: var(--gray-07);
}
[data-v-aeb00810] .wallet__popover-content
{
    width: 448px;
    border: 1px solid var(--gray-02);
    background: var(--media-component-background);
    -webkit-box-shadow: 0 8px 40px 0 rgba(0,0,0,.08);
    box-shadow: 0 8px 40px rgba(0,0,0,.08);
    border-radius: 16px;
    margin-top: 0;
    margin-top: calc(var(--safe-area-inset-top));
    z-index: 600;
}
.standalone-layout[data-v-aeb00810] .wallet__popover-content
{
    margin-top: max(20px,var(--safe-area-inset-top));
}
.wallet-content[data-v-aeb00810]
{
    padding: 24px;
}
.wallet-content-header[data-v-aeb00810]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.wallet-content-header__title[data-v-aeb00810]
{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: var(--gray-08);
}
.wallet-content-header__close[data-v-aeb00810]
{
    cursor: pointer;
}
.wallet-content-header__close-icon[data-v-aeb00810]
{
    width: 20px;
    height: 20px;
    color: var(--gray-07);
}
.wallet-content__balance[data-v-aeb00810]
{
    margin-top: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.wallet-content__balance-title[data-v-aeb00810]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: var(--gray-08);
}
.wallet-content__balance-value[data-v-aeb00810]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--gray-08);
    margin-left: 11px;
}
.wallet-content__balance-icon[data-v-aeb00810]
{
    width: 20px;
    height: 20px;
    margin-right: 4px;
    color: #00d9c5;
}
.wallet-content__balance-detail[data-v-aeb00810]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: var(--gray-07);
    cursor: pointer;
}
.wallet-content__enter-icon[data-v-aeb00810]
{
    width: 15px;
    height: 15px;
    margin-left: 4px;
}
.wallet-content__btn[data-v-aeb00810]
{
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    border-radius: 24px;
    margin-top: 16px;
}
.wallet-content__login-icon[data-v-aeb00810]
{
    width: 52.5px;
    height: 14px;
    flex-shrink: 0;
    margin: 2px 4px 0;
}
.layout-common-aside-top[data-v-3eb88fb8]
{
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 72px;
}
.layout-common-aside-top.layout-common-aside-top--in-tap-pc[data-v-3eb88fb8]
{
    position: relative;
    overflow: hidden;
    pointer-events: none;
}
.layout-common-aside-top.layout-common-aside-top--in-tap-pc[data-v-3eb88fb8]:after
{
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--page-background);
}
.layout-common-aside-top.layout-common-aside-top--in-tap-pc.layout-common-aside-top--in-tap-pc-small[data-v-3eb88fb8]
{
    height: 20px;
}
@media only screen and (max-width: 1002px)
{
    .layout-common-aside-top[data-v-3eb88fb8] .tap-search-box
    {
        max-width: 188px;
    }
    .layout-common-aside-top[data-v-3eb88fb8] .tap-search-box__trigger
    {
        width: 100%;
    }
    .layout-common-aside-top[data-v-3eb88fb8] .notification-carousel
    {
        display: none;
    }
}
.layout-common-aside-top-list[data-v-3eb88fb8]
{
    margin: 0 12px 0 0;
}
.download-buttons-container[data-v-3eb88fb8]
{
    display: -webkit-box;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    max-width: 240px;
}
@media only screen and (max-width: 499px)
{
    .download-buttons-container[data-v-3eb88fb8]
    {
        display: none;
    }
    .download-button-narrow[data-v-3eb88fb8]
    {
        display: none!important;
    }
}
.download-arrow-icon[data-v-3eb88fb8]
{
    margin-left: 4px;
    font-size: 12px;
}
.download-popover-content[data-v-3eb88fb8]
{
    background: #fff;
    border-radius: 8px;
    min-width: 140px;
}
.download-popover-item[data-v-3eb88fb8]
{
    padding: 12px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}
.download-popover-item[data-v-3eb88fb8]:not(:last-child)
{
    border-bottom: 1px solid #f0f0f0;
}
.layout-common-aside-top__item+.layout-common-aside-top__item[data-v-3eb88fb8]
{
    margin-right: 12px;
}
.download-buttons-container .custom-popover[data-v-3eb88fb8]
{
    position: relative;
    flex-shrink: 0;
}
.download-buttons-container .custom-popover:hover .custom-popover-arrow[data-v-3eb88fb8], .download-buttons-container .custom-popover:hover .custom-popover-arrow-narrow[data-v-3eb88fb8], .download-buttons-container .custom-popover:hover .custom-popover-arrow-pc[data-v-3eb88fb8], .download-buttons-container .custom-popover:hover .custom-popover-content-wrapper[data-v-3eb88fb8], .download-buttons-container .custom-popover:hover .custom-popover-content-wrapper-narrow[data-v-3eb88fb8], .download-buttons-container .custom-popover:hover .custom-popover-content-wrapper-pc[data-v-3eb88fb8]
{
    display: block;
}
.download-button-wrapper[data-v-3eb88fb8]
{
    cursor: pointer;
    display: block;
    position: relative;
}
.download-pc-button[data-v-3eb88fb8]
{
    display: -webkit-box;
    display: flex;
    height: 30px;
    padding: 0 12px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 2px;
    border-radius: 100px;
    border: 1px solid var(--primary-tap-blue);
    color: var(--primary-tap-blue);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
}
.download-pc-button.button-hover-active[data-v-3eb88fb8]
{
    background-color: var(--extension-background-white);
    border-color: var(--primary-tap-blue);
}
.custom-popover-content-wrapper[data-v-3eb88fb8]
{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    position: absolute;
    z-index: 301;
    display: none;
    width: 352px;
    border-radius: 12px;
}
.custom-popover-content-wrapper.position-bottom[data-v-3eb88fb8]
{
    top: calc(100% - 5px);
    padding-top: 15px;
}
.custom-popover-content-wrapper.position-top[data-v-3eb88fb8]
{
    bottom: calc(100% - 5px);
    padding-bottom: 15px;
}
.custom-popover-content-wrapper[data-v-3eb88fb8]:hover
{
    display: block;
}
.custom-popover-content-wrapper-pc[data-v-3eb88fb8]
{
    position: absolute;
    z-index: 301;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: 204px;
    display: none;
    border-radius: 12px;
}
.custom-popover-content-wrapper-pc.position-bottom[data-v-3eb88fb8]
{
    top: calc(100% - 5px);
    padding-top: 15px;
}
.custom-popover-content-wrapper-pc.position-top[data-v-3eb88fb8]
{
    bottom: calc(100% - 5px);
    padding-bottom: 15px;
}
.custom-popover-content-wrapper-pc[data-v-3eb88fb8]:hover
{
    display: block;
}
.custom-popover-content[data-v-3eb88fb8]
{
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    width: 100%;
    position: relative;
    overflow: hidden;
}
.custom-popover-arrow[data-v-3eb88fb8], .custom-popover-content[data-v-3eb88fb8]
{
    background-color: var(--media-component-background);
}
.custom-popover-arrow[data-v-3eb88fb8]
{
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
    left: 50%;
    margin-left: 0;
    display: none;
    z-index: 302;
}
.custom-popover-arrow.position-bottom[data-v-3eb88fb8]
{
    top: calc(100% + 4px);
}
.custom-popover-arrow.position-top[data-v-3eb88fb8]
{
    bottom: calc(100% + 4px);
    -webkit-transform: translateX(-50%) rotate(225deg);
    transform: translate(-50%) rotate(225deg);
}
.custom-popover-arrow-pc[data-v-3eb88fb8]
{
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--media-component-background);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
    left: 50%;
    margin-left: 0;
    display: none;
    z-index: 302;
}
.custom-popover-arrow-pc.position-bottom[data-v-3eb88fb8]
{
    top: calc(100% + 4px);
}
.custom-popover-arrow-pc.position-top[data-v-3eb88fb8]
{
    bottom: calc(100% + 4px);
    -webkit-transform: translateX(-50%) rotate(225deg);
    transform: translate(-50%) rotate(225deg);
}
.download-popover-inner[data-v-3eb88fb8]
{
    padding: 18px 26px;
    background-color: var(--media-component-background);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    border-radius: 12px;
}
.download-popover-left[data-v-3eb88fb8]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.download-popover-left .qrcode-wrapper[data-v-3eb88fb8]
{
    width: 96px;
    height: 96px;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 4px;
}
.download-popover-right[data-v-3eb88fb8]
{
    -webkit-box-flex: 1;
    flex: 1;
}
.download-popover-scan-text[data-v-3eb88fb8]
{
    color: var(--gray-08);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 6px;
}
.right-view-style[data-v-3eb88fb8]
{
    cursor: pointer;
}
.right-view-style:hover .download-popover-icon[data-v-3eb88fb8], .right-view-style:hover .download-popover-title[data-v-3eb88fb8]
{
    color: var(--primary-tap-blue);
}
.right-view-style:hover .download-popover-icon[data-v-3eb88fb8] svg, .right-view-style:hover .download-popover-title[data-v-3eb88fb8] svg
{
    fill: var(--primary-tap-blue);
}
.right-view-style:hover .download-popover-icon.hover-only-icon[data-v-3eb88fb8], .right-view-style:hover .download-popover-title.hover-only-icon[data-v-3eb88fb8]
{
    opacity: 1;
}
.download-popover-header[data-v-3eb88fb8]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 4px;
    cursor: pointer;
}
.download-popover-header:hover .download-popover-icon[data-v-3eb88fb8], .download-popover-header:hover .download-popover-title[data-v-3eb88fb8]
{
    color: var(--primary-tap-blue);
}
.download-popover-header:hover .download-popover-icon[data-v-3eb88fb8] svg, .download-popover-header:hover .download-popover-title[data-v-3eb88fb8] svg
{
    fill: var(--primary-tap-blue);
}
.download-popover-header:hover .download-popover-icon.hover-only-icon[data-v-3eb88fb8], .download-popover-header:hover .download-popover-title.hover-only-icon[data-v-3eb88fb8]
{
    opacity: 1;
}
.download-popover-icon[data-v-3eb88fb8]
{
    margin-right: 8px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: var(--gray-07);
}
.download-popover-icon[data-v-3eb88fb8] svg
{
    fill: currentColor;
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
}
.download-popover-icon.hover-only-icon[data-v-3eb88fb8]
{
    opacity: 0;
    -webkit-transition: opacity .3s ease,color .3s ease;
    transition: opacity .3s ease,color .3s ease;
}
.download-popover-title[data-v-3eb88fb8]
{
    color: var(--gray-08);
    text-align: center;
    font-weight: 700;
}
.download-popover-title[data-v-3eb88fb8], .download-popover-version[data-v-3eb88fb8]
{
    font-size: 12px;
    line-height: 18px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.download-popover-version[data-v-3eb88fb8]
{
    color: var(--gray-06);
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
.line-style[data-v-3eb88fb8]
{
    position: relative;
    width: 1px;
    height: auto;
    background-color: var(--gray-01);
    margin: 0 24px;
    align-self: stretch;
}
.download-narrow-button[data-v-3eb88fb8]
{
    font-size: 12px;
    height: 32px;
    border-radius: 100px;
}
.custom-popover-content-wrapper-narrow[data-v-3eb88fb8]
{
    position: absolute;
    z-index: 301;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: 400px;
    max-width: calc(100vw - 32px);
    display: none;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.custom-popover-content-wrapper-narrow.position-bottom[data-v-3eb88fb8]
{
    top: calc(100% - 5px);
    padding-top: 15px;
}
.custom-popover-content-wrapper-narrow.position-top[data-v-3eb88fb8]
{
    bottom: calc(100% - 5px);
    padding-bottom: 15px;
}
.custom-popover-content-wrapper-narrow[data-v-3eb88fb8]:hover
{
    display: block;
}
.custom-popover-arrow-narrow[data-v-3eb88fb8]
{
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--media-component-background);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
    left: 50%;
    display: none;
    z-index: 302;
}
.custom-popover-arrow-narrow.position-bottom[data-v-3eb88fb8]
{
    top: calc(100% + 4px);
}
.custom-popover-arrow-narrow.position-top[data-v-3eb88fb8]
{
    bottom: calc(100% + 4px);
    -webkit-transform: translateX(-50%) rotate(225deg);
    transform: translate(-50%) rotate(225deg);
}
.download-popover-inner--narrow[data-v-3eb88fb8]
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 16px;
    gap: 24px;
    max-width: 400px;
    overflow: hidden;
}
.download-popover-inner--narrow[data-v-3eb88fb8], .mobile-app-section[data-v-3eb88fb8]
{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mobile-app-section .section-title[data-v-3eb88fb8]
{
    color: var(--gray-07);
    text-align: left;
    font-family: Source Han Sans CN;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}
.mobile-app-section .mobile-content[data-v-3eb88fb8]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid var(--gray-02);
    padding: 16px 20px;
}
.mobile-app-section .qrcode-area[data-v-3eb88fb8]
{
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}
.mobile-app-section .qrcode-area .qrcode-wrapper[data-v-3eb88fb8]
{
    width: 96px;
    height: 96px;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1);
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.mobile-app-section .qrcode-area .qrcode-text[data-v-3eb88fb8]
{
    color: var(--gray-08);
    text-align: center;
    font-family: Source Han Sans CN;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.mobile-app-section .line-style[data-v-3eb88fb8]
{
    stroke: var(--gray-02);
    width: 1px;
    height: 122px;
}
.mobile-app-section .download-options[data-v-3eb88fb8]
{
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 20px;
}
.mobile-app-section .download-option[data-v-3eb88fb8]
{
    cursor: pointer;
    padding: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.mobile-app-section .download-option:hover .option-header .option-title[data-v-3eb88fb8], .mobile-app-section .download-option:hover .option-header .option-icon[data-v-3eb88fb8]
{
    color: var(--primary-tap-blue);
}
.mobile-app-section .download-option:hover .option-header .option-icon[data-v-3eb88fb8] svg
{
    fill: var(--primary-tap-blue);
}
.mobile-app-section .download-option:hover .option-header .download-popover-icon[data-v-3eb88fb8]
{
    color: var(--primary-tap-blue);
}
.mobile-app-section .download-option:hover .option-header .download-popover-icon[data-v-3eb88fb8] svg
{
    fill: var(--primary-tap-blue);
}
.mobile-app-section .download-option:hover .option-header .download-popover-icon.hover-only-icon[data-v-3eb88fb8]
{
    opacity: 1;
}
.mobile-app-section .download-option .option-header[data-v-3eb88fb8]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.mobile-app-section .download-option .option-header .option-icon[data-v-3eb88fb8]
{
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--gray-07);
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.mobile-app-section .download-option .option-header .option-icon[data-v-3eb88fb8] svg
{
    width: 24px;
    height: 24px;
    fill: currentColor;
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease;
}
.mobile-app-section .download-option .option-header .option-title[data-v-3eb88fb8]
{
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-08);
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.mobile-app-section .download-option .option-version[data-v-3eb88fb8]
{
    font-size: 12px;
    color: var(--gray-06);
}
.section-divider[data-v-3eb88fb8]
{
    width: 100%;
    height: 1px;
    background-color: var(--gray-02);
    margin: 0;
}
.pc-section[data-v-3eb88fb8]
{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pc-section .section-title[data-v-3eb88fb8]
{
    color: var(--gray-07);
    text-align: left;
    font-family: Source Han Sans CN;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}
.pc-section .pc-content[data-v-3eb88fb8]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid var(--gray-02);
    padding: 16px 20px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.pc-section .pc-content:hover .pc-icon-area[data-v-3eb88fb8]
{
    color: var(--primary-tap-blue);
}
.pc-section .pc-content:hover .pc-icon-area[data-v-3eb88fb8] svg
{
    fill: var(--primary-tap-blue);
}
.pc-section .pc-content:hover .pc-option-header .pc-option-title[data-v-3eb88fb8]
{
    color: var(--primary-tap-blue);
}
.pc-section .pc-content:hover .pc-option-header .pc-option-icon[data-v-3eb88fb8] svg
{
    fill: var(--primary-tap-blue);
}
.pc-section .pc-content:hover .pc-option-header .download-popover-icon[data-v-3eb88fb8]
{
    color: var(--primary-tap-blue);
}
.pc-section .pc-content:hover .pc-option-header .download-popover-icon[data-v-3eb88fb8] svg
{
    fill: var(--primary-tap-blue);
}
.pc-section .pc-content:hover .pc-option-header .download-popover-icon.hover-only-icon[data-v-3eb88fb8]
{
    opacity: 1;
}
.pc-section .pc-icon-area[data-v-3eb88fb8]
{
    height: 44px;
    width: 44px;
    padding: 0 26px;
    color: var(--gray-06);
}
.pc-section .line-style[data-v-3eb88fb8]
{
    stroke: var(--gray-02);
    width: 1px;
    height: 46px;
}
.pc-section .pc-download-info[data-v-3eb88fb8]
{
    -webkit-box-flex: 1;
    flex: 1;
}
.pc-section .pc-download-info .pc-option-header[data-v-3eb88fb8]
{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.pc-section .pc-download-info .pc-option-header .pc-option-icon[data-v-3eb88fb8]
{
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--gray-07);
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.pc-section .pc-download-info .pc-option-header .pc-option-icon[data-v-3eb88fb8] svg
{
    width: 20px;
    height: 20px;
    fill: currentColor;
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease;
}
.pc-section .pc-download-info .pc-option-header .pc-option-title[data-v-3eb88fb8]
{
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-08);
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}
.pc-section .pc-download-info .pc-option-version[data-v-3eb88fb8]
{
    font-size: 12px;
    color: var(--gray-06);
}