html,
body {
    min-width: 1400px;
    font-family: 'PingFang SC', 'Helvetica Neue', 'Microsoft YaHei', '微软雅黑', Helvetica, 'Hiragino Sans GB', Arial, sans-serif
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none
}

.button {
    padding: 0;
    display: block;
    margin-top: 30px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    transition: all .3s
}

.button.button--primary {
    background-color: var(--color-primary) !important
}

.button.button--primary:hover {
    opacity: .7;
    box-shadow: 0 0 28px 0 rgba(186, 186, 186, 0.4)
}

.header {
    --header-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height);
    box-shadow: 0 4px 15px 1px rgba(204, 204, 204, 0.23);
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff
}

.header-left {
    display: flex;
    align-items: center
}

.header-logo,
.header-nav,
.header-btn {
    display: block;
    position: relative;
    z-index: 999;
    height: var(--header-height)
}

.header-nav {
    transition: all var(--delay) ease-in
}

.header-right {
    display: flex;
    align-items: center
}

.header-logo {
    z-index: 999;
    margin-left: 36px;
    width: 210px;
    height: 37px;
    flex-shrink: 0
}

.header-nav {
    height: var(--header-height);
    margin: 0 0 0 70px;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none
}

.header-nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 52px;
    transition: all .3s;
    width: fit-content;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis
}

.header-nav-item:last-of-type {
    margin-right: 0
}

.header-nav-item:hover .nav-link {
    color: var(--color-primary)
}

.header-btn {
    display: flex;
    align-items: center
}

.header-btn .btn {
    padding: 0 24px;
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: all .3s
}

.header-btn .btn:active {
    border-radius: 0;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff
}

.header-btn .btn-register {
    width: 80px;
    background-color: var(--color-primary);
    color: #fff
}

.header:has(.user-wrap-hover:hover),
.header:has(.product-name:hover),
.header:has(.dropdown-container:hover) {
    transition: all .3s;
    background-color: #fff;
    z-index: 999
}

.header .header-nav.hidden {
    width: 0
}

.header .search.focus-within .search-body {
    width: 600px;
    transition: all .2s ease-in-out
}

.header .search.focus-within .lately-search {
    transition: all .3s ease-in-out;
    visibility: visible
}

.header .search {
    position: relative;
    height: var(--header-height);
    display: flex;
    align-items: center;
    padding: 30px 0;
    margin-right: 30px;
    transition: all .3s ease-in-out
}

.header .search .lately-search {
    visibility: hidden;
    position: absolute;
    top: var(--header-height);
    left: 0;
    padding: 20px;
    width: 100%;
    height: 226px;
    background: #ffffff;
    box-shadow: 0 2px 11px 1px rgba(211, 211, 211, 0.28)
}

.header .search .lately-search .lately-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header .search .lately-search .lately-search-header .lately-search-title {
    color: #808080
}

.header .search .lately-search .lately-search-header .lately-search-more {
    display: flex;
    align-items: center;
    color: #888;
    cursor: pointer
}

.header .search .lately-search .lately-search-header .lately-search-more .icon-delete {
    margin-right: 3px
}

.header .search .lately-search .lately-search-content {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.header .search .lately-search .lately-search-content .lately-search-item {
    padding: 0 17px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    cursor: pointer
}

.header .search .search-body {
    position: relative;
    height: 30px;
    width: 250px;
    border-radius: 16px;
    border: 1px solid #7d8794;
    background-color: #fff;
    padding: 0 12px;
    display: flex;
    align-items: center
}

.header .search .search-body input {
    padding: 0 10px 0 24px;
    width: 100%;
    border: none;
    outline: none;
    height: 100%
}

.header .search .search-body input:focus-visible {
    border: none;
    box-shadow: none
}

.header .search .search-body .search-icon {
    position: absolute;
    left: 12px;
    top: 0;
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-black)
}

.show-dropdown {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
    transition-delay: .2s
}

.box-shadow {
    box-shadow: 0 1rem 1rem 0 rgba(223, 223, 223, 0.38)
}

.display-none {
    display: none !important
}

.menu {
    box-shadow: var(--box-shadow)
}

#user {
    padding-right: 36px;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer
}

#user .info {
    display: flex;
    align-items: center
}

#user .info .avatar {
    margin-left: .4rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%
}

