.breadcrumb span{
  padding: 0;
  margin: 0 4px;
}
.c-bbb {
  color: #bbbbbb;
}
.line {
  border-width: 2px;
  border-color: #0081CC;
}
.padding-0 {
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.w-150{
    width: 150px;
}
.w-120{
    width: 120px;
}
.w-300{
    width: 300px;
}
.w-100{
    width: 100px;
}
.bottom-line {
  width: 100%;
  height: 3px;
  background: #0081CC;
  margin-top: 5px;
}
.bg-gray {
  background-color: #eee;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.menu > li > a  {
  padding: 10px 20px;
}
.toTop{
  position:fixed;
  bottom:10px;
  right:20px;
  z-index:999;
  display:none;
  font-size:16px;
  cursor: pointer;
  overflow:hidden;
  visibility:visible;
  background-color:rgba(0, 0, 0, 0.6);
  color: white;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 2px;
  text-decoration:none;_position:absolute;
  transition: all 0.2s;
  border-radius: 50%;
}
.toTop:hover{
  color:#fff;
  text-decoration:none;
  background-color: #0081CC;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.contact_us {
  width: 38px;
  position:fixed;
  bottom:50px;
  right:20px;
  z-index:2002;
  font-size:16px;
}
.contact_us .contact_us_item {
  height: 38px;
  display: block;
  line-height: 38px;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.contact_us .leave_message {
  color: #fff;
  font-size: 26px;
  transition: all 0.1s;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.contact_us .leave_message:hover {
  background-color: #0081CC;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.zoom-img{
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.zoom-img img{
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
.zoom-img:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
/* 后台内容渲染 */
.admin-content:after{
  content:"\20";
  display:block;
  height:0;clear:both;
  visibility:hidden
}
.admin-content:after {
  clear: both;
}
.admin-content ul {
  list-style-type: disc
}
.admin-content ul li{
  list-style-type: disc
}
.admin-content a {
  color: #0000f1;
}
.admin-content a:hover {
  text-decoration:underline;
  color: #0081CC;
}
/*优化fixed table 样式*/
.fixed-table-box{
  border: 1px solid #dfe6ec !important;
}
.fixed-table-box th {
  font-weight: bold;
}
.fixed-table-box thead th {
  background: #eef1f6;
}
.fixed-table-box .bg {
  background: #eef1f6;
}
.fixed-table-box th,
.fixed-table-box td{
    position: relative;
    padding: 5px 0;
    border: 1px solid #dfe6ec;
    text-align: left;
}
.fixed-table-box thead th, .fixed-table-box tbody td {
  min-width: 70px;
}
.fixed-table-box th, .fixed-table-box td {
  padding: 4px 6px !important;
}