.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.popover,
.tooltip,
body,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: "Noto Sans SC", -apple-system, blinkmacsystemfont, "Segoe UI",
        roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

body img {
    image-rendering: -webkit-optimize-contrast;
}

html {
    font-size: 16px;
}

.qidian_wpa_img {
    bottom: 56px !important;
}

.font-weight-thin {
    font-weight: 100 !important;
}

.font-weight-extra-light {
    font-weight: 200 !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-extra-bold {
    font-weight: 800 !important;
}

.font-weight-black {
    font-weight: 900 !important;
}

ul li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.fixed-top {
    background: #fff;
}

header {
    color: #121212;
}

header a {
    color: inherit !important;
    transition: none;
}

header .nav-item:hover .nav-link {
    color: rgba(0, 0, 0, 0.5) !important;
}

header .nav-item:hover .nav-link path {
    stroke: rgba(0, 0, 0, 0.5) !important;
}

.header-logo-white,
.white-logo~#wsc-header .bg-transparent .header-logo-black,
body[data-home] .bg-transparent .header-logo-black {
    display: none;
}

.white-logo~#wsc-header .bg-transparent .header-logo-white,
body[data-home] .bg-transparent .header-logo-white {
    display: block;
}

.bg-transparent .nav-item:hover .nav-link {
    color: rgba(255, 255, 255, 0.7) !important;
}

.header-border {
    border-bottom: 1px solid #eee;
}

.bg-transparent .nav-item:hover .nav-link path {
    stroke: rgba(255, 255, 255, 0.7) !important;
}

.header-logo {
    width: 98px;
    height: 32px;
    margin-right: 6px;
}

.px-30 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.navbar {
    height: auto;
}

#wsc-header .nav-item .nav-link:active,
#wsc-header .nav-item:active #wsc-header .nav-item .nav-link:hover,
#wsc-header .nav-item:hover {
    text-decoration: none;
}

#wsc-header .navbar-nav .nav-link,
#wsc-header .toWorkbench {
    white-space: nowrap;
}

#wsc-header .navbar-collapse {
    height: 100% !important;
}

.header-dropdown-item {
    transform-style: preserve-3d;
}

.toWorkbench-container {
    padding: 10px 24px;
    margin-right: 24px;
}

.beforeLogin {
    padding-left: 38px;
}

.header-logined .beforeLogin {
    display: none;
}

.header-logined .afterLogin {
    display: block !important;
}