#user:hover .down-items {
    transition-delay: .1s;
    visibility: visible;
    opacity: 1
}

#user .down-items {
    position: absolute;
    top: var(--header-height);
    right: 0;
    background-color: #fff;
    padding: 1rem 0;
    width: 12rem;
    border-radius: .2rem;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

#user .down-items li {
    width: 100%;
    height: 40px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    cursor: pointer
}

#user .down-items li:hover {
    background-color: transparent;
    color: var(--color-primary) !important
}

#user .down-items li span {
    margin-left: 1rem;
    font-size: 12px
}

.product-name:hover .product {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
    transition-delay: .2s
}

.read-all {
    padding: 0 5.27rem;
    display: flex;
    align-items: center
}

.read-all a {
    display: flex;
    align-items: center;
    color: var(--text-black);
    font-weight: bold;
    text-decoration: none
}

.read-all a img {
    width: 18px;
    height: 14px;
    margin-left: 6px
}

.product {
    visibility: hidden;
    opacity: 0;
    position: fixed !important;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: 45rem;
    border-top: 1px solid #ececec;
    background-color: #fff;
    z-index: 999;
    transition-duration: .1s;
    box-shadow: 0 1rem 1rem 0 rgba(223, 223, 223, 0.38);
    top: calc(var(--header-height) - 4px)
}

.product .product-body {
    display: flex;
    height: 100%
}

.product .product-body .product-left {
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #f7f9fd
}

.product .product-body .product-left .title {
    font-size: 16px;
    width: 267px;
    font-weight: bold;
    margin: 2rem 0 1rem;
    text-align: left
}

.product .product-body .product-left li {
    padding-bottom: .5rem;
    transition: all .3s;
    width: 267px;
    cursor: pointer
}

.product .product-body .product-left li:last-of-type {
    padding-bottom: 0
}

.product .product-body .product-left li.desc:hover {
    color: var(--color-primary)
}

.product .product-body .product-left .selected {
    color: var(--color-primary)
}

.product .product-body .product-right {
    padding-top: 20px;
    padding-bottom: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column
}

.product .product-body .product-right .search {
    margin-top: .4rem;
    margin-left: 3.57rem;
    width: 78.06rem;
    height: 2.57rem;
    flex-shrink: 0;
    border: 1px solid #e9e9e9;
    border-radius: .21rem;
    display: flex;
    align-items: center
}

.product .product-body .product-right .search .search-input {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    padding-left: 1.36rem
}

.product .product-body .product-right .search .search-input::placeholder {
    color: #999
}

.product .product-body .product-right .search .search-icon {
    height: 100%;
    padding-right: 1.93rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--color-black)
}

.product .product-body .product-right .submenu {
    margin-top: 14px !important
}

.product .product-body ul {
    list-style: none;
    padding: 0
}

.dropdown-container {
    cursor: pointer
}

.dropdown-container:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out;
    transition-delay: .2s
}

.dropdown {
    visibility: hidden;
    opacity: 0;
    position: fixed !important;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: 27rem;
    border-top: 1px solid #ececec;
    background-color: #fff;
    z-index: 999;
    transition-duration: .1s;
    box-shadow: 0 1rem 1rem 0 rgba(223, 223, 223, 0.38)
}

.dropdown .dropdown-body {
    display: flex;
    height: 100%
}

.dropdown .dropdown-body-left {
    padding-top: 3rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-color: #f7f9fd;
    background-position: right;
    display: flex;
    flex-direction: column;
    align-items: center
}

.dropdown .dropdown-body-left--title {
    width: 267px;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-black);
    margin-bottom: 1.43rem
}

.dropdown .dropdown-body-left--desc {
    width: 267px;
    font-weight: 400;
    color: #808080;
    line-height: 1.6;
    white-space: normal
}

.dropdown .dropdown-body-right {
    padding-top: 20px;
    padding-bottom: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column
}

.submenu {
    padding: 0 3.57rem
}

.submenu-item {
    max-width: 350px;
    height: 10.71rem;
    cursor: pointer
}

.submenu-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
    border-radius: .71rem;
    text-decoration: none;
    transition: .3s ease-in-out;
    border: 1px solid #fff
}

