@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

a {
  color: inherit;
  outline: none;
}

html,
body {
  height: 100%;
  width: 100%;
  *overflow: hidden !important;
}

form {
  *position: relative;
  *z-index: 100;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #F8F8F8;
  font: 14px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "宋体", sans-serif;
  color: #333;
  *overflow: hidden;
}

a {
  text-decoration: none;
}

.clearfix {
  *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-both:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.text-over-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.no-border {
  border: 0 !important;
}

.ie-only {
  display: none;
  *display: inline;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
  position: relative;
  *position: static;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-1 {
  width: 8.33333333%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-3 {
  width: 25%;
}
.col-md-4 {
  width: 33.33333333%;
  *width: 31.33333333%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-6 {
  width: 50%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-9 {
  width: 75%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-12 {
  width: 100%;
}
.col-md-pull-1 {
  right: 8.33333333%;
}
.col-md-pull-2 {
  right: 16.66666667%;
}
.col-md-pull-3 {
  right: 25%;
}
.col-md-pull-4 {
  right: 33.33333333%;
}
.col-md-pull-5 {
  right: 41.66666667%;
}
.col-md-pull-6 {
  right: 50%;
}
.col-md-pull-7 {
  right: 58.33333333%;
}
.col-md-pull-8 {
  right: 66.66666667%;
}
.col-md-pull-9 {
  right: 75%;
}
.col-md-pull-10 {
  right: 83.33333333%;
}
.col-md-pull-11 {
  right: 91.66666667%;
}
.col-md-pull-12 {
  right: 100%;
}
.col-md-pull-0 {
  right: auto;
}
.col-md-push-1 {
  left: 8.33333333%;
}
.col-md-push-2 {
  left: 16.66666667%;
}
.col-md-push-3 {
  left: 25%;
}
.col-md-push-4 {
  left: 33.33333333%;
}
.col-md-push-5 {
  left: 41.66666667%;
}
.col-md-push-6 {
  left: 50%;
}
.col-md-push-7 {
  left: 58.33333333%;
}
.col-md-push-8 {
  left: 66.66666667%;
}
.col-md-push-9 {
  left: 75%;
}
.col-md-push-10 {
  left: 83.33333333%;
}
.col-md-push-11 {
  left: 91.66666667%;
}
.col-md-push-12 {
  left: 100%;
}
.col-md-push-0 {
  left: auto;
}
.col-md-offset-1 {
  margin-left: 8.33333333%;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.col-md-offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 38.2%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-offset-7 {
  margin-left: 58.33333333%;
}
.col-md-offset-8 {
  margin-left: 66.66666667%;
}
.col-md-offset-9 {
  margin-left: 75%;
}
.col-md-offset-10 {
  margin-left: 83.33333333%;
}
.col-md-offset-11 {
  margin-left: 91.66666667%;
}
.col-md-offset-12 {
  margin-left: 100%;
}
.col-md-offset-0 {
  margin-left: 0%;
}

.page-container {
  width: 100%;
  *position: relative;
  padding-bottom: 70px;
  background-color: #f8f8f8;
}

.navbar-fixed-top {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  margin-bottom: 0;
  background-color: #fff;
}
.navbar-fixed-top .navbar-content {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}
.navbar-fixed-top .navbar-content .navbar-logo {
  position: absolute;
  top: 23px;
  left: 82px;
  display: block;
  width: 97px;
  height: 54px;
  background: url(../img/logo.b36bbf4.png) no-repeat;
  background-size: 100%;
}
.navbar-fixed-top .navbar-content .navbar-search {
  position: relative;
  margin: 0 auto;
  padding-top: 21px;
  width: 500px;
}
.navbar-fixed-top .navbar-content .navbar-search .input-group {
  height: 40px;
  position: relative;
}
.navbar-fixed-top .navbar-content .navbar-search .input-group.is-think .form-control {
  border-bottom-left-radius: 0;
}
.navbar-fixed-top .navbar-content .navbar-search .input-group.is-history .form-control {
  border-bottom-left-radius: 0;
}
.navbar-fixed-top .navbar-content .navbar-search .input-group .form-control, .navbar-fixed-top .navbar-content .navbar-search .input-group .search-form-control {
  border: 1px #df6250 solid;
  border-radius: 100px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #333;
  padding-left: 0px;
  padding-right: 80px;
  padding-top: 0;
}
.navbar-fixed-top .navbar-content .navbar-search .input-group .form-control .form-control-input, .navbar-fixed-top .navbar-content .navbar-search .input-group .search-form-control .form-control-input {
  min-width: 70%;
  height: 38px;
  border: 0;
  line-height: 40px;
  padding-left: 5px;
  outline: none;
}
.navbar-fixed-top .navbar-content .navbar-search .input-group .form-control .form-control-input.form-control-input-width, .navbar-fixed-top .navbar-content .navbar-search .input-group .search-form-control .form-control-input.form-control-input-width {
  width: 90%;
}
.navbar-fixed-top .navbar-content .navbar-search .input-group .search-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-fixed-top .navbar-content .navbar-search .input-group .clear-inputVal {
  display: none;
  position: absolute;
  right: 90px;
  top: 11px;
  color: rgb(209, 207, 207);
}
.navbar-fixed-top .navbar-content .navbar-search .input-group .clear-inputVal i {
  font-size: 14px;
}
.navbar-fixed-top .navbar-content .navbar-search .input-group #toSearchBtn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 39px;
  background-color: #df6250;
  color: #fff;
  border: 0;
  border-radius: 0 100px 100px 0;
  width: 80px;
  padding: 0;
  margin: 0;
}
.navbar-fixed-top .navbar-content .navbar-search .input-group #toSearchBtn .icon-search {
  font-size: 20px;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick {
  width: 480px;
  margin-top: 3px;
  display: block;
  padding: 7px 10px;
  line-height: 12px;
  font-size: 12px;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord {
  position: relative;
  padding: 0 0 0 50px;
  height: 26px;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .font {
  position: absolute;
  left: 0;
  top: 10px;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .wordList {
  padding-top: 10px;
  font-size: 12px;
  padding-right: 8px;
  position: relative;
  padding-bottom: 10px;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .wordList .wordbg {
  max-width: 365px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .wordList a {
  font-size: 12px;
  float: none;
  position: relative;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .wordList em {
  font-style: normal;
  color: #ccc;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .wordList em:nth-last-child(1) {
  display: none;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .wordList.hover {
  background-color: #fff;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .wordList.hover .wordbg {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: inherit;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .wordList.hover .in-a-batch {
  width: 20px;
  position: absolute;
  right: 0px;
  top: 10px;
  padding-left: 12px;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .in-a-batch {
  width: 20px;
  position: absolute;
  right: 0px;
  top: 10px;
  padding-left: 12px;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick-toAdv {
  float: right !important;
  font-weight: 400;
  padding-right: 0 !important;
  border-left: 0 !important;
  color: rgb(51, 51, 51) !important;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick-toAdv .icon-arrow-right {
  font-size: 10px;
  margin-left: 2px;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 10px;
  border-left: 1px solid #cccccc;
  color: #999;
  height: 12px;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick a:hover {
  color: #df6250;
}
.navbar-fixed-top .navbar-content .navbar-search .navbar-search_quick a:first-child {
  border: none;
}
.navbar-fixed-top .navbar-content .navbar-search #font-swiper {
  position: absolute;
  right: 5px;
  top: 70px;
  -webkit-box-shadow: 15px 0 15px -15px rgba(160, 24, 4, 0.08) inset, -15px 0 15px -15px rgba(160, 24, 4, 0.08) inset;
          box-shadow: 15px 0 15px -15px rgba(160, 24, 4, 0.08) inset, -15px 0 15px -15px rgba(160, 24, 4, 0.08) inset;
  width: 118px;
  height: 16px !important;
  line-height: 16px !important;
  white-space: nowrap;
  overflow: hidden;
  color: #f29789 !important;
  font-size: 12px;
}
.navbar-fixed-top .navbar-content .navbar-search #font-swiper .navbar-search_scroll {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 1500px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.navbar-fixed-top .navbar-content .navbar-search #font-swiper .navbar-search_scroll li {
  list-style: none;
  width: 420px;
  float: left;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.navbar-fixed-top .navbar-content .navbar-right {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-fixed-top .navbar-content .navbar-right .user-name-text {
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
.navbar-fixed-top .navbar-content .navbar-right #userInfCenters {
  display: inline-block;
}
.navbar-fixed-top .navbar-content .navbar-right #userAvator {
  width: 36px;
  height: 36px;
  color: #666 !important;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-right: 20px;
}
.navbar-fixed-top .navbar-content .navbar-right #userAvator img {
  display: block;
  width: 36px;
  height: 36px;
}
.navbar-fixed-top .navbar-content .navbar-right #userAvator:hover {
  color: #df6250;
}
.navbar-fixed-top .navbar-content .navbar-right .exit-tel {
  display: block;
  margin-right: 20px;
  margin-left: 15px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.navbar-fixed-top .navbar-content .navbar-right .exit-tel i {
  margin-right: 4px;
  color: #a3a6ab;
}
.navbar-fixed-top .navbar-content .navbar-right .help-center-container {
  display: inline-block;
}
.navbar-fixed-top .navbar-content .navbar-right #qlmUserInfos {
  display: inline-block;
  margin-top: 7px;
  margin-right: 16px;
}
.navbar-fixed-top .navbar-content #userInfBtn {
  width: 100px;
  height: 34px;
  background: #df6250;
  border-radius: 17px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-weight: 550;
  display: none;
  cursor: pointer;
}
.navbar-fixed-top.is-special {
  position: absolute;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
}
.navbar-fixed-top.is-special .navbar-content .navbar-logo {
  left: 0;
  background: url(../img/logo-white.ccaaa13.png) no-repeat;
  background-size: 100%;
}
.navbar-fixed-top.is-special .navbar-content .navbar-search .input-group .form-control {
  border: none;
}
.navbar-fixed-top.is-special .navbar-content .navbar-search .input-group #toSearchBtn {
  background: #ff952d;
}
.navbar-fixed-top.is-special .navbar-content .navbar-search .navbar-search_quick#hotKeyWord a {
  color: #fff;
}
.navbar-fixed-top.is-special .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord {
  color: #fff;
}
.navbar-fixed-top.is-special .navbar-content .navbar-search .navbar-search_quick#relatedKeyWord .wordList a {
  color: #fff;
}
.navbar-fixed-top.is-special .navbar-content .navbar-right .exit-tel {
  border-color: #fff;
  border-left-width: 2px;
  border-right-width: 2px;
  color: #fff;
}
.navbar-fixed-top.is-special .navbar-content .navbar-right .help-center-entry {
  background: none;
  border-color: #fff;
  border-left-width: 2px;
  border-right-width: 2px;
  color: #fff;
  padding: 0 10px;
  width: initial;
}
.navbar-fixed-top.is-special .navbar-content .navbar-right .help-center-entry .icon-yiwen {
  position: initial;
  margin-right: 5px;
}
.navbar-fixed-top #intention-search {
  min-width: 20px;
  height: 40px;
}
.navbar-fixed-top .search-bar-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 4px 0;
  color: #df6250;
  cursor: pointer;
}
.navbar-fixed-top .search-bar-ad a {
  color: #df6250;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  gap: 5px;
}

.topAlert {
  background-color: #f9eeea;
  width: 100%;
  display: none;
}
.topAlert > div {
  padding: 8px 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: #f9eeea;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fc9842;
  font-size: 14px;
  min-width: 1200px;
  margin: 0 auto;
}
.topAlert .icon-tanhao {
  margin-right: 10px;
  color: #ef6a3a;
}
.topAlert .topAlertCont {
  color: #46474b;
  overflow: hidden;
}
.topAlert .topAlertCont .topAlertContTitle {
  font-weight: 600;
  background-color: #f9eeea;
  z-index: 1;
  position: relative;
}
.topAlert .topAlertCont .topAlertContContent {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  width: 1040px;
}
.topAlert .topAlertCont .wor-box {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  padding-right: 20px;
  -webkit-animation: scrollText 50s linear infinite;
          animation: scrollText 50s linear infinite;
}
.topAlert .topAlertCont .wor-box:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.topAlert .close {
  cursor: pointer;
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 8px;
  color: #46474b;
}

.bottom {
  width: 100%;
  margin-top: 50px;
  border-top: 2px solid #C5021B;
  text-align: center;
}
.bottom p {
  font-size: 12px;
  color: #333;
  padding: 10px 0 0;
}
.bottom a {
  font-size: 12px;
  color: #333;
  border-right: 1px #333 dashed;
  padding: 0 10px;
}
.bottom a.no-line {
  border: 0;
}

.orgimg a {
  margin: 0 5px;
  border: 0;
}
.orgimg a::after {
  display: none;
}
.orgimg a img {
  height: 48px;
  width: auto;
}

.main-container {
  width: 1200px;
  margin: 4px auto;
  background-color: #f8f8f8;
  position: relative;
}

.main-content {
  height: 100%;
  width: 939px;
  overflow: auto;
  float: left;
  background-color: #f8f8f8;
  padding: 32px;
  padding: 20px 19px 32px 0;
  *position: relative;
}

.content-box {
  width: 100%;
  *width: 95.5%;
  padding: 24px 32px 24px 32px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 24px;
  *position: relative;
  *padding: 20px 30px 0px 30px;
  *z-index: 100;
}
.content-box-head {
  font-size: 14px;
  color: #000;
}
.content-box-body {
  padding: 25px 0;
}
.content-box-body .icon-unchecked {
  color: #dddddd;
  margin-bottom: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.content-box-body .icon-unchecked:hover {
  color: #df6250;
}
.content-box-body .icon-unchecked .active {
  display: none;
}
.content-box-body .icon-unchecked.disabled {
  color: #dddddd;
  background-color: #f7f7f7;
  border-radius: 4px;
  cursor: not-allowed;
}
.content-box-body .icon-checked {
  margin-bottom: 0;
  color: #df6250;
}
.content-box-body .icon-checked span {
  display: none !important;
}
.content-box-body .icon-checked .active {
  *display: inline !important;
}
.coll-title {
  width: 100%;
}
.coll-title p {
  margin-bottom: 30px;
  float: left;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}
.coll-title p span {
  color: #df6250;
}
.coll-title .coll-right {
  float: right;
}
.coll-title .coll-right span {
  display: inline-block;
  width: 95px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #df6250;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  margin-right: 8px;
  color: #df6250;
}

.data-static {
  padding-top: 5px;
  padding-left: 0;
}

.export-btns {
  padding-right: 0;
}

#totalNum {
  color: #df6250;
}

.table .table-btn a {
  color: #df6250;
  text-decoration: none;
  margin-right: 6px;
}

.table {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 25px;
}

.table tr:hover {
  background-color: #fef8f8;
}

.table th,
.table td {
  border-bottom: 1px solid #f1efef;
  padding: 15px 12px;
  border-left: none;
  border-right: none;
  padding-left: 25px;
}

.table th {
  background: #fafafa;
  font-weight: 550;
  border: none;
  font-size: 14px;
  color: #000000;
  text-align: left;
}

.table a {
  color: #333;
}
.table a:hover {
  color: #f0a93e;
}
.table a:visited {
  color: #cccccc;
}

.table a .page {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cp {
  cursor: pointer;
}

.no-data {
  color: #666666 !important;
  text-align: center;
  width: 100% !important;
  margin: 30px auto;
}

.no-data-view {
  margin-top: 15%;
}
.no-data-view img {
  display: block;
  width: 200px;
  height: 196px;
  margin: 15px auto;
}
.no-data-view p {
  display: block;
  text-align: center;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin: 4px 0;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group .counter {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  text-align: right;
}

label {
  display: inline-block;
  *display: block;
  max-width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
label em {
  font-style: normal;
  font-weight: 600;
  color: #df6250;
  font-size: 14px;
}

.form-control {
  display: block;
  width: 100%;
  *width: 91%;
  height: 32px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  *padding: 4px 10px;
  *height: 24px;
  *line-height: 24px;
}
.form-control:focus {
  border-color: #df6250;
  outline: 0;
}

textarea.form-control {
  height: auto;
  padding-bottom: 30px;
  position: relative;
  resize: none;
}

.btn {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  color: #595959;
  background-color: #fff;
  margin-left: 14px;
  padding: 5px 17px;
}
.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn input {
  background-color: #fff;
  border: none;
  color: #595959;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  line-height: 1.42857143;
}
.btn input:focus {
  border: none;
  outline: none;
}

.btn-danger {
  color: #df6250;
  border-color: #df6250;
}
.btn-danger input {
  color: #df6250;
}
.btn-danger-fill {
  color: #fff;
  background-color: #df6250;
}

.search-condition {
  padding-bottom: 22px;
}
.search-condition .row {
  margin-left: 0;
  margin-right: 0;
}

.input-group {
  position: relative;
}
.input-group .form-control {
  position: relative;
}
.input-group-addon {
  position: absolute;
  z-index: 700;
  top: 50%;
  margin-top: -13px;
  font-size: 14px;
}
.input-group-addon .iconfont {
  font-size: 19px;
  color: #8c8c8c;
}
.input-group-addon-prev {
  left: 5px;
  *left: -12px;
}
.input-group-addon-prev + .form-control {
  padding-left: 25px;
}
.input-group-addon-next {
  right: 5px;
  *right: -12px;
}
.input-group-addon-next + .form-control {
  padding-right: 25px;
}

.date-range-start, .date-range-end {
  float: left;
  width: 43%;
}
.date-range-separator {
  float: left;
  width: 25px;
  text-align: center;
  line-height: 30px;
}

.radio-mask-item {
  cursor: pointer;
  float: left;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #111;
  margin-right: 20px;
}
.radio-mask-item .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #D9D9D9;
}
.radio-mask-item .icon-radio-checked {
  display: block;
  display: none;
}
.radio-mask-item.checked .icon-radio {
  display: none;
}
.radio-mask-item.checked .icon-radio-checked {
  color: #DF6250;
  display: block;
}

.quota-warn .layui-layer-content {
  background: #ffffff !important;
  -webkit-box-shadow: 0px 0px 4px 0px #c3c6ca !important;
          box-shadow: 0px 0px 4px 0px #c3c6ca !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  color: #df6250 !important;
  font-size: 12px !important;
  padding-right: 15px !important;
}
.quota-warn .layui-layer-TipsB {
  top: -5px !important;
  right: 43px !important;
  border-style: solid !important;
  border-width: 5px !important;
  border-color: transparent transparent #fff #fff !important;
  -webkit-transform: rotate(135deg) !important;
          transform: rotate(135deg) !important;
  -webkit-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.2) !important;
  *display: none;
}
.quota-warn .layui-layer-setwin {
  top: 10px;
  right: 10px;
}
.quota-warn .layui-layer-close {
  *position: absolute;
}

.rqs-loading {
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #f3eaea !important;
  background-color: #fff !important;
}
.rqs-loading-img {
  background: url(../img/loading@0.8x.61a34f0.gif) no-repeat;
  padding: 80px 10px 10px 10px;
  width: 80px;
  margin: 0 auto;
  color: #df6250;
  font-size: 14px !important;
}
.rqs-loading .layui-layer-loading16 {
  background-image: none !important;
}
.rqs-loading .layui-layer-content {
  width: 100% !important;
  padding: 10px 20px !important;
  text-align: center !important;
}

.no-role-view {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 10%;
  overflow: auto;
}
.no-role-view img {
  display: block;
  width: 180px;
  height: 119px;
  margin: 0 auto;
}
.no-role-view p {
  display: block;
  text-align: center;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin: 4px 0;
}
.no-role-view .nav-btns {
  display: block;
  text-align: center;
}
.no-role-view h3 {
  display: block;
  color: #333333;
  font-size: 18px;
  text-align: center;
  height: 25px;
  font-weight: 400;
  line-height: 25px;
  margin: 31px auto;
}
.no-role-view .btn {
  border-radius: 8px;
  border: 1px solid #efefef;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  padding: 7px 12px;
  margin-left: 32px;
  width: 156px;
}
.no-role-view .btn-danger {
  border: 1px solid #eb2203;
  background-color: #df6250;
  font-size: 14px;
  color: #ffffff;
  margin-left: 0;
}

.intro-vip {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: 1px solid #df6250;
  width: 686px;
  margin: 120px auto;
  padding: 23px 60px;
}
.intro-vip h4 {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #df6250;
  line-height: 22px;
  margin: 0;
}
.intro-content {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 20px;
  padding: 24px 0;
}
.intro-content span {
  color: #df6250;
}
.intro-tel {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}

#companyInfoBtn .iconfont {
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  *display: inline;
}
#companyInfoBtn.active .iconfont {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.error-tip {
  background-color: #df6250 !important;
  border: 1px solid #df6250 !important;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2) !important;
  color: #fff;
}
.error-tip .layui-layer-content {
  padding: 10px;
}

.overrun-tip {
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.overrun-tip .layui-layer-content {
  padding: 32px 32px 16px !important;
}
.overrun-tip .layui-layer-content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 21px;
  margin: 0;
}
.overrun-tip .layui-layer-content .iconfont {
  font-size: 22px;
  color: #fc9153;
  margin-right: 10px;
}
.overrun-tip .layui-layer-content p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin: 16px 0 0 32px;
}
.overrun-tip .layui-layer-btn {
  padding: 0 32px !important;
}
.overrun-tip .layui-layer-btn0 {
  text-align: center;
  background-color: #fff !important;
  border-color: #df6250 !important;
  border-radius: 4px !important;
  color: #df6250 !important;
  font-size: 14px !important;
  margin: 0 !important;
  width: 65px !important;
  height: 32px !important;
  line-height: 32px !important;
}
.overrun-tip .layui-layer-btn0 :hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.overrun-tip .layui-layer-btn1 {
  background-color: #fff !important;
  border-color: #d9d9d9 !important;
  border-radius: 4px !important;
  color: #333333 !important;
  font-size: 14px !important;
  margin: 0 !important;
  margin-left: 20px !important;
  width: 65px !important;
  height: 32px !important;
  line-height: 32px !important;
}
.overrun-tip .layui-layer-btn1 :hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.logout-box {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #e9e9e9;
}
.logout-box .layui-layer-title {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}
.logout-box .layui-layer-btn0 {
  width: 65px;
  height: 32px;
  line-height: 30px;
  background-color: #ffffff !important;
  border-radius: 4px !important;
  text-align: center;
  border-color: #dddddd !important;
  color: #333333 !important;
}
.logout-box .layui-layer-btn1 {
  width: 65px;
  height: 32px;
  line-height: 30px;
  border-color: #df6250 !important;
  background-color: #df6250 !important;
  text-align: center;
  border-radius: 4px;
  color: #ffffff !important;
}

.logout-box-tip {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #e9e9e9;
}
.logout-box-tip .layui-layer-title {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}
.logout-box-tip .layui-layer-btn0 {
  width: 65px;
  height: 32px;
  line-height: 30px;
  border-color: #df6250 !important;
  background-color: #df6250 !important;
  text-align: center;
  border-radius: 4px;
  color: #ffffff !important;
}

.avator-info {
  width: 125px !important;
  text-align: center;
}
.avator-info-drop a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
  color: #666;
  text-decoration: none;
}
.avator-info-drop a .iconfont {
  margin-left: 12px;
  margin-right: 12px;
}
.avator-info .iconfont {
  font-size: 10px;
}
.avator-info-tip .layui-layer-content {
  background: #ffffff !important;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 4px !important;
  color: #333333 !important;
  font-size: 14px !important;
  padding: 0 !important;
}
.avator-info-tip .layui-layer-TipsB {
  display: none;
  top: -5px !important;
  right: 0 !important;
  left: 90px !important;
  border-style: solid !important;
  border-width: 5px !important;
  border-color: transparent transparent #fff #fff !important;
  -webkit-transform: rotate(135deg) !important;
          transform: rotate(135deg) !important;
  -webkit-box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: -2px 2px 3px -1px rgba(0, 0, 0, 0.2) !important;
  *display: none;
}

.vm-update-box {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid #E9E9E9;
}
.vm-update-box .layui-layer-title {
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  text-align: left;
  padding-left: 25px;
}
.vm-update-box .layui-layer-btn {
  border-top: 1px solid #eee;
  padding-top: 16px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vm-update-box .layui-layer-btn0 {
  width: 65px;
  height: 32px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #DDDDDD;
  color: #333333;
}
.vm-update-box .layui-layer-btn1 {
  width: 65px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #DF6250;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  color: #DF6250;
}
.vm-update-box .layui-layer-content {
  padding: 20px 44px;
}
.vm-update-box .layui-layer-content h4 {
  font-size: 13px;
  border-bottom: 1px solid #E9E9E9;
  padding-left: 15px;
  padding-bottom: 13px;
}
.vm-update-box .layui-layer-content .form-group {
  margin-top: 15px;
}
.vm-update-box .layui-layer-content .form-group label {
  color: #666666;
}
.vm-update-box .layui-layer-content .form-group .mucaser-result {
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  color: #666666 !important;
}
.vm-update-box .layui-layer-content input {
  border: none;
  display: block;
  width: 100%;
  height: 34px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #000000;
  padding-left: 8px;
  outline: none;
}
.vm-update-box .layui-layer-content p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  clear: both;
}

.breadcrumb {
  margin: 12px 0;
  list-style: none;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  color: #666;
}
.breadcrumb li a {
  font-size: 14px;
  color: #333333;
}
.breadcrumb li + li .before {
  padding: 0 8px;
  font-size: 12px;
  color: #DDDDDD;
}
.breadcrumb .active {
  color: #df6250;
}
.breadcrumb .active a {
  color: #df6250;
}

.badge {
  background: #ccc;
  color: #333;
  border-radius: 4px;
  padding: 6px 12px 7px;
  margin-right: 12px;
  font-size: 14px;
}
.badge-default {
  background-color: #f8f8f8;
  color: #bcbcbc;
}
.badge-primary {
  background-color: #ecf4ff;
  color: #268eff;
}
.badge-info {
  background-color: #f1fbfc;
  color: #76d8dd;
}
.badge-danger {
  background-color: #fcefed;
  color: #df6250;
}
.badge-purple {
  background-color: #eff1fd;
  color: #6372e9;
}
.badge-warn {
  background-color: #fef2e6;
  color: #fa8a14;
}
.badge-success {
  background-color: #effbf3;
  color: #65d78a;
}

.detail-head {
  margin: 12px 22px 24px 0px;
}
.detail-head h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 34px;
  margin: 0;
}
.detail-body {
  padding: 0 24px 0 0;
  width: 944px;
}
.detail-right {
  float: left;
  width: 256px;
}
.detail-row {
  margin: 24px 0;
}
.detail-row .col-md-5,
.detail-row .col-md-7 {
  padding: 0;
}
.detail-row .btn {
  padding: 0 6px;
  height: 32px;
  line-height: 31px;
  margin-left: 22px;
  width: 102px;
}
.detail-row .btn.disabled {
  cursor: not-allowed;
  border: 1px solid #d9d9d9;
  color: #595959;
  background-color: #d2d2d2;
}
.detail-row .btn .iconfont {
  font-size: 14px;
  margin-right: 7px;
}
.detail-card .content-box-head {
  border-bottom: 1px #e9e9e9 solid;
  padding: 0 0 9px 11px;
  position: relative;
}
.detail-card .content-box-head em {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  height: 14px;
  width: 3px;
  border-radius: 20px;
  background-color: #df6250;
}
.detail-card .content-box-head h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  margin: 0;
}
.detail-card .content-box-body {
  padding: 24px 0;
}
.detail-date {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-right: 24px;
}
.detail-date .iconfont {
  margin-right: 7px;
  font-size: 14px;
}
.detail-role-tip {
  background: #fbeeec;
  margin-top: 12px;
  border-radius: 4px;
  border: 1px solid #ffbaba;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  padding: 8px 16px;
}
.detail-role-tip span {
  color: #df6250;
}
.detail-role-tip .iconfont {
  color: #df6250;
  font-size: 16px;
  margin-right: 3px;
}
.detail-role-tip_info {
  background: #eaf4ff;
  border-color: #268eff;
}
.detail-role-tip_info span {
  color: #268eff;
}
.detail-role-tip_info .iconfont {
  color: #268eff;
}
.detail-company {
  padding: 0 0 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  margin: 20px 0 24px;
  border-bottom: 2px dotted #e9e9e9;
}
.detail-company dt {
  float: left;
  line-height: 22px;
  padding: 2px 0;
}
.detail-company dd {
  float: left;
  width: 25%;
  margin: 0;
  line-height: 22px;
  padding: 4px 0;
}
.detail-company .iconfont {
  font-size: 14px;
  margin: 0 3px 0 12px;
}
.detail-company a {
  color: #df6250;
}
.detail-company a:hover {
  color: #ff8181;
}
.detail-text {
  margin-top: 24px;
  font-size: 14px !important;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.detail-text div,
.detail-text p {
  margin: 0 0 10px 0 !important;
}
.detail-text a {
  color: #df6250 !important;
}
.detail-text h1,
.detail-text h2,
.detail-text h3,
.detail-text h4,
.detail-text h5,
.detail-text h6 {
  font-size: 14px !important;
  display: block !important;
  font-weight: 600 !important;
  margin: 5px 0 10px 0 !important;
}
.detail-text table {
  width: 100% !important;
  border-right: 1px #f1efef solid !important;
  border-bottom: 1px #f1efef solid !important;
}
.detail-text td,
.detail-text th {
  border-left: 1px #f1efef solid !important;
  border-top: 1px #f1efef solid !important;
  padding: 9px 12px !important;
  text-align: left !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.detail-text th {
  background-color: #fafafa !important;
  color: #666666 !important;
}
.detail-text td {
  color: #333333 !important;
}
.detail-tip {
  padding: 24px;
}
.detail-tip .content-box-body {
  padding: 17px 0 0;
  font-size: 12px;
  font-weight: 400;
  color: #222;
  line-height: 24px;
}
.detail-countdown {
  border-bottom: 2px dotted #e9e9e9;
  padding: 20px 0;
  margin: 0 0 24px;
}
.detail-countdown h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
}
.detail-countdown h3 .iconfont {
  font-size: 15px;
  margin-right: 10px;
}
.detail-countdown h3 em {
  font-style: normal;
  font-size: 24px;
  color: #df6250;
  margin: 0 4px;
}
.detail-table table {
  width: 100%;
  border-right: 1px #f1efef solid;
  border-bottom: 1px #f1efef solid;
}
.detail-table td,
.detail-table th {
  border-left: 1px #f1efef solid;
  border-top: 1px #f1efef solid;
  padding: 9px 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.detail-table th {
  background-color: #fafafa;
  color: #666666;
}
.detail-table td {
  color: #333333;
}
.detail-contact {
  margin: 0 0 18px;
}
.detail-contact dt {
  padding: 0 0 0 11px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  margin: 0;
  position: relative;
}
.detail-contact dt em {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  height: 14px;
  width: 3px;
  border-radius: 20px;
  background-color: #df6250;
}
.detail-contact dt em {
  top: 5px;
}
.detail-contact dd {
  border-bottom: 1px #e9e9e9 dashed;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  margin: 0;
}
.detail-contact dd .monitorLine {
  margin: 15px 0;
  height: 28px;
  line-height: 28px;
}
.detail-contact dd .monitorLine .btnAddMonitor {
  margin-left: 20px;
  line-height: 24px;
  width: 110px;
  cursor: pointer;
  color: #df6250;
  border: 1px solid #df6250;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.detail-contact dd .monitorLine .btnAddMonitor i {
  margin: 0 1px 0 0;
  color: #e7897d;
  position: relative;
  top: 1px;
}
.detail-contact dd p {
  height: 22px;
  width: 100%;
  margin: 18px 0;
}
.detail-contact dd span {
  float: left;
  color: #666666;
  min-width: 80px;
  text-align: right;
}
.detail-contact dd em {
  float: left;
  font-style: normal;
}
.detail-contact dd a {
  float: left;
  color: #df6250;
}
.detail-contact dd a:hover {
  color: #ff8181;
}
.detail-contact dd a.add-contract {
  font-size: 14px;
}
.detail-contact dd a.add-contract em {
  float: none;
  font-style: normal;
}
.detail-contact dd a.add-contract.added {
  color: #df6250;
  margin-left: 8px;
}
.detail-contact dd a.line {
  margin: 0 12px;
  position: relative;
  top: 3px;
  width: 1px;
  height: 16px;
  background: #ccc;
}
.detail-contact dd a.moreContact {
  display: none;
  color: #df6250;
  text-align: center;
}
.detail-contact dd a.moreContact .iconfont {
  font-size: 12px;
  margin: 0;
  position: relative;
  left: -3px;
}
.detail-contact dd .iconfont {
  font-size: 14px;
  margin-right: 3px;
  margin-left: 8px;
}
.detail-progress {
  margin-bottom: 22px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #e9e9e9;
  position: relative;
}
.detail-progress .btn {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  padding: 4px 11px;
}
.detail-progress .btn .iconfont {
  margin-right: 4px;
  font-size: 12px;
}
.detail-progress-title {
  padding: 0 0 0 11px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  margin: 0 0 22px;
  position: relative;
}
.detail-progress-title em {
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  height: 14px;
  width: 3px;
  border-radius: 20px;
  background-color: #df6250;
}
.detail-progress-title em {
  top: 5px;
}
.detail-progress-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  z-index: 9;
  padding: 0 0 16px 33px;
}
.detail-progress-item_rank {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  border: 4px solid #bcddfd;
  border-radius: 50%;
  background-color: #268eff;
  z-index: 8;
}
.detail-progress-item_line {
  position: absolute;
  top: 0px;
  left: 11px;
  width: 1px;
  height: 100%;
  background-color: #d4e4ee;
  z-index: 7;
}
.detail-progress-item_title {
  color: #333;
  margin-bottom: 12px;
}
.detail-progress-item_title span {
  margin-right: 18px;
}
.detail-progress-item_desc {
  color: #666;
}
.detail-progress-item_last .detail-progress-item_line {
  display: none;
}
.detail-progress-danger .detail-progress-item_line {
  background-color: #f5d0ca;
}
.detail-progress-danger .detail-progress-item_rank {
  border-color: #fdf4f3;
  background-color: #df6250;
}

.tianyancha {
  padding: 0;
}
.tianyancha img {
  display: block;
}

.company-call {
  padding: 24px;
}
.company-call .content-box-head h5 {
  display: block;
  width: 54px;
  height: 20px;
  line-height: 19px;
  border-radius: 2px;
  border: 1px solid #df6250;
  font-size: 12px;
  font-weight: 600;
  color: #df6250;
  text-align: center;
  margin: 0;
}
.company-call .content-box-head .iconfont {
  font-size: 12px;
  margin-right: 2px;
}
.company-call .content-box-body {
  padding: 16px 0 0;
}
.company-call .content-box-body h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 25px;
  margin: 0;
}
.company-call .content-box-body p {
  margin: 0;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
}

.region-list {
  padding: 24px;
}
.region-list .content-box-head a {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.region-list .content-box-body {
  padding: 12px 0 0;
}
.region-list .content-box-body a {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  line-height: 24px;
  float: left;
  width: 33.3333%;
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.region-list .content-box-body a:hover {
  color: #ff8181;
}

.approval-tip_head {
  text-align: center;
  padding: 0;
}
.approval-tip_head img {
  width: 10px;
  height: 16px;
  margin-right: 5px;
}
.approval-tip_head span {
  font-size: 16px;
  font-weight: 600;
  color: rgb(51, 51, 51);
}
.approval-tip_body {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  padding: 15px 0;
  line-height: 32px;
}
.approval-tip_body p {
  margin: 0;
}

.company-name-flag {
  margin: 0 3px;
  color: #df6250;
}
.company-name-flag .iconfont {
  font-size: 14px;
  margin: 0 3px 0 0;
}
.company-name-flag:hover {
  color: #ff8181;
}

.print-show {
  display: none;
}

@media print {
  .print-show {
    display: block;
  }
  .main-container {
    width: 842px;
  }
  .content-box {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-fixed-top, .breadcrumb, .bottom {
    display: none;
  }
  .badge {
    background: #fff;
    color: #333;
  }
  .detail-tab-title {
    margin: 0 0 15px 0;
    padding: 15px 0 10px;
    color: #333;
    border-bottom: 1px #e9e9e9 solid;
    font-size: 16px;
  }
  .detail-right {
    display: none;
  }
  .detail-body {
    width: 100%;
    padding: 0;
  }
  .detail-date {
    color: #333;
  }
  .detail-role-tip {
    display: none;
  }
  .detail-row .btn {
    display: none;
  }
  .detail-row .col-md-5 {
    width: 100%;
  }
  .detail-company a {
    color: #333;
  }
  .detail-card .content-box-head {
    display: none;
  }
  .detail-card .content-box-body {
    padding: 0;
  }
  .detail-file a {
    width: 100%;
    color: #333;
  }
  .detail-file .iconfont {
    display: none;
  }
  .detail-countdown {
    display: none;
  }
  .detail-contact dd a.add-contract {
    display: none;
  }
  .detail-progress .btn {
    display: none;
  }
  .detail-progress-item_rank {
    color: #000;
    border: 4px solid #fff;
    background-color: #fff;
    z-index: 8;
  }
  .detail-progress-item_line {
    display: none;
  }
  .tab-body_item {
    display: block !important;
  }
}
.data-bag-title {
  width: 660px;
  height: 250px;
  margin: 0px auto;
  position: absolute;
  top: 145px;
  left: 190px;
}

.data-bag-left {
  width: 29%;
  float: left;
  margin-right: 52px;
}
.data-bag-left img {
  width: 200px;
}

.data-bag-right {
  float: left;
  width: 62%;
  margin-top: 40px;
}
.data-bag-right .data-bag-con {
  color: #333333;
  font-size: 16px;
  margin-bottom: 24px;
}
.data-bag-right .data-bag-font {
  color: #666666;
  font-size: 14px;
  margin-bottom: 12px;
}

.data-bag-bottom {
  width: 600px;
  padding-top: 31px;
  padding-bottom: 130px;
  margin: 0 auto;
}
.data-bag-bottom .bottom-title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #333333;
  font-size: 16px;
}

.data-bag-bottom-left {
  margin-top: 33px;
  float: left;
  width: 267px;
  height: 137px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  margin-right: 32px;
  padding: 0px 25px 25px 24px;
}
.data-bag-bottom-left h4 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 18px;
}
.data-bag-bottom-left p {
  width: 218px;
  font-size: 12px;
  color: #666666;
}

.company-tag-color1 {
  background: #A1A9CC;
  border: 1px solid #727BA3;
}

.company-tag-color2 {
  background: #A1CCB8;
  border: 1px solid #5F9079;
}

.company-tag-color3 {
  background: #CCB1A1;
  border: 1px solid #9D7A65;
}

.company-tag-color4 {
  background: #AFA1CC;
  border: 1px solid #816AAF;
}