.toWorkbench {
    display: flex;
    background: linear-gradient(-90deg, #a65ef7 0, #4c53ff 100%), #fff;
    border-radius: 49px;
    padding: 0 25px;
    height: 36px;
    align-items: center;
    transition: all 0.3s;
}

.toWorkbench:hover {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    background: rgba(78, 132, 253, 1);
}

.toWorkbench:active {
    transform: scale(0.96);
}

.header-gradient--text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.Tdesign-banner {
    width: 100%;
    padding: 12px 4px;
    background: linear-gradient(90deg,
            #6139f6 0.126%,
            #524af1 44.067%,
            #2a7af2 97.163%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.Tdesign-banner--btn__active,
.Tdesign-banner--btn__default {
    padding: 2px 11px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
}

.Tdesign-banner--btn__active {
    border: 1px solid #fff;
    background: #fff;
    color: #565dff;
    margin-left: 40px;
    margin-right: 20px;
}

.Tdesign-banner--btn__default {
    border: 1px solid #fff;
    color: #fff;
}

.Tdesign-banner--btn-close {
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
}

.close-tdesign-banner {
    width: 21px;
    height: 21px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-tdesign-banner:hover {
    background: rgba(255, 255, 255, 0.25);
}

.fixed-top {
    stroke: #000;
}

.bg-transparent {
    background-color: transparent;
    color: #fff;
}

.bg-transparent svg {
    stroke: #fff;
}

.dropdown--arrow {
    margin-left: 4px;
    transition: transform 0.2s;
    will-change: transform;
    transform-origin: center center;
}

#wsc-header .nav-link[aria-expanded="true"] .dropdown--arrow,
.dropdown-nav-item:hover .dropdown--arrow {
    transform: rotate(-180deg);
}

.product-box {
    border-radius: 16px;
    display: flex;
    width: 830px;
    justify-content: space-between;
    padding: 16px;
}

.product-box--item {
    border-radius: 10px;
    padding: 12px;
    flex: 0 0 244px;
}

.product-box--item:hover {
    background: rgba(0, 0, 0, 0.03);
}

.header-item {
    position: relative;
    padding: 6px;
    cursor: pointer;
    width: 260px;
    gap: 10px;
    border-radius: 12px;
    transition: all .2s;
}

.header-item:not(:last-child) {
    margin-bottom: 14px;
}

.header-item:hover {
    background: rgba(247, 247, 247, 1);
}

.header-item:hover .header-item-arrow {
    opacity: 1;
}

.header-item:hover .header-item-container-icon-wrap {
    background: rgba(255, 255, 255, 1);
}

.header-description {
    margin-left: 12px;
    flex: 1;
}


.design-skill-box {
    padding-bottom: 0;
    height: 80px;
}

.business-box {
    padding: 16px;
    width: 298px;
}

.support-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.support-item-container {
    display: flex;
}

.customer-box {
    width: 274px;
    height: 340px;
    background: rgb(241, 244, 248);
    border-radius: 10px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(51, 111, 255);
}

.customer-logo {
    width: 100%;
    padding: 19px 12px;
    max-height: 174px;
    border-radius: 6px;
    background-size: cover;
    background-image: url('https://cms.pixso.cn/images/header/bg.png');
    /* background-color: rgb(0,0,0,0.2); */
}

.customer-logo-menu {
    position: relative;
    width: 100%;
    list-style: none;
    display: grid;
    gap: 6px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(5, 42px);
    grid-template-rows: repeat(3, 42px);
}

.customer-logo-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    transform: scale(0.8);
    will-change: transform;
    transition: transform .3s .2s;
}

.customer-logo-item-show {
    border: none;
    color: rgb(255, 255, 255, 0.25);
    border-top: 0.5px solid;
    background-color: rgba(255, 255, 255, 0.06);
    clip-path: inset(0 0 round 12px);
}

.customer-logo-item img {
    width: 42px;
    height: 42px;
    transition: all .3s;
}

.customer-logo-item:nth-child(1) {
    opacity: 0;
}

.customer-logo-item-show:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

.customer-logo-item:nth-child(2):hover~.jingrong-position {
    opacity: 1;
    z-index: 1;
}

.customer-logo-item:nth-child(4) {
    opacity: 0;
}

.customer-logo-item:nth-child(6):hover~.net-position {
    opacity: 1;
    z-index: 1;
}

.customer-logo-item:nth-child(8) {
    /* border: none; */
    background: linear-gradient(26.15deg, rgb(151, 23, 255) 7.039%, rgb(105, 77, 255) 41.654%, rgb(44, 150, 255) 68.259%, rgb(27, 255, 216) 98.184%);
    color: rgb(203, 242, 255, 1)
}

.customer-logo-item:nth-child(8):hover~.company-position {
    opacity: 1;
    z-index: 1;
}

.customer-logo-item:nth-child(9):hover~.car-position {
    opacity: 1;
    z-index: 1;
}

.customer-logo-item:nth-child(10):hover~.made-position {
    opacity: 1;
    z-index: 1;
}

.customer-logo-item:nth-child(11):hover~.bus-position {
    opacity: 1;
    z-index: 1;
}

.customer-logo-item:nth-child(12) {
    opacity: 0;
}

.customer-logo-item:nth-child(13):hover~.yun-position {
    opacity: 1;
    z-index: 1;
}

.customer-logo-item:nth-child(15) {
    opacity: 0;
}

.logo-title-common {
    position: absolute;
    /* width: 68px; */
    width: max-content;
    height: 28px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    border-radius: 62px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 10px 6px 10px;
    color: rgb(255, 255, 255);
    font-family: 鑻规柟-绠€;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    /* display: none; */
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
}

.jingrong-position {
    /* display: block; */
    /* opacity: 1; */
    left: 36px;
    top: 47px;
}

.net-position {
    top: 16px;
    left: 0;
}

.company-position {
    top: 16px;
    left: 70px;
}

.car-position {
    top: 16px;
    left: 132px;
}

.made-position {
    top: 16px;
    left: 166px;
}

.bus-position {
    /* display: block; */
    top: 63px;
    left: 0;
}

.yun-position {
    top: 63px;
    left: 90px;
}

.support-item-wrap .support-item {
    padding: 10px;
    width: 146px;
    margin-left: 35px;
    margin-right: 27px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: rgba(18, 18, 18, 0.8) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.support-item:hover {
    background: rgba(247, 247, 247, 1);
}

.support-item-wrap {
    margin-top: 20px;
}

.support-community-item {
    padding: 6.6px;
    margin-top: 92px;
    border-radius: 12px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.03), 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.customer-title-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 8px;
}

.customer-title {
    color: rgb(18, 18, 18);
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    ;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
}

.customer-cont {
    display: flex;
    height: 16px;
    color: rgb(18, 18, 18);
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    ;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 7px;
    padding: 0;
}

.customer-cont img {
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.customer-btn {
    width: 232px;
    height: 36px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.03);
    border-radius: 100px;
    color: rgb(51, 111, 255) !important;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    ;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 12px;
    border: none;
    transition: all .3s;
}

.customer-btn:hover {
    background: rgb(51, 111, 255);
}


.header-container {
    max-width: 1550px;
}

.font-size-large {
    font-size: 18px;
}

header input[name="dir"] {
    display: none;
}

.header-control-js {
    display: none;
}

.left_box {
    left: 0;
}

.header-control-js label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
}

.header-control-js label {
    display: none;
}

input[type="radio"]:checked~.header-control-js label {
    display: none;
}

.header-support:hover .customer-logo-item {
    transform: scale(1);
}


/* 1250px */
@media (max-width: 1360px) {
    .toWorkbench-container {
        padding-left: 12px;
    }

    .ws-member {
        display: none;
    }
}

.footer-container {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2) !important;
}

.wsc-footer-left {
    padding: 5rem 0 1.875rem;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.wsc-footer-content {
    padding: 5rem 0 2rem;
}

.wsc-footer-product {
    padding-right: 6rem;
    padding-left: 7.5rem;
}

.icon-weibo-box,
.icon-weixin-box {
    display: none;
}

.wx-code {
    top: -52px;
    left: -93px;
    z-index: 1;
    width: 132px;
    background-color: #fff;
    transform: scale(0.7);
    transform-origin: left bottom;
}

.wb-code {
    top: -81px;
    left: 27px;
    z-index: 1;
    width: 132px;
    background-color: #fff;
    transform: scale(0.7);
    transform-origin: left bottom;
}

.wx-container {
    overflow: visible;
}

.help--float-container:hover {
    cursor: default;
}

.help--float-container .help--float-qrcode {
    position: absolute;
    left: 70px;
    visibility: hidden;
    bottom: -81px;
}

.help--float-container:hover .help--float-qrcode {
    visibility: visible;
}

.help--float-container .help--float-qrcode--content {
    width: 120px;
    height: 146px;
    padding: 16px;
    margin-right: 10px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 1px 2px 12px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    color: #000;
}

@media (max-width: 1279px) {
    .wsc-footer-product {
        padding: 0 6rem;
    }

    .wsc-icon.wsc-logo {
        height: 4rem;
    }
}

/* 991px */
@media (max-width: 1070px) {

    #wsc-footer .container,
    #wsc-footer .container-md,
    #wsc-footer .container-sm {
        max-width: 100%;
        padding: 0 2rem;
    }

    .wsc-footer-content {
        padding: 1rem 0;
    }

    .wsc-footer-product {
        padding: 0;
    }

    .wsc-footer-left {
        padding: 2rem 1rem 0;
        border-right: none;
    }

    .footer-container {
        max-width: 100%;
    }

    .wx-container {
        overflow: hidden;
    }

    .wsc-footer-segment:hover {
        overflow: visible;
    }

    .wx-code {
        bottom: -76px;
        left: 0;
        max-width: 100px;
        margin: auto;
    }

    .wb-code {
        bottom: -66px;
        left: 32px;
        max-width: 100px;
        margin: auto;
    }

    .help--float-container .help--float-qrcode {
        bottom: -29px;
    }

    .help--float-container .help--float-qrcode--content {
        width: 113px;
        height: 127px;
        padding: 7px;
        margin-right: 10px;
    }
}

@media (max-width: 576px) {
    .header-apply {
        margin-left: 10px !important;
        max-width: 40px;
    }

    .Tdesign-banner-desc {
        flex: 0 0 80%;
    }

    .help--float-container .help--float-qrcode {
        left: 0;
        right: 296px;
        bottom: -18px;
    }
}

@media (max-height: 603px) {

    .qidian_wpa_img,
    iframe[src*="webpage.qidian.qq.com"] {
        display: none !important;
    }
}

.ws-nps-form-type2 {
    z-index: 1999999999 !important;
}

.footer-container.footer-container {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.prototype-meta {
    position: relative;
}

@media (max-width: 400px) {
    .Tdesign-banner-desc {
        max-width: 253px;
    }
}

.flx-align__center {
    display: flex;
    align-items: center;
}

.header-item-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    opacity: 0;
    bottom: 0;
    transition: all .2s;
    transform: translate(0, 100%);
    visibility: hidden;
}

.nav-item:hover .header-item-container {
    opacity: 1;
    visibility: visible;
}

.header-item-container-icon-wrap {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: all .2s;
    background: rgba(255, 255, 255, 1);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-item-container-icon {
    width: 44px;
    height: 44px;
    display: block;
}

.header-item-container-col-title {
    color: rgba(30, 25, 44, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-bottom: 16px;
}

.header-item-title {
    color: rgba(30, 25, 44, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
}

.header-item-description {
    color: rgba(30, 25, 44, 0.6);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
}

.header-item-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .2s;
}

.header-item--box {
    border-radius: 10px;
    padding: 14px;
    width: 260px;
    min-height: 120px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
    display: block;
}

.header-item--box:not(:last-child) {
    margin-bottom: 10px;
}

.header-item--box::before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: inherit;
    inset: 1px;
    outline: 1px solid rgba(0, 0, 0, .05);
}

.header-item--box::after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    bottom: 0;
    transform: translateY(14px);
    left: 0;
    transition: all .2s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.header-item--box:hover::after {
    transform: translateY(0);
}

.header-item--box-title {
    color: rgba(30, 25, 44, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.header-item--box-description {
    color: rgba(30, 25, 44, 0.6);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
}

.header-item--box-arrow {
    position: relative;
    display: inline-block;
    padding-right: 22px;
}

.header-item--box-arrow::after {
    content: "";
    transition: all .1s;
    pointer-events: none;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: inherit;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
    transition: all .2s;
    background: url(https://pixso.cn/assets/image/header/header-arrow-right.svg) center center / cover no-repeat;
}

.header-item--box:hover .header-item--box-arrow::after {
    opacity: 1;
}

.header-team-box {
    background-image: url(https://pixso.cn/assets/image/header/header-resource-team.png);
}

.header-team-box::after {
    background-image: url(https://pixso.cn/assets/image/header/header-resource-team-bg.png);
}

.header-download-box {
    background-image: url(https://pixso.cn/assets/image/header/header-resource-download.png);
}

.header-download-box::after {
    background-image: url(https://pixso.cn/assets/image/header/header-resource-download-bg.png);
}

.header-item-container--solution .header-item {
    width: 220px;
}

.header-item-container-without-title .header-item-container-icon-wrap {
    background: rgba(241, 245, 255, 1);
}

.header-item-container-without-title .header-item-container-icon {
    width: 24px;
    height: 24px;
}

.header-popular-box {
    width: 200px;
    overflow: hidden;
    padding: 0;
}

.header-popular-box img {
    width: 200px;
    height: auto;
    transition: all .2s;
}

.header-popular-box:hover img {
    transform: scale(1.05);
}

.header-skill-box {
    width: 200px;
    height: 66px;
    min-height: 66px;
    background-image: url(https://pixso.cn/assets/image/header/header-skill.png);
}

.header-skill-box::after {
    width: 200px;
    background-image: url(https://pixso.cn/assets/image/header/header-skill-bg.png);
}

.support-community-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0 45px;
    position: relative;
}

.support-community-box::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 352px;
    background: rgba(238, 240, 244, 1);
    top: -6px;
    left: 0;
}

.header-item-container--product {
    left: 0;
}

.header-item-container--enterprise {
    padding: 6px;
}

.header-item-container--community .header-item-container-col-title {
    margin-bottom: 12px;
}


@media (min-width: 981px) {
    .header-arrow {
        display: none;
    }

    .navbar-expand-1024 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-1024 .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-1024>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl,
    .navbar-expand-md>.container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-1024 .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .icon-box {
        display: none;
    }

    .navbar-nav {
        align-items: center;
    }

}

@media (max-width: 1120px) {
    .avatar-container {
        display: none !important;
    }
}

@media (max-width: 1280px) {
    .ws-member {
        display: none;
    }

    .icon-box {
        padding-right: 20px;
    }

    #wsc-header .navbar-collapse {
        height: auto !important;
    }
}

@media (max-width: 980px) {
    .header-container {
        padding-left: 0;
        padding-right: 0;
    }

    .search {
        padding: 12px 0;
    }

    .header-arrow {
        display: block;
        margin-left: 4px;
    }

    .toWorkbench {
        height: 42px;
    }

    .header-link--mobile {
        padding: 14px 0;
        display: flex;
        align-items: center;
    }

    .px-30.px-30 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-20 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .navbar-brand {
        padding: 16px 0 16px 20px;
    }

    .icon-box {
        display: block;
    }

    .navbar-nav {
        align-items: start;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 128px);
    }

    .toWorkbench-container {
        padding-left: 0;
        margin: 0 0 14px 0;
        width: fit-content !important;
    }

    .nav-item {
        width: 100%;
    }

    .nav-link {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100%;
    }

    .nav-link:hover {
        background: rgba(0, 0, 0, 0.03);
    }

    .dropdown-nav-item:hover .dropdown--arrow {
        transform: rotate(0);
    }

    .header-item-container {
        position: relative !important;
        transform: translate(0, 0) !important;
        width: 100%;
        box-shadow: none;
        left: 0 !important;
        flex-direction: column;
        max-height: 0px;
        overflow: hidden;
        padding: 0px;
        box-sizing: border-box;
    }

    .header-item-container-col {
        max-width: 490px;
        padding: 0 20px;
    }

    .header-item-container-col:first-child {
        padding-top: 20px;
    }

    .header-item-container-col:last-child {
        padding-bottom: 20px;
    }

    .mobile-show.header-dropdown-item .header-item-container {
        max-height: 784px;
        opacity: 1;
        visibility: visible;
    }

    .mobile-show .nav-link {
        background: rgba(0, 0, 0, 0.03);
    }

    .mobile-show .dropdown--arrow {
        transform: rotate(-180deg);
    }

    .dropdown-nav-item.mobile-show:hover .dropdown--arrow {
        transform: rotate(-180deg) !important;
    }

    .support-box {
        flex-direction: column;
        padding: 20px;
    }

    .support-item {
        margin: 0 25px 0 0;
        width: 160px;
    }

    .support-item-container {
        margin-top: 16px;
    }

    .support-item-wrap {
        margin-top: 14px;
    }

    .support-community-item {
        margin-top: 0;
    }

    .support-community-box {
        padding-left: 25px;
        padding-right: 0;
    }

    .support-community-box::after {
        height: 120px;
        top: 16px;
    }
}

@media (max-width: 520px) {
    .Tdesign-banner {
        padding: 11px 10px;
        justify-content: space-between;
    }

    .Tdesign-banner--btn__active {
        margin-left: 4px;
        margin-right: 4px;
    }

    .Tdesign-banner--btn-close {
        position: absolute;
        right: 2px;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
    }
}