@charset "utf-8";
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  background: #ffffff;
  font-family: "Microsoft Yahei";
  font-size: 14px;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: "Microsoft Yahei";
  margin: 0;
}
p {
  margin-bottom: 0;
}
b,
strong {
  font-weight: normal;
}
input,
textarea,
button {
  font-family: "Microsoft Yahei";
  outline: 0;
}

/** 置灰样式 */
.gray-placement {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

/** 头部服务站群样式 */
#jlc-vue2-header a.sitegroup-popover-a,
#jlc-vue2-header a.sitegroup-popover-a:hover {
  text-decoration: none !important;
}

/** 底部服务站群样式 */
#jlc-vue2-footer .jlc-footer {
  font-family: -apple-system, BlinkMacSystemFont, SF Pro SC, SF Pro Text,
    Helvetica Neue, Helvetica, PingFang SC, Roboto, Arial, microsoft yahei ui,
    Microsoft YaHei, SimSun, sans-serif;
  line-height: 1.44 !important;
}

#jlc-vue2-footer .jlc-footer h4 {
  font-family: -apple-system, BlinkMacSystemFont, SF Pro SC, SF Pro Text,
    Helvetica Neue, Helvetica, PingFang SC, Roboto, Arial, microsoft yahei ui,
    Microsoft YaHei, SimSun, sans-serif;
  font-weight: bold;
  line-height: 1.44 !important;
}

