.left-menu {
  background: #222222;
  font-size: 16px;
}
.left-menu .head {
  padding-top: 34px;
  padding-bottom: 20px;
  text-align: center;
}
.left-menu .head .avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
}
.left-menu .head .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.left-menu ul li {
  text-align: center;
  border-top: 1px solid #333333;
}
.left-menu ul li a {
  display: block;
  padding: 17px 0;
}
.left-menu ul li a:link,
.left-menu ul li a:visited {
  color: #787878;
}
.left-menu ul li a:hover,
.left-menu ul li a:active {
  color: #aaaaaa;
  background: #3c3c3c;
}
.left-menu ul li.active a {
  color: #e3b37b;
}
@media (max-width: 991px) {
  .left-menu {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .left-menu .head {
    float: left;
    width: 16.66666%;
    padding: 0;
  }
  .left-menu .head .avatar {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 13px;
  }
  .left-menu .head .nick-name {
    display: inline-block;
  }
  .left-menu ul li {
    float: left;
    width: 16.66666%;
    border-top: none;
    border-left: 1px solid #333333;
  }
}
.topbar {
  height: 54px;
  line-height: 54px;
  background: #222222;
  margin-bottom: 1px;
  border-bottom: 1px solid #2c2c2c;
}
.topbar.alarm {
  font-size: 14px;
  color: #e3b37b;
  padding-left: 20px;
  padding-right: 20px;
}
.topbar.alarm .alarm-text span {
  margin-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}
.topbar.alarm .alarm-right .alarm-date {
  font-size: 14px;
  color: #a0a0a0;
  margin-right: 5px;
}
.topbar.sec-title {
  font-size: 16px;
  color: #e3b37b;
  padding-left: 20px;
}
.topbar .yellow-title {
  color: #e3b37b;
  border-bottom: 2px solid #e3b37b;
  padding: 0 34px;
  display: inline-block;
  height: 54px;
}
.topbar.title {
  font-size: 16px;
  color: #e3b37b;
}
.topbar.title .title-box {
  height: 54px;
  float: left;
  padding: 0 34px;
  border-bottom: 2px solid #e3b37b;
}
.topbar .left-item {
  margin-right: 130px;
}
.topbar .right-item {
  float: right;
  margin-right: 30px;
}
.topbar .right-item .date {
  font-size: 12px;
  color: #a0a0a0;
}
.topbar .nav {
  height: 54px;
  font-size: 14px;
}
.topbar .nav ul {
  height: 100%;
  margin-right: 100px;
}
.topbar .nav li {
  float: left;
  height: 100%;
  background: #222222;
  border-bottom: 1px solid #2c2c2c;
}
.topbar .nav li a {
  height: 54px;
  padding: 0 24px;
  color: #a0a0a0;
}
.topbar .nav > li > a > span {
  font-size: 12px;
}
.topbar .nav > li > a:focus,
.topbar .nav > li > a:hover {
  background: #2f2f2f;
}
.topbar .nav-blue > li.active > a,
.topbar .nav-blue > li.active > a:focus,
.topbar .nav-blue > li.active > a:hover {
  color: #fff;
  background-color: #004578;
}
.topbar .nav-yellow > li.active > a,
.topbar .nav-yellow > li.active > a:focus,
.topbar .nav-yellow > li.active > a:hover {
  background: none;
  color: #e3b37b;
  border-bottom: 2px solid #e3b37b;
}
.topbar .nav-yellow > li > a {
  padding: 0 34px;
}
.site-input,
.site-select {
  border: none;
  background: #3c3c3c;
  height: 32px;
  font-size: 12px;
}
.uc-input {
  padding: 7px 10px;
}
.uc-select {
  padding: 0 20px;
}
.right {
  padding-left: 0.25rem;
}
.right .right-wrap {
  background: #1e1e1e;
}
.clearboth {
  clear: both;
}
@media (max-width: 991px) {
  .row .right {
    padding-left: 0;
  }
}
.notice-page .right {
  padding-left: 0;
}
.article {
  padding: 40px 50px;
}
.article .article-title {
  margin: 0;
  text-align: center;
  font-size: 22px;
}
.article .date {
  font-size: 12px;
  color: #b5b5b5;
  text-align: center;
  margin-top: 20px;
}
.article .content {
  margin-top: 25px;
  border-top: 1px solid #313131;
  padding-top: 25px;
  color: #a0a0a0;
  font-size: 14px;
  line-height: 25px;
}
.article .content h2{
  color: #e3b37b;
  font-size: 20px;
}
.article .content h3{
  font-size: 18px;
}
.article .content p {
  text-indent: 20px;
  margin-bottom: 10px;
}
.article .process-btn {
  float: right;
}
.form-wrap {
  padding: 20px 20px 20px 0;
  background: #1a1a1a;
}
.uc-form .form-group .right-wrap {
  font-size: 12px;
  margin-left: 100px;
  background: none;
}
.uc-form .form-group .right-wrap.with-desc .form-control {
  float: left;
}
.uc-form .form-group .right-wrap.with-desc .desc {
  float: left;
  font-size: 12px;
  color: #858585;
  margin-left: 10px;
  display: inline-block;
  margin-top: 7px;
}
.uc-form .form-group .control-label {
  float: left;
  font-size: 12px;
  font-weight: 500;
  padding-top: 7px;
  margin: 0 1px 0 0;
  text-align: center;
}
.uc-form .form-group .form-control {
  border-color: #3c3c3c;
  background: #3c3c3c;
  height: 32px;
  font-size: 12px;
  padding: 6px 12px;
}
.uc-form .form-group .checkbox-wrap {
  font-size: 12px;
}
.uc-form .btn-wrap {
  margin-left: 100px;
  padding-top: 15px;
}
.uc-form .btn-wrap .process-btn {
  margin-right: 12px;
}
.filter-form {
  position: relative;
}
.filter-form .form-left {
  margin-right: 120px;
}
.filter-form .form-right {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.filter-form .form-right .operate-btn {
  margin-top: 7px;
  margin-right: 3px;
}
.filter-form .form-group {
  float: left;
  margin-left: 20px;
}
.filter-form .form-group .control-label {
  width: 70px;
  height: 32px;
  background: #3c3c3c;
}
.filter-form .form-group .form-control {
  width: 190px;
}
.filter-form .form-group select.form-control {
  width: 115px;
}
.filter-form .form-group .checkbox-inline {
  margin-right: 17px;
}
.filter-form .form-group .checkbox-wrap {
  padding-top: 4px;
  line-height: 21px;
  height: 32px;
}
.filter-form .form-group .right-wrap {
  margin: 0;
  float: left;
}
.filter-form .form-group .right-wrap .form-control {
  color: #b5b5b5;
}
.normal-form .group-bind .operate-btn {
  margin-top: 4px;
  margin-left: 12px;
}
.normal-form .form-group .right-wrap .form-control-static {
  color: #939393;
}
.normal-form .form-group .right-wrap select.address-select {
  width: 88px;
  float: left;
  margin-right: 8px;
}
.normal-form .form-group .right-wrap textarea {
  height: 84px;
}
.normal-form .form-group .control-label {
  width: 88px;
  height: 32px;
  margin-right: 12px;
  text-align: right;
}
.normal-form .form-group .checkbox-wrap,
.normal-form .form-group .radio-wrap {
  padding-top: 4px;
  line-height: 21px;
  height: 32px;
}
.normal-form .form-group .form-control {
  width: 467px;
}
.edit-form .form-group .right-wrap .form-control {
  width: 617px;
}
.edit-form .form-group .form-control {
  width: 100%;
}
.edit-form .group-name .right-wrap .form-control {
  width: 304.7px;
}
.edit-form .group-name .right-wrap .radio-inline {
  margin-right: 15px;
}
.edit-form .group-date .right-wrap .form-control {
  width: 143px;
  color: #b9b9b9;
  margin-right: 15px;
}
.edit-form .group-date .checkbox-wrap {
  color: #959595;
}
.edit-form .group-intro .right-wrap textarea.form-control {
  height: 250px;
  resize: none;
}
.profile-form .address-group .address-select {
  margin-bottom: 15px;
}
.profile-form .address-group .address-detail {
  clear: both;
}
.profile-form .group-avatar .control-label {
  margin-top: 7px;
}
.profile-form .group-avatar .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 10px;
}
.profile-form .group-avatar .avatar img {
  width: 100%;
}
.profile-form .group-phone .phone {
  width: 265px;
  height: 32px;
  float: left;
  position: relative;
  background: #3c3c3c;
}
.profile-form .group-phone .phone .form-control {
  width: 190px;
}
.profile-form .group-phone .phone button {
  position: absolute;
  right: 5px;
  top: 5px;
  margin-top: 0;
  background: #2970b0;
  padding-left: 5px;
  padding-right: 5px;
}
.profile-form .group-phone .ver-code {
  width: 202px;
  float: left;
}
.profile-form .group-phone .ver-code label {
  width: 60px;
}
.profile-form .group-phone .ver-code .form-control {
  width: 130px;
}
.article .contract-title {
  text-align: left;
}
.contract .mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.win-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
}
.win-wrap .close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
.win-wrap .close-btn .iconfont {
  font-size: 30px;
  color: #999fa4;
  cursor: pointer;
}
.apply-contract {
  width: 665px;
  height: 535px;
  margin-left: -332.5px;
  margin-top: -267.5px;
  background: #121824;
  opacity: 1;
  padding: 40px 0 0 28px;
}
.apply-contract .title {
  font-size: 20px;
  color: #e3b37b;
  text-align: center;
  margin-bottom: 35px;
}
.apply-contract .uc-form .btn-wrap .process-btn {
  margin-left: 140px;
}
.gridBox{
	
	padding: 0 18px;
}
.ui-jqgrid {
	margin: 0 auto;
	border-left: 1px solid #333;
}
.gridBox p {
  color: #e3b37b;
  padding: 20px 0;
}
.gridBox .gridOption {
  margin-bottom: 15px;
  padding: 10px 27px 0 20px;
  font-size: 12px;
}
.gridBox .gridOption .leftBox {
  display: inline;
  color: #e3b37b;
}
.gridBox .gridOption .leftBox input {
  float: left;
  margin-right: 5px;
}
.gridBox .gridOption .rightBox {
  float: right;
}
.gridBox .gridOption .rightBox button {
  background-color: #004578;
  border: none;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  padding: 1px 13px;
  font-size: 12px;
  margin-left: 7px;
}
.gridBox .gridOption .rightBox .nums {
  color: #e3b37b;
}
.gridBox .gridBtn {
  background-color: #004578;
  width: 60px;
  height: 18px;
  border: none;
  border-radius: 2px;
  margin-right: 9px;
}
.gridBox .gridImg {
  width: 100%;
}
.gridBox td {
  border-color: #333 !important;
}
.gridBox th {
  border-right: 1px solid #333 !important;
}
.gridBox .table-bordered {
  border-bottom: 1px solid #333 !important;
}
.gridBox .table > tbody > tr.success > td,
.gridBox .table > tbody > tr.success > th,
.gridBox .table > tbody > tr > td.success,
.gridBox .table > tbody > tr > th.success,
.gridBox .table > tfoot > tr.success > td,
.gridBox .table > tfoot > tr.success > th,
.gridBox .table > tfoot > tr > td.success,
.gridBox .table > tfoot > tr > th.success,
.gridBox .table > thead > tr.success > td,
.gridBox .table > thead > tr.success > th,
.gridBox .table > thead > tr > td.success,
.gridBox .table > thead > tr > th.success {
  background-color: #002744;
}
.gridBox .table > tbody > tr.active > td,
.gridBox .table > tbody > tr.active > th,
.gridBox .table > tbody > tr > td.active,
.gridBox .table > tbody > tr > th.active,
.gridBox .table > tfoot > tr.active > td,
.gridBox .table > tfoot > tr.active > th,
.gridBox .table > tfoot > tr > td.active,
.gridBox .table > tfoot > tr > th.active,
.gridBox .table > thead > tr.active > td,
.gridBox .table > thead > tr.active > th,
.gridBox .table > thead > tr > td.active,
.gridBox .table > thead > tr > th.active {
  background-color: #144163;
}
.gridBox .form-control {
  color: #000;
} 