
#app {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}


.speed-test[data-v-4e3a3ac2] {
  padding: 20px;
}
.multi-thread[data-v-4e3a3ac2] {
  margin-top: 20px;
}
.input-wrapper[data-v-4e3a3ac2] {
  margin-top: 20px;
}
.input-area[data-v-4e3a3ac2] {
  margin-bottom: 10px;
}
.result[data-v-4e3a3ac2] {
  margin-top: 20px;
}
.analyse[data-v-4e3a3ac2] {
  margin-top: 20px;
}
button[data-v-4e3a3ac2] {
  margin: 5px;
  padding: 5px 10px;
}
input[type="number"][data-v-4e3a3ac2] {
  width: 60px;
}
input[type="text"][data-v-4e3a3ac2] {
  width: 300px;
  margin: 5px 0;
}


.speed-test[data-v-c3c30708] {
    padding: 20px;
}
.multi-thread[data-v-c3c30708] {
    margin-top: 20px;
}
.input-wrapper[data-v-c3c30708] {
    margin-top: 20px;
}
.input-area[data-v-c3c30708] {
    margin-bottom: 10px;
}
.result[data-v-c3c30708] {
    margin-top: 20px;
}
.analyse[data-v-c3c30708] {
    margin-top: 20px;
}
button[data-v-c3c30708] {
    margin: 5px;
    padding: 5px 10px;
}
input[type="number"][data-v-c3c30708] {
    width: 60px;
}
input[type="text"][data-v-c3c30708] {
    width: 300px;
    margin: 5px 0;
}


.home[data-v-8b29310a] {
  min-height: 100vh;
  background: url(/netSpeed/static/images/bg_speed.9a8c7afe.png) no-repeat center top;
  background-size: cover;
  padding: 0;
}
.header[data-v-8b29310a] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.back-button[data-v-8b29310a] {
  margin-right: 20px;
  padding: 8px 16px;
  background-color: #666;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.back-button[data-v-8b29310a]:hover {
  background-color: #555;
}
h1[data-v-8b29310a] {
  margin: 0;
}

