body,
:root,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif !important;
    font-display: swap !important
}


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

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

#wsc-header .nav-link {
    transition: color 0s;
    padding: 0px 17px;
}

.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
}

html {
    font-size: 16px
}

header {
    color: #121212
}

.pixso-header{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}

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

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

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

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

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

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

.nav-item .nav-item-lifetime {
    background: linear-gradient(to right, rgb(229, 68, 255), rgb(255, 86, 156), rgb(255, 142, 51));
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text
}

.header-logo {
    width: 98px;
    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-collapse {
    height: 100% !important
}

#wsc-header .product-style:hover {
    background-color: #f2f2f2;
    border-radius: 5px
}

#wsc-header .product-style {
    padding: 0 12px
}

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

@keyframes showCollapse {
    0% {
        margin-left: -4em;
    }

    100% {
        margin-left: 0;
    }
}

#navbarMainContent .dropdown-nav-item .collapse {
    opacity: 0;
    visibility: hidden;
    display: none;
    clip-path: inset(0 10em 10em 15em);
    margin-left: -4em;
    will-change: margin, visibility, opacity, display;
    -webkit-font-smoothing: antialiased
}

#navbarMainContent .dropdown-nav-item:hover .collapse {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    display: block;
    clip-path: inset(0 0 0 0);
    pointer-events: all;
    transition: all .25s ease-out, opacity .25s ease-in, margin-left .25s ease-out, clip-path 50ms ease-out;
    animation: showCollapse 0.25s ease-out;
}

#navbarMainContent .dropdown-nav-item .aria-expanded-true-show {
    display: none
}

#navbarMainContent .dropdown-nav-item:hover .aria-expanded-false-show {
    display: none
}

#navbarMainContent .dropdown-nav-item:hover .aria-expanded-true-show {
    display: inline-block
}

.login-in-container {
    margin-left: 243px
}

.toWorkbench-container {
    margin-right: 24px
}

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

.toWorkbench:hover {
    box-shadow: 0 5px 12px rgb(39 78 188 / 29%);
}

.login-btn {
    width: 88px;
    height: 36px;
    padding: 0px 24px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 49px;
    display: flex;
    align-items: center;
}

.login-btn .header-gradient--text {
    color: rgb(18, 18, 18);
}

.login-btn:hover {
    border-color: rgba(18, 17, 43, 0.05);
    background: rgba(18, 17, 43, 0.05);
}

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

.bg-transparent .login-btn {
    background: rgba(255, 255, 255, 0.12);
}

.bg-transparent .login-btn .header-gradient--text {
    color: rgb(255, 255, 255) !important;
    -webkit-text-fill-color: white;
}

.global-banner {
    height: 64px;
    top: 0;
    width: 100%;
    background: url("https://pixso.net/assets/image/px-header-banner.png") no-repeat center center/cover;
    z-index: 999;
    overflow: hidden
}

.global-banner-wrap {
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.global-banner-wrap img:nth-of-type(1) {
    margin-right: 10px;
    margin-top: -15px;
}

.global-banner-wrap img:nth-of-type(2) {
    margin-top: -15px;
    margin-left: 12px;
    margin-right: 54px;
}

.global-banner-wrap img:nth-of-type(3) {
    margin-left: 28px;
    margin-top: 35px;
}

.global-banner-text {
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left
}

.global-banner-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px
}

.global-banner-explore {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.global-banner-btn {
    border: 2px solid #fff;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    border-radius: 12px;
    padding: 0 14px;
    min-width: 92px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 53px;
}

.global-banner-btn:hover {
    background-color: #fff;
    color: #1e192c !important
}

.global-banner-btn:hover .global-banner-btn-text {
    color: #1e192c !important
}

.global-banner-btn-text {
    color: #fff !important;
}

.global-banner-close {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer
}

.header-gradient--text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    white-space: nowrap;
}