.bold {
  font-weight: bold;
}
/*padding 特殊修改*/
.pd10-24 {
  padding: 10px 24px;
}
/*针对bootstrap*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
em {
  font-style: normal;
}

/*width*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1260 {
  width: 1260px;
  margin: 0 auto;
}
.bottom10 {
  margin-bottom: 10px;
}
.w874 {
  width: 874px;
}
.w882 {
  width: 882px;
}
.w306 {
  width: 306px;
}
.w112 {
  width: 112px;
}
.h125 {
  height: 125px;
}
.w260 {
  width: 260px;
}
.w90 {
  width: 90px;
}

/*margin*/
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.ml0 {
  margin-left: 0;
}
.mr0 {
  margin-right: 0;
}
.m0 {
  margin: 0;
}
.m0auto {
  margin: 0 auto;
}
.ml125 {
  margin-left: 125px;
}
.mr125 {
  margin-right: 125px;
}
.ml60 {
  margin-left: 60px;
}
.mt30 {
  margin-top: 30px;
}
.mt14 {
  margin-top: 14px;
}
.ml30 {
  margin-left: 30px;
}
.ml20 {
  margin-left: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mb40 {
  margin-bottom: 40px;
}
/*padding*/
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.p0 {
  padding: 0;
}
.pt20 {
  padding-top: 20px;
}
.hide1 {
  display: none;
}
/*color*/
.white {
  color: #ffffff;
}
.orange {
  color: #ff735c !important;
}
.blue {
  color: #12bef4 !important;
}
.green {
  color: #2e972c !important;
}
.red {
  color: #ff0000 !important;
}

.bg-gray {
  background: #f0f3fa;
}

/*圆角矩形按钮*/

/*渐变*/
.linear-gradient {
  background: -webkit-linear-gradient(left, #32dfff, #03abec);
  background: -moz-linear-gradient(left, #32dfff, #03abec);
  background: -o-linear-gradient(left, #32dfff, #03abec);
  background: -ms-linear-gradient(left, #32dfff, #03abec);
  background: linear-gradient(left, #32dfff, #03abec);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#32dfff, endColorstr=#03abec); /*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#32dfff, endColorstr=#03abec)"; /*IE8+*/
}
.linear-gradient-tobottom {
  background: -webkit-linear-gradient(bottom, #32dfff, #03abec);
  background: -moz-linear-gradient(bottom, #32dfff, #03abec);
  background: -o-linear-gradient(bottom, #32dfff, #03abec);
  background: -ms-linear-gradient(bottom, #32dfff, #03abec);
  background: linear-gradient(bottom, #32dfff, #03abec);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#32dfff, endColorstr=#03abec); /*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#32dfff, endColorstr=#03abec)"; /*IE8+*/
}
.linear-gradient-red {
  background: -webkit-linear-gradient(left, #ffe2de, #ff0202);
  background: -moz-linear-gradient(left, #ffe2de, #ff0202);
  background: -o-linear-gradient(left, #ffe2de, #ff0202);
  background: -ms-linear-gradient(left, #ffe2de, #ff0202);
  background: linear-gradient(left, #ffe2de, #ff0202);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ffe2de, endColorstr=#ff0202); /*IE<9>*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ffe2de, endColorstr=#ff0202)"; /*IE8+*/
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*图标*/
.header i,
.logo i,
.circle-icon,
.footer .footer-logo,
.subnav i,
.search-box i,
.list-head i,
.return-box i,
.servicer-portrait,
.collect-btn i,
.time-icon,
.require-flow i,
.bidder-container i,
.evaluate-box i,
.star-box i,
.fire-icon,
.location-icon,
.comment-icon,
.individual-icon,
.team-icon,
.company-icon,
.wechat-icon,
.close-icon,
.right-arrows-icon,
.portrait-icon,
.smiling-icon,
.top-icon,
.like-icon,
.casus-container i,
.win-bidding-icon,
.lose-bidding-icon,
.qq-icon,
.down-icon,
.triangle-icon,
.delete-icon,
.upload-icon,
.edit-icon,
.forbidden-icon,
.audit-icon,
.hammer-icon,
.exploit-icon,
.message-icon,
.tick-icon,
.closed-icon,
.bidding-icon,
.footer-evaluate i,
.draft-icon,
.audit-icon.big,
.published-icon,
.calendar-icon,
.icon-arrow-left,
.icon-arrow-right,
.pay-icon,
.clock-icon,
.refund-icon,
.unbidding-icon,
.bid-price-box i,
#facilitator-info .icon-add-item,
#facilitator-info .icon-del-item {
  background: url("/static/img/icon.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.time-icon {
  width: 18px;
  height: 18px;
  background-position: -609px 0;
}
.fire-icon {
  width: 10px;
  height: 15px;
  background-position: -524px 0;
}
.location-icon {
  width: 10px;
  height: 15px;
  background-position: 0 -256px;
}
.location-icon.big {
  height: 17px;
  background-position: -40px -255px;
}
.comment-icon {
  width: 14px;
  height: 13px;
  background-position: -582px -216px;
}
.circle-icon {
  width: 20px;
  height: 20px;
  background-position: -282px -234px;
}
.individual-icon,
.team-icon,
.company-icon {
  width: 16px;
  height: 17px;
}
.individual-icon {
  background-position: -580px -259px;
}
.team-icon {
  background-position: -624px -260px;
}
.company-icon {
  background-position: -624px -216px;
}
.icon-phone {
  background: url("/static/img/icon_phone.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.icon-wechat {
  background: url("/static/img/icon_wechat.svg") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px;
}
#wechat-QRCode-box {
  position: absolute;
  top: 38px;
  left: 43px;
  display: none;
  padding-top: 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e7ebf1;
  box-shadow: 0 8px 16px 0 rgba(3, 27, 78, 0.1);
  height: 190px;
  width: 175px;
  flex-direction: column;
  align-items: center;
}
#show-wechat-QRCode:hover #wechat-QRCode-box {
  display: flex;
}
.code-text {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 11px;
  margin-left: 0 !important;
}
.servicer-portrait {
  width: 90px;
  height: 90px;
  background-position: 0 -302px;
}
.wechat-icon {
  width: 20px;
  height: 20px;
  background-position: -582px -349px;
}
.close-icon {
  width: 20px;
  height: 20px;
  background-position: -620px -303px;
}
.right-arrows-icon {
  width: 13px;
  height: 7px;
  background-position: -580px -437px;
}
.portrait-icon {
  width: 36px;
  height: 37px;
  background-position: -218px -236px;
}
.smiling-icon {
  width: 20px;
  height: 20px;
  background-position: -620px -349px;
}
.top-icon {
  width: 10px;
  height: 14px;
  background-position: -500px -388px;
}
.on .top-icon {
  background-position: -540px -388px;
}
.like-icon {
  width: 14px;
  height: 18px;
  background-position: -500px -430px;
}
.on .like-icon {
  background-position: -540px -430px;
}
.bidding-box i,
.win-bidding-icon,
.lose-bidding-icon {
  width: 16px;
  height: 16px;
}
.bidding-box i,
.win-bidding-icon {
  background-position: -478px 0;
}
.lose-bidding-icon {
  background-position: -614px -383px;
}
.qq-icon {
  width: 16px;
  height: 20px;
  background-position: 0 -420px;
}
.down-icon {
  width: 15px;
  height: 7px;
  background-position: -38px -422px;
}
.list-head .triangle-icon,
.triangle-icon {
  width: 10px;
  height: 8px;
  background-position: -362px 0;
}
.delete-icon {
  width: 8px;
  height: 8px;
  background-position: -71px -423px;
}
.upload-icon {
  width: 20px;
  height: 18px;
  background-position: 0 -471px;
}
.edit-icon {
  width: 12px;
  height: 12px;
  background-position: -253px -471px;
}
.forbidden-icon {
  width: 18px;
  height: 18px;
  background-position: -206px -471px;
}
.audit-icon {
  width: 15px;
  height: 18px;
  background-position: -162px -471px;
}
.hammer-icon {
  width: 22px;
  height: 22px;
  background-position: -295px -470px;
}
.exploit-icon {
  width: 20px;
  height: 20px;
  background-position: -343px -471px;
}
.message-icon {
  width: 22px;
  height: 22px;
  background-position: -392px -471px;
}
.tick-icon {
  width: 22px;
  height: 22px;
  background-position: -441px -471px;
}
.closed-icon {
  width: 22px;
  height: 22px;
  background-position: -491px -471px;
}
.on .hammer-icon {
  background-position: -328px -522px;
}
.on .exploit-icon {
  background-position: -376px -522px;
}
.on .message-icon {
  background-position: -425px -523px;
}
.on .tick-icon {
  background-position: -474px -523px;
}
.on .closed-icon {
  background-position: -524px -523px;
}
.hammer-icon.mini {
  width: 16px;
  height: 20px;
  background-position: -100px -522px;
}
.exploit-icon.mini {
  width: 14px;
  height: 14px;
  background-position: -146px -523px;
}
.message-icon.mini {
  width: 16px;
  height: 16px;
  background-position: -282px -523px;
}
.tick-icon.mini {
  width: 16px;
  height: 16px;
  background-position: -190px -523px;
}
.closed-icon.mini {
  width: 16px;
  height: 16px;
  background-position: -236px -523px;
}
strong#evaluate-synopsis-limit {
  float: right;
  font-size: 12px;
  color: #747986;
}

.bidding-icon {
  width: 20px;
  height: 20px;
  background-position: -50px -523px;
}
.draft-icon {
  width: 20px;
  height: 20px;
  background-position: 0 -523px;
}
.audit-icon.big {
  width: 20px;
  height: 20px;
  background-position: -543px -471px;
}
.published-icon {
  width: 20px;
  height: 20px;
  background-position: -593px -471px;
}
.on .draft-icon {
  background-position: 0 -573px;
}
.on .audit-icon.big {
  background-position: -576px -523px;
}
.on .published-icon {
  background-position: -620px -523px;
}
.draft-icon.mini {
  width: 15px;
  height: 16px;
  background-position: -50px -573px;
}
.published-icon.mini {
  width: 15px;
  height: 16px;
  background-position: -46px -623px;
}
.calendar-icon.big {
  width: 23px;
  height: 23px;
  background-position: -50px -471px;
}
.calendar-icon {
  width: 16px;
  height: 16px;
  background-position: -531px -573px;
}
.icon-arrow-left {
  width: 20px;
  height: 20px;
  background-position: -86px -620px;
}
.icon-arrow-right {
  width: 20px;
  height: 20px;
  background-position: -103px -620px;
}
.pay-icon {
  width: 20px;
  height: 20px;
  background-position: -95px -573px;
}
.clock-icon {
  width: 20px;
  height: 20px;
  background-position: -145px -573px;
}
.refund-icon {
  width: 20px;
  height: 20px;
  background-position: -195px -573px;
}
.on .pay-icon {
  background-position: -245px -573px;
}
.on .clock-icon {
  background-position: -295px -573px;
}
.on .refund-icon {
  background-position: -345px -573px;
}
.unbidding-icon {
  width: 21px;
  height: 21px;
  background-position: -577px -573px;
}
.on .unbidding-icon {
  background-position: -617px -573px;
}
.unbidding-icon.mini {
  width: 17px;
  height: 17px;
  background-position: 0 -623px;
}
/*header*/
.header {
  background: #2f333b;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  font-size: 14px;
}
.header .w1200 {
  background: #2f333b;
}
.header a {
  color: #ffffff;
  display: inline-block;
  height: 36px;
}
.header a:hover {
  text-decoration: underline;
}
.header .pull-left a {
  margin-right: 20px;
}
.header .pull-right {
  height: 36px;
}
.header .pull-right a {
  margin-left: 20px;
}
.header .pull-right a span {
  vertical-align: middle;
}
.header .pull-right > span {
  vertical-align: middle;
  margin: 0 6px;
}
.header .pull-right a.ml0 {
  margin-left: 0;
}
.header i {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.header .service-icon {
  background-position: -177px -79px;
}
.header .login-icon {
  background-position: -177px 0;
}
.header .register-icon {
  background-position: -178px -40px;
}
.nav {
  border-bottom: 1px solid #ccd3e3;
}
.header-nav {
  overflow: hidden;
}
.flex-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}
.logo i {
  width: 190px;
  height: 92px;
  background-position: -247px -696px;
  margin-top: 16px;
}
.menu {
  padding-top: 40px;
}
.menu li {
  float: left;
  margin-left: 90px;
  height: 40px;
  line-height: 38px;
  font-size: 18px;
}
.menu i {
  width: 30px;
  height: 2px;
  visibility: hidden;
  display: block;
  margin: 0 auto;
}
.menu li.on i,
.menu li:hover i {
  visibility: visible;
}
.menu li a {
  color: #2d3037;
}
.menu li.on a,
.menu li:hover a {
  color: #4dcef7;
}
.menu a:hover {
  text-decoration: none;
}

/*footer*/
/* .footer {
  height: 268px;
  color: #ffffff;
  background: #2f333c;
  letter-spacing: 3px;
  font-size: 14px;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-logo {
  width: 222px;
  height: 128px;
  background-position: 0 -694px;
  float: left;
  margin-top: 70px;
}
.footer ul {
  padding-top: 60px;
  float: left;
  margin-left: 50px;
}
.footer ul li {
  margin-bottom: 20px;
}
.footer .qr-code {
  width: 121px;
  height: 145px;
  background: url("/static/img/qr-code.jpg");
  float: right;
  margin-top: 60px;
} */
/*分页*/
.paging-box {
  padding: 20px 0 60px;
  text-align: right;
  color: #2d3037;
  font-size: 12px;
}
.paging-box .btn {
  border-radius: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #ccd3e2;
  width: 50px;
  height: 32px;
  margin: 0 2px;
  vertical-align: middle;
  font-size: 14px;
}
.paging-box .btn.previous-btn,
.paging-box .btn.next-btn {
  width: 60px;
  font-size: 12px;
}
.paging-box .btn.on {
  background: #12bef4;
  color: #ffffff;
  border: 1px solid #12bef4;
}
.paging-box input {
  width: 48px;
  height: 32px;
  border: 1px solid #ccd3e2;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  margin: 0 4px;
}
.paging-box span {
  vertical-align: middle;
  padding: 0 4px;
}
/*弹框通用*/
.modal-header,
.modal-body {
  padding: 24px;
}
.modal-header h6 {
  display: inline-block;
  font-size: 20px;
}
.modal-header #look-facilitator-close {
  width: 22px;
  height: 22px;
  float: right;
  background: url("/static/img/close_btn.png") no-repeat;
  background-size: cover;
}

.modal-body .btn-box {
  padding-top: 20px;
  text-align: center;
}
.modal-body .btn-box .btn-1 {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.modal-body .btn-box .loading {
  cursor: not-allowed;
  pointer-events: none;
}
.modal-body .btn-1.off {
  background-color: #afb9cc;
  color: #ffffff;
}
.modal-body .btn-1.upload {
  background-color: #12bef4;
  color: #ffffff;
}
.modal-dialog {
  width: 640px;
}
.modal-header {
  border-bottom: 1px solid #dde3f0;
}
/*导航条以及搜索栏*/
.search-container {
  background: #f0f3fa;
}
.search-container .w1200 {
  padding: 10px 0 18px;
  background: #f0f3fa;
}
/*导航条*/
.subnav {
  font-size: 12px;
  margin-bottom: 20px;
}
.subnav .parent-level,
.subnav .child-level {
  float: left;
}
.subnav span {
  float: left;
  height: 24px;
  line-height: 22px;
}
.subnav i {
  height: 24px;
  float: left;
}
.subnav .parent-level span {
  border: 1px solid #d4dae6;
  border-right: none;
  padding: 0 10px;
  color: #636363;
  background: #ffffff;
}
.subnav .parent-level i {
  width: 18px;
  background-position: -222px 0;
}
.subnav .parent-level.first-level i {
  background-position: -330px -236px;
}
.subnav .parent-level.second-level span {
  border-left: none;
}
.subnav .child-level span {
  border: 1px solid #12bef4;
  background: #12bef4;
  color: #ffffff;
  padding: 0 5px;
}
.subnav .child-level i {
  width: 14px;
  background-position: -270px 0;
}
.search-box {
  width: 886px;
  height: 50px;
  border: 1px solid #dde3f0;
  float: left;
  background: #ffffff;
}
.search-box input {
  border: none;
  height: 48px;
  outline: none;
  margin-left: 16px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #9ca2b1;
  width: 824px;
  vertical-align: middle;
  line-height: 48px;
}
.search-box i {
  width: 20px;
  height: 20px;
  background-position: -312px 0;
  vertical-align: middle;
  cursor: pointer;
}
.search-container a.pull-right {
  display: block;
  width: 280px;
  height: 48px;
  background: url("/static/img/header-btn.png");
  cursor: pointer;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
}
.search-container a.pull-right:hover {
  text-decoration: none;
}
.search-container-footer {
  text-align: right;
  width: 100%;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 10px;
}

/*首页banner*/
.banner-box {
  background: url("/static/img/index-banner.jpg") no-repeat center;
  height: 500px;
  min-width: 1200px;
}
/*首页-我们的优势*/
.our-advantages {
  position: relative;
  padding-bottom: 100px;
}
.our-advantages-left,
.our-advantages-right {
  position: absolute;
  z-index: -1;
  bottom: 100px;
}
.our-advantages-left {
  left: 0;
}
.our-advantages-right {
  right: 0;
}
.our-advantages h2,
.project-procedures h2 {
  font-size: 46px;
  margin-top: 60px;
  letter-spacing: 18px;
  text-indent: 18px;
  margin-bottom: 18px;
  color: #1d2128;
}
.our-advantages .linear-gradient {
  width: 60px;
  height: 3px;
  margin: 0 auto 60px;
}
.our-advantages em {
  width: 0;
  height: 410px;
  border-right: 1px dashed #cccccc;
  float: left;
  margin-top: 80px;
}
.our-advantages > div {
  width: 474px;
}
.our-advantages .circle-icon {
  margin-right: 16px;
}
.our-advantages h4 {
  font-size: 28px;
  letter-spacing: 6px;
  color: #1d2128;
  font-weight: bold;
  margin: 30px 0 15px;
}
.our-advantages p {
  font-size: 18px;
  letter-spacing: 3px;
  padding-left: 36px;
  color: #5d636c;
  line-height: 32px;
  height: 64px;
  margin-bottom: 50px;
}
.our-advantages img {
  margin-left: 36px;
}
.our-advantages a {
  width: 264px;
  height: 60px;
  display: inline-block;
  margin-left: 36px;
  cursor: pointer;
}
/*项目流程*/
.project-procedures,
.project-procedures .w1200 {
  background: #f5fcff;
}
.project-procedures h2 {
  margin-bottom: 30px;
}
.project-procedures p {
  font-size: 20px;
  color: #1d2128;
  letter-spacing: 4px;
  text-indent: 4px;
  margin-bottom: 95px;
}
.flow-chart i {
  background: url("/static/img/index-icon.png");
  display: inline-block;
}
.flow-chart .arrows-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: 0 -890px;
  float: left;
  margin: 30px 12px 0;
}
.flow-chart div {
  text-align: center;
  float: left;
}
.flow-chart span {
  width: 100%;
  font-size: 16px;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 20px;
}
.flow-chart p {
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 100px;
}
.flow-chart div i {
  height: 90px;
  width: 82px;
}
.flow-chart-1 i {
  background-position: 0 0;
}
.flow-chart .flow-chart-2 i {
  width: 89px;
  background-position: 0 -95px;
}
.flow-chart-3 i {
  background-position: 0 -197px;
}
.flow-chart-4 i {
  background-position: 0 -299px;
}
.flow-chart-5 i {
  background-position: 0 -398px;
}
.flow-chart-6 i {
  background-position: 0 -500px;
}
.flow-chart-7 i {
  background-position: 0 -599px;
}
.flow-chart-8 i {
  background-position: 0 -700px;
}
.flow-chart-9 i {
  background-position: 0 -796px;
}
.project-procedures.on,
.project-procedures.on .w1200 {
  background: #ffffff;
}
.project-procedures.on .flow-chart .arrows-icon {
  margin: 30px 57px 0;
}
/*条件筛选*/
.filter-box {
  border: 1px solid #dde3f0;
  padding: 20px 20px 4px;
  margin-bottom: 20px;
}
.filter-item h6 {
  font-size: 16px;
  letter-spacing: 2px;
  float: left;
  margin: 0;
  line-height: 22px;
  width: 108px;
}
.filter-item {
  margin-bottom: 6px;
  position: relative;
}
.filter-item .filter-list {
  width: 1050px;
  float: right;
}
.filter-item .filter-list.pull-left {
  width: auto;
  margin-right: 30px;
}
.filter-list li {
  float: left;
  letter-spacing: 1px;
  height: 22px;
  line-height: 20px;
  font-size: 14px;
  color: #2d3037;
  margin-right: 9px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #ffffff;
  padding: 0 10px;
}
.filter-list li.on {
  border: 1px solid #12bef4;
  color: #12bef4;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
}
/*列表相关 -- 通用*/
.list-head {
  background: #f0f3fa;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
}
.list-head .sort-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-position: -400px 0;
  vertical-align: middle;
  margin-left: 8px;
}
.list-head .sort-icon.up {
  background-position: -438px 0;
}
.list-head input {
  width: 60px;
  height: 20px;
  border: solid 1px #dfe8f0;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
}
.list-head > div {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}
.list-head .pull-right {
  width: 82px;
  margin-right: 200px;
}
/*热门标签*/
.tag-box h6 {
  width: 130px;
  height: 32px;
  color: #ffffff;
  background: #ff735c;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.tag-list li {
  float: left;
  padding: 0 19px;
  height: 26px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #747986;
  border: 1px solid #bdc5d7;
  cursor: pointer;
  margin-right: 7px;
  margin-bottom: 10px;
  border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
}
/*交易信息*/
.trade-info-box {
  border: 1px solid #dde3f0;
}
.trade-info-box > div {
  background: #f0f3fa;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 42px;
  text-indent: 16px;
  border-bottom: 1px solid #dde3f0;
}
.trade-info-box ul {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 14px 18px;
  line-height: 24px;
}
.trade-info-box span {
  float: right;
  width: 210px;
}
.trade-info-box span:first-child {
  float: left;
  width: 58px;
}

/*需求列表*/
.require-list li {
  border: 1px solid #dde3f0;
  margin-top: 12px;
  padding: 20px;
}
.require-list h6 {
  font-size: 20px;
  float: left;
  margin-right: 10px;
}
.require-item-title {
  padding-bottom: 20px;
}
.tag-1 {
  display: inline-block;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  color: #12bef4;
  padding: 0 9px;
  border: 1px solid #12bef4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  vertical-align: middle;
}
.require-item-middle {
  color: #4d5056;
  margin-bottom: 16px;
  font-size: 14px;
  width: 560px;
  overflow: hidden;
}
.require-item-middle span {
  float: left;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.require-item-bottom {
  color: #747986;
  font-size: 12px;
}
.require-item-bottom i {
  margin-left: 30px;
}
.require-item-price {
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ff735c;
  width: 170px;
  line-height: 83px;
}
.require-item-btn {
  float: right;
}
.btn-1 {
  width: 92px;
  height: 32px;
  background-color: #12bef4;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.btn-1.off {
  background-color: #f0f3fa;
  color: #9ca2b1;
}
.btn-1.on {
  width: 108px;
  background-color: #ff735c;
  color: #ffffff;
}

.require-item-btn .btn-1 {
  margin: 10px 0 16px;
  cursor: pointer;
}
/*
.require-item-btn div, .modal-body .footer-btn{
    width: 60px;
    height: 32px;
    background-color: #12bef4;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.require-item-btn div{
    margin: 10px 16px 16px;
}
.require-item-btn div:before, .modal-body .footer-btn:before,
.require-item-btn div:after, .modal-body .footer-btn:after
{
    content: "";
    position: absolute;
    width: 16px;
    height: 32px;
    background: url("/static/img/icon.png") no-repeat;
    top: 0;
}
.require-item-btn div:before, .modal-body .footer-btn:before{
    background-position: -366px -164px;
    left: -16px;
}
.require-item-btn div:after, .modal-body .footer-btn:after{
    background-position: -392px -164px;
    right: -16px;
}
.require-list .on .require-item-btn div,
.require-list .off .require-item-btn div,
.require-item-btn.on div
{
    background-color: #f0f3fa;
    color: #9ca2b1;
}
.require-list .on .require-item-btn div:before,
.require-list .off .require-item-btn div:before,
.require-item-btn.on div:before
{
    background-position: -222px -164px;
}
.require-list .on .require-item-btn div:after,
.require-list .off .require-item-btn div:after,
.require-item-btn.on div:after
{
    background-position: -248px -164px;
}
.require-item-btn.off div{
    width: 76px;
    background-color: #ff735c;
    color: #ffffff;
}
.require-item-btn.off div:before{
    background-position: -294px -164px;
}
.require-item-btn.off div:after{
    background-position: -320px -164px;
}*/
.require-item-btn span {
  color: #4d5056;
  display: inline-block;
  width: 92px;
  text-align: center;
}
.require-item-btn span em {
  font-weight: bold;
}
/*需求详情*/
.return-box {
  height: 40px;
  line-height: 40px;
  color: #597371;
  cursor: pointer;
  display: inline-block;
}
.return-box i {
  width: 15px;
  height: 14px;
  background-position: -564px 0;
  vertical-align: middle;
}
.return-box span {
  vertical-align: middle;
}
.require-info-top {
  border: 1px solid #dde3f0;
  margin-bottom: 12px;
}
.require-info-top .require-list {
  padding: 24px;
  border-bottom: dashed 1px #bdc6db;
  width: 892px;
}
.require-info-top .require-list h1 {
  font-size: 24px;
  float: left;
  margin-right: 10px;
}
.require-info-top .require-item-title {
  padding-bottom: 16px;
}
.require-info-top .require-item-title span {
  margin-top: 4px;
}
.require-info-top .require-item-middle {
  margin-bottom: 0;
}
.require-info-top .require-item-price {
  font-size: 24px;
  line-height: 1;
  width: 176px;
  margin-top: 28px;
}
.require-info-top .require-item-price span {
  font-weight: normal;
  font-size: 16px;
  color: #4d5056;
  vertical-align: middle;
}
.require-info-top .require-item-price strong {
  vertical-align: middle;
}
.require-info-top .btn-1 {
  margin: 24px 0 0;
  float: right;
  cursor: pointer;
}
.require-info-top .btn-1.on {
  cursor: default;
}
.collect-btn {
  cursor: pointer;
}
.collect-btn span {
  vertical-align: middle;
}
.collect-btn i {
  width: 16px;
  height: 16px;
  background-position: -478px -110px;
  vertical-align: middle;
}
.collect-btn.on i {
  background-position: -524px -110px;
}
.demander-box {
  width: 306px;
  text-align: center;
  border-left: dashed 1px #bdc6db;
  float: right;
}
.demander-box i {
  margin-top: 24px;
}
.demander-box p {
  font-size: 16px;
  margin: 10px 0 0px;
}
.demander-box li {
  margin-bottom: 21px;
  color: #4d5056;
}
.demander-box li em {
  color: #ff735c;
}
.require-state-top {
  height: 64px;
  line-height: 64px;
  padding: 0 24px;
}
.require-state-top > div {
  float: left;
  font-size: 12px;
  color: #747986;
  margin-right: 30px;
}
.require-state-top .time-box {
  color: #4d5056;
  font-size: 14px;
}
.require-state-top .time-box em {
  color: #12bef4;
  font-weight: bold;
}
.require-state-top .pull-right {
  color: #000000;
  font-size: 14px;
}
.require-state-top .pull-right strong {
  font-weight: bold;
}
/*需求详情 - 流程图*/
.require-flow {
  padding: 30px 24px 0;
}
.require-flow div {
  float: left;
  text-align: center;
  width: 110px;
}
.require-flow div i {
  width: 70px;
  height: 60px;
}
.require-flow-1.on i {
  background-position: -117px -297px;
}
.require-flow-2 i {
  background-position: -115px -385px;
}
.require-flow-2.on i {
  background-position: -214px -297px;
}
.require-flow-3 i {
  background-position: -216px -385px;
}
.require-flow-3.on i {
  background-position: -309px -297px;
}
.require-flow-4 i {
  background-position: -311px -385px;
}
.require-flow-4.on i {
  background-position: -405px -297px;
}
.require-flow-5 i {
  background-position: -403px -385px;
}
.require-flow-5.on i {
  background-position: -498px -297px;
}

.require-flow-6.on i {
  background-position: -253px -619px;
}
.require-flow-7.on i {
  background-position: -351px -619px;
}
.require-flow-7 i {
  background-position: -445px -619px;
}

.require-flow p {
  font-size: 16px;
  letter-spacing: 3px;
  color: #9bacb2;
  margin: 16px 0 10px;
}
.require-flow .on p {
  color: #000000;
}
.require-flow span {
  font-size: 12px;
}
.require-flow .arrows-icon {
  float: left;
  width: 30px;
  height: 20px;
  background-position: -430px -235px;
  margin: 24px 21px;
}
.require-flow .arrows-icon.on {
  background-position: -376px -235px;
}
/*需求详情-竞标者*/
.bidder-box {
  border: 1px solid #dde3f0;
  margin-top: 12px;
  margin-bottom: 60px;
}
.bidder-box h5 {
  line-height: 66px;
  padding-left: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  border-bottom: 1px solid #dde3f0;
  margin: 0;
}
.bidder-box h5 em {
  font-weight: bold;
  color: #12bef4;
  margin-left: 10px;
}
/*竞标者-轮播效果*/
.bidder-container {
  width: 880px;
  overflow: hidden;
  position: relative;
}
.bidder-list {
  /*height: 190px;*/
  transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
}
.bidder-list li {
  width: 176px;
  /*height: 190px;*/
  float: left;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.bidder-list li > i {
  width: 64px;
  height: 64px;
  background-position: -488px -216px;
  margin-top: 24px;
}
.bidder-list li > span {
  color: #4d5056;
  margin: 14px 0;
  display: block;
}
.bidder-list li p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.bidder-list li em {
  font-size: 12px;
}
.bidder-container > i,
.casus-container i {
  width: 25px;
  height: 50px;
  position: absolute;
  top: 60px;
  z-index: 999;
  cursor: pointer;
}
.bidder-container .left-icon,
.casus-container .left-icon {
  left: 0;
  background-position: -506px -150px;
}
.bidder-container .right-icon,
.casus-container .right-icon {
  background-position: -527px -150px;
  right: 0;
}
.bidder-container .left-icon.on,
.casus-container .left-icon.on {
  background-position: -568px -150px;
}
.bidder-container .right-icon.on,
.casus-container .right-icon.on {
  background-position: -589px -150px;
}
.bidder-container .left-icon.off,
.bidder-container .right-icon.off,
.casus-container .left-icon.off,
.casus-container .right-icon.off {
  display: none;
}
.bidding-box {
  position: absolute;
  top: 8px;
  left: 114px;
}

.bidder-list li .bidding-box span {
  color: #ff735c;
  display: inline-block;
}
.evaluate-box {
  border-top: dashed 1px #bdc6db;
}
.evaluate-box div {
  float: left;
  padding: 20px;
  width: 440px;
}
.evaluate-box h6 {
  display: inline-block;
  font-size: 16px;
}
.evaluate-box i,
.footer-evaluate i {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.evaluate-box i.good-evaluate,
.footer-evaluate i.good-evaluate {
  background-position: -78px -254px;
}
.evaluate-box i.medium-evaluate,
.footer-evaluate i.medium-evaluate {
  background-position: -124px -254px;
}
.evaluate-box i.bad-evaluate,
.footer-evaluate i.bad-evaluate {
  background-position: -170px -254px;
}
.evaluate-box p {
  padding-top: 16px;
  line-height: 24px;
}
/*需求方详情*/
.demander-info {
  border: 1px solid #dde3f0;
  margin-bottom: 12px;
}
.demander-info h6 {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  margin-right: 10px;
}
.demander-header {
  padding: 24px;
  float: left;
  width: 892px;
  border-right: dashed 1px #bdc6db;
}

.tag-2 {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  background-color: #ff735c;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.tag-2.off {
  background-color: #f0f3fa;
  color: #9ca2b1;
}
.pointer {
  cursor: pointer;
}
/*
.demander-header .hint-info, .servicer-list .item-centen-top span{
    position: relative;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    background-color: #ff735c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.demander-header .hint-info:before, .demander-header .hint-info:after,
.servicer-list .item-centen-top span:before, .servicer-list .item-centen-top span:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    background: url("/static/img/icon.png") no-repeat;
    top: 0;
}
.demander-header .hint-info:before,
.servicer-list .item-centen-top span:before{
    background-position: -594px -54px;
    left: -10px;
}
.demander-header .hint-info:after,
.servicer-list .item-centen-top span:after{
    background-position: -614px -54px;
    right: -10px;
}
*/
.demander-data {
  margin-top: 16px;
  color: #4d5056;
  font-size: 16px;
  text-align: center;
}
.demander-data span {
  color: #ff735c;
  font-size: 30px;
  font-weight: bold;
}
.demander-data div {
  float: left;
  width: 200px;
  height: 98px;
  background: #f0f3fa;
  margin-right: 16px;
}
.demander-data p {
  padding: 18px 0 16px;
}
.demander-data .last-one-item {
  width: 146px;
  margin-right: 0;
  border-right: 1px dashed #bdc6db;
}
.demander-data .last-item {
  width: 170px;
  font-size: 14px;
  text-align: left;
  text-indent: 24px;
}
.demander-data .last-item p {
  padding: 0 0 10px;
}
.demander-data .last-item p:first-child {
  padding: 18px 0 10px;
}
.demander-data .last-item span {
  font-size: 14px;
  font-weight: normal;
}
.demander-header-bottom {
  padding: 20px 0;
}
.demander-header .collect-btn {
  margin-left: 27px;
}
.demander-info .demander-box {
  border-left: none;
}
.tab-container {
  border: 1px solid #dde3f0;
  padding: 24px;
}
.tab-container .navtabs div {
  float: left;
  text-align: center;
  margin-right: 60px;
  font-size: 20px;
  cursor: pointer;
}
.tab-container .navtabs div i {
  width: 20px;
  height: 2px;
  background: #12bef4;
  display: block;
  margin: 10px auto 0;
  visibility: hidden;
}
.tab-container .navtabs div.on {
  color: #12bef4;
}
.tab-container .navtabs div.on i {
  visibility: visible;
}
.tab-content-list {
  display: none;
}
.tab-content-list.on {
  display: block;
}
.tab-content-list li {
  background-color: #f0f3fa;
  margin-top: 12px;
}
.tab-content-list li > div {
  padding: 20px;
}
.tab-content-list li h6 {
  font-size: 18px;
  padding-bottom: 16px;
}
.tab-content-list li h6 i {
  margin: 0 6px 0 16px;
}
.tab-content-list li h6 span {
  font-size: 14px;
}
.tab-content-list li span {
  color: #747986;
  font-size: 12px;
}
.tab-content-list li span.state-1 {
  color: #ff735c;
  font-weight: bold;
}
.tab-content-list li span.state-2 {
  color: #2e972c;
  font-weight: bold;
}
.tab-content-list li span.state-3 {
  color: #747986;
  font-weight: bold;
}
.tab-content-list li span.state-4 {
  color: #12bef4;
  font-weight: bold;
}
.star-box i {
  width: 20px;
  height: 20px;
  background-position: -616px -108px;
}
.star-box i.on {
  width: 20px;
  height: 20px;
  background-position: -569px -108px;
}
.tab-content-list li .text-center span {
  font-size: 14px;
  padding-top: 10px;
  display: inline-block;
}
.tab-content-list p {
  font-size: 14px;
  padding-bottom: 12px;
}
.tab-content-list .item-bottom {
  border-top: dashed 1px #bdc6db;
}

.tab-content-list .item-bottom span {
  float: left;
  line-height: 18px;
}
.tab-content-list .item-bottom span.evaluate-text {
  float: right;
  width: 720px;
}
/*需求详情弹框*/
#competitive-bid .modal-body > div span:first-child {
  font-size: 16px;
  float: left;
  line-height: 32px;
}
#competitive-bid .input-box {
  width: 240px;
  height: 32px;
  border: 1px solid #dde3f0;
  float: left;
  margin-left: 14px;
  color: #747986;
}
#competitive-bid .input-box input {
  border: none;
  width: 200px;
  height: 30px;
  line-height: 30px;
  color: #ff735c;
  margin-left: 10px;
}
#competitive-bid strong {
  float: left;
  font-weight: normal;
  line-height: 32px;
  margin-left: 10px;
  color: #747986;
}
#competitive-bid i {
  font-style: normal;
  color: #ff0101;
}
#competitive-bid textarea {
  width: 592px;
  height: 100px;
  border: 1px solid #dde3f0;
  color: #4d5056;
  padding: 10px;
  line-height: 16px;
  margin-top: 2px;
}
#bid-hint .btn-box.on .btn-1:first-child {
  width: 222px;
}
#bid-hint .btn-box .footer-btn.off {
  display: none;
}
#bid-hint .btn-box.on .footer-btn.off {
  display: inline-block;
}
#bid-hint .modal-body {
  padding: 16px 24px 24px;
}
#bid-hint .modal-body .btn-box {
  padding-top: 16px;
}
#bid-hint .modal-body > div:first-child {
  line-height: 32px;
}
#bid-hint strong {
  font-size: 16px;
  color: #4d5056;
}
#bid-hint span {
  color: #747986;
}
#bid-hint a {
  color: #12bef4;
  text-decoration: underline;
}

/*开发案例 列表*/
.case-list li,
.servicer-list li {
  border: 1px solid #dde3f0;
  margin-top: 12px;
  padding: 10px;
}
.case-list li > div,
.servicer-list li > div {
  cursor: pointer;
}
.case-list .btn-box,
.servicer-list .btn-box {
  float: right;
  padding: 12px 0;
}

.btn-2 {
  width: 96px;
  height: 24px;
  background-color: #12bef4;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.btn-2.on {
  background-color: #ffffff;
  color: #12bef4;
  line-height: 22px;
  border: 1px solid #12bef4;
}
.btn-2.off {
  background-color: #afb9cc;
}
.btn-2.mini {
  width: 68px;
}
.case-list .btn-2 {
  margin-top: 12px;
}
.case-list .btn-2:first-child {
  margin-top: 0;
}
/*
.case-list .btn-box div,
.servicer-list .btn-box div,
.case-header .btn-box span,
.review-container .review-btn
{
    width: 72px;
    height: 24px;
    background-color: #12bef4;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
}
.case-list .btn-box div:before, .case-list .btn-box div:after,
.servicer-list .btn-box div:before, .servicer-list .btn-box div:after,
.case-header .btn-box span:before, .case-header .btn-box span:after,
.review-container .review-btn:before, .review-container .review-btn:after{
    content: "";
    position: absolute;
    width: 12px;
    height: 24px;
    background: url(/static/img/icon.png) no-repeat;
    top: 0;
}
.case-list .btn-box div:before,.servicer-list .btn-box div:before,
.case-header .btn-box span:before,.review-container .review-btn:before{
    background-position: -414px -110px;
    left: -12px;
}
.case-list .btn-box div:after,.servicer-list .btn-box div:after,
.case-header .btn-box span:after,.review-container .review-btn:after{
     background-position: -436px -110px;
     right: -12px;
 }
.case-list .btn-box div.on,
.servicer-list .btn-box div.on{
    background-color: #ffffff;
    color: #12bef4;
    line-height: 22px;
    border-top: 1px solid #12bef4;
    border-bottom: 1px solid #12bef4;
    margin-bottom: 0;
}
.case-list .btn-box div.on:before, .case-list .btn-box div.on:after,
.servicer-list .btn-box div.on:before, .servicer-list .btn-box div.on:after{
    top: -1px;
}
.case-list .btn-box div.on:before,.servicer-list .btn-box div.on:before{
    background-position: -288px -54px;
    left: -12px;
}
.case-list .btn-box div.on:after,.servicer-list .btn-box div.on:after{
    background-position: -310px -54px;
    right: -12px;
}
*/

.case-list li > div:first-child {
  float: left;
  width: 740px;
  height: 120px;
}
.case-list .img-box {
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 10px;
}
.img-box img {
  width: 100%;
  height: 100%;
}
.case-list .item-centen {
  float: left;
  width: 610px;
}
.case-list .item-centen-top h6 {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.case-list .item-centen-middle {
  color: #4d5056;
  margin-bottom: 8px;
  font-size: 12px;
}
.case-list .intro-box {
  font-size: 12px;
  color: #2d3037;
  line-height: 24px;
}
.case-list .intro-box p {
  margin-top: -24px;
  margin-left: 40px;
  margin-right: 60px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-list .item-centen-bottom {
  color: #747986;
  font-size: 12px;
  margin-top: 6px;
}
.case-list .item-centen-bottom i {
  margin-left: 20px;
}
/*第三方服务商联系方式弹框*/
#contact-way .hint-box {
  background: #f0f3fa;
  line-height: 28px;
  padding: 8px 16px;
  color: #747986;
}
#contact-way .main-box {
  padding-top: 12px;
  line-height: 34px;
  font-size: 16px;
}
#contact-way .main-box div p {
  float: left;
}
#contact-way .main-box div p:first-child {
  width: 172px;
}
#contact-way .main-box1 {
  line-height: 34px;
  font-size: 16px;
}
#contact-way .main-box1 div p {
  float: left;
}
#contact-way .main-box1 div p:first-child {
  width: 172px;
}
#contact-way .main-box .address-info {
  margin-left: 220px;
  margin-top: -34px;
  width: 370px;
}
#contact-way .modal-body .btn-box {
  padding-top: 12px;
}
/*邀请竞标弹框*/
#invitation-bid li {
  line-height: 16px;
  padding-top: 24px;
}
#invitation-bid li:first-child {
  padding-top: 0;
}
#invitation-bid li i {
  width: 16px;
  height: 16px;
  border: 1px solid #dde3f0;
  float: left;
  margin-right: 16px;
  cursor: pointer;
}
#invitation-bid li.on i {
  background: url("/static/img/icon.png") no-repeat;
  background-position: -621px -434px;
}
#invitation-bid li p {
  float: left;
}
#invitation-bid li span {
  color: #747986;
  font-size: 12px;
  float: right;
}
#invitation-bid .btn-1 {
  margin: 0 15px;
}
/*购买服务*/
#purchase-service h6 {
  float: left;
}
#purchase-service .close-icon {
  float: right;
  cursor: pointer;
}
#purchase-service .modal-body {
  font-size: 16px;
}
#purchase-service .form-item {
  padding-top: 20px;
  position: relative;
}
#purchase-service input[type="text"] {
  width: 180px;
  height: 32px;
  border: 1px solid #dde3f0;
  text-indent: 10px;
  color: #4d5056;
  line-height: 30px;
  font-size: 14px;
}
#purchase-service .input-box {
  width: 180px;
  height: 32px;
  border: 1px solid #dde3f0;
  display: inline-block;
  color: #747986;
}
#purchase-service .input-box input {
  width: 152px;
  border: none;
  height: 30px;
  color: #ff735c;
}
#purchase-service .label-style {
  /* width: 64px; */
  display: inline-block;
}
#purchase-service .modal-body .btn-1,
.service-center-header .btn-1.big {
  width: 124px;
}

