@charset "utf-8";
#photo, .big_pic {
  width: 100PX;
 height:100%;
 margin: 2px;
 border: #f9f9f9 solid 1px;
}
/*
.order_basic td br:nth-child(n), .order_basic th br:nth-child(n) {
  display: none !important
}
*/
.dataTables_wrapper {
  background: #ccc;
}
.cr2, .cr2::-webkit-input-placeholder,.redFont, .redFont::-webkit-input-placeholder {
  color: #FF0000
}
.contentbox table tr:nth-child(even), .contentbox table tr:nth-child(odd):hover {
  background: #fff !important
}
.contentbox table tr:nth-child(odd), .contentbox table tr:nth-child(even):hover {
  background: #f9f9f9 !important
}
/* 把所有都改为黑白（100% 灰色）*/
/*
*{
    filter: grayscale(100%); 
}
*/
.multi-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-nav {
  margin: 0 0 0px 0px;
  padding-bottom: 30px;
}
.multi-nav > li {
  text-align: center;
  display: table-cell;
  padding: 28px 5px;
  line-height: 1.3;
  text-align: center;
  background-color: #601986;
  margin-left: 10px;
  border: 1px solid #ffff;
}
.multi-nav > li > a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.multi-nav > .is-active {
  background-color: tomato;
}

.tips_r a {
  color: red !important;
}
.requestBox table tbody td {

  display: flex !important;
}
