*{
    margin: 0;
    padding: 0;
}
input {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 16px; /* 根据需要调整字体大小 */
    color: currentColor; /* 使用当前文本颜色 */
}
ul,li{
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

@font-face {
  font-family: 'PM';
  src: url('../fonts/庞门正道标题体2.0增强版.TTF');
}
.loading-box {
    width: 100vw;
    height: 100vh;
    background-color: rgb(43, 43, 43);
    ;
    background-image: url(../img/loading-bgd.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 999;
    user-select: none;
    overflow: hidden;

    .box {
        width: 52vh;
        height: 52vh;
        position: absolute;
        left: 0;
        right: 0;
        top: 17%;
        margin: auto;

        .animation {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .animation1 {
            width: 90%;
            height: 90%;
            background: url(../img/loading1.png) no-repeat;
            background-size: 100% 100%;
            animation-name: example2;
            animation-duration: 4s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        .animation2 {
            width: 60%;
            height: 60%;
            background: url(../img/loading2.png) no-repeat;
            background-size: 100% 100%;
            animation-name: example;
            animation-duration: 4s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        .animation3 {
            width: 53%;
            height: 53%;
            background: url(../img/loading3.png) no-repeat;
            background-size: 100% 100%;
            animation-name: example2;
            animation-duration: 4s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        .animation4 {
            width: 47%;
            height: 47%;
            background: url(../img/loading4.png) no-repeat;
            background-size: 100% 100%;
            animation-name: example;
            animation-duration: 4s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        .animation5 {
            width: 40%;
            height: 40%;
            background: url(../img/loading5.png) no-repeat;
            background-size: 100% 100%;
            animation-name: example2;
            animation-duration: 4s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        .name {
            width: 569px;
            height: 126px;
            /* background: url(../img/loading-name.png) no-repeat; */
            background-size: 100% 100%;
            left: -7%;
			
			color: #ffffff;
			font-size: 35px;
			font-weight: bold;
			padding-top: 70px;
        }
    }

    .val-box {
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 68%;
        font-family: title_font;
        font-size: 38px;

        .name {
            width: 165px;
            height: 44px;
            font-size: 38px;
            color: #9fc7ff;
        }

        .val {
            width: 99px;
            height: 44px;
            font-size: 36px;
            color: #fff;
        }
    }

    .style1-box {
        width: 850px;
        height: 30px;
        display: flex;
        align-items: center;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);

        .left {
            width: 120px;
            height: 100%;
            background: url(../img/loading-a1.png) no-repeat;
            background-size: 100% 100%;
            margin-right: 20px;
        }

        .center {
            flex: 1;
            height: 40%;
            overflow: hidden;
            background: #14222b83;

            .animation {
                width: 50%;
                height: 100%;
                background: linear-gradient(to right, #14222b00, #14222b00, #1672da);
                animation-name: example3;
                animation-duration: 3s;
                animation-iteration-count: infinite;
                animation-timing-function: linear;
            }


        }

        .right {
            width: 120px;
            height: 100%;
            margin-left: 20px;
            background: url(../img/loading-a2.png) no-repeat;
            background-size: 100% 100%;
        }
    }

    .style2 {
        width: 200px;
        height: 2px;
        background: linear-gradient(to right, #14222b83, #1671d6, #14222b83);
        transform: translate(-100%, 42.8vh);
        animation-name: example4;
        animation-duration: 3s;
        animation-iteration-count: 1;
        animation-timing-function: linear;
    }

    .line1 {
        width: 65%;
        height: 60px;
        background: url('../img/loading-a3.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 20%;
        top: 42%;
        opacity: 0;
        animation-name: example5;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    .line2 {
        width: 35%;
        height: 50px;
        background: url('../img/loading-a4.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 40%;
        top: 49%;
        animation-name: example6;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    .line3 {
        width: 35%;
        height: 55px;
        background: url('../img/loading-a5.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 33%;
        top: 85%;
        animation-name: example5;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
}

.btn {
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    border: 1px solid #1671d6;
    box-sizing: border-box;
    z-index: 2;
    top: 0;
    cursor: pointer;

}

@keyframes example {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-360deg)
    }
}

@keyframes example2 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes example3 {
    0% {
        transform: translate(-100%, 0);
        opacity: 1;
    }

    80% {

        opacity: 1
    }

    89% {
        transform: translate(120%, 0);
        opacity: 0;
    }

    90% {
        transform: translate(-100%, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

@keyframes example4 {
    0% {
        transform: translate(-100%, 42.8vh);
    }

    99% {
        transform: translate(100vw, 42.8vh);
    }
}

@keyframes example5 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes example6 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*顶部样式*/
#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#header .title{
    display: flex;
    align-items: center;

}
#header .name{
    color: #fff;
    font-family: PM;
    font-size: 30px;
    text-shadow: 2px 2px 10px #000;
}
#header input::placeholder{
    color: #1dbcff;
    font-size: 12px;
}
#btn_list{
    width: 932px;
    position: absolute;
    top: 5px;
    left: 542px;
    display: flex;
    justify-content: space-between;
}
#btn_list >li{
    position: relative;
}
#btn_list >li>img{

    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#search{
    width: 196px;
    height: 25px;
    border: 1px solid #1dbcff;
    display: flex;
    justify-content: space-between;
}
#search input{
    width: 150px;
    margin-left: 10px;
}
#search .button{
    width: 26px;
    height: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink:1;
    background: #1dbcff;
    float: right;
}
#search .button img{
    width: 17px;
    height: 17px;
}

#btn_list .name{
    color: #1dbcff;
    font-weight: bold;
    font-size: 14px;
}
#dev_list{
    width: 88px;
    height: 25px;
    border: 1px solid #1dbcff;
    color: #1dbcff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#dev_list .icon{
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
    border-left: transparent;
    border-top-color: transparent;
    transform: rotate(45deg);
}
#dev_list .list{
    width: 100px;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: rgba(189, 159, 244, 0.9); */
    background: #023769;
}
#dev_list .list li{
    width: 100%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;

}
#dev_list .list li:hover{
    background: #fff;
    color: #1dbcff;
}
#dev_type{
    width: 134px;
    height: 25px;
    /* background: url("../img/dev_type1.png") no-repeat; */
    cursor: pointer;
}
#dev_type .name{
    float: right;
    margin-right: 25px;
    line-height: 25px;
}
#label_screen{
    width: 113px;
    height: 25px;
    /* background: url("../img/label_btn1.png") no-repeat; */
    cursor: pointer;
}
#label_screen .name{
    float: right;
    margin-right: 15px;
    line-height: 25px;
}
#auto{
    width: 113px;
    height: 25px;
    background: url("../img/xunjian_icon1.png") no-repeat;
    cursor: pointer;
}
#auto .name{
    float: right;
    margin-right: 15px;
    line-height: 25px;
}
#go_back{
    width: 113px;
    height: 25px;
    background: url("../img/back_icon1.png") no-repeat;
    cursor: pointer;
}
#go_back .name{
    float: right;
    margin-right: 15px;
    line-height: 25px;
}
#btn_list .select_list2{
    box-sizing: border-box;
   width: 415px;
   /* height: 103px; */
   padding: 12px 8px;
   border-radius: 10px;
   background: linear-gradient(to bottom,#023769,#010f2d); 
   position: absolute;
   top: 40px;
   left: 50%;
   transform: translateX(-50%);
   display: grid;
   grid-template-columns: 83px 83px 83px 83px;
   gap:20px;
   font-size: 12px;
   color: #ffffff;
}
#btn_list .select_list2 li{
    width: 88px;
    height: 27px;
    border-radius: 5px;
    border: 1px solid #1dbcff;
    background: rgba(29,188,255,0.23);
    text-align: center;
    line-height: 27px;
}
#btn_list .select_list2 li:active{
    background: #1dbcff;
}
#date{
    font-size: 16px;
    /* font-weight: bold; */
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-70%);
}
#video_dialog{
    width: 500px;
    height: 300px;
    background: rgba(29, 102, 238, 0.3);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 199;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #4a95db;
    box-shadow: 5px 5px 10px rgba(0, 69, 126, 1),
                -5px -5px 10px rgba(0, 69, 126, 1),
                inset 0px 0px 10px rgb(104, 179, 240);
}
#video_dialog .close{
    position: absolute;
    right: 5px;
    top: 0px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
#video_dialog video{
    width: 100%;
    height: 100%;
}
.content{
    /* background: url("../img/masker.png");
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh; */
}
#top_back{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
#left_section{
    position: absolute;
    left: 0;
    /* top: 85px; */
    z-index: 1;
    height: 100vh;
}
#right_section{
    position: absolute;
    right: 0;
    /* top: 85px; */
    z-index: 1;
    height: 100vh;
}