/* 移除原有tab-bar和tab-item样式，vant自带样式 */
.speed-content[data-v-8b29310a] {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.speed-center[data-v-8b29310a] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.speed-btn[data-v-8b29310a] {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1ec8e1 0%, #3a7afe 100%);
  color: #fff;
  font-size: 28px;
  border: none;
  box-shadow: 0 4px 24px rgba(58,122,254,0.2);
  cursor: pointer;
  outline: none;
  transition: box-shadow 0.2s;
}
.speed-btn[data-v-8b29310a]:active {
  box-shadow: 0 2px 8px rgba(58,122,254,0.3);
}
.van-tabbar[data-v-8b29310a] {
  background: #23253a !important;
  border-top: none !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
.van-tabbar-item[data-v-8b29310a] {
  background: transparent !important;
}
.van-tabbar-item--active[data-v-8b29310a] {
  background: transparent !important;
}
.van-tabbar-item__icon[data-v-8b29310a],
.van-tabbar-item__text[data-v-8b29310a] {
  color: #1ec8e1 !important;
}
.van-tabbar-item--active .van-tabbar-item__icon[data-v-8b29310a],
.van-tabbar-item--active .van-tabbar-item__text[data-v-8b29310a] {
  color: rgba(66, 221, 255, 1) !important;
}

/* 未开放功能的样式 */
.van-tabbar-item[name="/gateway"] .van-tabbar-item__icon[data-v-8b29310a],
.van-tabbar-item[name="/gateway"] .van-tabbar-item__text[data-v-8b29310a],
.van-tabbar-item[name="/segment"] .van-tabbar-item__icon[data-v-8b29310a],
.van-tabbar-item[name="/segment"] .van-tabbar-item__text[data-v-8b29310a] {
  opacity: 0.5 !important;
  color: rgba(255, 255, 255, 0.5) !important;
}
.van-tabbar-item[name="/gateway"][data-v-8b29310a]:hover,
.van-tabbar-item[name="/segment"][data-v-8b29310a]:hover {
  opacity: 0.7;
}


.gauge-charts[data-v-39a039ba] {
    width: 100%;
    height: 100%;
}
.gauge-section[data-v-39a039ba] {
    width: 95vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 35vh;
    margin: 10px auto 0;
}


.chart-panel[data-v-3b36fb9a] {
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
}
.line-chart[data-v-3b36fb9a] {
	width: 320px;
	height: 60px;
	background: transparent;
	margin: 0 auto;
}


.chart-panel[data-v-7ff37fe4] {
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
}
.line-chart[data-v-7ff37fe4] {
	width: 320px;
	height: 60px;
	background: transparent;
	margin: 0 auto;
}


.gauge-charts[data-v-34cec8a4] {
    width: 100%;
    height: 100%;
}
.gauge-section[data-v-34cec8a4] {
    width: 95vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 35vh;
    margin: 10px auto 0;
}


.speed-summary[data-v-87acfdc0] {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 8px;
    font-weight: 400;
    letter-spacing: 1px;
}
.speed-summary-num[data-v-87acfdc0] {
    color: #00e6e6;
    font-size: 28px;
    font-weight: bold;
    margin: 0 2px;
}


.speed-summary[data-v-6b89a4fb] {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 8px;
    font-weight: 400;
    letter-spacing: 1px;
}
.speed-summary-num[data-v-6b89a4fb] {
    color: #00e6e6;
    font-size: 28px;
    font-weight: bold;
    margin: 0 2px;
}


.home[data-v-505b60c6] {
  min-height: 100vh;
  background: url(/netSpeed/static/images/bg_speed.9a8c7afe.png) no-repeat center top;
  background-size: cover;
  padding: 0;
}


.home[data-v-df5ee1a0] {
  min-height: 100vh;
  background: url(/netSpeed/static/images/bg_speed.9a8c7afe.png) no-repeat center top;
  background-size: cover;
  padding: 0;
}


.speed-page[data-v-a6838928] {
  min-height: 100vh;
  min-height: calc(100vh - env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100vw;
  box-sizing: border-box;
}
.gauge-section[data-v-a6838928] {
  width: 95vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 35vh;
  margin: 10px auto 0;
}
.gauge-center[data-v-a6838928] {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.speed-outer[data-v-a6838928] {
  position: relative;
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle[data-v-a6838928] {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #1ec8e1;
  opacity: 0.3;
  animation: ripple-a6838928 2.5s infinite;
}
.circle1[data-v-a6838928] {
  width: 200px;
  height: 200px;
  animation-delay: 0s;
}
.circle2[data-v-a6838928] {
  width: 230px;
  height: 230px;
  animation-delay: 0.5s;
}
.circle3[data-v-a6838928] {
  width: 280px;
  height: 280px;
  animation-delay: 1s;
}
.circle4[data-v-a6838928] {
  width: 310px;
  height: 310px;
  animation-delay: 1.5s;
}
@keyframes ripple-a6838928 {
0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
}
70% {
    opacity: 0.1;
}
100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
}
}
.speed-ring-btn[data-v-a6838928] {
  position: relative;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ring-svg[data-v-a6838928] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ring-content[data-v-a6838928] {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.power-icon[data-v-a6838928] {
  margin-bottom: 8px;
  display: block;
  filter: drop-shadow(0 0 6px #1ec8e1);
}
.btn-text[data-v-a6838928] {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-top: 2px;
  color: #1ec8e1;
  text-shadow: 0 0 8px #1ec8e1;
}
.gauge-main-panel[data-v-a6838928] {
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
.gauge-panel[data-v-a6838928] {
  margin-top: 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gauge-chart[data-v-a6838928] {
  width: 420px;
  height: 260px;
}
.gauge-value[data-v-a6838928] {
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 0 8px #1ec8e1;
}
.gauge-num[data-v-a6838928] {
  font-size: 36px;
  color: #1ec8e1;
}
.gauge-unit[data-v-a6838928] {
  font-size: 18px;
  margin-left: 4px;
}
.gauge-location[data-v-a6838928] {
  margin-top: 16px;
  color: #b2c6e3;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chart-panel[data-v-a6838928] {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  min-height: 84px;
}
.line-chart[data-v-a6838928] {
  width: 320px;
  height: 60px;
  background: transparent;
  margin: 0 auto;
}
.info-section[data-v-a6838928] {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: calc(50px + env(safe-area-inset-bottom));
  background: #23253a;
}
.info-bottom[data-v-a6838928] {
  margin-top: auto;
  background: #23253a;
}
.info-card[data-v-a6838928] {
  width: 100%;
  padding: 20px;
}
.card-style[data-v-a6838928] {
  background: #23253a;
  border-radius: 20px 20px 0 0;
}
.result-table[data-v-a6838928] {
  width: 100%;
}
.result-row[data-v-a6838928] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.result-label[data-v-a6838928] {
  color: #b2c6e3;
  font-size: 16px;
  min-width: 90px;
}
.result-value[data-v-a6838928] {
  color: #fff;
  font-size: 16px;
  text-align: right;
  word-break: break-all;
}

/* 新增：速率结果区块样式 */
.result-section[data-v-a6838928] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 440px;
  overflow-y: auto;
}
.speed-status-row[data-v-a6838928] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 340px;
  margin: 0 auto 6px auto;
}
.speed-status-col[data-v-a6838928] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.speed-status-icon[data-v-a6838928] {
  width: 18px;
  height: 18px;
  margin-bottom: -12px;
  vertical-align: middle;
}
.speed-status-bar[data-v-a6838928] {
  width: 80px;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 4px;
}
.speed-status-bar.download[data-v-a6838928] {
  background: linear-gradient(90deg, #1ec8e1 0%, #3a7afe 100%);
}
.speed-status-bar.upload[data-v-a6838928] {
  background: linear-gradient(90deg, #3a7afe 0%, #1ec8e1 100%);
}
.speed-status-info[data-v-a6838928] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.speed-status-label[data-v-a6838928] {
  color: #b2c6e3;
  text-align: center;
  line-height:32px;
  font-family:DIN Alternate;
  font-weight:700;
  font-size:28px;
}
.download-label[data-v-a6838928] {
  color: #43d589;
}
.upload-label[data-v-a6838928] {
  color: #3a7afe;
}
.speed-status-desc[data-v-a6838928] {
  color: #b2c6e3;
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
}
.speed-metrics-row[data-v-a6838928] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 340px;
  margin: 0 auto;
  background: #23253a;
  border-radius: 16px;
  padding: 5px 0;
}
.speed-metric[data-v-a6838928] {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.speed-metric-value[data-v-a6838928] {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
  font-weight:600;
}
.speed-metric-label[data-v-a6838928] {
  color: #b2c6e3;
  font-size: 14px;
}
.speed-status-line[data-v-a6838928] {
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  vertical-align: middle;
  margin: 0 4px;
}
.download-line[data-v-a6838928] {
  background: #1ec8e1;
}
.upload-line[data-v-a6838928] {
  background: #3a7afe;
}
.speed-btns[data-v-a6838928] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 18px 0 0 0;
}
.retry-btn[data-v-a6838928] {
  width: 80vw;
  max-width: 340px;
  background: #1ec8e1;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 32px;
  margin-bottom: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
  width:296px;
height:40px;
background:#00b2ab;
border-radius:20px;
}
.retry-btn[data-v-a6838928]:active {
  background: #17b0c1;
}
.feedback-btn[data-v-a6838928] {
  background: none;
  border: none;
  color: #1ec8e1;
  font-size: 16px;
  margin-top: 0;
  cursor: pointer;
  text-decoration: underline;
  color:rgba(0, 255, 244, 0.5);
font-size:14px;
text-align:center;
}
/* 延时测试时在仪表盘与「正在检测网络延迟...」之间留出间距 */
.latency-placeholder[data-v-a6838928] {
  flex-shrink: 0;
  height: 72px;
}
.speed-summary[data-v-a6838928] {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  margin-top: 8px;
  font-weight: 400;
  letter-spacing: 1px;
}
.speed-summary-num[data-v-a6838928] {
  color: #00e6e6;
  font-size: 28px;
  font-weight: bold;
  margin: 0 2px;
}

/* Loading样式 */
.loading-overlay[data-v-a6838928] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-content[data-v-a6838928] {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.loading-spinner[data-v-a6838928] {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #1ec8e1;
  border-radius: 50%;
  animation: spin-a6838928 1s linear infinite;
  margin-bottom: 16px;
}
.loading-text[data-v-a6838928] {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@keyframes spin-a6838928 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.error-tip[data-v-a6838928] {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  color: #ff4d4f;
  background: #fff0f0;
  border: 1px solid #ffccc7;
  padding: 10px 8px;
  border-radius: 6px;
  width: 80%;
  text-align: center;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* 移动设备适配 - 保持原有布局 */
@media screen and (max-width: 768px) {
.info-section[data-v-a6838928] {
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
}
}
@media screen and (max-width: 375px) {
.info-section[data-v-a6838928] {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
}
}


.history-page[data-v-63679210] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 80px;
}
.history-header[data-v-63679210] {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(180deg, #1b2b3a 0%, #23253a 100%);
}
.history-title[data-v-63679210] {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.history-table-header[data-v-63679210] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:rgba(255, 255, 255, 0.06);
  font-weight: 400;
  height: 48px;
  padding: 0 20px;
  border-bottom: none;
  color:rgba(255, 255, 255, 0.59);
  font-size:12px;
  text-align:center;
  margin-top:12px;
}
.history-table-header span[data-v-63679210] {
  flex: 1;
  text-align: center;
}
.history-list[data-v-63679210] {
  flex: 1;
}
.history-row[data-v-63679210] {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.history-row .type[data-v-63679210],
.history-row .down[data-v-63679210],
.history-row .up[data-v-63679210] {
  flex: 1;
  text-align: center;
}
.history-row .type[data-v-63679210]{
  color:rgba(255, 255, 255, 0.59);
  font-size:12px;
  text-align:center;
  /* margin-top:12px; */
}
.history-row .time[data-v-63679210] {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.59);
  font-size: 14px;
  height: 100%;
  min-height: 48px;
  line-height: 1.2;
}
.history-row .date-line[data-v-63679210],
.history-row .time-line[data-v-63679210] {
  display: block;
  width: 100%;
  text-align: center;
}
.history-row .arrow[data-v-63679210] {
  flex: 0 0 32px;
  height: 32px;
  background: url(/netSpeed/static/images/arrowicon.a6dabda3.png) no-repeat center/60%;
  /* border: 1px dashed #6eeaff; */
  /* border-radius: 8px; */
  margin-right: -10px;
}
.clear-btn[data-v-63679210] {
  width: 90%;
  margin: 24px auto 0 auto;
  display: block;
  background: #23253a;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 20px;
  padding: 12px 0;
  opacity: 0.9;
  letter-spacing: 2px;
}
.tabbar[data-v-63679210] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: #23253a;
  display: flex;
  border-top: 1px solid #222;
  z-index: 10;
}
.tab-item[data-v-63679210] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #b2c6e3;
  font-size: 12px;
}
.tab-item.active[data-v-63679210] {
  color: #00e6e6;
}
.tab-item img[data-v-63679210] {
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
}
.none-img-wrap[data-v-63679210] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 260px;
}
.none-img-box[data-v-63679210] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.none-img[data-v-63679210] {
  width: 180px;
  height: auto;
  opacity: 0.7;
}
.none-text[data-v-63679210] {
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  text-align: center;
  margin-top: 18px;
}
.loading-wrap[data-v-63679210] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 260px;
}
.loading-text[data-v-63679210] {
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  text-align: center;
}


.gateway-content[data-v-87de25d6] {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #333;
}


.segment-content[data-v-46a1bc38] {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #333;
}

/* 重置样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* 通用样式 */
button {
  cursor: pointer;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  background-color: #4CAF50;
  color: white;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #45a049;
}

input {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  outline: none;
}

input:focus {
  border-color: #4CAF50;
}

/* 布局样式 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .container {
    padding: 10px;
  }
  
  input[type="text"] {
    width: 100%;
  }
} 
