
body{
    --bs-light-rgb: 246,248,250;
    min-width: 1200px;
    transform-origin: left top;
    /* transform: translateZ(0); */
}
.btn {
    --bs-btn-border-radius: 0;
}
.fs-7 {
    font-size: 0.9rem;
}
.fs-8 {
    font-size: 0.75rem;
}
.fs-0 {
    font-size: 2.2rem;
}
.s-navbar {
    background: rgba(29, 31, 38, 0.4) !important;
    backdrop-filter: blur(20px) !important;
    --bs-navbar-nav-link-padding-x: 20px;
    padding: 10px 0;
    min-width: 1200px;
    width: 100%;
}
.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar .nav-link {
    --bs-nav-link-color: white;
}
.s-navbar-nav {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}
.s-nav-item{
    list-style-type: none;
    padding: 0 10px;
}
.s-nav-item a{
    color: white;
}
.s-nav-item:hover a{
    color: black;
}
.s-container {
    max-width: 1500px;
    min-width: 1100px;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
}

a {
    color: black;
    text-decoration: none;
}

/* 颜色处理 */
.filter-grey {
    filter: grayscale(1);
}


/* 具体样式 */
.swiper-container .swiper-button-next .icon,.swiper-container .swiper-button-prev .icon{
    width: 44px;
    height: 44px;
}
.swiper-container .swiper-button-next {
    width: 44px;
    background-image: none;
    right: 40px;
}
.swiper-container .swiper-button-prev {
    width: 44px;
    background-image: none;
    left: 40px;
}
.background-container{
    position: relative;
    overflow: hidden;
}
.background-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.background-container .s-container{
    z-index: 2;
    position: relative;
}
.background-text{
    color: #DFDFDF;
    /* font-size: 34px; */
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: bold;
    position: absolute;
}
.background-title{
    position: relative;
    z-index: 3;
}

.aboutus-text {
    display: flex;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(180deg, #027AFF 0%, #0DD6F0 86%);
    vertical-align: top;
}
.aboutus-num{
    font-weight: bold;
    font-size: 2rem;
    margin-right: 2px;
}

.aboutus-btn{
    width: 10em;
    height: 3.2em;
}
.aboutus-btn-icon{
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
.banner-pointer-container{
    display: flex;
    justify-content: center;
}
.banner-pointer {
    width: 18vw;
    min-width: calc(1200px * 0.18);
    position: relative;
    overflow: hidden;
    transition: width ease-out 500ms;
}
.banner-pointer-img {
    width: 48vw;
    min-width: calc(1200px * 0.46);
    margin-left: -18vw;
    transition: margin ease-out 500ms;
}
.banner-pointer-hover-container {
    visibility: hidden;
    width: 48vw;
    min-width: calc(1200px * 0.46);
    /* transition: visibility 500ms; */
}


.banner-pointer.hover {
    width: 48vw;
    min-width: calc(1200px * 0.46);
}
.banner-pointer.hover .banner-pointer-img{
    margin-left: 0;
}
.banner-pointer.hover .banner-pointer-hover-container{
    visibility: visible;
}
.banner-pointer.hover .banner-pointer-container {
    visibility: hidden;
}


.swiper-scrollbar .swiper-scrollbar-drag{
    background-color: #0079FF;
}
.link, .pointer{
    cursor: pointer;
}
.link:hover{
    color: #0079FF;
}

.right-toolbar{
    background: #0079FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20vh;
    z-index: 10;
    font-size: 12px;
    color: white;
}
.right-toolbar-item {
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.right-toolbar-item:not(:last-of-type) {
    border-bottom: 1px solid #66AFFF;
    position: relative;
}
.right-toolbar-icon{
    width: 24px;
    height: 24px;
}
.toobar-popover{
    display: none;
    position: absolute;
    right: 40px;
    margin-right: 40px;
    background-color: white;
    color: black;
}
.toobar-popover::after {
    content: '';
    display: block;
    background-color: white;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    top: calc(50% - 10px);
}
.right-toolbar-item:hover .toobar-popover {
    display: block;
}

.content{
    line-height: 1.6em;
}
.content p{
    margin-bottom: 24px;
}
.nav-hover:hover, .nav-hover.active{
    background-color:#0079FF;
    color: white;
}

.product-content .content{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 20px !important;
}
.product-content .author {
    display: none !important;
}

.contact .form-control {
    background: #F6F8FA;
    border: 1px solid #DFDFDF;
    padding: 1rem;
}

.blue-icon::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background-color: #00C3DC;
}

.grey-icon::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background-color: #727272;
}

.language-dropdown .dropdown-item:hover {
    color: rgb(var(--bs-primary-rgb)) !important;
}

.language-dropdown .dropdown-item:focus {
    color: white !important;
}