.bg-transparent .header-gradient--text {
    color: #6e52ef;
    background-image: -webkit-linear-gradient(180deg, #a65ef7 0, #4c53ff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%
}

.Tdesign-banner {
    width: 100%;
    padding: 12px 4px;
    background: linear-gradient(90deg, rgba(97, 57, 246, 255) .126%, rgba(82, 74, 241, 255) 44.067%, rgba(42, 122, 242, 255) 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;
    z-index: 999
}

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

.bg-transparent svg {
    stroke: #fff
}

.dropdown--arrow {
    margin-left: 4px;
    transition: transform .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 {
    margin: 20px 0px;
    align-items: center;
    height: 184px;
}
.product-box-item-title{
    color: rgba(30, 25, 44, 1);
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 10px;
}

.product-box > .header-item.product-box-item{
    padding: 6px;
    width: 230px;
    height: 56px;
}

/* .product-box > .header-item.product-box-item:hover > .product-box-item-design{
    
}  */
.product-box > .header-item.product-box-item.product-box-item-whiteboard{
    margin: 8px 0px;
}

.product-box-item-design{
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
}
.product-box-item-design-title{
    color: rgba(30, 25, 44, 1);
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.nav-item .collapse-box.collapse-box {
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    cursor: default;
    border-radius: 16px;
    overflow: hidden
}

.community-box {
    padding: 16px;
    display: flex;
    width: 574px
}

.header-item {
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    width: 280px
}

.header-resource .header-item:not(:last-child) {
    margin-bottom: 4px
}

.header-item:hover {
    background: rgba(0, 0, 0, .03)
}

.header-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #121212
}

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

.community-box--activity {
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 8px;
    width: 220px;
    display: block
}

.community-box--activity-img-box {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    padding-bottom: 56.3%;
    height: 132px
}

.community-box--activity-description {
    padding: 15px 12px;
    display: flex;
    align-items: center
}

.community-box--activity-img-box:hover .community-box--activity-img {
    transform: scale(1.05)
}

.community-box--works {
    width: 220px
}

.community-box--work-img {
    width: 220px;
    height: 130px;
    cursor: pointer;
    transition: transform 1s cubic-bezier(0, 0, 0, 1)
}

.community-box--work-link {
    overflow: hidden;
    display: inline-block
}

.community-box--work-link:hover .community-box--work-img {
    transform: scale(1.05);
    transition: transform 1s cubic-bezier(0, 0, 0, 1)
}

.community-box--work-list {
    width: calc(220px * 3)
}

.community-box--works input[type=radio] {
    display: none
}

.community-box--work-control {
    right: 9px;
    bottom: 15px
}

.community-box--work-control--item {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, .6);
    border-radius: 50%;
    margin: 0 1px;
    transition: all .3s
}

.community-box--work-list {
    transition: margin .8s
}

#work-control1:checked~.community-box--work-list {
    margin-left: 0
}

#work-control-left1:checked~.community-box--work-list,
#work-control2:checked~.community-box--work-list {
    margin-left: -100%
}

#work-control-left2:checked~.community-box--work-list,
#work-control3:checked~.community-box--work-list {
    margin-left: -200%
}

#work-control-left3:checked~.community-box--work-list {
    margin-left: 0;
    transition: margin .8s 0s
}

#work-control-left1:checked~.community-box--work-control label[for=work-control1],
#work-control-left2:checked~.community-box--work-control label[for=work-control2],
#work-control1:checked~.community-box--work-control label[for=work-control1],
#work-control2:checked~.community-box--work-control label[for=work-control2],
#work-control3:checked~.community-box--work-control label[for=work-control3] {
    width: 12px;
    height: 4px;
    background-color: #fff;
    border-radius: 31px
}

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

.support-box {
    padding: 16px;
    align-items: center
}

.support-item {
    padding: 12px;
    width: 160px
}

@media(min-width:1201px) {
    .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;
        width: 1680px
    }

    .header-dropdown-item {
        display: block
    }

    .header-dropdown-item-mobile {
        display: none
    }
}

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