#purchase-service .textarea-label span {
  font-size: 12px;
  color: #747986;
}
#purchase-service .textarea-label em {
  color: #ff0101;
}
#purchase-service .textarea-label span:first-child {
  font-size: 16px;
  color: #000000;
  padding-right: 6px;
}
#purchase-service .textarea-label {
  padding: 20px 0 10px;
}
#purchase-service textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #dde3f0;
  color: #4d5056;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}
.select-btn {
  border: 1px solid #dde3f0;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.select-btn span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #4d5056;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.select-list {
  background: #ffffff;
  position: absolute;
  width: 180px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 99;
  padding: 5px 0;
  font-size: 14px;
  display: none;
}
.filter-box .select-btn {
  width: 160px;
  height: 26px;
  margin-right: 15px;
}
.filter-box .select-btn span {
  width: 120px;
  line-height: 24px;
  height: 24px;
  color: #9ca2b1;
}
.filter-box .select-list {
  width: 160px;
  top: 25px;
  left: -1px;
  max-height: 500px;
  overflow: auto;
}
.list-head .select-btn {
  width: 180px;
  height: 26px;
  background: #ffffff;
  float: left;
  margin-top: 5px;
  line-height: 24px;
}
.list-head .select-btn span {
  width: 140px;
  line-height: 24px;
  height: 24px;
  color: #9ca2b1;
}
.list-head .select-list {
  top: 31px;
  left: 65px;
}

