*
{
    user-select: none;  /* 禁止文本选择 */
}

@font-face {
    font-family: "Frick";
    src: url(/res/Frick0.3-Regular-3.otf);
}

body
{
    display: block;
    margin: 0px;
}

/*----------------------------------------------------------------------------------------------*/
/* div */
/*----------------------------------------------------------------------------------------------*/

/* div */
div
{
    position: absolute;
    margin: none;
    border: 0px, solid, red;
    border-radius: none;
    padding: 0px;
}

/* 网页背景 */
.div_root
{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    
    background-color: #282728ea;

    /*平铺图*/
    background-image: url('../res/dot.png');
    background-repeat: repeat;
    background-size: "";
}

/* 网页背景 */
.div_main_page
{
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 950px;
    background-color: transparent;
}

/* 主要内容区域 */
.div_area_main
{
    border-radius: 10px;
    left: 20px;
    top: 20px;
    width: 1880px;
    height: 820px;
    background-color: rgb(110, 112, 114);
}

/* 标题栏区域 */
.div_area_title
{
    border-radius: 10px;
    left: 20px;
    top: 860px;
    width: 1880px;
    height: 60px;
    background-color: rgb(53, 56, 59);

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*----------------------------------------------------------------------------------------------*/
/* button */
/*----------------------------------------------------------------------------------------------*/

/* button */
button
{
    position: absolute;
    border: none;
    border-radius: 3px;
    background-color: transparent; /* 设置背景颜色为透明，以便只显示图片 */
    background-size: contain; /* 确保图片完整地显示在按钮内，保持其宽高比 */
    background-repeat: no-repeat;
    background-position: center;

    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    /* 文字 */
    color: #59C5FF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

/* 更新记录按钮 */
.button_upgrade_info
{
    left: 100px;
    top: 585px;
    width: 100px;
    height: 40px;
    
    display: inline-flex;
    gap: 6px; /* 在子元素之间增加间距 */

    background-color: rgba(70, 75, 78, 0.50);
    color: #C6CBCD;
}
.button_upgrade_info:hover
{
    background-color: rgba(49, 123, 170, 0.50);
    color: #7AD3FF;
}

/* 选择驱动版本按钮 */
.button_jump_driver_select
{
    left: 200px;
    top: 500px;
    width: 30px;
    height: 60px;
    
    display: inline-flex;
    gap: 6px; /* 在子元素之间增加间距 */

    border: 2px, solid, #59C5FF;
    border-radius: 24px 0px 0px 24px; /* 左上角、右上角、右下角、左下角 */

    color: #59C5FF;
    background-color: #F9F9F9;
}
/* .button_jump_driver_select:hover
{
    background-color: rgba(30, 148, 239, 0.5);
} */

/* 跳转驱动按钮 */
.button_jump_driver
{
    left: 220px;
    top: 500px;
    width: 150px;
    height: 60px;
    
    display: inline-flex;
    gap: 6px; /* 在子元素之间增加间距 */

    /*border: 2px, solid, rgb(30, 148, 239);*/
    border-radius: 24px;

    color: #F9F9F9;
    background-color: #59C5FF;
}
.button_jump_driver:hover
{
    border: 2px, solid #59C5FF;

    color: #59C5FF;
    background-color: #F9F9F9;
}

/* 社媒社群按钮 */
.button_media
{
    left: 1450px;
    top: 10px;
    width: 40px;
    height: 40px;

    border: 0px, solid, red;
    color: #C6CBCD;

    display: inline-flex;
    gap: 6px; /* 在子元素之间增加间距 */
}
.button_media:hover
{
    color: #7AD3FF;
}

/*----------------------------------------------------------------------------------------------*/
/* img */
/*----------------------------------------------------------------------------------------------*/

/* img */
img
{
    position: absolute;
    margin: none;
    border: none;
    padding: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

/* 键盘背景图 */
.img_kb
{
    border-radius: 10px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

/* LOGO */
.img_qrcode
{
    left: 50px;
    top: 0px;
    width: 150px;
    height: 150px;

    border-radius: 10px;
}

/*----------------------------------------------------------------------------------------------*/
/* span */
/*----------------------------------------------------------------------------------------------*/
span
{
    position: absolute;
    margin: none;
    border: none;
    padding: 0px;
    left: 0px;
    top: 0px;

    /* 文字 */
    color: #C6CBCD;
    text-align: center;
    font-family: "pingfang";
    font-size: 21px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;

    /* 点击穿透 */
    pointer-events: none;
}

/* 标题 */
.span_title
{
    text-align:left;
    font-family: "Frick";
    font-size: 84px;
    left: 200px;
    top: 380px;
    width: 500px;
    height: 100px;

    color: #282728;
    text-shadow: 2px 2px 1.5px #28272844;
}

/* 副标题 */
.span_subtitle
{
    text-align:left;
    font-size: 36px;
    font-weight: 500;
    left: 200px;
    top: 430px;
    width: fit-content;
    height: 100px;

    color: #282728;
    text-shadow: 2px 2px 1.5px #28272844;
}

/* ICP备案 */
.span_icp
{
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #f9f9f9b0;

    pointer-events: auto;
    z-index: 9999;

    width: 140px;
    height: 24px;
}

/* ICP备案 */
.span_email
{
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #f9f9f9F0;

    pointer-events: auto;
}

/*----------------------------------------------------------------------------------------------*/
/* video */
/*----------------------------------------------------------------------------------------------*/

video
{
    position: absolute;
    top: 0%; /* Center vertically */
    left: 0%; /* Center horizontally */
    transform: translate(0%, 0%); /* Adjust position to center */
    width: 100%; /* Adjust size as needed */
    height: 100%; /* Maintain aspect ratio */

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.video_huajia
{
    border-radius: 10px;
    object-fit: cover;
}