.submenu-item a:hover {
    background: linear-gradient(0deg, #fdfdfe, #f6f9fe);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1)
}

.submenu-item:hover .submenu-item-title::after {
    width: 100%
}

.submenu-item-photo {
    width: 2.71rem;
    height: 2.71rem;
    margin-bottom: 1rem;
    border-radius: .71rem
}

.submenu-item-title {
    margin-bottom: .3rem;
    width: fit-content;
    font-size: 16px;
    color: var(--color-black);
    position: relative
}

.submenu-item-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-top: 1px solid var(--color-black);
    transition: width .3s ease-in-out
}

.submenu-item-text {
    width: 19.07rem;
    min-height: 2.5714rem;
    font-size: .9rem;
    font-weight: 400;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal
}

.bareMetal {
    margin-top: 15px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    width: 800px
}

.bareMetal .graphics {
    display: flex;
    justify-content: space-between
}

.bareMetal .graphics .graphics-item {
    width: 170px;
    height: 40px;
    padding: 20px;
    margin-top: 15px;
    background-color: #f4f6fa;
    display: flex;
    align-items: center
}

.bareMetal .graphics .graphics-item img {
    width: 20px;
    height: 20px;
    margin-right: 15px
}

.bareMetal .graphics .graphics-item .graphics-name:hover {
    color: #1472f3
}

footer {
    margin-top: 40px
}

.computing-services {
    padding-bottom: 2rem
}

.computing-services span {
    font-weight: bold;
    margin-right: 5rem
}

.computing-services a {
    color: #202832;
    text-decoration: none;
    margin-right: 5rem;
    transition: all .3s
}

.computing-services a:hover {
    color: var(--color-primary)
}

.map-container {
    padding-bottom: 40px;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    margin: 2rem 0
}

.map-container .info-container {
    width: 340px;
    min-width: 340px;
    display: flex;
    flex-direction: column;
    color: var(--text-primary);
    padding: 1rem 0 1rem 15px;
    justify-content: space-around;
    background-color: #fff
}

.map-container .info-container .item {
    display: flex
}

.map-container .info-container .item-text {
    margin-left: 10px
}

.map-container .info-container .item:nth-child(-n + 2) {
    align-items: center
}

.map-container .map-item {
    flex: 1
}

footer .copyright {
    text-align: center;
    font-size: 1rem;
    color: var(--text-primary);
    margin-bottom: 20px
}

footer .l-flex-c {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    text-decoration: none
}

@media screen and (max-width:980px) {
    .company {
        margin-bottom: 3rem;
        display: flex;
        align-items: center;
        justify-content: space-around
    }

    .company dl {
        margin-top: 0
    }
}

@media screen and (max-width:1200px) {
    .navbar-nav.navigate {
        display: none !important
    }
}

@media screen and (max-width:1250px) {
    .navbar-body .navbar-nav .nav-item {
        margin-right: 20px
    }
}

@media screen and (max-width:390px) {
    footer {
        padding-top: 3rem
    }

    .company {
        display: none
    }
}

.banner {
    --banner-height: 438px;
    position: relative;
    width: 100%;
    overflow: hidden
}

.banner img {
    height: 100%
}

.banner .banner-font {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: left
}

.banner .banner-title {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: bold
}

.banner .banner-text {
    font-size: 16px;
    width: 50rem
}

.banner .banner-button {
    padding: 0;
    display: block;
    margin-top: 40px;
    width: 78px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: var(--color-primary);
    font-size: 12px;
    border-radius: 2px
}

@media (min-width:576px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1400px
    }
}

.hover {
    transition: all .3s linear
}

.hover:hover {
    box-shadow: 0 0 28px 0 rgba(186, 186, 186, 0.4)
}

.jconfirm .jconfirm-box {
    padding: 30px !important;
    box-shadow: 0 8px 13px 3px rgba(178, 178, 178, 0.4) !important;
    border-radius: 2px !important
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0
}

.jconfirm .jconfirm-box .jconfirm-buttons .btn-default {
    margin: 0;
    width: 64px;
    height: 32px;
    font-weight: 400;
    background-color: var(--color-primary) !important;
    border-radius: 2px;
    color: #fff !important
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    top: 30px !important;
    right: 30px !important;
    font-size: 20px !important
}

#user-wrap {
    flex-shrink: 0
}

#user-wrap .language {
    align-items: center
}

#user-wrap .language .container {
    position: relative
}

#user-wrap .language .container div {
    line-height: var(--header-height);
    cursor: pointer
}

.language-display {
    display: flex;
    align-items: center
}