@media(max-width:1280px) {
    .icon-box {
        padding-right: 20px
    }

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

@media(max-width:1200px) {
    .header-search--icon {
        display: none !important
    }

    .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
    }

    .header-dropdown-item-mobile .nav-link:after {
        display: inline-block;
        content: "";
        position: absolute;
        left: -20px;
        top: 0;
        bottom: 0;
        width: calc(100vw);
        z-index: -1
    }

    .header-dropdown-item-mobile .nav-link[aria-expanded=true]::after {
        background: rgba(0, 0, 0, .03)
    }

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

    .icon-box {
        display: block;
        margin-right: 20px
    }

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

    .header-dropdown-item-mobile {
        display: block;
        width: 100%
    }

    .header-dropdown-item {
        display: none
    }

    .header-user-dropdown-item {
        display: block;
        position: relative
    }

    .header-user-dropdown-item .collapse-box.collapse-box {
        left: 111px
    }

    .toWorkbench-container {
        padding-left: 0;
        margin: 0 0 14px 0
    }
}

@media(max-width: 1300px) {
    #wsc-header .nav-link {
        padding: 0px 14px;
    }

    #wsc-header .nav-link span {
        font-size: 14px;
    }
}

@media(max-width:520px) {
    .Tdesign-banner {
        padding: 11px 12px
    }

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

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

.header-container {
    max-width: 1500px
}

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

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

.header-swiper--container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.header-swiper--container .header-swiper-list {
    position: relative;
    width: 500%;
    height: 100%;
    transition: margin .8s
}

.header-swiper--link {
    float: left;
    width: calc(100% / 5);
    height: 100%;
    color: #fff;
    display: block
}

.header-swiper--link:hover .header-swiper--link-img {
    transform: scale(1.05);
    transition: transform 1s cubic-bezier(0, 0, 0, 1)
}

.header-swiper--link-img {
    width: 100%;
    transition: transform 1s cubic-bezier(0, 0, 0, 1)
}

.header-swiper--container .header-swiper-list__after,
.header-swiper--container .header-swiper-list__before {
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
    opacity: 0;
    z-index: -1
}

.header-swiper--container .header-swiper-list__after .header-swiper--link {
    width: 50%;
    height: 100%;
    float: left
}

.header-swiper--container .header-swiper-list__after {
    left: 0
}

.header-swiper--container .header-swiper-list__before {
    right: 0
}

.header-swiper--control-list {
    position: absolute;
    right: 9px;
    bottom: 6px;
    padding-left: 0;
    display: flex
}

.header-swiper--control-btn {
    display: block;
    cursor: pointer;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, .6);
    border-radius: 50%;
    margin: 0 3px;
    transition: all .3s
}

.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
}

.user-list {
    padding: 16px;
    border-radius: 16px
}

.user-item {
    padding: 12px 16px;
    border-radius: 10px;
    width: 188px;
    font-weight: 500;
    color: #121212;
    cursor: pointer
}

.user-item:hover {
    background: rgba(0, 0, 0, 0.03)
}

.header-user-avatar {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.header-dropdown-item__hide {
    opacity: 0;
    visibility: hidden
}

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

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

#header-swiper--control1:checked~.header-swiper--container .header-swiper-list {
    margin-left: 0
}

#header-swiper--control1:checked~.header-control-js .btn_header-swiper--control-btn1 {
    display: flex
}

#header-swiper--control2:checked~.header-swiper--container .header-swiper-list {
    margin-left: -100%
}

#header-swiper--control2:checked~.header-control-js .btn_header-swiper--control-btn2 {
    display: flex
}

#header-swiper--control3:checked~.header-swiper--container .header-swiper-list {
    margin-left: -200%
}

