﻿body{background:#020025;}

.box_tracker_top{position:fixed;z-index:99;left:0px;right:0px;top:0px;}

.tt_big{margin-top:100px; font-size:72px;text-align:center;line-height:72px;color:#fff;}
.tt_small{margin-top:10px; font-size:24px;text-align:center;line-height:24px; color:#fff;}
.box_search{margin:0 auto;display:flex; overflow:hidden; justify-content:space-between; margin-top:30px;width:500px;height:50px;background:#fff;border-radius:10px;}
.box_search .box_search_btn{width:115px;height:40px;margin-top:5px;margin-right:5px;border-radius:10px;background:#00a0e9;position:relative;cursor:pointer;}
.box_search .box_search_btn button{  z-index:1;border:0px; background-color:transparent; cursor:pointer;position:absolute;left:25px;right:0px;top:0px;bottom:0px;font-size:16px;color:#fff;}
.box_search .box_search_btn img{position:absolute;z-index:2; width:20px;height:20px; display:block;left:10px;top:10px;}
.box_search .searchInput{border:0px; width:380px;padding:10px 20px;box-sizing:border-box;   background-color:transparent;height:100%;font-size:15px;color:#666;}

.box_search_type {display: flex;justify-content: center;margin: 20px auto;}

.box_search_type .type_li{color:#fff;display:flex;align-items:center;justify-content:center;margin-left:20px;cursor:pointer;}
.box_search_type .type_li div{display:flex;align-items:center;justify-content:center;height:32px;}
.box_search_type .type_li div:nth-child(1){ width:20px;height:32px;  background-image:url("../images/icon_radio_no_checked.png");background-size:20px;background-repeat:no-repeat;background-position:0px center;}
.box_search_type .type_li div:nth-child(2){ padding-left:5px;}

.box_search_type .type_li:hover{color:#fff000;display:flex;align-items:center;justify-content:center;margin-left:20px;cursor:pointer;}
.box_search_type .type_li:hover div{display:flex;align-items:center;justify-content:center;height:32px;}
.box_search_type .type_li:hover div:nth-child(1){ width:20px;height:32px;  background-image:url("../images/icon_radio_checked.png");background-size:20px;background-repeat:no-repeat;background-position:0px center;}
.box_search_type .type_li:hover div:nth-child(2){ padding-left:5px;}

.box_search_type .type_li.cs{color:#fff000;display:flex;align-items:center;justify-content:center;margin-left:20px;cursor:pointer;}
.box_search_type .type_li.cs div{display:flex;align-items:center;justify-content:center;height:32px;}
.box_search_type .type_li.cs div:nth-child(1){ width:20px;height:32px;  background-image:url("../images/icon_radio_checked.png");background-size:20px;background-repeat:no-repeat;background-position:0px center;}
.box_search_type .type_li.cs div:nth-child(2){ padding-left:5px;}

.tracker_icon1{position:fixed;width:80px;display:block; bottom:0px;left: 50%; transform: translateX(-50%);z-index:1;
animation: riseUp1 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
transition: transform 0.3s ease;
}
 @keyframes riseUp1 {
    0% { bottom:0%;  transform: rotate(30deg); left: 50%;width:20px;  }
    100% {  bottom:35%;  transform: rotate(-30deg);left: 43%;width:70px;  }
}

.tracker_icon2{position:fixed;width:80px;display:block; bottom:0px;left: 50%; transform: translateX(-50%);z-index:1;
animation: riseUp2 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
transition: transform 0.3s ease;
}
 @keyframes riseUp2 {
    0% { bottom:0%;  transform: rotate(30deg); left: 50%;width:20px;  }
    100% {  bottom:40%;  transform: rotate(0deg);left: 50%;width:80px;  }
}

 .tracker_icon3{position:fixed;width:80px;display:block; bottom:0px;left: 50%; transform: translateX(-50%);z-index:1;
animation: riseUp3 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
transition: transform 0.3s ease;
}
 @keyframes riseUp3 {
    0% { bottom:0%;  transform: rotate(0deg); left: 50%;width:20px;  }
    100% {  bottom:35%;  transform: rotate(30deg);left: 59%;width:70px;  }
}

.tracker_icon4{position:fixed;width:80px;display:block; bottom:0px;left: 50%; transform: translateX(-50%);z-index:1;
animation: riseUp4 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
transition: transform 0.3s ease;
}
 @keyframes riseUp4 {
      0% { bottom:0%;  transform: rotate(0deg); left: 50%;width:20px;  }
    100% {  bottom:25%;  transform: rotate(0deg);left: 51%;width:50px;  }
}

.tracker_light{position:fixed;width:80%;display:block; bottom:0px;left: 10%; transform: translateX(-50%);z-index:9;   
/* 核心：底部中间锚点 */
transform-origin: center bottom; 
/* 核心：左右摆动动画 */
animation: swing 3s ease-in-out infinite alternate;
} 
@keyframes swing {
    0% {
    transform: rotate(-30deg); /* 左偏30度（可调整角度控制摆动幅度） */
    }
    100% {
    transform: rotate(30deg); /* 右偏30度 */
    }
}

/* 追踪列表容器 */
.box_tracker_list{position:fixed;overflow:hidden; bottom:0px; left:10%;right:10%;background:#fff; border-radius: 20px 25px 0px 0px;z-index:100;height:180px; overflow:hidden;}
.box_tracker_list:hover{position:fixed;overflow:hidden; top:388px;bottom:0px; left:10%;right:10%;background:#fff; z-index:100;height:auto;overflow-y:auto;}
.box_tracker_list  .header{display:flex;justify-content:space-between;height:58px; align-items:center; }
.box_tracker_list  .header h2{color:#000;padding-left:60px;background-image:url("../images/icon_title_list.png");background-size:20px;background-repeat:no-repeat;background-position:30px center;}
.box_tracker_list  .header .box_status{display:flex;justify-content:flex-end;padding-right:30px;color:#999;}
.box_tracker_list  .header .box_status .status_li{margin-left:20px;border-bottom:2px solid #ddd;padding:5px 0px;cursor:pointer;}
.box_tracker_list  .header .box_status .status_li.cs{margin-left:20px;border-bottom:2px solid #020025;padding:5px 0px;cursor:pointer;color:#020025;}

/* 表格容器样式 */
table.w-full {
  width: 100%;
}
 

/* 表头样式 */
thead {}
thead tr.bg-gray-50 {background-color: #f9fafb;}
thead tr.border-b {border-bottom-width: 1px;}
thead tr.border-gray-200 { border-bottom-color: #e5e7eb;}

/* 表头单元格样式 */
th{cursor: pointer; transition: color 0.2s, background-color 0.2s;padding-left: 1.5rem;padding-right: 1.5rem;padding-top: 0.75rem; padding-bottom: 0.75rem;text-align: left;font-size: 1rem;line-height: 1rem;}
th:hover { background-color: rgba(37, 99, 235, 0.1); }
th.text-center { text-align: center; }
/* 表格主体样式 */
tbody#dataTableBody {}
tbody.divide-y { border-top-width: 1px; }
tbody.divide-gray-200 { border-top-color: #e5e7eb; }
/* 表格行样式 */
tbody tr.hover:{background-color: #f9fafb;}
tbody tr.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
tbody tr.duration-150 { transition-duration: 150ms; }
/* 表格数据单元格样式 */
td.px-6 {padding-left: 1.5rem; padding-right: 1.5rem;}
td.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
td.whitespace-nowrap { white-space: nowrap; }
td.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
td.font-medium { font-weight: 500; }
td.text-dark { color: #1f2937; }
td.text-secondary { color: #4b5563; }
td.text-right { text-align: right; }
td.text-center { text-align: center; }
/* 状态标签样式 */
td span.px-2 {padding-left: 0.5rem; padding-right: 0.5rem;}
td span.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
td span.text-xs { font-size: 0.75rem; line-height: 1rem; }
td span.font-medium { font-weight: 500; }
td span.bg-green-100 { background-color: #dcfce7; }
td span.text-green-800 { color: #166534; }
td span.rounded-full { border-radius: 9999px; }
/* 操作按钮容器样式 */
td .flex {display: flex;}
td .justify-end { justify-content: flex-end; }
td .gap-2 { gap: 0.5rem; }
/* 操作按钮样式 */
td button.text-primary {color: #2563eb;}
td button.text-primary:hover { color: rgba(37, 99, 235, 0.8); }
td button.text-warning { color: #f59e0b; }
td button.text-warning:hover { color: rgba(245, 158, 11, 0.8); }
td button.text-danger { color: #ef4444; }
td button.text-danger:hover { color: rgba(239, 68, 68, 0.8); }
td button.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
td button.duration-200 { transition-duration: 200ms; }

.btn {
    padding: 5px 15px;
    font-size: 14px;
    
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* 红色停止按钮 */
.btn_stop {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    color: white;
}
.btn_look_result {
    background:linear-gradient(to right, #19aad1, #00a0e9);  
    color: white;
}
.btn_look_result:hover {
    background: linear-gradient(to right, #19aad1, #00a0e9);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 160, 233, 0.4);
}
.btn_stop:hover {
    background: linear-gradient(to right, #ff4b2b, #ff416c);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 75, 43, 0.4);
}

/* 灰色删除按钮 */
.btn_del {
    background: linear-gradient(to right, #868f96, #596164);
    color: white;
}

.btn_del:hover {
    background: linear-gradient(to right, #596164, #868f96);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(89, 97, 100, 0.4);
}