.language-display .iconfont {
    margin-right: 4px
}

.navbar .language .container:hover ul {
    display: block
}

.navbar .language .container ul {
    list-style: none;
    background: #fff;
    border-radius: 0 0 6px 6px;
    padding: 2px;
    display: none;
    position: absolute
}

.navbar .language .container ul li {
    line-height: 40px;
    padding: 0 20px;
    white-space: nowrap
}

.navbar .language .container ul li a {
    color: var(--bs-body-color)
}

.navbar .language .container ul li.active {
    color: var(--color-primary)
}

.navbar .language .container ul li:hover {
    background: #f5f5f5
}

.margin-right-30 {
    margin-right: 30px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.banner {
    width: 100%;
    height: var(--banner-height)
}

.banner .banner-img {
    position: absolute;
    inset: 0;
    height: var(--banner-height);
    width: 100%
}

.banner-item-text {
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: left
}

.banner-item-text .sub-title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 6px;
    color: var(--color-black)
}

.banner-item-text .sub-text {
    margin-bottom: 37px;
    width: 51rem;
    line-height: 1.7;
    font-size: 16px;
    color: #202832
}

.cont-nav {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    z-index: 9;
    transform: translateY(-50%);
    margin-bottom: 0
}

.cont-nav .cont-nav-item {
    height: 126px;
    display: flex;
    align-items: center;
    box-shadow: 0 6px 15px 1px rgba(176, 184, 203, 0.26);
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 40px;
    background-color: #fff
}

.cont-nav .cont-nav-item:nth-child(1) {
    background-image: url(/static/themes/new-theme/imgs/index-flag1.png)
}

.cont-nav .cont-nav-item:nth-child(2) {
    background-image: url(/static/themes/new-theme/imgs/index-flag2.png)
}

.cont-nav .cont-nav-item:nth-child(3) {
    background-image: url(/static/themes/new-theme/imgs/index-flag3.png)
}

.cont-nav .cont-nav-item:nth-child(4) {
    background-image: url(/static/themes/new-theme/imgs/index-flag4.png)
}

.cont-nav .cont-nav-item .cont-nav-item--icon {
    width: 38px
}

.cont-nav .cont-nav-item .cont-nav-wrap {
    text-align: left
}

.cont-nav .cont-nav-item--title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px
}

.cont-nav .cont-nav-item--text {
    margin-top: 12px;
    line-height: 1.5;
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 400
}

.experience {
    height: 150px;
    position: relative
}

.experience img {
    position: absolute;
    inset: 0
}

.experience .cont {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.experience .text {
    margin: 0;
    font-weight: bold;
    font-size: 23px;
    color: #fff
}

.experience .btn {
    width: 135px;
    height: 35px;
    margin-top: 20px;
    background: #c7000a;
    border-radius: 2px;
    outline: none;
    color: #fff
}

.language {
    display: flex;
    margin-right: 30px;
    position: relative;
    height: var(--header-height);
    align-items: center;
    cursor: pointer
}

.language:hover ul {
    display: block
}

.language ul {
    display: none;
    position: absolute;
    top: var(--header-height);
    list-style: none;
    background: #fff;
    border-radius: 0 0 6px 6px
}

.language ul .active {
    cursor: default;
    color: var(--color-primary)
}

.language ul a {
    color: var(--bs-body-color)
}

.language ul li {
    line-height: 40px;
    padding: 0 20px;
    white-space: nowrap;
    font-size: 12px;
    transition: all .3s ease-in-out
}

.language ul li:hover {
    background: #f5f5f5
}

.c-dropdown ul {
    left: -146px;
    padding: 10px;
    background-color: #f0f1f4
}

.c-dropdown ul li {
    padding: 0 12px;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 6px;
    box-shadow: 0 0 15px 1px rgba(228, 228, 228, 0.68);
    border-radius: 3px
}

.c-dropdown ul li:last-of-type {
    margin-bottom: 0
}

.c-dropdown ul li span {
    margin-left: 6px;
    font-size: 12px
}

.c-dropdown ul li a {
    text-decoration: none
}

.c-dropdown ul li .right-arrow {
    margin-left: 36px
}

.c-dropdown ul li:hover {
    background-color: #fff
}

.c-dropdown ul li:hover a {
    color: var(--color-primary) !important;
    transition: color .3s ease-in-out
}