#header-swiper--control1:checked~.header-swiper--control-list .header-swiper--control-btn1,
#header-swiper--control2:checked~.header-swiper--control-list .header-swiper--control-btn2,
#header-swiper--control3:checked~.header-swiper--control-list .header-swiper--control-btn3,
#header-swiper--control4:checked~.header-swiper--control-list .header-swiper--control-btn4,
#header-swiper--right1:checked~.header-swiper--control-list .header-swiper--control-btn2,
#header-swiper--right2:checked~.header-swiper--control-list .header-swiper--control-btn3,
#header-swiper--right3:checked~.header-swiper--control-list .header-swiper--control-btn4,
#header-swiper--right4:checked~.header-swiper--control-list .header-swiper--control-btn1 {
    background: #fff;
    width: 12px;
    height: 4px;
    background-color: #fff;
    border-radius: 31px
}

#header-swiper--control3:checked~.header-control-js .btn_header-swiper--control-btn3 {
    display: flex
}

#header-swiper--control4:checked~.header-swiper--container .header-swiper-list {
    margin-left: -300%
}

#header-swiper--control4:checked~.header-control-js .btn_header-swiper--control-btn4 {
    display: flex
}

#header-swiper--right1:checked~.header-swiper--container .header-swiper-list {
    margin-left: -100%
}

#header-swiper--right1:checked~.header-control-js .btn_header-swiper--control-btn2 {
    display: flex
}

#header-swiper--right2:checked~.header-swiper--container .header-swiper-list {
    margin-left: -200%
}

#header-swiper--right2:checked~.header-control-js .btn_header-swiper--control-btn3 {
    display: flex
}

#header-swiper--right3:checked~.header-swiper--container .header-swiper-list {
    margin-left: -300%
}

#header-swiper--right3:checked~.header-control-js .btn_header-swiper--control-btn4 {
    display: flex
}

#header-swiper--right4:checked~.header-swiper--container .header-swiper-list {
    margin-left: -500%;
    transition: margin .8s 0s
}

#header-swiper--right4:checked~.header-swiper--container .header-swiper-list__after {
    transition: left .8s;
    opacity: 1;
    left: -100%;
    z-index: 0
}

#header-swiper--right4:checked~.header-swiper--container .header-swiper-list {
    margin-left: 0;
    transition: margin .8s 0s
}

#header-swiper--right4:checked~.header-control-js .btn_header-swiper--control-btn1 {
    display: flex
}

.header-cover-container {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    top: 60px;
    width: 100%
}

.header-cover {
    pointer-events: none;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    padding: 1em;
    position: absolute;
    transition: opacity 2s ease-out;
    transform: rotateX(-25deg) scale(1);
    transform-origin: 50% 7em 0;
    opacity: 0;
    box-shadow: 0 18px 80px rgb(0 0 0 / 7%);
    border: 1px solid rgba(0, 0, 0, .05);
    box-sizing: border-box;
    top: -16px;
    border-radius: 16px;
    background: #fff;
    display: block
}

.header-product:hover~.header-cover-container .header-cover {
    left: -4.7%;
    height: 224px;
    width: 270px;
}

.header-resource:hover~.header-cover-container .header-cover {
    left: 3.3%;
    height: 316px;
    width: 577px
}

.header-enterprise:hover~.header-cover-container .header-cover {
    left: 32.7%;
    height: 228px;
    width: 286px
}

.header-business:hover~.header-cover-container .header-cover {
    left: 30.2%;
    height: 105px;
    width: 298px
}

.header-support:hover~.header-cover-container .header-cover {
    left: 44.3%;
    height: 224px;
    width: 208px
}

.header-lang:hover~.header-cover-container .header-cover {
    /* left: 69.2% !important; */
    left: 62.8% !important;
    height: 212px;
    width: 154px
}

.header-user-dropdown-item:hover~.header-cover-container .header-cover {
    right: 8.9% !important;
    height: 177px;
    width: 222px
}

.header-dropdown-item:hover~.header-cover-container .header-cover {
    animation: clipPath .25s ease-out 1 forwards;
    transition: left .15s ease-out, height .15s ease-out, width .1s ease-out, top .1s ease-in;
    opacity: 1;
    right: auto
}

