@import "../iconfont/iconfont.css";
@font-face {
	font-family: "SourceHanSansCN-Normal";
	src: url("/assets/fonts/SourceHanSansCN-Normal.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url("/assets/fonts/SourceHanSansCN-Medium.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
* {
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-family: "SourceHanSansCN-Normal";
}
.SourceHanSansCN-Medium{
    font-family: "SourceHanSansCN-Medium";
}
.transition{
    transition: 0.8s ease;

}

.backcenter{
    background-size: cover;
    background-repeat: no-repeat; /* 防止图片重复 */
    background-position: center;
}
html,
body,
#__nuxt,
.official-website {
    width: 100vw;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: NotoSansHans, HelveticaNeueLTPro, sans-serif;
    user-select: none;
    /* overflow-y: scroll; */
}
.topxian {
    width: 100%;
    height: 2px;
    background-color: #f5f5f5;
}
.pointer {
    cursor: pointer;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    /* 让页面内容垂直滚动 */
    scrollbar-width: none;
    /* 隐藏滚动条 */
    -ms-overflow-style: none;
    /* 隐藏IE和Edge浏览器的滚动条 */
}

.home ::-webkit-scrollbar {
    display: none;
}


.service::-webkit-scrollbar {
    display: none;
}

.product::-webkit-scrollbar {
    width: 6px;
    background-color: #373B47 !important;
}

.product::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #595D68 !important;
}

.home {
    /* 让页面内容垂直滚动 */
    scrollbar-width: none;
    /* 隐藏滚动条 */
    -ms-overflow-style: none;
    /* 隐藏IE和Edge浏览器的滚动条 */
}

.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.space-center {
    justify-content: center;
}
.marginauto{
    margin: auto;
}
.aligncenter {
    align-items: center;
}

.flex1 {
    flex: 1;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.opacity1 {
    opacity: 1;
}
.opacity6{
    opacity: 0.6;
}

.none {
    display: none !important;
}

.block {
    display: block;
}

.width_100 {
    width: 100%;
}
.ovh{
    overflow: hidden;
}

.color666{
    color: #666666;
}
.colore6e{
    color: #E6E6E6;
}
.color000{
    color: #000000;
}
.bg0a0c0f {
    background-color: #0a0c0f;
}

.bg0F162B {
    background-color: #0F162B;
}

.bg060815 {
    background-color: #060815;
}

.bg050e19 {
    background-color: #050e19;
}

.bg020023 {
    background-color: #020023;
}

.bg10110c {
    background-color: #10110c;
}



.bgsize {
    background-size: auto 100%;
    background-repeat: no-repeat;
    transform-origin: 50% 100%;
}

.footer {
    background-color: #141414;
}

.headerbg {
    background-color: #13130e;
    z-index: 10;
}

.guide {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    width: 0.65rem;
    height: 0.9rem;
    margin-left: -0.14rem;
    z-index: 8;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    -webkit-animation: tips-arr 1.2s 0s infinite linear both;
    animation: tips-arr 1.2s 0s infinite linear both
}

.dot {
    width: 0.06rem;
    height: 0.06rem;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.container {
    width: 100%;
    height: 100%
}


.icon-xiala {
    font-size: 0.4rem;
}

.icon {
    transition: all 0.3s ease-in-out;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.icons {
    transition: all 0.3s ease-in-out;
}

.swiper {
    height: 100%;
    width: 100%;
}

.poabsolute {
    position: absolute;
    top: 0;
    left: 0;
}

.size12 {
    font-size: 0.24rem
}

.pdlr14 {
    padding: 0 0.68rem;
}

@keyframes scaleInDot {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(3);
    }
}

@keyframes tips-arr {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(0.1rem);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}


@keyframes scaleIn2 {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes goup {
    0% {
        bottom: -280px;
    }

    100% {
        bottom: 0px;
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        margin-top: 100px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@media (max-width: 1500px) {
    .main .wrapper .btn-bar {
        margin-top: 100px !important;
        font-size: 22px !important;
        line-height: 1 !important;
        width: 128%;
    }
}

@media (max-height: 870px) {
    .wrapper .text-bar {
        transform: translate(0, -42%) scale(0.8) !important;
    }

    .wrapper.text-bar.btn-bar {
        margin-top: 100px !important;
    }
}