@font-face {
    font-family: youshe;
    src: url(../font/优设标题黑.ttf);
}
@font-face {
    font-family: din;
    src: url(../font/DIN\ Alternate\ Bold.ttf);
}
/* 全局样式 */

/* 版心 */
.wrap{
    width: 1872px;
    margin-left: 24px;
}
/* 小标题 */
.tittle_text-s{ 
    font-size: 16px;
    color: #A8D6FF;
}
/* 大标题 */
.tittle_text-l{
    font-size: 16px;
    color: #01C2FF;
    font-family: din;
    font-size: 64px;
    line-height: 74px;
}

body{
    background-color: #000B16;
    width: 1920px;
    height: 1080px;
    overflow-x: hidden;
}
#tittle>.tittle_bg>img{
    width: 1920px;
    height: 150px;
}
.tittle_bg{
    width: 1920px;
    height: 85px;
    position: relative;
}
#tittle>.tittle_bg>p{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 40px;
    font-family: youshe;
    letter-spacing: 0.42em;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF -2%, #FFFFFF 37%, #B4CFF2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.time-tittle{
    position: absolute;
    right: 24px;
    top: 28px;
    width: 400px;
    height: 30px;
}
#time{
    margin-right: 24px;
    text-align: right;
    font-size: 20px;
    color: #fff;
}
#data{
    margin-top: 40px;
    width: 1872px;
    height: 140px;
}
#data>.wrap>.data_1:nth-child(4){
    margin-right: 0;
}
.data_1{
    float: left;
    margin-right: 98px;
    padding: 25px;
    width: 390px;
    height: 140px;
    background: #00000A;
    box-sizing: border-box;
    border: 1px solid #0E9CFF;
    box-shadow: inset 0px 0px 87px 0px rgba(1, 194, 255, 0.4);
}
.data_1 span{
    font-size: 30px;
    font-weight:600;
}
.data_img{
    float: left;
    margin-right: 65px;
}
.data_text{
    float: left;
    color: #fff;
}
.dashboard{
    margin-top: 40px;
    position: relative;
    display: flex;
}
.dashboard p{
    position: absolute;
    top: 400px;
    left: 285px;
    color: #fff;
    font-size: 20px;
}
.dashboard-center{
    position: relative;
}
.dashboard-right{
    position: relative;
}
.dashboard-left img{
    position: absolute;
    top: -90px;
    left: 17px;
}
.dashboard-center img{
    position: absolute;
    top: -90px;
    left: 17px;
}
.dashboard-right img{
    position: absolute;
    top: -90px;
    left: 17px;
}
#dashboard-1{
    width: 450px;
    height: 454px;
    margin-left: 110px;
    margin-right: 65px;
}
#dashboard-2{
    width: 450px;
    height: 454px;
    margin-left: 110px;
    margin-right: 65px;

}
#dashboard-3{
    width: 450px;
    height: 454px;
    margin-left: 110px;
}
.data-list{
    width: 1920px;
    height: 280px;
    margin-top: 40px;
}
.data-list .wrap {
    overflow: auto;
    height: 280px;
    overflow-y: hidden;
}
.data-list1{
    display: inline-block;
    width: 428px;
    height: 280px;
    margin-right: 37px;
}
.data-list1-tittle{
    width: 428px;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 7px 10px;
    background: rgba(27, 126, 242, 0.2);
}
.data-list1-tittle p{
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}
.data-list1-tittle p:nth-child(1){
    color: #fff;
}
.equipment1{
    color: #17E7FC;
}
.equipment2{
    color: #17E7FC;
}
.equipment3{
    color: #17E7FC;
}
.equipment4{
    color: #FF7734;
}
.data-content{
    width: 428px;
    height: 200px;
    background: rgba(27, 126, 242, 0.1);
}
.content-left,.content-right{
    float: left;
}
.content-left div{
    display: flex;
    flex-direction: row;
    padding: 10px 20px;
    height: 40px;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    /* line-height: 14px; */
    letter-spacing: 0.86px;
}
.content-left div p:nth-child(1){
    margin-right: 10px;
    width: 119px;
    height: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.content-left div p:nth-child(2){
    color: #FFFFFF;
    width: 35px;
    height: 12px;
}
.content-right div{
    display: flex;
    flex-direction: row;
    height: 40px;
    padding: 10px 20px;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    /* line-height: 14px; */
    letter-spacing: 0.86px;
}
.content-right div p:nth-child(1){
    margin-right: 10px;
    width: 119px;
    height: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.content-right div p:nth-child(2){
    color: #FFFFFF;
    width: 35px;
    height: 12px;
}