.lang-dropdown-list {
    width: 152px;
    padding: 15px
}

.lang-dropdown-list a {
    text-align: left;
}

.lang-item {
    height: 46px;
    padding: 10px;
    font-weight: 500;
    display: block;
    border-radius: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.lang-item {
    height: 46px;
    padding: 12px;
    font-weight: 500;
    display: block;
    border-radius: 10px
}

.lang {
    left: 0
}

.lang-item:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

header .header-dropdown-item .lang-icon.lang-icon path {
    stroke: none !important
}

@keyframes clipPath {
    0% {
        opacity: 0
    }

    100% {
        transform: rotateX(0) scale(1);
        top: 0;
        opacity: 1
    }
}

.footer-main-item-list {
    margin-left: 100px
}

@media(min-width:1600px) {
    .header-lang {
        /*margin-left: 15.5%; */
        margin-left: 9%;
    }
}

@media(max-width:1599px) {
    .header-lang:hover~.header-cover-container .header-cover {
        /* left: 54.1% !important */
        left: 53.8% !important;
    }

    .header-user-dropdown-item:hover~.header-cover-container .header-cover {
        right: 20.6% !important
    }
}

@media(max-width:1600px) {
    .login-in-container {
        margin-left: calc(100vw - 1600px + 243px)
    }
}

@media(max-width:1440px) {
    .toWorkbench-container.afterLogin {
        margin-left: calc(100vw - 1440px + 260px) !important;
    }
}

@media(max-width:1300px) {
    .user-list {
        box-shadow: 0 18px 80px rgb(0 0 0 / 7%);
        border: 1px solid rgba(0, 0, 0, .05)
    }

    .header-user-dropdown-item:hover~.header-cover-container .header-cover {
        display: none
    }

    .login-in-container {
        margin-left: calc(95px + (100vw - 1200px))
    }

    .login-btn {
        padding: 0 14px;
        width: 66px;
    }

    .toWorkbench {
        padding: 0 14px;
        width: fit-content;
    }

    .toWorkbench-container.afterLogin {
        margin-left: calc(100vw - 1200px + 146px) !important;
    }

    .header-product.nav-item .collapse-box.collapse-box {
        left: 120%;
    }

    .header-product:hover~.header-cover-container .header-cover {
        left: -8.2%;
    }

    .header-resource:hover~.header-cover-container .header-cover {
        left: 1%;
    }

    .header-enterprise:hover~.header-cover-container .header-cover {
        left: 27.3%;
    }

    .header-support:hover~.header-cover-container .header-cover {
        left: 38.5%;
    }
}

@media(max-width: 1201px) {
    .login-in-container {
        margin-left: 20px
    }

    .toWorkbench-container.afterLogin {
        margin-left: 0px !important;
    }
}

.footer-main-item-list {
    margin-left: 100px
}

.footer-lang:hover .footer-lang-box {
    opacity: 1;
    visibility: visible
}

.footer-lang .lang-dropdown-list {
    width: 152px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 18px 80px rgb(0 0 0 / 7%);
    border-radius: 10px;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.1)
}

.wx-code-img {
    width: 120px
}

.wx-code-box {
    height: 120px;
    top: 20px;
    width: 120px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.64);
    left: 0;
    text-align: center;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.wx-code:hover+.wx-code-box {
    opacity: 1;
    visibility: visible
}

.wsc-footer {
    background-color: #0d0d0d !important;
    color: #fff
}

.footer-container {
    max-width: 1408px;
    margin: 0 auto
}

.footer-main-item {
    list-style: none
}

.footer-btn {
    color: rgba(255, 255, 255, 0.64);
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 16px
}

.footer-btn:hover,
.copyright-area-item:hover {
    color: #fff;
    text-decoration: none
}

.footer-logo {
    padding: 77px 138px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.footer-main-item-list {
    margin-top: 88px;
    flex: 1;
    justify-content: center
}

.footer-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px
}

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

