.logoItemBox {
    cursor: pointer;
    width: 72px;
    height: 36px;
    margin-right: 60px
}

.logoItemBox.isInterior {
    height: 34px;
    width: auto
}

.logoItemBox .showCollectTips svg {
    width: 100%;
    height: 100%
}

.logoItemBox .showCollectTips:hover .collectLogo {
    display: block
}

.logoItemBox .collectLogo {
    position: absolute;
    top: 10px;
    display: none;
    transition: all .3s
}

.logoItemBox .collectLogo .collectLogoImage {
    width: 255px
}

.logoItemBox .logoImg {
    width: 100%;
    height: 100%;
    color: transparent
}

.nvaLinkImgBox {
    width: 70.4px;
    height: 44px;
    position: relative;
    overflow: hidden;
    margin-right: 32px;
    cursor: pointer
}

.nvaLinkImgBox .nvaLinkImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: top;
    opacity: 0;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
    cursor: pointer
}

@keyframes scaleAnimation {
    0%, to {
        transform: scale(1)
    }
    50% {
        transform: scale(.95)
    }
}

.nvaLinkImgBox .nvaLinkImgAnimation {
    animation: scaleAnimation 1s infinite
}

.nvaLinkImgBox .nvaLinkImg:not(.show) {
    transform: rotateX(180deg)
}

.nvaLinkImgBox .show {
    opacity: 1;
    transform: rotateX(0deg)
}

.channelLinkMapNavContainer {
    display: flex;
    align-items: center
}

.channelLinkMapNavContainer.isFixed {
    display: none
}

.channelLinkMapNavContainer.isSpecial {
    display: flex
}

.channelLinkMapNavContainer.isDetail, .channelLinkMapNavContainer.isSearchOrClassify {
    display: none
}

.channelLinkMapNavContainer .channelLinkMapNavLink {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: hsla(0, 0%, 100%, .9);
    margin-right: 40px;
    cursor: pointer
}

.channelLinkMapNavContainer .channelLinkMapNavLink.isActive {
    font-weight: 600;
    color: #fff
}

.channelLinkMapNavContainer .channelLinkMapNavLink.isAIDraw {
    position: relative;
    width: 52px
}

.channelLinkMapNavContainer .channelLinkMapNavLink:hover {
    font-weight: 600;
    color: #fff
}

.ai-assistant-popover {
    min-width: 200px;
    width: 660px;
    height: 394px
}

.ai-assistant-popover .popober-close {
    position: absolute;
    z-index: 10;
    width: 12px;
    height: 25px;
    right: 22px;
    top: 12px;
    cursor: pointer
}

.ai-assistant-popover .popober-close .closeIcon {
    color: #999;
    font-weight: 700;
    transition: color .3s
}

.ai-assistant-popover .popober-close .closeIcon:hover {
    color: #333
}

.ai-assistant-popover .popover-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 500
}

.ai-assistant-popover .popover-header .close-icon {
    cursor: pointer;
    color: #999;
    font-size: 16px;
    line-height: 1;
    transition: color .3s;
    padding: 4px
}

.ai-assistant-popover .popover-header .close-icon:hover {
    color: #666
}