#purchase-service .select-btn {
  width: 180px;
  height: 32px;
}
#purchase-service .select-btn span {
  width: 140px;
  line-height: 30px;
  height: 30px;
}
#purchase-service .select-list {
  top: 52px;
  left: 89px;
  max-height: 320px;
  overflow: auto;
}
.select-list li {
  padding: 0 20px;
  text-align: left;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-list li:hover,
.select-list li.on {
  background: #f5f5f5;
}

/*服务商列表*/
.servicer-list {
  color: #4d5056;
}
.servicer-list li > div:first-child {
  float: left;
  width: 750px;
}
.servicer-list .img-box {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 10px;
}
.servicer-list .btn-box {
  padding: 0;
}
.servicer-list .btn-box .btn-2 {
  margin-top: 9px;
}
.servicer-list .btn-box .btn-2:first-child {
  margin-top: 0;
}
.servicer-list .item-centen {
  float: left;
}
.servicer-list .item-centen-top h6 {
  font-size: 16px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.servicer-list .item-centen-middle {
  padding: 18px 0 15px;
}
.servicer-list .item-centen-middle .location-icon {
  margin-left: 30px;
}
.servicer-list .item-centen-middle .w112 {
  display: inline-block;
}
/*方案详情*/
/*详情描述*/
.describe-container {
  border: 1px solid #dde3f0;
  padding: 24px;
  line-height: 1.42857143;
}
.describe-container img {
  max-width: 100%;
}
.describe-container .describe-title {
  padding-bottom: 24px;
  font-size: 20px;
  margin: 0;
}
.describe-container p {
  margin-bottom: 10px;
}
.describe-container h1,
.describe-container h2,
.describe-container h3,
.describe-container h4,
.describe-container h5,
.describe-container h6 {
  margin-bottom: 10px;
}
.describe-container a {
  color: #12bef4;
  text-decoration: underline;
}

/*方案详情*/
.case-header {
  border: 1px solid #dde3f0;
  margin-bottom: 12px;
}
.case-header > .pull-left {
  width: 848px;
  border-right: dashed 1px #bdc6db;
  padding: 20px;
}
.case-header .img-box {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  float: left;
}
.case-header .case-info {
  width: 587px;
}
.case-header .case-info h1 {
  font-size: 20px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.case-header .case-info .tag-1 {
  margin-bottom: 10px;
}
.case-header .case-info > p {
  font-size: 16px;
  margin: 10px 0 20px;
}
.case-header .case-info .price-box {
  width: 200px;
  height: 97px;
  background-color: #f0f3fa;
  text-align: center;
  margin-bottom: 20px;
}
.case-header .case-info .price-box span {
  font-size: 16px;
  margin: 18px 0 14px;
  display: inline-block;
}
.case-header .case-info .price-box .orange {
  font-size: 30px;
  font-weight: bold;
}
.servicer-box {
  text-align: center;
  color: #4d5056;
}
.servicer-box .servicer-portrait {
  margin-top: 24px;
}
.servicer-box p {
  font-size: 16px;
  margin: 10px 0 0px;
}
.case-header .btn-box .btn-2 {
  display: inline-block;
  margin: 18px 3px 0;
}
.share-box {
  position: relative;
  font-size: 12px;
  padding: 10px 0 24px;
}
.share-box .wechat-icon {
  cursor: pointer;
}
.share-box .popover-box {
  position: absolute;
  width: 245px;
  height: 288px;
  border: 1px solid #dde3f0;
  padding: 12px;
  text-align: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  bottom: 54px;
  left: 50px;
  background: #ffffff;
  display: none;
}
.share-box .popover-box span {
  font-size: 14px;
  float: left;
  line-height: 20px;
  font-weight: bold;
}
.share-box .popover-box .close-icon {
  float: right;
  cursor: pointer;
}
.share-box .popover-box img {
  width: 175px;
  height: 175px;
  display: inline-block;
  margin: 10px 0 5px;
}
.share-box .popover-box p {
  padding-top: 10px;
  color: #455d74;
}
.servicer-case-box > div {
  font-size: 20px;
}
.servicer-case-box > div i {
  width: 4px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.servicer-case-box > div h6,
.servicer-case-box > div em {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}
.servicer-case-box ul {
  width: 318px;
  margin-top: 16px;
  margin-left: -6px;
}
.servicer-case-box li {
  float: left;
  width: 147px;
  margin: 0 6px 24px;
  text-align: center;
}
.servicer-case-box img {
  width: 147px;
  height: 110px;
  margin-bottom: 10px;
}
.servicer-case-box li span {
  color: #4d5056;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
}
.servicer-case-box > a {
  text-align: right;
  display: block;
  font-size: 12px;
}
.servicer-case-box > a .blue {
  vertical-align: middle;
}
/*评论*/
.review-container .textarea-box {
  width: 828px;
  height: 80px;
  position: relative;
  margin: -37px 0 10px 54px;
}
.review-container .textarea-box .no-login {
  position: absolute;
  width: 828px;
  height: 80px;
  border-radius: 4px;
  border: solid 1px #dde3f0;
  top: 0;
  left: 0;
  background: #ffffff;
  text-align: center;
  line-height: 80px;
  color: #747986;
}
.review-container .textarea-box .no-login a {
  text-decoration: underline;
  color: #12bef4;
  padding: 0 6px;
}
.review-container .textarea-box textarea {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: solid 1px #dde3f0;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.editor-box-bottom {
  padding-left: 54px;
  line-height: 24px;
}
.review-container .smiling-icon {
  margin: 2px 10px 0 0;
}
.review-container .review-btn {
  float: right;
  width: 88px;
  margin: 0 12px;
}
.review-list > li {
  border-bottom: 1px dashed #bdc6db;
  padding: 20px 0;
}
.review-list .review-item {
  margin-left: 56px;
  margin-top: -37px;
}
.review-list .review-header {
  color: #9ca2b1;
}
.review-list .review-date {
  font-size: 12px;
}
.reply-list > li {
  padding: 20px;
  background: #f0f3fa;
  margin-left: 56px;
}
.review-list .top-btn,
.review-list .like-btn {
  float: right;
  cursor: pointer;
}
.review-list .like-btn {
  width: 52px;
  margin-right: 20px;
  margin-left: 30px;
}
.review-list .top-btn.on {
  color: #f33523;
  width: 72px;
}
.review-content {
  line-height: 20px;
  padding: 15px 20px 15px 0;
}
.review-list .reply-list .like-btn {
  margin-right: 0;
}
.reply-list .review-content {
  padding-right: 0;
}
/*服务商详情*/
.servicer-grade {
  border: 1px solid #dde3f0;
  text-align: center;
}
.servicer-grade .servicer-portrait {
  margin: 10px 0 0px;
}
.servicer-grade > p {
  font-size: 16px;
  margin-top: 10px;
}
.servicer-grade > span {
  padding: 5px 0;
  display: inline-block;
}
.servicer-grade .w260 {
  margin: 0 auto;
}
.servicer-grade .w260 > div:first-child {
  text-align: left;
  padding-bottom: 10px;
}
.servicer-grade strong.orange {
  font-size: 32px;
  padding-left: 10px;
}
.servicer-grade .star-box i {
  margin: 0 16px;
  float: left;
}
.servicer-grade .linear-gradient-red {
  height: 12px;
  color: #ffffff;
  font-size: 12px;
  margin: 8px 0;
}
.servicer-grade .linear-gradient-red span {
  width: 20%;
  float: left;
}
.servicer-grade .text-box {
  font-size: 11px;
  color: #9f2713;
}
.servicer-grade .text-box span {
  width: 20%;
  float: left;
}
.servicer-grade .btn-box {
  padding: 20px 0 28px;
}
.btn-3 {
  width: 80px;
  height: 30px;
  background-color: #12bef4;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.btn-3.off {
  background-color: #afb9cc;
}
/*
.servicer-grade .btn-box span{
    width: 50px;
    height: 20px;
    background-color: #12bef4;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 0 18px;
}
.servicer-grade .btn-box span:before, .servicer-grade .btn-box span:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    background: url(/static/img/icon.png) no-repeat;
    top: 0;
}
.servicer-grade .btn-box span:before{
    background-position: -534px -54px;
    left: -10px;
}
.servicer-grade .btn-box span:after{
    background-position: -554px -54px;
    right: -10px;
}*/
.servicer-info .demander-header {
  width: auto;
  border-right: none;
  padding-bottom: 14px;
}
.servicer-info table {
  line-height: 34px;
}
.servicer-info th {
  font-weight: normal;
  font-size: 16px;
}
.servicer-info tbody {
  color: #4d5056;
}
.servicer-info td:first-child {
  font-size: 18px;
  padding-bottom: 4px;
  line-height: 30px;
}
.casus-container {
  border: 1px solid #dde3f0;
  margin: 12px 0;
  padding-bottom: 24px;
  position: relative;
}
.casus-container h5 {
  font-size: 20px;
  padding: 24px;
}
.casus-container h5 em {
  color: #12bef4;
  margin-left: 10px;
}
.casus-container > div {
  width: 860px;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
}
.casus-container .casus-list {
  height: 186px;
  transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
}
.casus-container .img-box {
  width: 256px;
  height: 156px;
  margin: 0 auto 16px;
}
.casus-container li {
  width: 286.66666px;
  text-align: center;
  float: left;
}
.casus-container i {
  top: 120px;
}
/*平台介绍*/
.intro-banner-box {
  background: url("/static/img/intro-banner.jpg") no-repeat center;
  height: 300px;
  min-width: 1200px;
}
.intro-bg,
.intro-bg .w1200 {
  background: #f5fcff;
}
.intro-container {
  padding: 60px 0 100px;
}
.intro-container h2 {
  font-size: 46px;
  letter-spacing: 18px;
  color: #1d2128;
  text-align: center;
  text-indent: 18px;
}
.intro-container .linear-gradient {
  width: 60px;
  height: 4px;
  display: block;
  margin: 18px auto 50px;
}
.intro-container ul {
  width: 830px;
  color: #5d636c;
  letter-spacing: 3px;
  font-size: 18px;
}
.intro-container ul .circle-icon {
  margin-top: 3px;
}
.intro-container ul p {
  width: 798px;
  float: right;
  line-height: 28px;
}
.intro-container ul li {
  padding-top: 30px;
}
.intro-container ul li:first-child {
  padding: 0;
}
.intro-bg .intro-container ul {
  width: 870px;
}
.intro-bg .intro-container ul p {
  width: 838px;
}
.contact-box {
  font-size: 18px;
}
.contact-box .contact-ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contact-box .contact-ul #contactName {
  display: inline-block;
  max-width: 189px;
}
.contact-box .contact-ul li {
  padding-top: 0;
  flex-grow: 1;
  flex-shrink: 0;
}
.contact-box .contact-ul li:nth-child(3) {
  cursor: pointer;
  position: relative;
  width: 323px;
}
#show-wechat-QRCode p {
  float: left;
  width: 100%;
}
.contact-box span {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

/*发布需求，发布案例*/
.publish-box {
  background: #f0f3fa;
  margin: 20px 0 60px;
  padding: 0 80px 40px;
}
.publish-box h1 {
  font-size: 24px;
  letter-spacing: 5px;
  text-align: center;
  padding: 40px 0;
}
.publish-form em {
  color: #ff0000;
}
.publish-form .form-item {
  position: relative;
  padding-bottom: 20px;
}
.publish-form label {
  width: 152px;
  font-size: 16px;
  float: left;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 0;
}
.publish-form input {
  width: 888px;
  height: 40px;
  border: 1px solid #dde3f0;
  line-height: 38px;
  padding: 0;
  color: #2d3037;
  text-indent: 10px;
  position: relative;
}

.publish-form.mini {
  width: 810px;
}
.publish-form.mini label {
  padding-left: 14px;
}
.publish-form.mini input,
.publish-form.mini .selected-box,
.publish-form.mini .select-box,
.publish-form.mini .selected-box-sub,
.publish-form.mini .keyword-selected-box {
  width: 658px;
}
.publish-form input.mini {
  width: 190px;
}
.publish-form .selected-box,
.publish-form .keyword-selected-box {
  width: 888px;
  padding-top: 4px;
  border: 1px solid #dde3f0;
  background: #ffffff;
  float: right;
  min-height: 40px;
}
.publish-form .selected-box ul,
.publish-form .keyword-selected-box ul {
  width: 850px;
  float: left;
}
.publish-form.mini .selected-box ul,
.publish-form.mini .keyword-selected-box ul {
  width: 620px;
}
.publish-form .selected-box ul li,
.publish-form .keyword-selected-box ul li {
  float: left;
  height: 30px;
  margin-bottom: 4px;
  background: #f0f3fa;
  line-height: 30px;
  color: #2d3037;
  margin-left: 5px;
  padding: 0 10px;
}
.publish-form .selected-box ul li .delete-icon,
.publish-form .keyword-selected-box ul li .delete-icon {
  cursor: pointer;
  margin-left: 10px;
}
.publish-form .selected-box .triangle-icon {
  margin: 10px 13px 0;
  float: right;
}
.publish-form .select-box {
  position: absolute;
  right: 0;
  top: -1px;
  width: 888px;
  border: 1px solid #dde3f0;
  padding-top: 20px;
  background: #ffffff;
  display: none;
  z-index: 99;
}

.publish-form .select-box li {
  float: left;
  margin: 0 15px 20px;
  cursor: pointer;
}
.publish-form .select-box li.on {
  color: #12bef4;
}
.selected-box-sub {
  position: relative;
  float: left;
  height: 0;
  width: 888px;
  margin-left: 152px;
}

.publish-box .img-box {
  width: 230px;
  height: 230px;
  border: solid 1px #d5dae6;
  background: #ffffff;
  text-align: center;
  line-height: 228px;
}
.publish-box .img-box img {
  width: 228px;
  height: 228px;
}
.publish-box .img-box img.no-upload {
  width: 120px;
  height: 108px;
}
.publish-box .btn-1 {
  width: 160px;
  cursor: pointer;
}
.publish-box .btn-1 {
  margin: 16px auto 0;
}
.ueditor-title h2 {
  font-size: 20px;
  float: left;
  margin-right: 5px;
}
.ueditor-title span {
  font-size: 12px;
  color: #747986;
  float: left;
  padding-top: 8px;
}
.ueditor-title .btn-3 {
  float: right;
  margin: 0 0 0 10px;
}
.publish-box .choose-img {
  position: relative;
}
.publish-box .calendar-icon {
  position: absolute;
  top: 10px;
  left: 308px;
}
.file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#condition-form {
  display: inline-block;
}
/*服务中心*/
.center-banner-box {
  background: url("/static/img/service-center-banner.jpg") no-repeat center;
  height: 240px;
  min-width: 1200px;
}
.service-info {
  padding-bottom: 60px;
}
.service-info-title {
  padding: 60px 0 10px;
}
service-info-title.on {
  border-bottom: 1px solid #dde3f0;
}
.service-info-title .edit-btn {
  float: right;
  cursor: pointer;
}
.service-info-title .linear-gradient-tobottom {
  width: 4px;
  height: 24px;
  float: left;
}
.service-info-title p {
  font-size: 20px;
  padding-left: 10px;
  float: left;
}
.service-info .info-item {
  width: 600px;
  font-size: 16px;
  float: left;
  padding-top: 24px;
  color: #2d3037;
  text-indent: 20px;
}
.service-info .info-item.right {
  text-indent: 30px;
}
.service-info .info-item i {
  margin-left: 16px;
}
.service-info .info-item .orange {
  font-size: 14px;
}
.service-info .info-item span:first-child {
  color: #000000;
}
.project-box {
  width: 590px;
  height: 322px;
  border: 1px solid #dde3f0;
  border-radius: 4px;
  background: #ffffff;
  margin: 10px 0 60px;
}
.project-box.mb10 {
  margin-bottom: 10px;
}
.project-box .box-title {
  background: #f0f1f5;
  border-bottom: #dde3f0 1px solid;
  height: 47px;
  line-height: 47px;
  padding: 0 20px;
}
.project-box .box-title span {
  font-size: 16px;
}
.project-box .box-title a {
  float: right;
  color: #12bef4;
}
.project-box ul {
  height: 275px;
  padding: 0 20px;
}
.project-box li {
  line-height: 55px;
  height: 55px;
  color: #747986;
}
.project-box li a {
  display: inline-block;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  color: #2f333b;
}
.project-box li span {
  width: 90px;
  display: inline-block;
  margin-left: 60px;
}
.project-box ul > p {
  text-align: center;
  line-height: 275px;
}
/*完善服务商资料-更改服务商资料*/
#facilitator-info .modal-dialog {
  width: 720px;
}
#facilitator-info .form-item {
  width: 330px;
  float: left;
  margin-bottom: 16px;
  position: relative;
}
#facilitator-info .form-item > span {
  width: 90px;
  float: left;
  line-height: 36px;
  font-size: 16px;
  height: 36px;
}
#facilitator-info .form-item.right {
  margin-left: 10px;
}
#facilitator-info .form-item.right > span {
  text-indent: 18px;
}
#facilitator-info .form-item input {
  width: 240px;
  height: 36px;
  border: 1px solid #dde3f0;
  float: left;
  color: #4d5056;
  text-indent: 10px;
}
#facilitator-info .form-item input#link-phone {
  width: 185px !important;
}
button#showPhoneNumberByAccessId {
  line-height: 28px;
}
#facilitator-info .form-item input#link-qq {
  width: 185px !important;
}
button#showCustomerInfoByAccessId {
  line-height: 28px;
}
#facilitator-info .form-item.big {
  width: 670px;
}
#facilitator-info .form-item.big input {
  width: 580px;
}
#facilitator-info .select-btn {
  height: 36px;
  line-height: 34px;
}
#facilitator-info .choose-province {
  width: 114px;
}
#facilitator-info .choose-city {
  width: 114px;
  margin-left: 12px;
}
#facilitator-info .select-list {
  max-height: 500px;
  overflow: auto;
}
#facilitator-info .choose-province span,
#facilitator-info .choose-city span {
  width: 80px;
  color: #4d5056;
}
#facilitator-info .choose-type,
#facilitator-info .service-type-list-div .select-btn {
  width: 240px;
}
#facilitator-info .choose-type span,
#facilitator-info .service-type-list-div .select-btn span {
  width: 207px;
  height: 34px;
  line-height: 34px;
}
#facilitator-info .choose-type + .select-list,
#facilitator-info .service-type-list-div .select-btn + .select-list {
  left: 90px;
  width: 240px;
}
#facilitator-info .publish-form .selected-box,
#facilitator-info .publish-form .keyword-selected-box {
  width: 580px;
  float: left;
}
#facilitator-info .publish-form .selected-box ul {
  width: 542px;
}
#facilitator-info .publish-form .keyword-selected-box ul {
  width: 578px;
}
#facilitator-info .selected-box-sub {
  margin-left: 90px;
  width: 580px;
}
#facilitator-info .publish-form .select-box {
  width: 580px;
}
#facilitator-info .hint-text {
  margin-left: 90px;
  font-size: 12px;
  color: #747986;
  padding-bottom: 4px;
  display: inline-block;
}
#facilitator-info textarea {
  padding: 20px;
  border: 1px solid #dde3f0;
  width: 100%;
  height: 240px;
}
#facilitator-info .textarea-hint {
  float: right;
  font-size: 12px;
  color: #747986;
  padding-top: 16px;
}
#facilitator-info .modal-body .btn-box {
  padding-top: 0;
}
/*服务中心-各详情页的顶部*/
.service-center-header {
  height: 90px;
  padding: 30px 0;
}
.service-center-header h1 {
  font-size: 24px;
  float: left;
}
.tabs-box {
  float: left;
  margin-top: 2px;
}
.service-center-header .tabs {
  display: inline-block;
  font-size: 14px;
  margin-left: 18px;
  cursor: pointer;
}
.service-center-header .tabs span {
  vertical-align: middle;
  padding-left: 6px;
}
.service-center-header .tabs.on {
  color: #ff735c;
}
.project-list .item-box {
  border: solid 1px #dde3f0;
  margin-top: 12px;
}
.project-list .item-header {
  background: #f0f3fa;
  padding: 24px;
}
.project-list .item-header h2 {
  font-size: 20px;
  float: left;
  margin-right: 24px;
}
.project-list .item-header .btn-group,
.my-case-list .btn-group {
  float: right;
}
.project-list .item-header .type-box {
  float: left;
  padding-top: 4px;
}
.project-list .item-header .btn-group .btn-2,
.my-case-list .btn-group .btn-2 {
  display: inline-block;
  margin-left: 8px;
}
.project-list .arrows-icon {
  margin: 24px 60px;
}
.project-list .item-main .info-box {
  padding: 24px;
  font-size: 12px;
  color: #747986;
}
.project-list .item-main .info-box > span:first-child {
  font-size: 14px;
  color: #4d5056;
}
.project-list .item-main .info-box em {
  font-weight: bold;
}
.project-list .item-main .info-box b {
  color: #12bef4;
  font-weight: bold;
  padding: 0 4px;
}
.project-list .item-main .require-flow {
  padding: 30px 24px 24px;
}
.project-list .item-footer h3 {
  font-size: 16px;
  padding: 10px 24px;
  border-bottom: dashed 1px #bdc6db;
}
.project-list .item-footer h3 em {
  color: #12bef4;
  font-weight: bold;
  margin-left: 10px;
}
.project-list .item-footer .bidder-container {
  width: 1200px;
  margin-left: -1px;
}
.project-list .item-footer .bidder-list li {
  width: 240px;
  /*height: 224px;*/
}
.project-list .tag-1 {
  cursor: pointer;
}
#order-details .footer-evaluate div,
.project-list .footer-evaluate div {
  width: 50%;
  padding: 8px 24px 24px;
  float: left;
  color: #4d5056;
}
#order-details .footer-evaluate div {
  padding: 0;
}
#order-details .footer-evaluate h6,
.project-list .footer-evaluate h6 {
  font-size: 16px;
  padding-bottom: 20px;
  color: #000000;
}
#order-details .footer-evaluate p,
.project-list .footer-evaluate p {
  margin-left: 74px;
  margin-top: -23px;
  line-height: 24px;
}
.project-list .bidding-box {
  top: 20px;
  left: 142px;
}
/*我的开发案例*/
.my-case-list li {
  border: solid 1px #dde3f0;
  margin-top: 12px;
  padding: 20px;
}
.my-case-list .img-box {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 20px;
}
.my-case-list .info-box {
  padding-top: 24px;
  font-size: 12px;
  color: #597371;
}
.my-case-list h2 {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 454px;
}
.my-case-list .tag-1 {
  margin-right: 8px;
  vertical-align: middle;
}
.my-case-list .orange {
  vertical-align: middle;
}
#alert .modal-body p {
  font-size: 16px;
}

