/* ========== 引入外部资源 ========== */
@import url("font-awesome/css/font-awesome.min.css");

/* ========== 标题样式 ========== */
.h1_title {
  font-family: 'Times New Roman', Times, serif;
  font-size: 24px;
  padding: 5px;
  text-shadow: 0 -1px 1px #eee;
}

.title_out {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ========== 主体容器与内容 ========== */
.main {
  width: 95%;
  margin: auto;
  text-align: left;
}

.main ol {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 22px;
  margin: 5px;
}   

/* ========== 表格样式 ========== */
.table_main {
  border: 2px solid grey;
  background: white;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}

.table_main td {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 2px;
  line-height: 20px;
}

.table_main th {
  -moz-box-shadow: 1px 1px 6px #888888;
  box-shadow: 1px 1px 6px #888888;
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 2px;
  line-height: 20px;
  background-color: #CCC;
}

/* ========== 链接样式 ========== */
a.list,
a.list2 {
  cursor: pointer;
  color: black;
  font-size: 11px;
  text-decoration: underline;
  font-family: Verdana;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

a.list:hover,
a.list2:hover {
  color: white;
  background-color: #00C;
  text-decoration: none;
  font-size: 11px;
}

/* ========== 分页样式 ========== */
ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  float: left;
  color: black;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 5px 10px;
  background-color: #CCC;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 2px;
  border-radius: 30% 30%;
  border: 1px solid #C90;
}

ul.pagination li a.active {
  background-color: #C60;
  color: white;
}

ul.pagination li a:hover:not(.active) {
  background-color: #FC0;
}

div.page_center {
  text-align: center;
}

/* ========== 按钮样式 ========== */
.btn {
  background-color: #4caf50;
  border: 0;
  border-radius: 4px;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.btn:hover {
  background-color: #900;
  color: white;
}

/* ========== 附加字段样式 ========== */
.order_id_show,
.reference {
  white-space: nowrap;
  overflow: hidden;
  padding: 1px;
  text-overflow: ellipsis;
}

.order_id_show {
  width: 90px;
}

.reference {
  width: 130px;
}

.notepad_text {
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

/* ========== 图片样式 ========== */
.img1 {
  border: 1px solid #666;
  border-radius: 5px;
  width: 85%;
}

/* ========== 分隔线样式 ========== */
hr.style-one {
  width: 95%;
  margin: 0 auto;
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* ========== 动画状态显示样式 ========== */
.in_fab_shipping_status {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  animation: change 1s ease-in infinite;
}

@keyframes change {
  0%   { text-shadow: 0 0 1px yellow; }
  100% { text-shadow: 0 0 20px #00CC00; }
}

@-webkit-keyframes change {
  0%   { text-shadow: 0 0 1px yellow; }
  100% { text-shadow: 0 0 20px #00CC00; }
}

/* ========== 行选中高亮动画 ========== */
.select_tr {
  box-shadow: 2px 2px 6px #EEE8AA;
  background: #EEE8AA;
  animation: myfirst 0.5s;
  -webkit-animation: myfirst 0.5s;
}

@keyframes myfirst {
  from { background: white; }
  to   { background: #EEE8AA; }
}

@-webkit-keyframes myfirst {
  from { background: white; }
  to   { background: #EEE8AA; }
}

/* ========== 物流图标样式 ========== */
.shipping_company_ups {
  background: url(/PCB-fabrication/PCB-fabrication-images/shipping_company.png) no-repeat;
  height: 34px;
  width: 30px;
  background-position: -99px 0;
  margin: auto;
}

.shipping_company_dhl {
  background: url(/PCB-fabrication/PCB-fabrication-images/shipping_company.png) no-repeat;
  height: 20px;
  width: 48px;
  background-position: -50px 0;
  margin: auto;
}

.shipping_company_fedex {
  background: url(/PCB-fabrication/PCB-fabrication-images/shipping_company.png) no-repeat;
  height: 17px;
  width: 48px;
  background-position: 0 0;
  margin: auto;
}


.home-menu-color {
  color: #000000 !important;  /* 可改为你想要的颜色 */
  font-weight: bold;
}

