main {
    padding: 50px;
}
.btn-style {
    padding: 6px 14px;           /* 内边距 */
    border: none;                /* 去掉边框 */
    border-radius: 6px;          /* 圆角 */
    background: #4a90e2;         /* 背景颜色 */
    color: #fff;                 /* 字体颜色 */
    cursor: pointer;             /* 鼠标悬停显示手型 */
    font-size: 14px;             /* 字体大小，可按需调整 */
    transition: background 0.3s; /* 悬停时平滑过渡 */
    font-size: 1.5rem;
}

.btn-style:hover {
    background: #357ABD;         /* 悬停颜色变化 */
}
p,td,input,select{
    font-size: 1.5rem;
}

.sequence-fetch-panel {
  margin: 12px 0;
}

.sequence-fetch-panel .row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.sequence-fetch-panel label {
  min-width: 70px;
  font-size: 1.5rem;
}
