body {
  background: #F6F6F6;
}
.blue {
  color: #0d86ff;
}
.green {
  color: #24b26b;
}
.red {
  color: #ff6666;
}
.path {
  width: 1200px;
  margin: 15px auto;
  text-align: left;
  color: #333333;
  font-size: 14px;
  padding-top: 10px;
}
.path a {
  color: #333333;
  font-size: 14px;
  margin: 0 8px;
  margin-left: 0;
}
.path .color-blue-crumbs {
  color: #0d86ff !important;
}
.pd-top-blue {
  /*background: #fff;*/
  margin-top: 77px;
}
.pd-top-blue .pd-top {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 40px 30px;
  border: 1px solid #eeeeee;
}
.pd-top-blue .pd-top .pd-top-title {
  text-align: left;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: start;
}
.pd-top-blue .pd-top .pd-top-title .title-flag {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #0d86ff;
  color: #fff;
  padding: 1px 8px;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 5px;
}
.pd-top-blue .pd-top .pd-info-box {
  text-align: left;
}
.pd-top-blue .pd-top .pd-info-box div {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  margin-right: 10px;
}
.pd-top-blue .pd-top .pd-info-box .city {
  color: #5691f5;
  background-color: #eef5fc;
}
.pd-top-blue .pd-top .pd-info-box .type {
  color: #1ca046;
  background: #f0fcf6;
}
.pd-top-blue .pd-top .pd-info-box .money {
  background: rgba(255, 239, 239);
  color: #e1483d;
}
.pd-top-blue .pd-top .pd-info-box .industry {
  background: #fff9f5;
  color: #ff802b;
}
.pd-top-blue .pd-top .top-date {
  border: none;
  margin-top: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pd-top-blue .pd-top .top-date .firm-item {
  display: flex;
  color: #606266;
  font-size: 14px;
  background: #f5f7fa;
  border-radius: 8px;
  padding: 10px;
  text-align: left;
}
.pd-top-blue .pd-top .top-date .firm-item div {
  margin-right: 30px;
}
.pd-top-blue .pd-top .top-date .firm-item .firm-item-left {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.pd-top-blue .pd-top .top-date .top-date-left {
  justify-content: center;
  color: #666666;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.pd-top-blue .pd-top .top-date .top-date-left i {
  font-size: 14px;
}
.pd-top-blue .pd-top .top-date .top-date-left img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 5px;
}
.pd-top-blue .pd-top .top-date .top-date-right {
  display: flex;
  align-items: center;
}
.pd-top-blue .pd-top .export-word,
.pd-top-blue .pd-top .cancel-attention {
  width: 94px;
  height: 34px;
  color: #0d86ff;
  border-radius: 2px;
  border: solid 1px #0d86ff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 20px;
}
.pd-top-blue .pd-top .export-word.sel-btn,
.pd-top-blue .pd-top .cancel-attention.sel-btn {
  background-color: #0d86ff;
  color: #ffffff;
}
.pd-top-blue .pd-top .firm-info-ri {
  position: absolute;
  right: 0;
  width: 282px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  top: 35px;
}
.pd-top-blue .pd-top .firm-info-ri img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.pd-top-blue .pd-top .firm-info-ri .ep-top-handle {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.pd-top-blue .comnpany-box {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 40px 30px;
  border: solid 1px #eeeeee;
}
.pd-top-blue .comnpany-box .name-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 20px;
}
.pd-top-blue .comnpany-box .name-box .left span {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.pd-top-blue .comnpany-box .name-box .left button {
  width: 72px;
  height: 25px;
  background-color: #4285f4;
  border-radius: 2px;
  color: #fffefe;
  font-size: 14px;
  border: none;
  outline: none;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.pd-top-blue .comnpany-box .name-box .right .handle {
  margin-left: 25px;
  color: #4285f4;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}
.pd-top-blue .comnpany-box .name-box .right .handle i {
  margin-right: 5px;
}
.pd-top-blue .comnpany-box .info-box {
  display: flex;
  display: -webkit-flex;
}
.pd-top-blue .comnpany-box .info-box .com-bac-text {
  width: 100px;
  height: 100px;
  background-color: #bc9edd;
  margin-right: 21px;
}
.pd-top-blue .comnpany-box .info-box .com-bac-text img {
  display: inline-block;
  transform: translate(1%, 32%);
}
.pd-top-blue .comnpany-box .info-box .detail-box {
  text-align: left;
}
.pd-top-blue .comnpany-box .info-box .detail-box .type div {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  margin-right: 10px;
}
.pd-top-blue .comnpany-box .info-box .detail-box .type .city {
  color: #5691f5;
  background-color: #eef5fc;
}
.pd-top-blue .comnpany-box .info-box .detail-box .type .type {
  color: #1ca046;
  background: #f0fcf6;
}
.pd-top-blue .comnpany-box .info-box .detail-box .type .money {
  background: #fff5f5;
  color: #e1483d;
}
.pd-top-blue .comnpany-box .info-box .detail-box .type .industry {
  background: #fff9f5;
  color: #ff802b;
}
.pd-top-blue .comnpany-box .info-box .detail-box .material {
  margin-top: 5px;
}
.pd-top-blue .comnpany-box .info-box .detail-box .material div {
  width: 40%;
  display: inline-block;
  color: #666666;
}
.pd-top-blue .comnpany-box .info-box .detail-box .material div span {
  color: #333333;
}
.pd-top-blue .comnpany-box .info-box .detail-box .material div:last-child {
  width: 58%;
}
.pd-top-blue .comnpany-box .info-box .intro {
  margin-top: 5px;
  display: flex;
}
.pd-top-blue .comnpany-box .info-box .intro div {
  display: inline-block;
}
.pd-top-blue .comnpany-box .info-box .intro .name {
  color: #666666;
}
.pd-top-blue .comnpany-box .info-box .intro .content {
  color: #333333;
  width: 715px;
  vertical-align: text-top;
}
.pd-top-blue .comnpany-box .info-box .intro .content.active {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pd-top-blue .comnpany-box .info-box .intro .show-con {
  cursor: pointer;
  color: #4285f4;
}
.pd-top-blue.duivipoo .pd-top .pd-top-title {
  margin-bottom: 15px;
}
.pd-top-blue.duivipoo .pd-top .doojider {
  background: #f8fbff;
  padding: 20px 15px;
  margin-bottom: 15px;
  text-align: left;
}
.pd-top-blue.duivipoo .pd-top .doojider span {
  color: #999;
  font-size: 14px;
  margin-right: 50px;
}
.pd-top-blue.duivipoo .pd-top .doojider span i {
  font-style: normal;
  color: #666;
}
.s-body-blue {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.s-body-blue .pd-body {
  width: 880px;
  margin: 0;
  box-sizing: border-box;
  padding: 30px 0;
  height: 100%;
  position: relative;
  background: #fff;
  border: solid 1px #eeeeee;
}
.s-body-blue .pd-body.paduier {
  padding: 0 0 30px 0;
}
.s-body-blue .pd-body.paduier .cyiueid {
  background: #0d86ff;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.s-body-blue .pd-body.paduier .idoerce {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 40px;
}
.s-body-blue .pd-body .ioeppes {
  padding: 0 0 30px 0 !important;
}
.s-body-blue .pd-body .tab {
  width: 820px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.s-body-blue .pd-body .tab.tab2 {
  width: 70%;
  margin: inherit;
  margin-left: 30px;
}
.s-body-blue .pd-body .tab.tab2 .tr .tbody {
  width: 23%;
}
.s-body-blue .pd-body .tab.tab2 .tr .td1 {
  width: 80%;
}
.s-body-blue .pd-body .tab .tr {
  border-bottom: 1px solid #e4eef6;
  border-top: none;
}
.s-body-blue .pd-body .tab .tr td {
  font-size: 14px;
  border: 1px solid #e4eef6;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
}
.s-body-blue .pd-body .tab .tr .tbody {
  width: 130px;
  background-color: #f0f7fc;
  color: #333333;
}
.s-body-blue .pd-body .tab .tr .cxdyWider {
  width: 235px;
}
.s-body-blue .pd-body .tab .tr .td1,
.s-body-blue .pd-body .tab .tr .td2 {
  width: 281px;
  /* height: 50px; */
  background-color: #ffffff;
  border: solid 1px #e4eef6;
  color: #333333;
}
.s-body-blue .pd-body .tab .tr .td1.green,
.s-body-blue .pd-body .tab .tr .td2.green {
  color: #24b26b;
}
.s-body-blue .pd-body .tab .tr .td1.blue,
.s-body-blue .pd-body .tab .tr .td2.blue {
  color: #0d86ff;
}
.s-body-blue .pd-body .tab .tr .td1.red,
.s-body-blue .pd-body .tab .tr .td2.red {
  color: #e1483d;
}
.s-body-blue .pd-body .pd-contact {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.s-body-blue .pd-body .pd-contact .company-info {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 40px;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item {
  width: 290px;
  height: 86px;
  border-radius: 2px;
  padding: 0px 15px 0 50px;
  box-sizing: border-box;
  border: solid 1px #eeeeee;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  position: relative;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item.company-info-item2 {
  width: 215px;
  height: 86px;
  position: relative;
  cursor: pointer;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item.company-info-item2:hover .kefu-h {
  display: block;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item.company-info-item2 .company-info-item-n {
  font-size: 16px;
  cursor: auto;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item.company-info-item2 .company-info-item-b div:first-child {
  width: 100%;
  margin-right: 0;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item.company-info-item2 .kefu-h {
  position: absolute;
  top: -35px;
  right: 23px;
  width: 150px;
  height: 54px;
  background: url(../img_old/kefu_b.png) no-repeat center;
  background-size: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 46px;
  display: none;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item .cm-tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 86px;
  background-color: #4285f4;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item .company-info-item-n {
  color: #303133;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item .company-info-item-n span {
  color: #606266;
  font-size: 12px;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item .company-info-item-b {
  display: flex;
  display: -webkit-flex;
  color: #606266;
  font-size: 14px;
  margin-top: 5px;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item .company-info-item-b div:first-child {
  display: inline-block;
  width: 135px;
  margin-right: 5px;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item .company-info-item-b div:last-of-type {
  width: 115px;
  margin-right: 0;
}
.s-body-blue .pd-body .pd-contact .company-info .company-info-item .company-info-item-b span {
  color: #e1483d;
}
.s-body-blue .pd-body .pd-contact .underline {
  width: 820px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  color: #333333;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
}
.s-body-blue .pd-body .pd-contact .underline:after {
  width: 72px;
  height: 2px;
  background-color: #4285f4;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
.s-body-blue .pd-body .pd-contact .xuieprs {
  border: 1px solid #e4eef6;
  width: 820px;
  margin: 0 auto 28px auto;
}
.s-body-blue .pd-body .pd-contact .xuieprs .gsdgwer {
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  background: #f0f7fc;
}
.s-body-blue .pd-body .pd-contact .xuieprs .gsdgwer em {
  font-style: normal;
  color: #4285f4;
  margin-left: 15px;
}
.s-body-blue .pd-body .pd-contact .xuieprs .zyuider {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 20px 0;
}
.s-body-blue .pd-body .pd-contact .xuieprs .zyuider h4 {
  font-size: 18px;
  color: #e1483d;
  margin-bottom: 7px;
}
.s-body-blue .pd-body .pd-contact .xuieprs .zyuider span {
  color: #333;
  font-size: 14px;
}
.s-body-blue .pd-body .pd-contact .monitor-type {
  display: flex;
  display: -webkit-flex;
  font-size: 14px;
  margin-bottom: 40px;
  padding-left: 30px;
}
.s-body-blue .pd-body .pd-contact .monitor-type .name {
  color: #333333;
}
.s-body-blue .pd-body .pd-contact .monitor-type a {
  display: inline-block;
  color: #4285f4;
  font-size: 12px;
  border: solid 1px #4285f4;
  border-radius: 2px;
  padding: 8px 15px;
  margin-left: 12px;
  margin-bottom: 15px;
}
.s-body-blue .pd-body .pd-contact .monitor-type a:hover {
  background-color: #4285f4;
  color: #ffffff;
}
.s-body-blue .pd-body .pd-contact .monitor-type a.active {
  background-color: #4285f4;
  color: #ffffff;
}
.s-body-blue .pd-body .pd-contact .monitor-type .flexLeft {
  height: 36px;
  line-height: 36px;
}
.s-body-blue .pd-body .pd-contact .monitor-type .flertRight {
  flex: 1;
}
.s-body-blue .pd-body .pd-contact .pd-con-tit {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  text-align: left;
  color: #333333;
  font-size: 16px;
  padding-left: 38px;
  font-weight: 600;
}
.s-body-blue .pd-body .pd-contact .pd-con-tit.pd-con-tit-bt:after {
  top: 12px;
}
.s-body-blue .pd-body .pd-contact .pd-con-tit:after {
  position: absolute;
  left: 30px;
  top: 5px;
  content: '';
  width: 3px;
  height: 15px;
  background: #0d86ff;
}
.s-body-blue .pd-body .pd-contact .pd-con-tit .all-type {
  cursor: pointer;
  border: 1px solid #dfe2e5;
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 8px 15px;
}
.s-body-blue .pd-body .pd-contact .pd-con-tit .all-type i {
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 2px;
}
.s-body-blue .pd-body .pd-contact .pd-con-tit .type-box {
  position: absolute;
  padding: 10px 0;
  box-sizing: content-box;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
  top: 43px;
  right: 18px;
  border-radius: 5px;
}
.s-body-blue .pd-body .pd-contact .pd-con-tit .type-box .type-options {
  padding: 3px 20px;
  cursor: pointer;
}
.s-body-blue .pd-body .pd-contact .m-list {
  width: 820px;
  margin: 0 auto;
  text-align: left;
  line-height: 26px;
  font-size: 14px;
  border: solid 1px #e4eef6;
  overflow: hidden;
  position: relative;
}
.s-body-blue .pd-body .pd-contact .m-list img {
  max-width: 100%;
}
.s-body-blue .pd-body .pd-contact .m-list .fdiideru {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.s-body-blue .pd-body .pd-contact .m-list .fdiideru span {
  background: url("/static/img_old/flag/hyd_bjt.png") no-repeat;
  width: 412px;
  height: 312px;
  position: relative;
}
.s-body-blue .pd-body .pd-contact .m-list .fdiideru span a {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 42px;
  width: 310px;
  height: 55px;
  margin-left: -155px;
  background: url("/static/img_old/flag/hyd_anniu.png") no-repeat;
}
.s-body-blue .pd-body .pd-contact .m-list .fdiideru.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-body-blue .pd-body .pd-contact .m-list table {
  width: 100%;
}
.s-body-blue .pd-body .pd-contact .m-list table tr {
  max-width: 100%;
}
.s-body-blue .pd-body .pd-contact .m-list table tr th,
.s-body-blue .pd-body .pd-contact .m-list table tr td {
  word-break: break-all;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
}
.s-body-blue .pd-body .pd-contact .pd-bottm {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box {
  display: flex;
  margin-bottom: 12px;
  margin-top: 15px;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box.up-box-t {
  align-items: start;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-top {
  color: #303133;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 38px;
  margin-right: 15px;
  min-width: 70px;
  text-align: left;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-top:after {
  position: absolute;
  left: 30px;
  top: 4px;
  content: '';
  width: 3px;
  height: 15px;
  background: #0d86ff;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-line {
  text-align: left;
  width: 750px;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-line .up-line-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #606266;
  font-size: 14px;
  cursor: pointer;
  background-color: #f6f6f6;
  padding: 2px 5px;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-line .up-line-item:hover {
  color: #4285f4;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-recomm-box {
  display: flex;
  flex-direction: column;
  color: #606266;
  font-size: 14px;
  text-align: left;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-recomm-box .up-line-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #606266;
  font-size: 14px;
  cursor: pointer;
  padding: 2px 5px;
  padding-left: 16px;
  position: relative;
  background: none;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-recomm-box .up-line-item:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '▶';
  font-size: 14px;
  color: #0d86ff;
}
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-tit:hover,
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-line-item:hover,
.s-body-blue .pd-body .pd-contact .pd-bottm .up-box .up-recomm-item:hover {
  color: #0d86ff;
}
.s-body-blue .pd-body .pd-contact .pd-content {
  width: 820px;
  padding: 15px 15px;
  background: #f0f7fc;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 15px 0 28px 20px;
  text-align: left;
  color: #333333;
  font-weight: bold;
}
.s-body-blue .pd-body .pd-contact .img-box {
  margin: 22px 30px 28px 30px;
  display: flex;
  align-items: center;
}
.s-body-blue .pd-body .pd-contact .img-box img {
  width: 160px;
  height: 160px;
  background-color: #f0f7fc;
  border-radius: 4px;
  display: inline-block;
  margin-right: 20px;
  border: solid 1px #eeeeee;
}
.s-body-blue .pd-body .pd-contact .line {
  width: 100%;
  height: 1px;
  background: #dfe2e5;
  margin: 0;
}
.s-body-blue .pd-body .pd-contact .more {
  margin: 22px 30px 0 30px;
  color: #333333;
}
.s-body-blue .pd-body .pd-contact .cause {
  font-size: 24px;
  text-align: left;
  padding-left: 30px;
  margin-top: 35px;
}
.s-body-blue .pd-body .pd-contact .epm-warp-top {
  display: flex;
  width: 820px;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 0 40px;
}
.s-body-blue .pd-body .pd-contact .epm-warp-top a {
  color: #444444;
  font-size: 20px;
  padding-bottom: 25px;
}
.s-body-blue .pd-body .pd-contact .epm-warp-top a img {
  width: 19px;
  margin-top: -13px;
}
.s-body-blue .pd-body .pd-contact .content-d-main {
  width: 820px;
  margin: 30px auto 0;
  text-align: left;
}
.s-body-blue .pd-body .pd-contact .content-d-main .title {
  font-size: 24px;
}
.s-body-blue .pd-body .pd-contact .content-d-main .info {
  color: #999999;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 22px;
}
.s-body-blue .pd-body .pd-contact .content-d-main .min-tit {
  font-size: 16px;
  padding-left: 7px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 30px;
  font-weight: bold;
}
.s-body-blue .pd-body .pd-contact .content-d-main .min-tit.min-tit-big {
  font-size: 18px;
}
.s-body-blue .pd-body .pd-contact .content-d-main .min-tit.min-tit-big:after {
  height: 18px;
}
.s-body-blue .pd-body .pd-contact .content-d-main .min-tit:after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: 14px;
  background-color: #0d86ff;
  content: '';
}
.s-body-blue .pd-body .pd-contact .content-d-main .content {
  line-height: 22px;
}
.s-body-blue .pd-body .pd-contact .name {
  color: #000000;
  font-size: 28px;
  text-align: left;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.s-body-blue .pd-body .pd-contact .firm-flag {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
}
.s-body-blue .pd-body .pd-contact .firm-flag .firm-nature {
  color: #0d86ff;
  font-size: 14px;
  background: #f2f7fc;
  padding: 3px 10px;
  border-radius: 5px;
  margin-right: 8px;
}
.s-body-blue .pd-body .pd-contact .firm-flag .firm-nature.firm-nature2 {
  background: #edfcf5;
  color: #24b26b;
}
.s-body-blue .pd-body .pd-contact .firm-flag .firm-nature.firm-nature3 {
  background: #fff5f5;
  color: #ff6666;
}
.s-body-blue .pd-body .pd-contact .m-tab,
.s-body-blue .pd-body .pd-contact .m-tab-item {
  display: flex;
  text-align: center;
  background: #f0f7fc;
  color: #333333;
  font-size: 14px;
  border-bottom: solid 1px #e4eef6;
}
.s-body-blue .pd-body .pd-contact .m-tab div,
.s-body-blue .pd-body .pd-contact .m-tab-item div {
  padding: 15px 20px;
  box-sizing: border-box;
}
.s-body-blue .pd-body .pd-contact .m-tab .w135,
.s-body-blue .pd-body .pd-contact .m-tab-item .w135 {
  width: 112px;
  border-right: solid 1px #e4eef6;
}
.s-body-blue .pd-body .pd-contact .m-tab .w177,
.s-body-blue .pd-body .pd-contact .m-tab-item .w177 {
  width: 177px;
  border-right: solid 1px #e4eef6;
}
.s-body-blue .pd-body .pd-contact .m-tab .w180,
.s-body-blue .pd-body .pd-contact .m-tab-item .w180 {
  width: 180px;
  border-right: solid 1px #e4eef6;
}
.s-body-blue .pd-body .pd-contact .m-tab .tySmt,
.s-body-blue .pd-body .pd-contact .m-tab-item .tySmt {
  border-radius: 2px;
  font-size: 14px;
  font-style: normal;
  padding: 3px 5px;
}
.s-body-blue .pd-body .pd-contact .m-tab .lihao,
.s-body-blue .pd-body .pd-contact .m-tab-item .lihao {
  color: #5691f5;
  background: #eef5fc;
}
.s-body-blue .pd-body .pd-contact .m-tab .tishi,
.s-body-blue .pd-body .pd-contact .m-tab-item .tishi {
  background: #f0fcf6;
  color: #1ca046;
}
.s-body-blue .pd-body .pd-contact .m-tab .jingshi,
.s-body-blue .pd-body .pd-contact .m-tab-item .jingshi {
  background: #ffefef;
  color: #e1483d;
}
.s-body-blue .pd-body .pd-contact .m-tab .yichangLj,
.s-body-blue .pd-body .pd-contact .m-tab-item .yichangLj {
  font-size: 14px;
  color: #4285f4;
}
.s-body-blue .pd-body .pd-contact .m-tab-item {
  background: none;
  border-bottom: 1px dashed #e9eff5;
  color: #333333;
}
.s-body-blue .pd-body .pd-contact .dyueyr {
  width: 820px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.s-body-blue .pd-body .pd-contact .dyueyr .beuyiie {
  font-size: 26px;
  color: #333;
  text-align: center;
}
.s-body-blue .pd-body .pd-contact .dyueyr .dueirjd {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}
.s-body-blue .pd-body .pd-contact .dyueyr .dueirjd span {
  color: #999;
  margin: 0 10px;
}
.s-body-blue .pd-body .pd-contact .dyueyr .dueirjd span em {
  color: #333;
  font-style: normal;
}
.s-body-blue .pd-body .de-bot {
  width: 820px;
  height: 176px;
  background-color: #ffffff;
  border-radius: 2px;
  border: none;
  background-size: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 50px 0 0 140px;
  text-align: left;
  margin: 0 auto;
  margin-top: 30px;
  background: url(/static/img_old/info-bg.png) left bottom no-repeat;
}
.s-body-blue .pd-body .de-bot img {
  position: absolute;
  left: 20px;
  top: 35px;
}
.s-body-blue .pd-body .de-bot h4 {
  line-height: 42px;
  font-size: 26px;
  color: #555;
  font-weight: bold;
}
.s-body-blue .pd-body .de-bot h6 {
  line-height: 36px;
  height: 36px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3b3b3b;
}
.s-body-blue .pd-body .de-bot h6 .qq_link {
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  background: #4285f4;
  border-radius: 5px;
  border: none;
}
.s-body-blue .pd-body .de-bot h6 .qq_link:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.s-body-blue .pd-body .fauioe {
  display: flex;
  align-items: center;
  margin-left: -30px;
  padding: 0 30px;
}
.s-body-blue .pd-body .fauioe .tydWidth {
  width: 50%;
  min-height: 435px;
  padding-left: 30px;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e1e1e1;
  min-height: 435px;
  position: relative;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .titler {
  font-size: 18px;
  color: #333;
  padding: 30px 0;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .titler span {
  color: #4286f5;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData {
  padding: 0 20px;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li {
  text-align: left;
  margin-bottom: 20px;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li p i {
  color: #df2d2d;
  font-style: normal;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li input {
  height: 41px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e1e1e1;
  outline: none;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li textarea {
  height: 101px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e1e1e1;
  outline: none;
  padding: 10px;
  width: 100%;
  resize: none;
  box-sizing: border-box;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li input::-webkit-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li input::-moz-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li input::-ms-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li textarea::-webkit-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li textarea::-moz-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .formmData li textarea::-ms-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .ydjue {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.left_wiui .ydjue span {
  height: 48px;
  line-height: 48px;
  background-color: #4285f4;
  border-radius: 4px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .smiuio {
  padding-top: 30px;
  font-size: 18px;
  color: #333;
  line-height: 18px;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .smiuio span {
  color: #e68a0f;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .bushuw {
  display: flex;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .bushuw span {
  width: 33.33333333%;
  text-align: center;
  position: relative;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .bushuw span em {
  width: 20px;
  height: 20px;
  background-color: #eeeeee;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  font-style: normal;
  display: block;
  margin: 0 auto;
  position: relative;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .bushuw span.active em {
  background: #eda445;
  color: #fff;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .bushuw span.active em:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
  background: rgba(237, 164, 69, 0.3);
  border-radius: 50%;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .bushuw span.duihao em {
  text-indent: 1000px;
  background: none;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .bushuw span.duihao em:before {
  background: url("/static/img_old/xqd_bzde.png") no-repeat;
  background-size: 100% 100%;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .bushuw span.duihao:before {
  background: #eda445;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .bushuw span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 100%;
  margin-top: -2px;
  background: #e1e1e1;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .bushuw span:last-child:before {
  width: 0;
  height: 0;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData {
  padding: 0 20px;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li {
  text-align: left;
  margin-bottom: 15px;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li p i {
  color: #df2d2d;
  font-style: normal;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li .uiduow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li .uiduow select {
  height: 40px;
  border-radius: 2px;
  border: solid 1px #e1e1e1;
  outline: none;
  width: 49%;
  box-sizing: border-box;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li input {
  height: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e1e1e1;
  outline: none;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li textarea {
  height: 101px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #e1e1e1;
  outline: none;
  padding: 10px;
  width: 100%;
  resize: none;
  box-sizing: border-box;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li select {
  height: 40px;
  border-radius: 2px;
  border: solid 1px #e1e1e1;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li input::-webkit-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li input::-moz-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li input::-ms-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li textarea::-webkit-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li textarea::-moz-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li textarea::-ms-input-placeholder {
  color: #999999;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li.disfkex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .formmData li.disfkex .zhuie {
  width: 49%;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .ydjue {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items .ydjue span {
  height: 48px;
  line-height: 48px;
  background-color: #4285f4;
  border-radius: 4px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items.two {
  display: none;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items.two .ydjue {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items.two .ydjue span {
  width: 49%;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items.two .ydjue span:first-child {
  border: solid 1px #4285f4;
  background: none;
  color: #4285f4;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items.three {
  display: none;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items.three .ydjue {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items.three .ydjue span {
  width: 49%;
}
.s-body-blue .pd-body .fauioe .tydWidth .borderi.right_wiui .items.three .ydjue span:first-child {
  border: solid 1px #4285f4;
  background: none;
  color: #4285f4;
}
.s-body-blue.vipDelCen .pd-body {
  background: none;
  border: 0;
  padding: 0;
}
.s-body-blue.vipDelCen .pd-body .pd-contact {
  padding: 30px 0;
  background: #fff;
  border: solid 1px #eeeeee;
  margin-bottom: 20px;
}
.s-body-blue.vipDelCen .pd-body .pd-contact .heyuirt {
  line-height: 48px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  background: #fcfcfc;
  margin-bottom: 25px;
}
.s-body-blue.vipDelCen .pd-body .pd-contact .heyuirt span {
  position: relative;
  font-size: 16px;
  color: #333;
  width: 137px;
  text-align: center;
  cursor: pointer;
}
.s-body-blue.vipDelCen .pd-body .pd-contact .heyuirt span.active {
  color: #4285f4;
  font-weight: bold;
  background: #fff;
}
.s-body-blue.vipDelCen .pd-body .pd-contact .heyuirt span.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #4285f4;
}
.s-body-blue.vipDelCen .pd-body .pd-contact .heyuirt span.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.s-body-blue.vipDelCen .pd-body .pd-contact .yuiekide {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 30px 0 30px;
}
.s-body-blue.vipDelCen .pd-body .pd-contact .yuiekide.naioer {
  padding-top: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.s-body-blue.vipDelCen .pd-body .pd-contact .yuiekide.naioer i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4285f4;
  margin-right: 8px;
}
.s-body-blue.vipDelCen .pd-body .pd-contact .inopier {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.s-body-blue.vipDelCen .pd-body .pd-contact .inopier img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder {
  margin-bottom: 0;
  border-bottom: 0;
  padding: 0;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .iolplspwe {
  display: flex;
  align-items: center;
  text-align: left;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .iolplspwe img {
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 4px;
  margin-right: 10px;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .iolplspwe img.beijing1 {
  background: #85cab1;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .iolplspwe img.beijing2 {
  background: #bc9edd;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .iolplspwe img.beijing3 {
  background: #d2ae9e;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .iolplspwe .dipioie p {
  font-size: 14px;
  color: #303133;
  line-height: normal;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .iolplspwe .dipioie span {
  background: #ffefef;
  color: #e1483d;
  border-radius: 2px;
  font-size: 12px;
  padding: 3px 5px;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .iolplspwe .dipioie span.none {
  display: none;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab {
  border: 1px solid #e4eef6;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr {
  display: table;
  border-top: 1px solid #e4eef6;
  position: relative;
  width: 100%;
  color: #333333;
  border-bottom: 0;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr.th {
  background: #f0f7fc;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr.th > .td {
  border-left: 0px;
  white-space: nowrap;
  padding: 10px 8px;
  font-weight: bold;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr.tl > .td {
  border-left: 0px;
  padding: 10px 8px;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr:nth-child(1) {
  border-top: 0;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td {
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  display: table-cell;
  table-layout: fixed;
  word-break: break-all;
  border-right: 1px solid #e4eef6;
  white-space: pre-wrap;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td:last-child {
  border-right: none;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.ell .td-brf {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.ell .ext {
  display: block;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td .td-brf {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td .ext {
  display: none;
  color: #ff7d31;
  font-size: 12px;
  cursor: pointer;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td .ext:hover {
  text-decoration: underline;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td > img.full {
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td .blue {
  color: #4285f4;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td .blue.underline-s:hover {
  text-decoration: underline;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td > .left {
  text-align: left;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td:nth-child(1) {
  border-left: 0;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.tab-label {
  background: #f0f7fc;
  text-align: left;
  width: 150px;
  white-space: nowrap;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.red {
  color: #e1483d;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.yellow {
  color: #fe7124;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.yellow a {
  color: #fe7124;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.blue {
  color: #4285f4;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.blue.underline-s:hover {
  text-decoration: underline;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.green {
  color: #1ca046;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.tab-text {
  text-align: left;
  width: 260px;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.tab-text.long {
  width: 670px;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-0 {
  width: 8%;
  text-align: center;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-1 {
  width: 10%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-15 {
  width: 12%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-2 {
  width: 15%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-3 {
  width: 20%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-4 {
  width: 25%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-5 {
  width: 33.3%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-6 {
  width: 30%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-7 {
  width: 40%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-8 {
  width: 50%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-9 {
  width: 60%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-10 {
  width: 70%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-11 {
  width: 75%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-six {
  width: 16.66666667%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-18 {
  width: 18%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td.td-225 {
  width: 22.5%;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td .over-hidden {
  /* width: 200px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.s-body-blue.vipDelCen .pd-body .pd-contact.pooeder .tab .tr > .td .txdrimyut {
  width: 60px;
  height: 60px;
}
.s-body-blue.vipDelCen .pd-body .dioBayue {
  background: #fff;
  overflow: hidden;
  border: solid 1px #eeeeee;
  border-top: 0;
  padding-bottom: 30px;
}
.dem-g-warp {
  position: relative;
  width: 1200px;
  margin: auto;
  z-index: 2;
  margin-top: 60px;
  text-align: left;
}
.dem-g-warp .demand-group {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 30px 0;
  width: 100%;
  float: none;
  border: 1px solid #eeeeee;
  background: #fff;
  margin-top: 0;
}
.dem-g-warp .demand-group h4 {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 60px;
  line-height: 60px;
  text-align: left;
  padding: 0 30px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  border-bottom: 0;
}
.dem-g-warp .demand-group .img-group {
  text-align: left;
  padding-left: 28px;
}
.dem-g-warp .demand-group .img-group img {
  width: 180px;
  height: 118px;
  margin-right: 20px;
}
.dem-g-warp .demand-group .rep-main {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px 30px;
}
.dem-g-warp .demand-group .rep-main .title {
  height: 40px;
  line-height: 40px;
  color: #222;
  text-align: left;
  font-size: 18px;
  display: flex;
  align-items: start;
  margin: 15px 0;
}
.dem-g-warp .demand-group .rep-main .rep-content {
  position: relative;
  width: 100%;
  height: 164px;
  margin: 10px auto 0;
  padding: 20px 20px 60px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #f8f8f8;
  border-radius: 6px;
}
.dem-g-warp .demand-group .rep-main .rep-content.active {
  border: 1px solid #0d86ff;
  background: #fff;
}
.dem-g-warp .demand-group .rep-main .rep-content textarea {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  resize: none;
  outline: none;
  border: none;
  background: none;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.dem-g-warp .demand-group .rep-main .rep-content a {
  position: absolute;
  width: 120px;
  height: 38px;
  line-height: 38px;
  display: block;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  border-radius: 6px;
  z-index: 10;
  background: #0d86ff;
  text-align: center;
}
.dem-g-warp .demand-group .rep-main .rep-content a.disable {
  background: #ccc;
  cursor: default;
}
.rep-group {
  position: relative;
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px 30px;
  margin: 20px auto 0;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(102, 102, 102, 0.2);
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.2);
  margin-bottom: 30px;
}
.rep-group > .title {
  height: 40px;
  line-height: 40px;
  color: #222;
  font-size: 22px;
  text-align: left;
}
.rep-group .rep-item {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 0 30px 82px;
  text-align: left;
  border-top: 1px solid #e0e0e0;
}
.rep-group .rep-item:nth-child(1) {
  border-top: 0px;
}
.rep-group .rep-item > .avatar {
  position: absolute;
  left: 0;
  top: 22px;
  width: 60px;
  height: 60px;
  border: 1px solid #e5e9eb;
  border-radius: 100%;
  overflow: hidden;
}
.rep-group .rep-item > .avatar > img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rep-group .rep-item > h4 {
  line-height: 24px;
  color: #222;
  font-size: 18px;
  font-weight: normal;
}
.rep-group .rep-item > h4 > span {
  color: #0d86ff;
  margin-right: 5px;
}
.rep-group .rep-item > .controls-info {
  line-height: 24px;
  font-size: 12px;
  display: block;
  text-align: left;
  color: #888;
  margin-top: 5px;
}
.rep-group .rep-item > .controls-info > .controls {
  float: right;
  margin-right: 20px;
}
.rep-group .rep-item > .controls-info > .controls > a {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
.rep-group .rep-item > .controls-info > .controls > a:hover {
  color: #333;
}
.rep-group .rep-item > .controls-info > .controls > a:nth-child(1):after {
  display: none;
}
.rep-group .rep-item > .controls-info > .controls > a.del-none:after {
  display: none;
}
.rep-group .rep-item > .controls-info > .controls > a:after {
  width: 1px;
  height: 16px;
  content: "";
  position: absolute;
  right: calc(100% + 10px);
  top: calc(50% - 8px);
  background: #999;
}
.rep-group .rep-item .rep-input {
  position: relative;
  width: 100%;
  padding: 18px 0 10px 0;
  display: none;
  margin-bottom: 40px;
}
.rep-group .rep-item .rep-input.active {
  display: block;
}
.rep-group .rep-item .rep-input > input {
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 20px;
  outline: none;
  font-size: 14px;
  color: #888;
  border-radius: 40px;
  line-height: 24px;
}
.rep-group .rep-item .rep-input > input:focus {
  color: #333;
  border: 1px solid #0d86ff;
}
.rep-group .rep-item .rep-input > a {
  float: right;
  width: 75px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0d86ff;
  margin-top: 5px;
}
.rep-group .rep-item .rep-input > a.disable {
  background: #ccc;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.rep-group .rep-item .rep-input > a.disable:hover {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.rep-group .rep-item .rep-input > a:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.rep-group .rep-item .rep-hd {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 10px 20px;
  background: #f8f8f8;
  border-radius: 12px;
  margin-top: 10px;
}
.rep-group .rep-item .rep-hd > .rep-item {
  padding: 10px 0;
  border-top: 0px;
  border-top: 1px solid #e0e0e0;
}
.rep-group .rep-item .rep-hd > .rep-item:nth-child(1) {
  border-top: none;
}
.rep-group .rep-item .rep-hd > .rep-item > h4 {
  font-size: 16px;
}
.rep-group .rep-item .rep-hd > .rep-item .controls-info .controls {
  margin-right: 0;
}
.rep-group .rep-item .rp-total {
  position: relative;
  height: 48px;
  line-height: 48px;
  text-align: left;
}
.rep-group .rep-item .rp-total > a {
  font-size: 15px;
  color: #ff5300;
  cursor: pointer;
}
.rep-group .rep-item .rp-total > a:hover {
  text-decoration: underline;
}
.hint-login-box {
  width: 100%;
  background-color: #2a5dd5;
  box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 0.14);
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99;
}
.hint-login-box img {
  width: 1400px;
}
.hint-login-box .hint-login-cont {
  cursor: pointer;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  background: url(../img_old/un_login_bac2.png) no-repeat left;
  background-size: 100% 100%;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 5px;
  position: relative;
}
.hint-login-box .hint-login-cont .reg {
  position: absolute;
  top: 16px;
  right: 200px;
  width: 66px;
  height: 28px;
  border-radius: 6px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 5px;
}
.hint-login-box .hint-login-cont .login {
  position: absolute;
  right: 324px;
  top: 16px;
  width: 66px;
  height: 28px;
  border-radius: 6px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 5px;
}
.pd-contacts {
  width: 820px;
  margin: 0 auto;
  text-align: left;
}
.pd-contacts .baiotuiy {
  font-size: 26px;
  color: #333333;
}
.pd-contacts .biduec {
  background: #f6f6f6;
  margin-top: 40px;
  padding: 15px;
}
.pd-contacts .biduec p {
  color: #666;
  font-size: 15px;
}
.pd-contacts .biduec p a {
  color: #4285f4;
}
.pd-contacts .zhenwenrt {
  border-top: solid 1px #eeeeee;
  margin-top: 40px;
  padding: 30px 0;
  text-align: center;
  color: #666;
  font-size: 20px;
}
/*# sourceMappingURL=common_detail.css.map */