@charset "utf-8";

#photo, .big_pic {

  max-width: 100PX;

  height: auto;

}

.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 {

  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;

}



.region {

    min-width: 60px;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    flex: auto;

}



.cr2, .cr2::-webkit-input-placeholder,.redFont, .redFont::-webkit-input-placeholder {

  color: #FF0000 !important;

}

.login-main .login-btn {
    background: #601986 !important;
}
body {
    /* 禁用拉到刷新和过卷滚发光效果。 仍然保持滑动导航Disables pull-to-refresh and overscroll glow effect.
     Still keeps swipe navigations. */
    overscroll-behavior-y: none;
}
button:disabled {
  color: grey; /* 灰色字体 */
  background-color: lightgrey; /* 灰色背景 */
  cursor: not-allowed; /* 将鼠标指针改为禁止点击的样式 */
}