﻿body {
  font-family: "PingHei", "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana", "sans-serif", "Microsoft Yahei", "微软雅黑";
  color: #666666;
  position: relative;
  overflow: auto;
}
label,
th {
  font-weight: normal;
}
.table > thead > tr > th {
  border-color: #ffffff;
  border-bottom: none;
  vertical-align: middle;
  text-align: center;
}
.table tbody > tr > td {
  vertical-align: middle;
  text-align: center;
}
.tlheader thead {
  background: #2f2f2f;
  color: #ffffff;
}
.fullpage {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
}
/**/
#topmenu {
  background-color: transparent;
  border: none;
  padding: 10px 0;
  border-radius: 0;
  transition: top 0.5s;
  -webkit-transition: top 1s;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}
#topmenu.out {
  top: -80px;
}
#topnav .navbar-nav > li > a {
  padding: 20px;
  margin-left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#topnav .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
#topnav .navbar-nav a:hover,
#topnav .navbar-nav > .active > a,
#topnav .navbar-nav > .active > a:hover,
#topnav .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #00b7d6;
}
#topnav .navbar-nav > .active > a:before,
#topnav .navbar-nav a:hover:before {
  border-bottom: 1px solid #00b7d6;
}
#topmenu a.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.page-header {
  border: none;
}
#carousel-example-generic .item {
  height: 200px;
}
#carousel-example-generic .item img {
  width: 100%;
}
.lablelist {
  margin-top: 30px;
}
.lablelist .col-xs-1 {
  width: 7.142857142857143%;
  padding: 0;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
}
.lablelist .col-xs-1.active a {
  background: #00b7d6;
  color: #ffffff;
}
.lablelist .col-xs-1 a {
  border: 1px solid #00b7d6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  padding: 5px 10px;
  display: inline-block;
  color: #00b7d6;
  text-decoration: none;
}
.lablelist .col-xs-1 a:hover {
  background: #00b7d6;
  color: #ffffff;
}
.userList {
  margin-top: 60px;
}
.col-xs-4 .userList,
.row > .userList {
  margin-top: 0;
}
.list-centent th,
.list-centent td {
  text-align: center;
}
.list-centent .table thead {
  background: #00b7d6;
}
.list-centent .table thead th {
  color: #ffffff;
}
.list-centent .table tbody tr {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.list-centent .table tbody tr:hover {
  background: #00b7d6;
  cursor: pointer;
}
.list-centent .table tbody tr:hover td {
  color: #ffffff;
}
.list-centent .table td.change {
  text-align: left;
}
.list-centent .table td.change p {
  margin-bottom: 0;
}
.list-centent nav.text-center .pagemix {
  display: inline-block;
}
.list-centent nav.text-center .pagination > li {
  display: inline-block;
}
.list-centent nav.text-center .pagination > li a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.list-centent nav.text-center .pagination > li.active a,
.list-centent nav.text-center .pagination > li:hover a {
  border: 1px solid #00b7d6;
  background: #00b7d6;
  color: #ffffff;
}
.list-centent nav.text-center .page-info {
  line-height: 40px;
  margin: 20px 0 20px 20px;
}
#footer {
  padding-top: 50px;
}
#bcb {
  background: transparent;
}
.phead .row .col-xs-4,
.phead .row .col-xs-8 {
  line-height: 42px;
}
.phead .row.replace .col-xs-4 {
  width: 20%;
}
.blbg {
  background: #00b7d6;
}
.blbg th {
  color: #ffffff;
}
.lable-key {
  cursor: pointer;
  box-shadow: none;
  border: 1px solid #00b7d6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  padding: 5px 10px;
  display: inline-block;
  color: #00b7d6;
  text-decoration: none;
}
.lable-key:hover {
  background: #00b7d6;
  color: #ffffff;
}
.text-blue {
  color: #00b7d6;
}
.text-orange {
  color: #f94a14;
  text-decoration: none;
}
.text-green {
  color: #3ebb2b;
  text-decoration: none;
}
.text-red {
  color: #ff0000;
}
.text-yellow {
  color: #ffff00;
}
.text-white {
  color: #ffffff;
}
a.text-blue,
a.text-orange,
a.text-green {
  cursor: pointer;
  text-decoration: none;
}
.bg-grey {
  background: #ededed;
}
.btn-blue {
  background: #00b7d6;
}
.btn-green {
  background: #3ebb2b;
}
.btn-orange {
  background: #f94a14;
}
.btn-blue,
.btn-green,
.btn-orange {
  color: #ffffff;
  text-decoration: none;
}
.btn-blue:hover,
.btn-green:hover,
.btn-orange:hover {
  color: #ffffff;
}
.btn-b-orange {
  border-color: #f94a14;
  color: #f94a14;
}
.btn-b-orange:hover {
  background: #f94a14;
  color: #ffffff;
}
.btn-b-red {
  border-color: #999999;
  color: #999999;
}
.btn-b-red:hover {
  background: #999999;
  color: #ffffff;
}
#lablelist {
  margin-top: 10px;
}
#lablelist .col-xs-1 {
  width: 7.142857142857143%;
  padding: 0;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
}
#lablelist .col-xs-1 a {
  border: 1px solid #e6e6e6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  padding: 5px 10px;
  display: inline-block;
  color: #666666;
  text-decoration: none;
}
#lablelist .col-xs-1 a:hover {
  background: #00b7d6;
  color: #ffffff;
}
.phead {
  margin-top: 30px;
}
.phead .text-center h4 {
  padding: 10px 25px;
  display: inline-block;
  margin: 0 auto;
  background-color: #00b7d6;
  color: #ffffff;
  position: relative;
}
.phead .text-center h4:before,
.phead .text-center h4:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  top: 50%;
  background: #00b7d6;
}
.phead .text-center h4:before {
  left: -220px;
}
.phead .text-center h4:after {
  right: -220px;
}
.phead .col-xs-8 .page-header {
  margin-top: 0;
}
.phead .col-xs-8 .page-header h4 {
  margin-top: 0;
  padding-left: 10px;
  border-left: 5px solid #00b7d6;
}
#footer {
  margin-top: 50px;
  background: #5c5c5c;
}
#footer h5 {
  font-size: 16px;
  color: #f0f5ff;
}
#footer a {
  color: #ffffff;
  font-size: 12px;
  line-height: 2;
}
#footer .double + li {
  padding-left: 25px;
}
#footer .icon {
  font-size: 35px;
  text-decoration: none;
}
.ad-box {
  height: 100px;
  margin: 15px 0;
  border: 1px solid #ededed;
}
