﻿@charset "utf-8";
/* CSS by Brian*/

@font-face {
    font-family: bodyFront;
    /*src: url(../../fonts/malgun.ttf);*/
}

:root {
    --root-color-black: black;
    --root-color-white: white;
    --root-color-red: red;
    --root-color-shallow-blue: #8394c6;
    --root-color-deep-blue: #242938;
    --root-color-shallow-gray: #cecece;
    --root-color-deep-gray: #6c6c6c;
    --root-color-blue: #2eb0dc;
    --root-color-yellow: #f3ea0b;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}

* {
    margin: 0;
    padding: 0;
    -webkit-user-drag: none;
}

body {
    font-size: 0.2rem;
    font-family: bodyFront;
    color: var(--root-color-deep-blue);
}

.enlarge:hover {
    transform: scale(1.1);
}

.cursor-ele{
    cursor: pointer;
}

#header{
    width: 100dvw;
    height: 1.16rem;
    background: url(../../imgs/pc/index/header-bg.png);
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: fixed;
    top: 0rem;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    width: 2.97rem;
    height: 1.08rem;
    cursor: pointer;
}

.header-row{
    width: 30dvw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header-row > div{
    font-size: 0.25rem;
    font-weight: bold;
    background: linear-gradient(var(--root-color-white), var(--root-color-white), var(--root-color-shallow-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.divider{
    width: 0.03rem;
    height: 0.94rem;
    margin: 0 0.2rem;
}

#fullpage {

}

#section-1 {
    position: relative;
    background: url(../../imgs/pc/index/section-1.png);
    background-size: cover;
    background-position: center;
}

.section-1-content {
    position: relative;
    height: 100vh;
    width: 100vw;
    padding-top: 10vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-1-18{
    position: absolute;
    right: 1rem;
    bottom: 2rem;
}

#section-bt {
    height: 5.4rem;
    background: url(../../imgs/pc/index/section-bt.png);
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}

.bt-content{
    height: 3.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-icon{
    width: 1.6rem;
    height: 1.6rem;
}

.protocol-content{
    width: 7rem;
    padding: 0 0.5rem;
    color: var(--root-color-white);
    line-height: 0.35rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bt-18+{
    width: 2.64rem;
    height: 1.01rem;
}

.bt-msg{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-company{
    width: 3.3rem;
    height: 1.04rem;
}

.bt-desc{
    color: var(--root-color-white);
    font-size: 0.15rem;
    text-align: left;
    line-height: 0.25rem;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
}