.datetimepicker .glyphicon {
  font-family: "Microsoft Yahei";
}
/*我购买的服务*/
.query-box {
  position: relative;
  padding: 8px 0 18px;
}
.query-box span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 13px;
}
.query-box span:first-child {
  padding-left: 0;
}
.query-box input {
  width: 130px;
  height: 30px;
  border: solid 1px #dde3f0;
  text-indent: 10px;
  font-size: 12px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.query-box input.big {
  width: 200px;
}
.query-box .calendar-icon {
  position: absolute;
  top: 15px;
  margin-left: -30px;
}
.service-type.select-btn {
  width: 140px;
  height: 30px;
  vertical-align: middle;
}
.service-type.select-btn span {
  width: 100px;
  height: 28px;
  line-height: 28px;
}
.service-type.select-btn .select-list {
  top: 30px;
  left: -1px;
}
.query-box .btn-2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
}
.service-table {
  border: 1px solid #dde3f0;
}
.service-table thead {
  background: #f0f3fa;
}
.service-table tbody {
  font-size: 12px;
  color: #4d5056;
}
.service-table.table > thead > tr > th {
  border-bottom: none;
  font-weight: normal;
}
.service-table.table > tbody > tr > td {
  border-top: 1px solid #dde3f0;
  padding: 20px 8px;
  line-height: 20px;
}
.service-table.table > tbody > tr:first-child > td {
  border-top: none;
}
.service-table .btn-3 {
  margin: 0;
}
.service-table .btn-3:first-child {
  margin-right: 4px;
}
.service-table.table > tbody > tr > td:first-child {
  font-size: 16px;
  line-height: 16px;
}
.service-table .blue {
  cursor: pointer;
}
/*弹出框*/
#evaluate-box .give-mark {
  line-height: 26px;
  padding-bottom: 20px;
  font-size: 16px;
}
#evaluate-box .star-box i {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-position: -200px -622px;
  margin: 0 4px;
}
#evaluate-box .star-box i.on {
  background-position: -146px -622px;
}
#evaluate-box .star-box {
  padding-left: 8px;
}
#evaluate-box .textarea-title {
  font-size: 16px;
}
#evaluate-box .textarea-title em {
  font-size: 14px;
  color: #747986;
}
#evaluate-box textarea {
  width: 100%;
  height: 240px;
  border: 1px solid #dde3f0;
  margin-top: 8px;
  font-size: 14px;
  padding: 10px;
  line-height: 16px;
}
#time-box .input-box {
  text-align: center;
  font-size: 16px;
}
#time-box .close-icon {
  cursor: pointer;
}
#time-box .input-box input {
  width: 300px;
  height: 32px;
  border: 1px solid #dde3f0;
  margin: 0 4px 0 8px;
  font-size: 14px;
  text-indent: 16px;
}
.refund-box .modal-body > div {
  padding-top: 20px;
  font-size: 16px;
}
.refund-box .modal-body > div:first-child {
  padding-top: 0;
}
.refund-box .input-box {
  line-height: 36px;
}
.refund-box input {
  width: 200px;
  height: 36px;
  border: 1px solid #dde3f0;
  text-indent: 16px;
  float: left;
  line-height: 34px;
}
.refund-box .clearfix span {
  float: left;
}
.refund-box .clearfix span:first-child {
  width: 90px;
}
.refund-box .modal-body > span {
  display: inline-block;
  padding-top: 10px;
  padding-left: 90px;
  color: #9ca0a9;
}
.refund-box textarea {
  width: 500px;
  height: 100px;
  border: 1px solid #dde3f0;
  float: right;
  color: #4d5056;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}
.refund-box .clearfix p {
  float: right;
  width: 500px;
  line-height: 24px;
  font-size: 14px;
}
#alert {
  z-index: 99999;
}
#order-details span {
  font-size: 16px;
  color: #4d5056;
  display: inline-block;
}
#order-details .modal-body > div {
  padding-top: 20px;
  float: left;
  width: 100%;
}
#order-details .modal-body > div.pt0 {
  padding-top: 0;
}
#order-details div.mini {
  width: 47.5%;
}
#order-details span:first-child {
  color: #000000;
  width: 100px;
}
#order-details textarea {
  width: 590px;
  height: 60px;
  margin-top: 10px;
  border: 1px solid #dde3f0;
  color: #4d5056;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}
