body {
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}
.l-h-173 {
    line-height: 1.73;
}
.header-container {
    width: 100%;
    height: 84px;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header-nav {
    width: 1200px;
    margin: 0 auto;
    line-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header.header-scrolled {
    background: #2a2c39 !important;
}
.nav-content {
    margin-left: 120px;
}
.nav-item {
    padding: 8px 26px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    cursor: pointer;
}
.nav-item:hover {
    color: #9e67ff;
}
.nav-item.active {
    color: #ffffff;
    background: #9e67ff;
    border-radius: 18px;
}
header h1 a, header h1 a:hover, header nav a, header nav a:hover, a {
    color: #fff;
    text-decoration: none;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
*::-webkit-scrollbar-thumb {
    background-color: #dcdee2;
    border-radius: 4px;
}
*::-webkit-scrollbar-track-piece {
    background-color: #f8f8f9;
    border-radius: 4px;
}

#hero {
    width: 100%;
    max-height: 920px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, rgb(42, 44, 57) 0%, rgb(51, 54, 74) 100%);
    padding: 0;
}
.carousel-indicators-custom {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 60px;
    text-align: center;
    margin-left: calc(50% - 121.5px);
    width: 210px;
    height: 32px;
    opacity: 0.76;
    background: #9e67ff;
    border-radius: 21px;
    z-index: 1;
}
.carousel-indicators-custom-item {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: #ffffff;
    opacity: 0.6;
    border-radius: 50%;
    float: left;
    margin: 7px 12px;
}
.carousel-indicators-custom-item.active {
    opacity: 1;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 100vh;
    padding-top: 60px;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    border: 2px solid #ef6603;
}

#hero .btn-get-started:hover {
    background: #ef6603;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 768px) {
    #hero .carousel-container {
        height: 90vh;
    }

    #hero h2 {
        font-size: 28px;
    }
}

.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    z-index:99;
}

.wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
}

.wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
}

.wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 7px 15px;
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 50px;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    background: #ef6603;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px 0 0 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 15px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    padding: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #303133;
    letter-spacing: 1.02px;
}

.section-title h2::after {
    content: "";
    width: 93px;
    height: 1px;
    display: inline-block;
    background: #9E67FF;
    margin: 6px 20px;
}

.section-title p {
    margin: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #303133;
    letter-spacing: 6.24px;
}

.product-box {
    position: relative;
    background: rgba(0,0,0,0.00);
    border-radius: 24px;
    box-shadow: 4px 4px 16px 0px rgba(158,103,255,0.10);
    overflow: hidden;
}
.product-box-text {
    position: absolute;
    top: 26px;
    left: 26px;
    opacity: 0.57;
    font-size: 30px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #9c64e3;
    line-height: 36px;
}
.m-t-32 {
    margin-top: 32px;
}

.about {
    background: #f5f7fa;
}

.server-box {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 50px;
}
.server-box-text {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.server-box-btn {
    font-size: 24px;
    color: #9e67ff;
    background-color: #ffffff;
    padding: 10px 40px;
    border-radius: 30px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
}

.f-w-700 {
    font-weight: 700;
}


@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1200px;
    }
}