.footer-main-item-list .footer-main-item {
    flex: 1;
    padding-bottom: 64px
}

.copyright-area {
    padding: 16px 0;
    list-style: none
}

.copyright-area-item {
    margin-right: 40px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
    line-height: 22px
}

@media(max-width:1600px) {
    .footer-container {
        padding: 0 32px
    }
}

@media(max-width:991px) {
    .wx-code-box {
        left: 139px
    }

    .footer-main-item-list .footer-main-item.footer-main-item {
        margin-left: 0;
        padding: 0;
        max-width: 32%
    }

    .footer-logo {
        padding: 0;
        border: 0;
        text-align: center;
        margin: 56px 0
    }

    .footer-main {
        flex-wrap: wrap;
        justify-content: center
    }

    .footer-main-item-list {
        margin-top: 0;
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0
    }

    .footer-main-item {
        margin-top: 12px;
        width: 100%;
        flex-wrap: wrap
    }

    .copyright-area {
        width: 100%;
        flex-wrap: wrap;
        padding: 12px 0
    }

    .footer-main {
        padding-bottom: 20px
    }

    .footer-main {
        height: auto
    }

    .footer-container {
        padding: 0 16px
    }

    .footer-title {
        margin-bottom: 12px;
        font-size: 14px
    }

    .footer-btn,
    .copyright-area-item {
        font-size: 12px
    }
}

.fic-to-top:hover>svg path {
    fill: #565dff
}

.fic-to-top {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 3
}

.fic-to-top__show {
    opacity: 1;
    visibility: visible
}

.fic-to-top:hover>svg path:first-child {
    fill: #fff
}

.footer-lang:hover .footer-lang-box {
    opacity: 1;
    visibility: visible
}

.footer-lang:hover .footer-lang--arrow {
    transform: rotate(-180deg)
}

.footer-lang-box {
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: all .3s
}

.footer-lang--arrow {
    will-change: transform;
    transition: all .3s
}

.media-logo {
    margin: 0 8px;
    opacity: .7;
    transition: all .2s ease-in-out
}

.media-logo:hover {
    opacity: 1
}

.px-bottom::after {
    background: #0d0d0d url(https://cms.pixso.net/images/home/px-bottom-bg.png) center center/cover no-repeat !important
}