#order-details .require-flow {
  padding: 20px 0 0;
}
#order-details .require-flow .arrows-icon {
  margin: 24px 10px;
}
#order-details .require-flow span {
  font-size: 12px;
}

.hint-fixed-box {
  position: fixed;
  background: #fff;
  width: 305px;
  border: 1px solid #dde3f0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  padding: 30px 20px;
  right: -305px;
  top: 50px;
  font-size: 16px;
  transition: right 0.5s;
  z-index: 999999;
}
.hint-fixed-box.on {
  right: 20px;
}

.service-center-header a:hover,
.my-case-list .btn-group a:hover {
  text-decoration: none;
}

.publishNeedBox .select-btn {
  width: 190px;
  height: 40px;
  background: #ffffff;
  line-height: 38px;
  margin-right: 20px;
}
.publishNeedBox .select-btn span {
  width: 150px;
}
.publishNeedBox .select-list {
  max-height: 300px;
  overflow: auto;
  width: 190px;
}

.bgPayModal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1100;
}

.payModalBox {
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -433px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1100;
  display: none;
}

.pay-hint-box > p {
  line-height: 1.8;
}
.pay-hint-box .top-hint {
  background: #ffffff;
  border-bottom: 1px solid #999;
  height: 8px;
  width: 200px;
  margin: 0 auto;
}
.pay-hint-box .top-hint span {
  color: #999;
  background: #ffffff;
  padding: 0 6px;
}
.pay-hint-box .orange {
  font-size: 36px;
}
.tag-style-1,
.case-header .case-info .case-info-b span,
.case-list .item-centen-middle span,
.demander-header-info-last,
.servicer-list li .item-centen-bottom span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-style-1 {
  max-width: 92px;
}
.case-header .case-info .case-info-b span {
  display: inline-block;
  max-width: 210px;
}
.case-list .item-centen-middle span {
  display: inline-block;
  max-width: 262px;
}
.mr30 {
  margin-right: 30px;
}
.demander-header .demander-header-info {
  width: 760px;
}
.demander-header .demander-header-info p {
  padding-bottom: 10px;
  float: left;
}
.demander-header .demander-header-info .demander-header-info-last {
  max-width: 760px;
}
.servicer-list li.jlc-item > div:first-child {
  width: 600px;
}
.servicer-list li .item-centen-bottom {
  line-height: 20px;
}
.servicer-list li .item-centen-bottom span {
  display: inline-block;
  width: 130px;
  vertical-align: middle;
  padding-right: 10px;
}
.servicer-list li .item-centen-bottom i.service-type-title {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
}