.ai-assistant-popover .popober-content {
    position: relative;
    bottom: 6px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.ai-assistant-popover .popober-content .popober-content-img {
    width: 100%;
    height: 394px;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.ai-assistant-popover .popober-content .popober-content-btn {
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 160px;
    height: 40px;
    bottom: 15px;
    left: 250px;
    cursor: pointer
}

.ai-assistant-popover .popover-item {
    padding: 8px 16px;
    cursor: pointer;
    transition: all .3s
}

.ai-assistant-popover .popover-item:hover {
    background-color: #f5f5f5;
    color: #1890ff
}

.ai-assistant-popover-wrapper {
    z-index: 1000 !important
}

.ai-assistant-popover-wrapper .ant-popover-inner-content {
    padding: 0
}

.ai-assistant-popover-wrapper .ant-popover-inner {
    min-width: 200px;
    border-radius: 18px
}

.ai-draw-popover-wrapper {
    z-index: 1000 !important
}

.ai-draw-popover-wrapper .ant-popover-inner-content {
    padding: 0
}

.ai-draw-popover-wrapper .ant-popover-inner {
    min-width: 200px;
    border-radius: 18px
}

.ai-draw-popover-wrapper .ant-popover-arrow .ant-popover-arrow-content:after, .ai-draw-popover-wrapper .ant-popover-arrow .ant-popover-arrow-content:before, .ai-draw-popover-wrapper .ant-popover-arrow:after, .ai-draw-popover-wrapper .ant-popover-arrow:before {
    background: #defffb !important;
    border-radius: 2px
}

.ai-draw-popover {
    min-width: 200px;
    width: 439px;
    height: 464px
}

.ai-draw-popover .popober-close {
    position: absolute;
    z-index: 10;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 17px;
    cursor: pointer
}

.ai-draw-popover .popober-close .closeIcon {
    color: #575b66;
    font-weight: 700;
    transition: color .3s
}

.ai-draw-popover .popober-close .closeIcon:hover {
    color: #333
}

.ai-draw-popover .ai-draw-popober-content {
    border-radius: 18px;
    background: linear-gradient(180deg, #defffb, #fff);
    width: 100%;
    height: 100%;
    padding: 29px 0 20px 30px
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-title {
    position: relative;
    right: 10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 700;
    font-size: 20px;
    color: #222;
    text-align: justify;
    font-style: normal
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-desc {
    display: flex
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-desc .ai-draw-icon {
    width: 14px;
    height: 14px;
    color: #14101c;
    position: relative;
    top: 1px
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-desc .ai-draw-popober-content-desc-text {
    position: relative;
    left: 6px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #222;
    line-height: 18px;
    text-align: justify;
    font-style: normal
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-desc1 {
    margin-top: 20px
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-desc2 {
    margin-top: 9px
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-video {
    margin-top: 16px
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-video video {
    display: block;
    width: 380px;
    height: 214px;
    border-radius: 12px;
    object-fit: fill
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-right: 30px
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-btn .ai-draw-popober-content-btn1 {
    width: 119px;
    height: 38px;
    background: #fff;
    border-radius: 19px;
    border: 1px solid #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 13px;
    color: #222;
    line-height: 18px;
    text-align: justify;
    font-style: normal;
    margin-right: 16px;
    cursor: pointer
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-btn .ai-draw-popober-content-btn2 {
    display: flex;
    width: 119px;
    height: 38px;
    background: linear-gradient(131deg, #00fff1, #71ffc9);
    border-radius: 19px;
    padding: 10px 0 10px 34px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 13px;
    color: #222;
    line-height: 18px;
    text-align: justify;
    font-style: normal;
    cursor: pointer
}

.ai-draw-popover .ai-draw-popober-content .ai-draw-popober-content-btn .ai-draw-popober-content-btn2 .ai-draw-icon-you {
    position: relative;
    top: 2px;
    left: 6px
}

.glideMorelink {
    cursor: pointer
}

.glideMoreDropdown {
    background: transparent;
    width: 152px
}

.glideMoreDropdown .ant-popover-arrow {
    display: none
}

.glideMoreDropdown .ant-popover-inner {
    border-radius: 12px
}

.glideMoreDropdown .ant-popover-inner-content {
    padding: 12px 0;
    width: 100%
}

.glideMoreDropdown .otherMenuContainer {
    display: flex;
    flex-direction: column;
    color: #222;
    border: none
}

.glideMoreDropdown .otherMenuContainer .otherMoreMenuItem {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    height: 42px;
    font-size: 15px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    padding-left: 32px
}

.glideMoreDropdown .otherMenuContainer .otherMoreMenuItem:hover {
    font-weight: 600;
    color: #222
}

.glideMoreDropdown .otherMenuContainer .otherMoreMenuItem .freeText {
    margin-left: 6px;
    display: inline-flex;
    width: 26px;
    height: 17px;
    justify-content: center;
    align-items: center;
    background: red;
    border-radius: 4px 4px 4px 0;
    font-family: PingFangSC, PingFang SC;
    font-size: 11px;
    color: #fff;
    line-height: 16px
}

.xcxuPover .ant-popover-arrow {
    display: none
}

.xcxuPover .ant-popover-inner {
    border-radius: 12px
}

.xcxuPover .xcxuPoverContent {
    font-size: 16px;
    color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.xcxuPover img {
    margin-top: 7px
}

.glideItemContainer {
    position: relative;
    display: flex;
    align-items: center
}

.glideItemContainer .glideLink {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-right: 32px;
    cursor: pointer
}

.glideItemContainer .glideLink:hover {
    font-weight: 600
}

.glideItemContainer.isFixed, .glideItemContainer.isSpecial {
    display: none
}

.glideItemContainer.isDetail, .glideItemContainer.isSearchOrClassify {
    display: flex
}

.workMessageNotificationBubble {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    padding: 12px;
    position: relative;
    width: 306px;
    height: 72px;
    cursor: pointer
}

.workMessageNotificationBubble .workMessageNotificationBubbleCover {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 10px
}

.workMessageNotificationBubble .workMessageNotificationBubbleContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.workMessageNotificationBubble .workMessageNotificationBubbleContent .workMessageNotificationBubbleTitle {
    font-size: 14px;
    color: #222
}

.workMessageNotificationBubble .workMessageNotificationBubbleContent .workMessageNotificationBubbleTitle.workMessageNotificationBubbleTitleWithDesc {
    margin-bottom: 8px
}

.workMessageNotificationBubble .workMessageNotificationBubbleContent .workMessageNotificationBubbleTitle .workMessageNotificationBubbleAmount {
    color: #f10707
}

.workMessageNotificationBubble .workMessageNotificationBubbleContent .workMessageNotificationBubbleTitle .workMessageNotificationBubbleUsername {
    color: #222;
    margin-right: 2px
}

.workMessageNotificationBubble .workMessageNotificationBubbleContent .workMessageNotificationBubbleDesc {
    font-size: 12px;
    color: #666
}

.workMessageNotificationBubble .workMessageNotificationBubbleClose {
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 14px;
    color: #999;
    font-size: 12px
}

.creatorCenterBox {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
    margin-right: 28px;
    cursor: pointer
}

.creatorCenterBox.isShowAdvIcon:after {
    position: absolute;
    right: -21px;
    top: -4px;
    content: "得15元";
    width: 47px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 5px 5px 5px 2px;
    font-family: PingFangSC, PingFang SC;
    font-size: 12px;
    color: #fff;
    line-height: 12px
}

.creatorCenterBox .creatorCenterIcon {
    margin-bottom: 4px;
    font-size: 20px
}

.creatorCenterBox .guidePopover {
    width: 307px;
    height: 201px;
    background-image: url(https://cdn.code.znzmo.com/sucai/img/images/guidePopoverIcon.png), url(https://c0-cdn.znzmo.com/sucai/img/images/guidePopoverIcon.png);
    position: absolute;
    background-size: cover;
    top: 46px;
    left: -126px;
    cursor: auto;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05);
    border-radius: 8px
}

.creatorCenterBox .guidePopover .closeIcon {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 19px;
    cursor: pointer
}

.creatorCenterBox .guidePopover .guidePopoverContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.creatorCenterBox .guidePopover .guidePopoverContent p {
    width: 207px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 18px;
    line-height: 20px
}

.creatorCenterBox .guidePopover .guidePopoverContent p:first-of-type {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px
}

.creatorCenterBox .guidePopover .guidePopoverContent .btnBox {
    width: 240px;
    height: 42px;
    background: #cb0018;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer
}

.creatorCenterBox .firstRechargePopover {
    width: 315px;
    height: 76px;
    background-image: url(https://cdn.code.znzmo.com/sucai/img/images/firstRechargePopoverContentImage.png), url(https://c0-cdn.znzmo.com/sucai/img/images/firstRechargePopoverContentImage.png);
    position: absolute;
    background-size: cover;
    top: 52px;
    left: -126px;
    cursor: auto;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05);
    border-radius: 8px
}

.creatorCenterBox .firstRechargePopover .closeIcon {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 100
}

.creatorCenterBox .firstRechargePopover .firstRechargePopoverContent {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.creatorCenterBox .firstRechargePopover .firstRechargePopoverContent > span {
    position: absolute;
    left: 120px
}

.creatorCenterBox .firstRechargePopover .firstRechargePopoverContent span:first-child {
    top: 20px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #222
}

.creatorCenterBox .firstRechargePopover .firstRechargePopoverContent span:nth-child(2) {
    top: 46px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999
}

.creatorCenterBox .uploadPromotionBubble {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    cursor: pointer
}

.creatorCenterBox .uploadPromotionBubble .uploadPromotionBubbleIcon {
    height: 44px
}

.creatorCenterBox.isDetail, .creatorCenterBox.isFixed, .creatorCenterBox.isSearchOrClassify {
    display: none
}

.creatorCenterBox.isShow {
    display: flex
}

.creatorCenterDropdown {
    background: transparent;
    width: 152px
}

.creatorCenterDropdown.isShowAdvImg {
    padding: 12px;
    width: auto
}

.creatorCenterDropdown.isShowAdvImg .ant-popover-inner-content {
    padding: 12px
}

.creatorCenterDropdown .ant-popover-arrow {
    display: none
}

.creatorCenterDropdown .ant-popover-inner {
    border-radius: 12px
}

.creatorCenterDropdown .ant-popover-inner-content {
    padding: 12px 0;
    width: 100%
}

.creatorCenterDropdown .ant-menu-submenu-title {
    color: #222;
    padding-left: 0
}

.creatorCenterDropdown .ant-menu-submenu-title .ant-menu-submenu-arrow {
    display: none
}

.creatorCenterDropdown .creatorCenterMenuContainer {
    display: flex;
    flex-direction: column;
    color: #222;
    border: none
}

.creatorCenterDropdown .creatorCenterMenuContainer .creatorCenterMenuItem {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    height: 42px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 32px
}

.creatorCenterDropdown .creatorCenterMenuContainer .creatorCenterMenuItem:hover {
    font-weight: 600;
    color: #222
}

.workMessageNotificationBubbleBox {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px
}

.creatorCenterAdvContainer {
    width: 239px;
    height: 145px;
    cursor: pointer
}

.creatorCenterAdvContainer .creatorCenterAdvImg {
    width: 239px;
    height: 145px;
    border-radius: 12px
}

.vip-dropdown-card {
    flex-direction: column;
    width: 326px;
    height: 257px;
    padding: 12px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1)
}

.vip-dropdown-card, .vip-dropdown-card-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.vip-dropdown-card-item {
    width: 302px;
    height: 71px;
    padding: 14px 20px;
    border-radius: 8px;
    cursor: pointer
}

.vip-dropdown-card-item-0 {
    background: url(https://s0-cdn.znzmostatic.com/sucai/img/images/dropDownMenuVipBg1.png);
    background-size: contain
}

.vip-dropdown-card-item-1 {
    background: url(https://s0-cdn.znzmostatic.com/sucai/img/images/dropDownMenuVipBg2.png);
    background-size: contain
}

.vip-dropdown-card-item-2 {
    background: url(https://s0-cdn.znzmostatic.com/sucai/img/images/dropDownMenuVipBg3.png);
    background-size: contain
}

.vip-dropdown-card-info {
    flex: 1
}

.vip-dropdown-card-title {
    margin-bottom: 4px;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    line-height: 22px
}

.vip-dropdown-card-tips {
    color: rgba(34, 34, 34, .6);
    font-weight: 400;
    font-size: 12px;
    font-family: PingFangSC, PingFang SC;
    line-height: 17px
}

.vip-dropdown-card-icon {
    width: 40px;
    height: 40px;
    margin-left: 12px
}

.vip-dropdown-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.vipButtonBox {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
    margin-right: 28px;
    cursor: pointer
}

.vipButtonBox .vipIcon {
    margin-bottom: 4px;
    font-size: 20px
}

.vipButtonBox.isFixedAndNotLogIn, .vipButtonBox.isNotLogInAndSearchOrClassifyOrDetail {
    display: none
}

.VIPDropdown {
    width: auto;
    background: transparent
}

.VIPDropdown .ant-popover-arrow {
    display: none
}

.VIPDropdown .ant-popover-inner-content {
    width: 100%;
    padding: 0
}

.VIPDropdown .ant-popover-inner {
    border-radius: 12px;
    background-color: transparent;
    box-shadow: none
}

.topUpItemBox {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
    margin-right: 28px;
    cursor: pointer
}

.topUpItemBox .topUpItemIcon {
    margin-bottom: 4px;
    font-size: 20px
}

.topUpItemBox.isNotLogIn, .topUpItemPopover .ant-popover-arrow {
    display: none
}

.topUpItemPopover .ant-popover-inner-content {
    padding: 12px;
    width: 100%
}

.topUpItemPopover .ant-popover-inner {
    border-radius: 12px
}

.topUpItemPopover .eleRechargeMenu {
    height: 145px;
    cursor: pointer
}

.topUpItemPopover .eleRechargeMenu > img {
    width: 239px;
    height: 145px;
    border-radius: 12px
}

.collectItemBox {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 14px;
    color: #fff;
    margin-right: 28px;
    cursor: pointer
}

.collectItemBox .collectItemIcon {
    margin-bottom: 4px;
    font-size: 20px
}

.collectItemBox.isDetail, .collectItemBox.isFixed, .collectItemBox.isSearchOrClassify {
    display: none
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf {
    width: 360px;
    padding: 22px 0 18px 20px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v {
    display: inline-block;
    width: 334px;
    position: relative
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX {
    display: flex;
    text-align: left
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX > div:nth-of-type(2) {
    width: 211px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__iconUrl__tzAlG {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__iconUrl__tzAlG img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__userName__G4Yol {
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #222;
    line-height: 16px;
    margin-top: 2px;
    margin-right: 10px;
    width: 214px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 10px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__accountId__DlkRM {
    height: 14px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 14px;
    margin-top: 5px;
    padding-left: 10px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__vipIcons__Dj3So {
    padding-left: 10px;
    margin-top: 4px;
    width: 270px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__vipIcons__Dj3So img {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 3px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__vipIcons__Dj3So .components-Header-components-AvatarMenu-index__vipIconMark__RGudB {
    display: flex;
    align-items: center;
    cursor: pointer
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__vipIcons__Dj3So .components-Header-components-AvatarMenu-index__vipIconMark__RGudB .components-Header-components-AvatarMenu-index__newVipIconWrap__KMu9r {
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999;
    line-height: 17px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__vipIcons__Dj3So .components-Header-components-AvatarMenu-index__vipIconMark__RGudB .components-Header-components-AvatarMenu-index__enterpriseVipInfo__Wy4yZ {
    margin-left: 4px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__vipIcons__Dj3So .components-Header-components-AvatarMenu-index__vipIconMark__RGudB .components-Header-components-AvatarMenu-index__newVipIcon__Am_PS {
    margin-right: 0;
    width: 68px;
    height: 20px;
    object-fit: contain
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__vipIcons__Dj3So .components-Header-components-AvatarMenu-index__vipIconMark__RGudB .components-Header-components-AvatarMenu-index__newVipIcon__Am_PS.components-Header-components-AvatarMenu-index__noVipIcon__cThmK {
    width: 45px;
    height: 20px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__vipIcons__Dj3So .components-Header-components-AvatarMenu-index__vipIconMark__RGudB .components-Header-components-AvatarMenu-index__newVipIconText__E_oRS {
    margin-left: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999;
    line-height: 17px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__loginOut__B0_Dw {
    position: relative;
    right: -6px;
    width: 61px;
    height: 26px;
    background: #f7f7f7;
    border-radius: 15px 0 0 15px;
    text-align: center;
    cursor: pointer
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__loginOut__B0_Dw img {
    width: 11px;
    height: 11px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userInfoContainer__QMv4v .components-Header-components-AvatarMenu-index__userInfo__APKeX .components-Header-components-AvatarMenu-index__loginOut__B0_Dw span {
    height: 16px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    margin-left: 3px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ {
    width: 320px;
    height: 32px;
    background: linear-gradient(131deg, #ffe7b5, #f0cf8a);
    border-radius: 8px 8px 0 0;
    padding-right: 7px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__userType__VgM7v {
    display: inline-block;
    width: 129px;
    height: 32px;
    background: url(https://cdn.code.znzmo.com/refactorHome/userTypeBg.png), url(https://c0-cdn.znzmo.com/refactorHome/userTypeBg.png) no-repeat;
    background-size: contain
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__userType__VgM7v img {
    width: 18px;
    height: 14px;
    margin-left: 10px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__userType__VgM7v span {
    height: 12px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    margin-left: 4px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__userTypeVip__gFW8T {
    width: 171px;
    height: 32px;
    background: url(https://cdn.code.znzmo.com/sucai/img/images/userTypeVipBg.png), url(https://c0-cdn.znzmo.com/sucai/img/images/userTypeVipBg.png) no-repeat;
    background-size: contain
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__userTypeVip__gFW8T img {
    width: 18px;
    height: 14px;
    margin-left: 6px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__userTypeVip__gFW8T span {
    color: #ffe0a7
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__vipml_4__tBj5V img {
    margin-left: 4px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__vipml_4__tBj5V span {
    margin-left: 2px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__typeInfo__G_flQ {
    display: inline-block;
    float: right;
    cursor: pointer
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__typeInfo__G_flQ span {
    height: 12px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #6f3929;
    line-height: 32px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userTypeInfo__w5Xt_ .components-Header-components-AvatarMenu-index__typeInfo__G_flQ img {
    margin-left: 3px;
    width: 12px;
    height: 12px;
    line-height: 32px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssetsWrap__tPjQW {
    margin-top: 10px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__topVipPormote__bc_xa {
    width: 328px;
    height: 43px;
    background: url(https://cdn.code.znzmo.com/sucai/img/images/userAssetsBg.png), url(https://c0-cdn.znzmo.com/sucai/img/images/userAssetsBg.png) no-repeat;
    background-size: contain;
    border-radius: 8px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__topVipPormote__bc_xa .components-Header-components-AvatarMenu-index__leftVipTimeout__kyHaF {
    float: left;
    margin-top: 10px;
    margin-left: 17px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: left;
    font-style: normal
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__topVipPormote__bc_xa .components-Header-components-AvatarMenu-index__leftVipTimeout__kyHaF span {
    vertical-align: middle
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__topVipPormote__bc_xa .components-Header-components-AvatarMenu-index__leftVipTimeout__kyHaF strong {
    color: #ffcf5e;
    vertical-align: middle;
    line-height: 20px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__topVipPormote__bc_xa .components-Header-components-AvatarMenu-index__topVipPormoteBtn__j6aDy {
    display: inline-block;
    width: 64px;
    height: 28px;
    background: linear-gradient(108deg, #ffdc96, #ffce5d);
    border-radius: 6px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #0b0314;
    font-style: normal;
    text-align: center;
    line-height: 28px;
    margin-left: 50px;
    margin-top: 7px;
    cursor: pointer
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssets__Hkvd6 {
    width: 320px;
    height: 43px;
    background: linear-gradient(122deg, #ffe8bb, #f8cf81);
    border-radius: 8px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssets__Hkvd6.components-Header-components-AvatarMenu-index__allVipPromote__Un36j {
    background: #f7f7f7
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssets__Hkvd6 > div {
    position: relative
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssets__Hkvd6 .components-Header-components-AvatarMenu-index__userCoin__FTCS1 {
    width: 128px;
    display: inline-block;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 43px;
    text-align: center;
    cursor: pointer
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssets__Hkvd6 .components-Header-components-AvatarMenu-index__userCoin__FTCS1 span {
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 12px;
    margin-left: 2px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssets__Hkvd6 .components-Header-components-AvatarMenu-index__line_20__A_fdH {
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #e1c287;
    vertical-align: sub;
    position: relative;
    left: 10px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssets__Hkvd6 .components-Header-components-AvatarMenu-index__jifen__HgVJ6 {
    width: 120px;
    display: inline-block;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 43px;
    text-align: center;
    cursor: pointer
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssets__Hkvd6 .components-Header-components-AvatarMenu-index__jifen__HgVJ6 span {
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 12px;
    margin-left: 2px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssets__Hkvd6 .components-Header-components-AvatarMenu-index__userAssetsBtn__ovFju {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 64px;
    height: 28px;
    background: #000;
    border-radius: 6px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    text-align: center;
    cursor: pointer
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userAssets__Hkvd6 .components-Header-components-AvatarMenu-index__vipPromoteDaysIcon__q5KVc {
    position: relative;
    right: -39px;
    top: -4px;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 6px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    text-align: center;
    cursor: pointer
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userPage__aiBuU {
    width: 320px;
    display: flex;
    justify-content: space-around;
    margin-top: 8px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userPage__aiBuU .components-Header-components-AvatarMenu-index__userPageInfo__ACBp0 {
    cursor: pointer
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userPage__aiBuU .components-Header-components-AvatarMenu-index__userPageInfo__ACBp0 .components-Header-components-AvatarMenu-index__iconBg__lSLAb {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222;
    text-align: center
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userPage__aiBuU .components-Header-components-AvatarMenu-index__userPageInfo__ACBp0 .components-Header-components-AvatarMenu-index__userPageText__EyTb2 {
    position: relative;
    margin-top: 6px
}

.components-Header-components-AvatarMenu-index__newUserContainer__OGoyf .components-Header-components-AvatarMenu-index__userPage__aiBuU .components-Header-components-AvatarMenu-index__userPageInfo__ACBp0 .components-Header-components-AvatarMenu-index__userPageText__EyTb2 span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999
}

.components-Header-components-AvatarMenu-index__hoverIconStyle2__Vb1hL {
    display: flex;
    align-content: space-around;
    padding: 5px 7px 6px 10px
}

.components-Header-components-AvatarMenu-index__hoverIconStyle2__Vb1hL div:last-child {
    line-height: 38px;
    margin-left: 19px
}

.components-Header-components-AvatarMenu-index__hoverIconStyle2__Vb1hL div span {
    display: block;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #af813e
}

.components-Header-components-AvatarMenu-index__hoverIconStyle2__Vb1hL div a {
    padding: 4px 8px;
    background: linear-gradient(122deg, #ffe8bb, #f8cf81);
    border-radius: 4px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #946b2f
}

.components-Header-components-AvatarMenu-index__hoverIconStyle1__HfgIT {
    padding: 7px 15px
}

.components-Header-components-AvatarMenu-index__hoverIconStyle1__HfgIT span {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #af813e
}

.components-Header-components-AvatarMenu-index__hoverIconStyle1__HfgIT span:first-child {
    padding-right: 5px
}

.components-Header-components-AvatarMenu-index__hoverIconStyle0__UyYSv {
    padding: 7px 7px 7px 10px
}

.components-Header-components-AvatarMenu-index__hoverIconStyle0__UyYSv span {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222;
    padding-right: 12px
}

.components-Header-components-AvatarMenu-index__hoverIconStyle0__UyYSv strong {
    padding: 4px 8px;
    background: linear-gradient(122deg, #ffe8bb, #f8cf81);
    border-radius: 4px
}

.components-Header-components-AvatarMenu-index__hoverIconStyle0__UyYSv strong a {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #946b2f
}

.components-Header-components-AvatarMenu-index__vipIconsStyle__x8n8L .ant-popover-inner-content {
    padding: 0
}

.avatarWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #fff0de
}

.avatarWrap .avatarWrapImage {
    width: 34px;
    height: 34px;
    padding: 2px;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer
}

.avatarWrap .vipIcon {
    position: absolute;
    top: 25px;
    left: -2px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 12px;
    background: conic-gradient(from 26.41895366deg at 3.28785181% 22.46343493%, #fffcf0 0, #ffcd9d 100%);
    border-radius: 3px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #682500;
    word-break: keep-all
}

.avatarWrap .vipIcon span {
    display: inline-block;
    transform: scale(.5);
    transform-origin: center
}

.avatarWrap .iconSort:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 0
}

.notLoginBox {
    width: 150px;
    font-size: 16px;
    color: #fff;
    transition: all .2s
}

.notLoginBox .line {
    margin: 0 10px
}

.notLoginBox span {
    color: #fff;
    cursor: pointer
}

.notLoginBox:hover {
    transform: scale(1.03)
}

.personDropContainerWrapper .ant-popover-arrow {
    display: none
}

.personDropContainerWrapper .ant-popover-inner-content {
    padding: 0;
    width: 100%
}

.personDropContainerWrapper .ant-popover-inner {
    border-radius: 12px;
    overflow: hidden
}

.headerLayoutBox {
    height: 64px
}

.headerLayoutBox .container {
    width: 100%;
    position: fixed;
    height: 64px;
    background-color: #040000;
    z-index: 1001;
    transform: translateZ(0);
    display: flex;
    align-items: center;
    justify-content: center
}

.headerLayoutBox .container .headerContentBox {
    width: 100%;
    max-width: 1685px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between
}

.headerLayoutBox .container .headerContentBox .headerLeftBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.headerLayoutBox .container .headerContentBox .headerRightBox {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 1
}

.headerLayoutBox.homePage {
    height: 0;
    background: transparent
}

.headerLayoutBox.homePage .container {
    background-color: transparent
}

.headerLayoutBox.homePage.isFixed {
    height: 64px
}

.headerLayoutBox.homePage.isFixed .container {
    background-color: #040000
}

.headerLayoutBox.isDetail, .headerLayoutBox.isSearchOrClassify, .headerLayoutBox.isSpecial {
    height: 64px
}

.headerLayoutBox.isDetail .container, .headerLayoutBox.isSearchOrClassify .container, .headerLayoutBox.isSpecial .container {
    background-color: #040000
}

.headerLayoutBox.isDetail.isFixed, .headerLayoutBox.isSearchOrClassify.isFixed, .headerLayoutBox.isSpecial.isFixed {
    height: 64px
}

.headerLayoutBox.isDetail.isFixed .container, .headerLayoutBox.isSearchOrClassify.isFixed .container, .headerLayoutBox.isSpecial.isFixed .container {
    background-color: #040000
}

.homeShowEnterpriseWechat {
    position: absolute;
    top: 68px;
    right: 0;
    width: 356px;
    height: 426px;
    z-index: 1000
}

.homeShowEnterpriseWechat .homeShowEnterpriseWechatImg {
    width: 100%;
    height: 100%
}

.homeShowEnterpriseWechat .homeShowEnterpriseWechatClose {
    position: absolute;
    right: 20px;
    top: 20px;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    cursor: pointer
}