.footer-logo {
    padding: 0px 138px 100px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.menu-track {
    color: rgba(255, 255, 255, 0.64)
}

.wsc-footer .footer-middle {
    display: flex;
    flex: 1
}

.wsc-footer .footer-middle .company-introduction {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    width: 96%;
    max-width: 1300px;
    padding: 64px 0px 84px 0px;
    margin: 0 auto;
    transition: all .2s ease-in-out
}

.wsc-footer .footer-middle .company-introduction .ed-logo,
.wsc-footer .footer-middle .company-introduction .wos-logo {
    width: 200px
}

.wsc-footer .footer-middle .company-introduction dl {
    height: 100%;
    margin-bottom: 0;
    transition: all .2s ease-in-out
}

.wsc-footer .footer-middle .company-introduction dl dt {
    font-size: 18px;
    font-weight: 700;
    transition: all .2s ease-in-out
}

.wsc-footer .footer-middle .company-introduction dl dt i {
    display: none
}

.wsc-footer .footer-middle .company-introduction dl dd {
    margin-bottom: 0;
    height: 36px;
    margin-left: 0;
    font-size: 14px;
    line-height: 36px;
    transition: all .2s ease-in-out
}

.wsc-footer .footer-middle .company-introduction dl dd a {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all .1s ease-in-out;
    font-size: 14px;
}

.wsc-footer .footer-middle .company-introduction dl dd a:hover {
    color: rgba(255, 255, 255, 0.64)
}

.wsc-footer .footer-middle .company-introduction .line {
    width: 1px;
    height: calc(100%+128px);
    margin-top: -64px;
    background: #222;
    transition: all .2s ease-in-out
}

@media(max-width:1080px) {
    .wsc-footer .footer-middle .company-introduction {
        padding: 50px 0
    }

    .wsc-footer .footer-middle .company-introduction dl dt {
        font-size: 16px
    }

    .wsc-footer .footer-middle .company-introduction dl dd {
        font-size: 12px
    }

    .wsc-footer .footer-middle .company-introduction .line {
        height: calc(100%+100px);
        margin-top: -50px
    }
}

@media(max-width:991px) {
    .footer-logo {
        padding: 0;
        border: 0;
        text-align: center
    }
}

@media screen and (max-width:900px) {
    .wsc-footer .footer-middle .company-introduction {
        padding-right: 120px
    }

    .wsc-footer .footer-middle .company-introduction .ed-logo {
        width: 150px
    }
}

/*绉诲嫊绔敼鐗�*/
.footer--mobile-br {
    display: none;
}

.footer--mobile-li {
    display: none;
}

/*绲愭潫绉诲嫊绔敼鐗�*/
@media screen and (max-width:700px) {
    .wsc-footer .footer-middle .company-introduction {
        flex-direction: column;
        align-items: center;
        padding: 40px 10px 10px
    }

    /*鎵嬫绔敼鐗�*/
    .footer--mobile-li {
        display: block;
    }

    .footer-btn,
    .copyright-area-item {
        font-size: 14px;
    }

    .footer--mobile-br {
        display: block;
    }

    .footer--copyright {
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

    .footer--mobile-list {
        display: flex;
        font-size: 14px;
        font-weight: 500;
        /*height: 18px;*/
        padding-top: 16px;
        justify-content: space-around;
    }

    .lang-mobile {
        height: 18px;
        padding: 0;
    }

    .footer--mobile-li {
        width: 100%;
        margin-top: 32px;
        margin-bottom: 48px;
        height: 34px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .footer-one {
        margin-right: 0;
    }

    .footer-two {
        margin-right: 89px;
    }

    .footer-three {
        margin-right: 0;
    }

    /*绲愭潫鎵嬫绔敼鐗�*/
    .wsc-footer .footer-middle .company-introduction dl {
        width: 100%;
        height: 40px;
        overflow: hidden;
    }

    .wsc-footer .footer-middle .company-introduction dl:hover {
        height: 230px
    }

    .wsc-footer .footer-middle .company-introduction dl:hover i {
        transform: rotate(180deg)
    }

    .wsc-footer .footer-middle .company-introduction dl dt {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 6px 0 0;
        height: 44px;
    }

    .wsc-footer .footer-middle .company-introduction dl dt i {
        display: block;
        font-weight: 700;
        transition: all .3s;
    }

    .wsc-footer .footer-middle .company-introduction dl:nth-child(3):hover {
        height: 170px
    }

    .ed-footer .footer-middle .company-introduction .wos-logo {
        display: block;
        width: 150px;
        margin-top: 30px
    }
}

.media-nav {
    right: 16px !important
}

.login-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(6, 8, 10, 0.57);
    display: none;
    z-index: 999;
}

.login-mask__show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    animation: login-effect 0.3s ease-in-out;
    max-width: 360px;
    border-radius: 10px;
    max-height: 460px;
    width: calc(100% - 160px);
    height: calc(100% - 160px);
    box-shadow: 0px 0px 4px rgba(25, 25, 26, 0.04), 0px 4px 16px rgba(25, 25, 26, 0.04), 0px 8px 24px rgba(25, 25, 26, 0.06);
    border: 1px solid rgba(18, 17, 43, 0.07);
}

@keyframes login-effect {
    0% {
        transform: translateY(20px) scale(0.8);
        opacity: 0;
        transform-origin: bottom center;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
        transform-origin: bottom center;
    }
}

@media(max-width:1660px) {
    .header-container {
        max-width: 1400px;
    }
}

@media(max-width:1480px) {
    .header-container {
        max-width: 1240px;
    }
}

@media(max-width:1350px) {
    .login-in-container {
        margin-left: 0
    }
}