#facilitator-info .form-item input.w180 {
  width: 180px;
}
#facilitator-info .icon-add-item,
#facilitator-info .icon-del-item {
  width: 20px;
  height: 20px;
  margin: 8px 0 0 20px;
  cursor: pointer;
}
#facilitator-info .icon-add-item {
  background-position: -542px -624px;
}
#facilitator-info .icon-del-item {
  background-position: -592px -624px;
}
span.audit-remark {
  max-width: 152px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0px;
  vertical-align: middle;
}
#loading-box {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
}
#loading-box p {
  padding-top: 20px;
}
#loading-box > div {
  position: relative;
  top: 50%;
  margin-top: -80px;
}
span.star-span-box {
  width: 100% !important;
  padding-bottom: 10px !important;
}
.pd10 {
  padding-bottom: 10px !important;
}
.file-upload {
  position: relative;
  width: 180px !important;
  display: inline-block;
}
.customer-file {
  color: #12bef4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.facilitator-file {
  color: #12bef4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jlc-icon {
  position: absolute;
  right: 103px;
  top: 32px;
}
.show-facilitator-info {
  cursor: pointer;
}
.customer-level {
  line-height: 40px;
}
.file-upload-name {
  width: 120px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}

#facilitator-info .form-item input.keyword-input,
.publish-form input.keyword-input {
  float: left;
  width: 150px;
  border: none;
  height: 30px;
}
.publish-form input.keyword-input {
  width: 200px;
}
.bid-price-box {
  width: 120px;
  height: 32px;
  background: #f5fcff;
  border: 1px solid #b8d2e4;
  line-height: 32px;
  text-align: center;
  margin: 14px auto 0;
  color: #3e5a6e;
  border-radius: 4px;
  position: relative;
  font-size: 16px;
}
.bid-price-box i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  right: -1px;
  background-position: -463px -698px;
}
.bid-price-box.off {
  background: #f0f4fa;
  border: 1px solid #f0f4fa;
  color: #9ca3b0;
}
.facilitator-name-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
  margin: 10px auto;
}
#showPhoneInfo,
#showQQInfo {
  display: none;
  height: 22px;
  font-size: 13px;
  line-height: 17px;
}

.shake-animation {
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}

#agree-show-info {
  width: 14px !important;
  margin-bottom: 5px;
  margin-right: 8px;
}

#agree-show-info-label {
  display: flex;
  align-items: center;
  height: 24px;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  15%,
  45%,
  75% {
    transform: translateX(-1px) rotate(1deg);
  }
  30%,
  60%,
  90% {
    transform: translateX(1px) rotate(-1deg);
  }
}
