@charset "UTF-8";
.comadmin-head .admin-menu-allbg {
  position: absolute;
  z-index: 99;
  top: 30px;
  width: 100%;
  height: 100px;
  background: #fff;
}

.comadmin-head .admin-menu-lay {
  width: 1272px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  padding: 10px 0;
}

.comadmin-head .comadmin-menu {
  display: flex;
}

.comadmin-head .comadmin-item {
  color: #3D4552;
  font-size: 16px;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}

.comadmin-head .comadmin-item:hover::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #096FEC;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}

.comadmin-head .hovitem {
  color: #096FEC;
}

.comadmin-head .hovitem::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #096FEC;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}

/* 企业首页 */
.comadmin-page {
  /* 头部 */
  /*推荐活动*/
}

.comadmin-page .noshowcont {
  display: none;
}

.comadmin-page .noshowvisibility {
  visibility: hidden;
}

.comadmin-page #btn_add_button, .comadmin-page #btn_add_button1 {
  display: none;
}

.comadmin-page .el-card.is-always-shadow {
  box-shadow: 0 0 0 0 #fff;
}

.comadmin-page .nav-header {
  background-color: #fff;
  top: 0;
  height: 134px;
}

.comadmin-page .logo-box img {
  height: 48px;
  width: auto;
}

.comadmin-page .logo-box .home-goback {
  margin-top: -15px;
  margin-left: 10px;
  width: 60px;
  height: 20px;
  background: url(./../images/home-goback.png) center center no-repeat;
  background-size: 100% 100%;
}

.comadmin-page .admin-menu-allbg {
  position: absolute;
  z-index: 99;
  top: 30px;
  width: 100%;
  background: #fff;
}

.comadmin-page .admin-menu-lay {
  width: 1272px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  position: absolute;
  z-index: 99;
  top: 16px;
  left: 0;
  right: 0;
  padding: 10px 0;
}

.comadmin-page .comadmin-menu {
  display: flex;
}

.comadmin-page .comadmin-item {
  font-size: 16px;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
}

.comadmin-page .combann-bg {
  width: 100%;
  height: 435px;
  position: relative;
}

.comadmin-page .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comadmin-page .combox-max {
  max-width: 1272px;
  margin: 24px auto 0;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 9;
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.comadmin-page .qx-company-tit {
  width: 100%;
  display: flex;
  height: 98px;
  justify-content: space-between;
  align-items: center;
  padding: 0 34px;
  background: #F7F9FA;
}

.comadmin-page .qx-company-tit .companyicon-lay {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.comadmin-page .qx-company-tit .companyicon-lay img {
  height: 40px;
  width: auto;
  margin-right: 6px;
}

.comadmin-page .relase-btn {
  width: 106px;
  height: 42px;
  background: #0557EE;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  border-radius: 8px;
  cursor: pointer;
}

.comadmin-page .qxcomp-menu {
  width: 100%;
  height: 118px;
  display: flex;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.08);
}

.comadmin-page .qxcomp-menu li {
  width: 25%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.comadmin-page .qxcomp-menu li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 56px;
  border-right: 1px dotted #D3DBDF;
}

.comadmin-page .qxcomp-menu li:last-child::after {
  display: none;
}

.comadmin-page .qxcomp-menu li.comp-lihov {
  background: rgba(5, 87, 238, 0.06);
}

.comadmin-page .qxcomp-menu li.comp-lihov::after {
  display: none;
}

.comadmin-page .qxcomp-menu .comp-lip {
  margin-left: 26px;
}

.comadmin-page .qxcomp-menu .comp-lip p:nth-child(1) {
  font-size: 14px;
  color: #7D8596;
}

.comadmin-page .qxcomp-menu .comp-lip p:nth-child(2) {
  font-size: 32px;
  color: #3D4552;
  margin-top: 16px;
}

.comadmin-page .qxcomp-menu li .edit-cont {
  position: absolute;
  bottom: 27px;
  right: 14px;
  color: #D9DEE7;
  font-size: 17px;
}

.comadmin-page .qxcomp-menu li .edit-cont:hover {
  color: #0557EE;
}

.comadmin-page .qxcomp-menu li .qxcomp-icon {
  width: 44px;
  flex-shrink: 0;
}

.comadmin-page .product-tit {
  display: flex;
  height: 78px;
  width: 1200px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #E9EFF3;
}

.comadmin-page .product-tit li {
  margin-bottom: 22px;
  padding: 0 17px;
  font-size: 14px;
  color: #3D4552;
  position: relative;
  cursor: pointer;
}

.comadmin-page .product-tit li.type-hov {
  color: #0557EE;
}

.comadmin-page .product-tit li.type-hov::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0557EE;
  position: absolute;
  bottom: -23px;
  left: 0;
}

.comadmin-page .qx-productul {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 40px;
}

.comadmin-page .qx-productul li {
  width: 100%;
  height: 188px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.comadmin-page .edit-btnlist {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 68px;
  background: white;
  box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.08);
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.comadmin-page .qx-productul li:hover .edit-btnlist {
  display: flex;
}

.comadmin-page .edit-btnlist::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #E5EEF1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.comadmin-page .edit-btnlist .editicon-top {
  font-size: 20px;
  color: #0557EE;
  cursor: pointer;
}

.comadmin-page .edit-btnlist .editicon-bottom {
  font-size: 20px;
  color: #96A8B3;
  cursor: pointer;
}

.comadmin-page .qxproduct-img {
  width: 140px;
}

.comadmin-page .qxproduct-img img {
  width: 100%;
}

.comadmin-page .qxproduct-hd {
  height: 100%;
  flex: 1;
  display: flex;
  margin-left: 22px;
  border-bottom: 1px dotted #D1D7DF;
  justify-content: space-between;
}

.comadmin-page .product-h {
  height: 100%;
  flex: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

.comadmin-page .product-h p:nth-child(1) {
  font-size: 20px;
  color: #3D4552;
  margin-top: 45px;
}

.comadmin-page .product-h p:nth-child(2) {
  font-size: 26px;
  color: #F01A48;
  margin-top: 56px;
}

.comadmin-page .product-h-needpeo p:nth-child(2) {
  font-size: 16px;
  color: #3D4552;
  margin-top: 56px;
}

.comadmin-page .product-h-needpeo p:nth-child(1) {
  font-size: 20px;
  color: #3D4552;
  margin-top: 45px;
}

.comadmin-page .qxproduct-detail {
  width: 694px;
  height: 100%;
}

.comadmin-page .qxproduct-detail p:nth-child(1) {
  font-size: 14px;
  color: #3D4552;
  margin-top: 45px;
  font-weight: bold;
}

.comadmin-page .qxproduct-detail p:nth-child(1) span {
  margin-left: 10px;
}

.comadmin-page .qxproduct-detail p:nth-child(2) {
  font-size: 14px;
  color: #7D8596;
  margin-top: 28px;
}

.comadmin-page .qx-recom-tit {
  width: 1272px;
  margin: 62px auto 42px auto;
  display: flex;
  justify-content: space-between;
}

.comadmin-page .qxrecom-h {
  font-size: 22px;
  color: #474747;
  font-weight: bold;
}

.comadmin-page .qxrecom-btn {
  font-size: 14px;
  color: #0557EE;
  cursor: pointer;
}

.comadmin-page .qxrecom-cont {
  width: 1272px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 32px 32px 32px;
  box-sizing: border-box;
  background: #fff;
}

.comadmin-page .qxrecom-cont li {
  width: 46%;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid #E9EFF3;
  margin-top: 32px;
  border-radius: 7px;
}

.comadmin-page .qxrecom-cont li:nth-child(2n) {
  margin-left: 4%;
}

.comadmin-page .qxrecom-preimg {
  width: 100%;
  position: relative;
}

.comadmin-page .qxpre-recom {
  width: 100%;
}

.comadmin-page .qxpre-recom-img {
  height: 230px;
}

.comadmin-page .qxrecom-type {
  position: absolute;
  padding: 6px 18px;
  color: #fff;
  font-size: 14px;
  background: rgba(47, 53, 95, 0.4);
  top: 0;
  left: 0;
  border-radius: 4px 0 0 0;
}

.comadmin-page .qxrecom-time {
  position: absolute;
  right: 0;
  bottom: 16px;
  font-size: 14px;
  color: #fff;
  width: 160px;
  border-left: 10px solid transparent;
  border-top: 15px solid #F19200;
  border-bottom: 15px solid #F19200;
  border-right: 10px solid #F19200;
}

.comadmin-page .qxrecom-time-gary {
  border-top-color: #6E6E7A;
  border-bottom-color: #6E6E7A;
  border-right-color: #6E6E7A;
}

.comadmin-page .qxrecom-time > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.comadmin-page .qxrecom-name {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}

.comadmin-page .qxrecom-nameh1 {
  color: #3d4552;
  font-size: 18px;
  font-weight: bold;
}

.comadmin-page .sign-upbtn {
  border-radius: 20px;
  padding: 10px 34px;
}

.comadmin-page .qxrecom-detail {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  color: #7d8596;
}

.comadmin-page .qxrecom-bott {
  border-top: 1px solid #E9EFF3;
  height: 40px;
  margin-top: 20px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  justify-content: space-between;
  font-size: 12px;
  color: #7d8596;
}

.comadmin-page .qxrecom-bott i {
  margin-right: 3px;
}

.comadmin-page .qxrecom-posi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.comadmin-page .qxrecom-sum {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.comadmin-page .qxrecom-see, .comadmin-page .qxrecom-peo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.comadmin-page .qxrecom-peo {
  margin-left: 20px;
}

.comadmin-page .airecom-tit {
  width: 1272px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

.comadmin-page .airecom-tit-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.comadmin-page .airecom-h {
  font-size: 22px;
  color: #474747;
  font-weight: bold;
}

.comadmin-page .airecom-tit-right {
  display: flex;
}

.comadmin-page .airecom-tit-right .qx-menuone {
  color: #909090;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comadmin-page .airecom-tit-right .qx-menuone:nth-child(2) {
  margin-left: 40px;
}

.comadmin-page .airecom-tit-right .qx-menuone:nth-child(3) {
  margin-left: 40px;
}

.comadmin-page .airecom-tit-right .qx-menuonehov {
  color: #0557EE;
}

.comadmin-page .airecom-tit-right .qx-point {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #0557EE;
  margin-top: 14px;
  display: none;
}

.comadmin-page .airecom-tit-right .qx-menuonehov .qx-point {
  display: block;
}

.comadmin-page .airecom-cont {
  width: 1272px;
  margin: 42px auto 0;
  background: #fff;
  padding: 20px 10px;
  padding-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.comadmin-page .airecom-cont .el-image {
  width: 285px;
  height: 236px;
}

.comadmin-page .airecom-cont li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.comadmin-page .airecom-cont li h6 {
  font-size: 16px;
  margin-top: 20px;
  color: #3D4552;
}

.comadmin-page .airecom-cont li p:nth-of-type(1) {
  margin-top: 22px;
  font-size: 16px;
  color: #F60B3C;
}

.comadmin-page .airecom-cont li p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 14px;
  color: #7D8596;
}

.comadmin-page .main-footer {
  background: #fff;
}

.comadmin-page .color-fff {
  color: #7D8596;
}

.comadmin-page .main-footer .footer-content {
  background: #fff;
}

.comadmin-page .footLinks .el-link--inner {
  color: #7D8596;
}

.comadmin-page .footLinks {
  color: #7D8596;
}

.comadmin-page .footLinks:hover {
  color: #409EFF;
}

.comadmin-page .ft16 {
  color: #3D4552;
}

.comadmin-page .main-footer .footer-content {
  max-width: 1272px;
}

.comadmin-page h3 {
  font-size: 16px;
}

.comadmin-page h2 {
  font-size: 14px;
}

.comadmin-page h4 {
  font-size: 14px;
}

.comadmin-page .el-avatar--square {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.comadmin-page .el-avatar--square img {
  width: 100%;
}

/* 我的供需 */
.supDemand-page {
  /* 头部 */
  /* 底部 */
  /* 产品种类 */
  /* 分页样式重写 */
  /* 发布产品 */
}

.supDemand-page .nav-header {
  background-color: #fff;
  top: 0;
  height: 134px;
}

.supDemand-page .comadmin-head .admin-menu-lay {
  top: 16px;
}

.supDemand-page .logo-box img {
  height: 48px;
  width: auto;
}

.supDemand-page .main-footer {
  background: #fff;
}

.supDemand-page .color-fff {
  color: #7D8596;
}

.supDemand-page .main-footer .footer-content {
  background: #fff;
}

.supDemand-page .footLinks {
  color: #7D8596;
}

.supDemand-page .footLinks:hover {
  color: #409EFF;
}

.supDemand-page .ft16 {
  color: #3D4552;
}

.supDemand-page .main-footer .footer-content {
  max-width: 1272px;
}

.supDemand-page .supDemand-banner {
  margin-top: 88px;
  width: 100%;
}

.supDemand-page .supDemand-banner img {
  width: 100%;
}

.supDemand-page .supDemand-box {
  width: 1272px;
  background: #fff;
  box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin: -194px auto 50px;
  padding: 0 30px 30px 30px;
  position: relative;
  z-index: 99;
  box-sizing: border-box;
}

.supDemand-page .supDemand-tit {
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.supDemand-page .supDemand-tit .companyicon-lay {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.supDemand-page .supDemand-tit .companyicon-lay img {
  height: 40px;
  width: auto;
  margin-right: 6px;
}

.supDemand-page .supDemand-cont {
  width: 100%;
  display: flex;
}

.supDemand-page .supDemand-cont-left {
  width: 202px;
}

.supDemand-page .supDemand-cont-right {
  flex: 1;
  margin-left: 30px;
}

.supDemand-page .supDemand-cont-left ul li {
  width: 100%;
  height: 36px;
  background: #FAFAFA;
  font-size: 14px;
  display: flex;
  padding: 0 28px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  cursor: pointer;
}

.supDemand-page .supDemand-cont-left ul li:first-child {
  margin-top: 0;
}

.supDemand-page .supDemand-cont-left ul li.feathov {
  background: #0557EE;
  color: #fff;
}

.supDemand-page .reDemand-iconleft {
  color: #ccc;
}

.supDemand-page .deMand-ProductList {
  width: 100%;
}

.supDemand-page .Demand-relase-tit {
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #D8E1ED;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.supDemand-page .Demand-relase-btn {
  width: 86px;
  height: 26px;
  border: 1px solid #0557EE;
  color: #0557EE;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  border-radius: 13px;
  cursor: pointer;
}

.supDemand-page .Demand-relase-btn:hover {
  background: #0557EE;
  color: #fff;
}

.supDemand-page .qx-productul {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 40px;
}

.supDemand-page .qx-productul li {
  width: 100%;
  height: 188px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.supDemand-page .edit-btnlist {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 68px;
  background: white;
  box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.08);
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.supDemand-page .qx-productul li:hover .edit-btnlist {
  display: flex;
}

.supDemand-page .edit-btnlist::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #E5EEF1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.supDemand-page .edit-btnlist .editicon-top {
  font-size: 20px;
  color: #0557EE;
  cursor: pointer;
}

.supDemand-page .edit-btnlist .editicon-bottom {
  font-size: 20px;
  color: #96A8B3;
  cursor: pointer;
}

.supDemand-page .qxproduct-img {
  width: 136px;
}

.supDemand-page .qxproduct-img img {
  width: 100%;
}

.supDemand-page .qxproduct-hd {
  height: 100%;
  flex: 1;
  display: flex;
  margin-left: 22px;
  border-bottom: 1px dotted #D1D7DF;
  justify-content: space-between;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.supDemand-page .product-h {
  height: 100%;
  flex: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

.supDemand-page .product-h p:nth-child(1) {
  font-size: 20px;
  color: #3D4552;
  margin-top: 45px;
}

.supDemand-page .product-h p:nth-child(2) {
  font-size: 26px;
  color: #F01A48;
  margin-top: 56px;
}

.supDemand-page .product-h-needpeo p:nth-child(2) {
  font-size: 16px;
  color: #3D4552;
  margin-top: 56px;
}

.supDemand-page .product-h-needpeo p:nth-child(1) {
  font-size: 20px;
  color: #3D4552;
  margin-top: 45px;
}

.supDemand-page .qxproduct-detail {
  width: 476px;
  height: 100%;
}

.supDemand-page .qxproduct-detail p:nth-child(1) {
  font-size: 14px;
  color: #3D4552;
  margin-top: 45px;
  font-weight: bold;
}

.supDemand-page .qxproduct-detail p:nth-child(2) {
  font-size: 14px;
  color: #7D8596;
  margin-top: 28px;
}

.supDemand-page .product-tit {
  display: flex;
  height: 78px;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #E9EFF3;
}

.supDemand-page .product-tit li {
  margin-bottom: 22px;
  padding: 0 17px;
  font-size: 14px;
  color: #3D4552;
  position: relative;
  cursor: pointer;
}

.supDemand-page .product-tit li.type-hov {
  color: #0557EE;
}

.supDemand-page .product-tit li.type-hov::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0557EE;
  position: absolute;
  bottom: -23px;
  left: 0;
}

.supDemand-page .pagina-bott {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
}

.supDemand-page .pagina-bott .el-pagination.is-background .btn-prev:disabled {
  border: 1px solid #C0C4CC;
  color: #C0C4CC;
}

.supDemand-page .pagina-bott .el-pagination.is-background .btn-prev {
  background: #fff;
  border: 1px solid #096FEC;
  height: 34px;
  width: 70px;
  color: #096FEC;
}

.supDemand-page .pagina-bott .el-pagination.is-background .btn-next:disabled {
  border: 1px solid #C0C4CC;
  color: #C0C4CC;
}

.supDemand-page .pagina-bott .el-pagination.is-background .btn-next {
  background: #fff;
  border: 1px solid #096FEC;
  height: 34px;
  width: 70px;
  color: #096FEC;
}

.supDemand-page .pagina-bott .el-pager li {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid  #C0C4CC;
  color: #096FEC;
  line-height: 34px;
  background: #fff;
}

.supDemand-page .pagina-bott .el-pager li.active {
  border: none;
}

.supDemand-page .deMand-ProductAdd {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.supDemand-page .deMand-ProductAddTit {
  height: 46px;
  font-size: 14px;
  color: #3D4552;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dotted #D8E1ED;
}

.supDemand-page .deMand-ProductAddTit i {
  color: #0557EE;
}

.supDemand-page .deMand-ProductAddTit span {
  margin-left: 14px;
}

.supDemand-page .addpro-lay {
  padding-top: 20px;
}

.supDemand-page .el-upload {
  border: 1px dotted #ccc;
  border-radius: 6px;
}

.supDemand-page .footLinks .el-link--inner {
  color: #7D8596;
}

.supDemand-page .footLinks {
  color: #7D8596;
}

.supDemand-page .footLinks:hover {
  color: #409EFF;
}

.supDemand-page h3 {
  font-size: 16px;
}

.supDemand-page h2 {
  font-size: 14px;
}

.supDemand-page h4 {
  font-size: 14px;
}

.supDemand-page .el-card.is-always-shadow {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}

.supDemand-page .el-avatar {
  width: 100% !important;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
}

.supDemand-page .el-avatar img {
  width: 100%;
  height: auto;
}

/* 我的活动 */
.activelist-box .el-tabs__content .el-table__header {
  display: none;
}

.activelist-box .el-tabs__content .el-col-12 > .el-button {
  width: 126px;
  height: 32px;
  background: linear-gradient(180deg, rgba(67, 114, 160, 0.96), rgba(34, 61, 131, 0.96));
  border-radius: 4px;
  line-height: 6px;
  text-align: center;
}

.activelist-box .el-tabs__content .el-col-12 input::-webkit-input-placeholder {
  color: #606266;
}

.activelist-box .el-tabs__content .el-col-12 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #606266;
}

.activelist-box .el-tabs__content .el-col-12 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #606266;
}

.activelist-box .el-tabs__content .el-col-12 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #606266;
}

.activelist-box .el-tabs__content .el-col-12 .el-select__caret {
  color: #606266;
}

.activelist-box .el-tabs__content .el-col-12 .el-form-item {
  margin-bottom: 10px;
  width: 140px;
}

.activelist-box .el-tabs__content .el-col-12 .el-form-item .el-form-item__content .el-select .el-input--suffix .el-input__inner {
  border: none;
  background: initial;
  width: 100px;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__body > tbody {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0 50px 10px;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__body > tbody:after {
  content: "";
  width: 377px;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__row {
  height: 212px;
  width: 377px;
  background: url("../images/project_bkimg.png") no-repeat;
  display: block;
  margin-bottom: 20px;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__row td {
  border-bottom: none;
  height: 212px;
  width: 377px;
  display: block;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__row .cell {
  position: relative;
  cursor: pointer;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__row .cell .el-button {
  padding: 7px 15px;
  font-size: 12px;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__row .cell .el-link {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__row .cell .el-row {
  color: #fff;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__row .cell .el-row .el-col {
  width: auto;
  height: 24px;
  line-height: 24px;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__row .cell .el-icon-date {
  color: #fff;
  line-height: 24px;
  font-size: 12px;
}

.activelist-box .el-tabs__content .el-table__body-wrapper .el-table__row:hover td {
  background: url("../images/project_bkimg.png") no-repeat;
}

/*技术列表*/
.companyskill-page .product-h p:nth-child(1) {
  font-size: 16px;
}

.companyskill-page .product-h p:nth-child(2) {
  margin-top: 20px;
}

/* 企业中心的我的收藏 */
.compColl-page .nav-header {
  background-color: #fff;
  top: 0;
  height: 134px;
}

.compColl-page .comadmin-head .admin-menu-lay {
  top: 16px;
}

.compColl-page .logo-box img {
  height: 48px;
  width: auto;
}

.compColl-page .footLinks .el-link--inner {
  color: #7D8596;
}

.compColl-page .footLinks {
  color: #7D8596;
}

.compColl-page .footLinks:hover {
  color: #409EFF;
}

.compColl-page .ft16 {
  color: #3D4552;
}

/* 底部 */
.compColl-page .main-footer {
  background: #fff;
}

.compColl-page .color-fff {
  color: #7D8596;
}

.compColl-page .main-footer .footer-content {
  background: #fff;
}

.compColl-page .ft16 {
  color: #3D4552;
}

.compColl-page .main-footer .footer-content {
  max-width: 1272px;
}

.compColl-page .qx-menuone:nth-child(3) {
  margin-left: 47px;
}

.compColl-page .footLinks .el-link--inner {
  color: #7D8596;
}

.footLinks:hover {
  color: #409EFF;
}

.compColl-page .qx-menuchose {
  max-width: 1272px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.compColl-page .qx-menuone {
  color: #3D4552;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.compColl-page .qx-menuone:nth-child(2) {
  margin-left: 47px;
}

.compColl-page .qx-menuonehov {
  font-size: 22px;
}

.compColl-page .deMand-box {
  max-width: 1272px;
  margin: 124px auto 50px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  min-height: 360px;
}

.deMand-media-show, .deMand-article-show, .deMand-company-show {
  width: 100%;
}

/* 媒体布局 */
.reMand-media-tit {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #EAECEE;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 12px;
  color: #3D4552;
}

.reMand-media-tit span {
  color: #0165EE;
  font-size: 16px;
  padding: 0 5px;
}

.reMand-media-cont {
  padding: 0 30px 20px 30px;
}

.deMand-mediaul {
  padding: 10px 0;
}

.deMand-compli {
  display: flex;
  height: 200px;
  border-bottom: 1px dotted #C8D1DC;
  align-items: center;
}

.qxcompli-left {
  width: 180px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-right: 1px solid #D2DADF;
}

.qxcompli-left .qxcompli-h p {
  font-size: 16px;
  color: #3D4552;
}

.qxcompli-left .qxcompli-h p:nth-child(2) {
  margin-top: 16px;
}

.qxcompli-right {
  width: 86px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.qxcompli-right .compli-btn {
  font-size: 14px;
  color: #0557EE;
  width: 86px;
  height: 26px;
  border: 1px solid #0557EE;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  cursor: pointer;
}

.qxcompli-right .compli-btn:hover {
  background: #0557EE;
  color: #fff;
}

.qxcompli-right .compli-btn:nth-child(2) {
  margin-top: 20px;
}

.qxcompli-center {
  flex: 1;
  padding: 0 86px 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qxcompli-center h6 {
  font-size: 20px;
  color: #3D4552;
}

.qxcompli-center p:nth-of-type(1) {
  font-size: 14px;
  color: #7D8596;
  margin-top: 10px;
}

.qxcompli-center p:nth-of-type(2) {
  font-size: 12px;
  color: #3D4552;
  margin-top: 26px;
}

/*视讯*/
.colleVideo-cont {
  margin-top: 30px;
}

.colleVideo-tit {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #D2DADF;
  justify-content: flex-start;
  height: 30px;
  font-size: 16px;
}

.colleVideo-menu {
  width: 90px;
  text-align: center;
  cursor: pointer;
}

.colleVideo-menu-hov {
  color: #0557EE;
  border-bottom: 1px solid #0557EE;
}

.colleVideo-menu:nth-child(2) {
  margin-left: 20px;
}

.colleVideo-box {
  display: flex;
  flex-wrap: wrap;
}

.colleVideo-item {
  width: 364px;
  position: relative;
  margin-left: 60px;
  height: 259px;
  margin-bottom: 30px;
}

.colleVideo-item:nth-child(3n+1) {
  margin-left: 0;
}

.colleVideo-item img {
  width: 100%;
  height: 259px;
  object-fit: cover;
}

.colleVideo-item-bott {
  width: 100%;
  padding-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.colleitem-tit {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

.colleitem-tit p:nth-child(1) {
  font-size: 16px;
  color: #fff;
}

.colleitem-tit p:nth-child(2) {
  font-size: 12px;
  color: #fff;
  margin-top: 6px;
}

.colleVideo-item-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #0557EE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  transition: height ease-in .3s;
}

.colleVideo-item:hover .colleVideo-item-top {
  height: 52px;
}

.colleVideo-item-top .deMandColle-ts {
  font-size: 12px;
  color: #fff;
}

.colleVideo-item-top .deMandColle-cancel {
  font-size: 14px;
  color: #fff;
  width: 86px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  border: 1px solid #fff;
}

/* 收藏的企业 */
.deMand-company-show .qxcompli-left {
  overflow: hidden;
  border: 1px solid #d2dadf;
  border-radius: 6px;
}

.collecomp-tit {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #D2DADF;
  height: 30px;
  font-size: 14px;
  position: relative;
}

.collecomp-titbox {
  width: 100%;
  padding: 0 30px;
}

.collecomp-tit .colleVideo-menu {
  height: 100%;
}

.collecomp-tit-sear {
  position: absolute;
  height: 100%;
  width: 180px;
  right: 0;
  top: -12px;
}

.collecomp-tit-sear input {
  border: none;
}

.inforManag-page .informan-box .el-collapse-item__header {
  padding-left: 30px;
}

.inforManag-page #main1 {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

/* 信息管理头部 */
.inforManag-page .nav-header {
  background-color: #fff;
  top: 0;
  height: 134px;
}

.inforManag-page .logo-box img {
  height: 48px;
  width: auto;
}

.inforManag-page .comadmin-head .admin-menu-lay {
  top: 16px;
}

/* 底部 */
.inforManag-page .main-footer {
  background: #fff;
}

.inforManag-page .color-fff {
  color: #7D8596;
}

.inforManag-page .main-footer .footer-content {
  background: #fff;
}

.inforManag-page .ft16 {
  color: #3D4552;
}

.inforManag-page .main-footer .footer-content {
  max-width: 1272px;
}

.compinforma-page .nav-header {
  background-color: #fff;
  top: 0;
  height: 134px;
}

.compinforma-page .logo-box img {
  height: 48px;
  width: auto;
}

.compinforma-page .comadmin-head .admin-menu-lay {
  top: 16px;
}

.compinforma-page .compinforma-box {
  width: 1272px;
  margin: 124px auto 50px;
  min-height: 360px;
}

.compinforma-page #main1 {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.inforManag-page .footLinks .el-link--inner {
  color: #7D8596;
}

.inforManag-page .footLinks {
  color: #7D8596;
}

.inforManag-page .footLinks:hover {
  color: #409EFF;
}

.Intention-page .nav-header {
  background-color: #fff;
  top: 0;
  height: 134px;
}

.Intention-page .logo-box img {
  height: 48px;
  width: auto;
}

.Intention-page .comadmin-head .admin-menu-lay {
  top: 16px;
}

.Intention-page .massege-box {
  min-height: 500px;
}

.Intention-page .Intention-box {
  margin: 40px auto;
}

.Intention-page #main1 {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.Intention-page .footLinks .el-link--inner {
  color: #fff;
}

/*供求平台--切换技术*/
.techTabs-page {
  background: #fff;
  padding: 10px;
  margin-top: 40px;
}

.techTabs-page .filter-tit {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.techTabs-page .filter-tit li {
  margin-left: 10px;
  cursor: pointer;
  color: #333;
}

.techTabs-page .filter-tit li:hover {
  color: #096fec;
}

.techTabs-page .filter-tit li:first-child:hover {
  color: #333;
}

.techTabs-page .tech-contbg {
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  margin-bottom: 0;
}

.techTabs-page .tech-maxwidth {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.techTabs-page .tech-maxwidth li {
  width: 600px;
  height: 196px;
  border: 1px solid #E2E5E8;
  display: flex;
  margin-top: 30px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

.techTabs-page .tech-maxwidth li:nth-child(2n) {
  margin-left: 26px;
}

.techTabs-page .tech-maxwidth .techLi-img {
  width: 250px;
  transform: scale(1, 1);
  transition: all ease 0.3s;
}

.techTabs-page .tech-maxwidth .techLi-img:hover {
  transform: scale(1.05, 1.05);
}

.techTabs-page .tech-maxwidth .techLi-text {
  flex: 1;
  padding-left: 16px;
  box-sizing: border-box;
}

.techTabs-page .tech-maxwidth .techLi-h6 {
  width: 100%;
  height: 50%;
  font-size: 16px;
  color: #3D4552;
  padding-top: 20px;
  box-sizing: border-box;
}

.techTabs-page .tech-maxwidth .techLi-detail {
  width: 100%;
  height: 50%;
  border-top: 1px solid #E2E5E8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.techTabs-page .tech-maxwidth .techLi-detail p {
  text-align: center;
  font-size: 16px;
  color: #3D4552;
}

.techTabs-page .tech-maxwidth .techLi-detail .liDetail-color {
  color: #F60B3C;
}

.techTabs-page .tech-maxwidth .techLi-detail p:nth-child(2) {
  margin-top: 17px;
  color: #7D8596;
  font-size: 14px;
}

.techTabs-page .tech-maxwidth .techLi-detail .techLi-detail-item {
  padding: 0 4px;
}

.techTabs-page .pagation-maxwidth {
  width: 1272px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 分页样式重写 */
}

.techTabs-page .pagation-maxwidth .el-pagination.is-background .btn-prev:disabled {
  border: 1px solid #C0C4CC;
  color: #C0C4CC;
}

.techTabs-page .pagation-maxwidth .el-pagination.is-background .btn-prev {
  background: #fff;
  border: 1px solid #096FEC;
  height: 34px;
  width: 70px;
  color: #096FEC;
}

.techTabs-page .pagation-maxwidth .el-pagination.is-background .btn-next:disabled {
  border: 1px solid #C0C4CC;
  color: #C0C4CC;
}

.techTabs-page .pagation-maxwidth .el-pagination.is-background .btn-next {
  background: #fff;
  border: 1px solid #096FEC;
  height: 34px;
  width: 70px;
  color: #096FEC;
}

.techTabs-page .pagation-maxwidth .el-pager li {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid  #C0C4CC;
  color: #096FEC;
  line-height: 34px;
  background: #fff;
}

.techTabs-page .pagation-maxwidth .el-pager li.active {
  border: none;
}

.my-work-bench-page .supDemand-tit .companyicon-lay i {
  font-size: 20px;
  margin-left: 10px;
  color: #1560E6;
}

.my-work-bench-page .active-box {
  background: #fff;
  width: 1272px;
  margin: 124px auto 50px;
  box-shadow: 0px -3px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  min-height: 360px;
  overflow: hidden;
}

.my-work-bench-page .active-box .supDemand-tit {
  height: 100%;
  padding: 0 24px;
  border-bottom: 1px solid #eee;
}

.my-work-bench-page .active-box .supDemand-tit .companyicon-lay {
  display: flex;
  align-items: center;
  height: 72px;
}

.my-work-bench-page .active-box .supDemand-tit .companyicon-lay img {
  width: auto;
  height: 40px;
  margin-right: 10px;
}

.my-work-bench-page .active-box .el-card.is-always-shadow {
  box-shadow: none;
}

.my-work-bench-page .active-box .el-card {
  border: none;
}

.my-work-bench-page .active-box .el-card__body {
  padding: 0px;
}

.my-work-bench-page .el-tabs__item.is-active {
  background: #1560e6;
  color: #fff;
  height: 43px !important;
  line-height: 43px !important;
}

.my-work-bench-page .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 24px;
}

.my-work-bench-page .el-tabs--top .el-tabs__item.is-top:last-child {
  padding-right: 24px;
}

.my-work-bench-page .el-tabs__item {
  height: 38px;
  padding: 0 24px;
  margin-right: 4px;
  line-height: 38px;
  font-size: 16px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 4px 4px 0px 0px;
}

.my-work-bench-page .el-tabs__active-bar {
  display: none;
}

.my-work-bench-page .el-tabs__nav-wrap::after {
  height: 1px;
  background: #1560E6;
}

.my-work-bench-page .el-tabs__nav-wrap {
  margin-top: 13px;
  padding: 0 24px;
}

.my-work-bench-page .el-tabs__content {
  padding-top: 10px;
  padding-bottom: 40px;
}

.my-work-bench-page .el-tabs__nav {
  z-index: 0;
}

/*供求平台--切换专家*/
.famousTabs-page {
  background: #fff;
  padding: 10px;
  margin-top: 40px;
}

.famousTabs-page .tech-contbg {
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  margin-bottom: 0;
  padding-top: 40px;
}

.famousTabs-page .tech-contbg .seniorExpert-intro-avater {
  width: 126px;
  margin-left: 120px;
  cursor: pointer;
}

.famousTabs-page .tech-contbg .el-avatar--large {
  width: 126px;
  height: 126px;
}

.famousTabs-page .pagation-maxwidth {
  width: 1272px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 分页样式重写 */
}

.famousTabs-page .pagation-maxwidth .el-pagination.is-background .btn-prev:disabled {
  border: 1px solid #C0C4CC;
  color: #C0C4CC;
}

.famousTabs-page .pagation-maxwidth .el-pagination.is-background .btn-prev {
  background: #fff;
  border: 1px solid #096FEC;
  height: 34px;
  width: 70px;
  color: #096FEC;
}

.famousTabs-page .pagation-maxwidth .el-pagination.is-background .btn-next:disabled {
  border: 1px solid #C0C4CC;
  color: #C0C4CC;
}

.famousTabs-page .pagation-maxwidth .el-pagination.is-background .btn-next {
  background: #fff;
  border: 1px solid #096FEC;
  height: 34px;
  width: 70px;
  color: #096FEC;
}

.famousTabs-page .pagation-maxwidth .el-pager li {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid  #C0C4CC;
  color: #096FEC;
  line-height: 34px;
  background: #fff;
}

.famousTabs-page .pagation-maxwidth .el-pager li.active {
  border: none;
}

.needListTabs-page {
  margin-top: 20px;
  background: #fff;
  box-sizing: border-box;
}

.needListTabs-page .needmenu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
}

.needListTabs-page .needmenu .menu-item {
  height: 100%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

.needListTabs-page .needmenu .menu-item-hov {
  color: #096fec;
  border-bottom: 1px solid #096fec;
}

.projectDetailPre-page {
  width: 100%;
  background: #fff;
}

.projectDetailPre-page .el-card {
  border: none;
}

.projectDetailPre-page .el-card__body {
  padding: 0;
}

.projectDetailPre-page .skilltype {
  width: 100%;
  padding: 22px 0 16px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-top: 20px;
}

.projectDetailPre-page .park-detail-rc {
  width: 616px;
}

.projectDetailPre-page .product-detail-img-div {
  height: 380px;
}

.projectDetailPre-page .company-name {
  font-size: 16px;
  color: #303133;
  margin: 10px 0;
}

.projectDetailPre-page .park-detail-rc-title {
  font-size: 24px;
  color: #3D4552;
  font-weight: bold;
  line-height: 24px;
}

.projectDetailPre-page .project-list-lay {
  display: flex;
  margin-top: 12px;
}

.projectDetailPre-page .project-list-lay .project-label {
  width: 108px;
  box-sizing: border-box;
  padding-right: 8px;
  font-size: 14px;
  color: #7D8596;
}

.projectDetailPre-page .project-list-lay .project-itemval {
  font-size: 16px;
  color: #3D4552;
}

.projectDetailPre-page .project-price .project-itemval {
  color: #F01A48;
}

.projectDetailPre-page .project-intro-list {
  padding-bottom: 32px;
}

.projectDetailPre-page .project-intro-list .project-intro-child {
  margin-top: 40px;
  padding-bottom: 43px;
  border-bottom: 1px dotted #D1D7DF;
  padding-top: 1px;
}

.projectDetailPre-page .project-intro-list .child-tit {
  font-size: 20px;
  color: #3D4552;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.projectDetailPre-page .project-intro-list .child-tit::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0557EE;
  margin-right: 9px;
}

.projectDetailPre-page .project-intro-list .child-cont {
  font-size: 16px;
  color: #3D4552;
  margin-top: 30px;
  line-height: 30px;
}

.colle-listimg {
  width: 100%;
}

.pagetion-lay {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.menu-children {
  margin-top: 20px;
}

.find-demand-page .search-input {
  position: absolute;
  right: 0;
  top: 15px;
}

.find-demand-page .search-input .el-input__inner {
  border-radius: 22px;
}

.find-demand-page .el-tabs__header {
  margin-bottom: 0px;
}

.find-demand-page .el-tabs__item {
  font-size: 15px;
  color: #333333;
  height: 46px;
  line-height: 46px;
}

.find-demand-page .el-tabs__nav-wrap::after {
  background-color: #E3E5EB;
  height: 1px;
}

.find-demand-page .el-tabs__item.is-active {
  color: #1455CC;
}

.find-demand-page .plat-demand-item-title {
  line-height: 18px;
}

.find-demand-page .plat-demand-item {
  padding: 35px 0 30px;
  border-bottom: 1px dashed #EBEFF4;
}

.find-demand-page .plat-demand-item:hover .plat-demand-item-title .titleitem {
  color: #0557EE !important;
}

.find-demand-page .plat-demand-item-desc {
  color: #828A91;
  line-height: 24px;
  margin: 20px 0;
}

.find-demand-page .plat-demand-item-other {
  line-height: 12px;
}

.demand-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}

.demand-ul li {
  flex-shrink: 0;
  width: 100%;
  background: white;
  border: 1px solid #e2e5e8;
  margin-top: 20px;
  cursor: pointer;
}

.demand-ul li:nth-child(2n+1) {
  margin-left: 0;
}

.demand-ul .demandlist-tit {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
  border-bottom: 1px solid #f7f7f7;
}

.demand-ul .demandlist-tit span {
  font-size: 12px;
}

.demand-ul .demandlist-tit span:nth-child(1) {
  color: #7D8596;
}

.demand-ul .demandlist-tit span:nth-child(2) {
  color: #096FEC;
}

.demand-ul .demandlist-body {
  width: 100%;
  min-height: 170px;
  padding: 20px 30px;
  box-sizing: border-box;
}

.demand-ul .demandlist-body .demand-listh {
  font-size: 16px;
  color: #3D4552;
  font-weight: bold;
}

.demand-ul .demandlist-body .demand-listcont {
  font-size: 14px;
  margin-top: 20px;
  color: #7D8596;
}

.demand-ul .demandlist-label {
  height: 40px;
  width: 100%;
  background: #F8F9FB;
  font-size: 12px;
  color: #7D8596;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 30px;
  align-items: center;
}

.demand-ul .demandlist-label span {
  padding-right: 10px;
  border-right: 1px solid #7D8596;
  line-height: 1;
}

.demand-ul .demandlist-label span:last-child {
  border: none;
}

.pagation-maxwidth {
  display: flex;
  justify-content: center;
}

.deNeedDetailPre-page {
  width: 100%;
  background: #fff;
}

.deNeedDetailPre-page .deNeedDetailPre-box {
  width: 1272px;
  margin: 0  auto;
  padding: 20px 0;
}

.deNeedDetailPre-page .needpre-tit {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E2E5E8;
  align-items: center;
}

.deNeedDetailPre-page .needpre-tit-left span:nth-child(1) {
  font-size: 14px;
  color: #000000;
}

.deNeedDetailPre-page .needpre-tit-left span:nth-child(2) {
  font-size: 12px;
  color: #1A91FE;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #1A91FE;
  border-radius: 3px;
}

.deNeedDetailPre-page .needpre-tit-right {
  font-size: 14px;
  color: #7D8596;
}

.deNeedDetailPre-page .needpre-conth {
  font-size: 24px;
  color: #3D4552;
  margin-top: 30px;
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px dotted #D1D7DF;
  font-weight: bold;
}

.deNeedDetailPre-page .demand-desc {
  padding: 30px 0 30px;
  border-bottom: 1px dotted #D1D7DF;
  display: flex;
}

.deNeedDetailPre-page .needpre-contprice, .deNeedDetailPre-page .needpre-contType, .deNeedDetailPre-page .needpre-contdesc, .deNeedDetailPre-page .needpre-contendts {
  display: flex;
  margin-top: 20px;
}

.deNeedDetailPre-page .needpre-label {
  font-size: 14px;
  color: #7D8596;
  width: 106px;
  flex-shrink: 0;
}

.deNeedDetailPre-page .emand-list-descval {
  font-size: 16px;
  color: #3D4552;
}

.deNeedDetailPre-page .delayt-left {
  width: 424px;
}

.deNeedDetailPre-page .delayt-right {
  margin-left: 60px;
}

.deNeedDetailPre-page .delayt-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.deNeedDetailPre-page .needpre-price {
  font-size: 18px;
  color: #F01A48;
}

.deNeedDetailPre-page .needpre-endts {
  font-size: 16px;
  color: #7D8596;
  padding: 9px 16px;
  border: 1px solid #E2E5E8;
  line-height: 1;
}

.deNeedDetailPre-page .needpre-contendts {
  align-items: center;
}

.deNeedDetailPre-page .needpre-type, .deNeedDetailPre-page .needpre-price, .deNeedDetailPre-page .needpre-desc {
  width: 1000px;
}

.deNeedDetailPre-page .needpre-btn {
  display: flex;
  padding: 40px 0 160px 0;
}

.deNeedDetailPre-page .demand-company:hover {
  color: #096FEC;
  text-decoration: underline;
  cursor: pointer;
}

.top-tool-right {
  display: flex;
  align-items: center;
}

.top-tool-right .header-user {
  margin-left: 4px;
}

.top-tool-right .header-user .user-name {
  max-width: 220px;
  display: inline-block;
  vertical-align: top;
}

.top-tool-right .message-num {
  width: 16px;
  height: 16px;
  background: #F42A15;
  border-radius: 50%;
  font-style: normal;
  font-size: 10px;
  display: inline-block;
  color: #FFFFFF;
  line-height: 16px;
}

.contentAdmin-page {
  width: 100%;
}

.contentAdmin-page .el-menu--horizontal > .el-menu-item {
  color: #333333;
  font-size: 15px;
  padding: 0 10px;
}

.contentAdmin-page .contadmin-head-box {
  height: 100%;
  width: 1272px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.contentAdmin-page .contadmin-head {
  height: 88px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 26px;
  z-index: 999;
}

.contentAdmin-page .adminlog {
  height: 100%;
  display: flex;
  align-items: center;
}

.contentAdmin-page .adminlog img {
  display: block;
  height: 60%;
  width: 80%;
}

.contentAdmin-page .adminlog .home-goback {
  margin-top: -18px;
  margin-left: 10px;
  width: 60px;
  height: 20px;
  background: url(./../images/home-goback.png) center center no-repeat;
  background-size: 100% 100%;
}

.contentAdmin-page .contadmin-menu {
  display: flex;
  align-items: center;
}

.contentAdmin-page .el-menu-item.is-active {
  color: #0D52D0 !important;
  position: relative;
  border: none;
}

.contentAdmin-page .el-menu-item.is-active:after {
  position: absolute;
  content: "";
  width: 20px;
  left: 50%;
  margin-left: -8px;
  bottom: 0px;
  height: 2px;
  background-color: #0D52D0;
}

.contentAdmin-page .header-user {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 20px;
  font-size: 12px;
  margin-left: 30px;
}

.contentAdmin-page .el-menu-item.is-active:after {
  border: none;
}

.contentAdmin-page .el-menu.el-menu--horizontal {
  border-bottom: none;
}

.contentAdmin-page .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  color: #0D52D0;
}

.contentAdmin-page .el-menu--horizontal .el-menu-item:not(.is-disabled):hover:after {
  position: absolute;
  content: "";
  width: 20px;
  left: 50%;
  margin-left: -8px;
  bottom: 0px;
  height: 2px;
  background-color: #0D52D0;
}

.contentAdmin-page .contentAdmin-maxwidth {
  width: 1272px;
  margin: 140px auto 0;
}

.contentAdmin-page .contadmin-body {
  width: 100%;
  display: flex;
  padding-bottom: 60px;
}

.contentAdmin-page .contadmin-left {
  width: 200px;
  background: #2B333E;
}

.contentAdmin-page .contadmin-left li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #788393;
  padding: 20px 30px;
  box-sizing: border-box;
}

.contentAdmin-page .contadmin-left li .el-icon-caret-right {
  display: none;
}

.contentAdmin-page .contadmin-left li:hover {
  color: #FFFFFF;
  background-color: #232A35;
}

.contentAdmin-page .contadmin-left li:hover .el-icon-caret-right {
  display: inline-block;
  margin-right: 5px;
  margin-left: -3px;
}

.contentAdmin-page .contadmin-left li.contadminhov {
  color: #FFFFFF;
  background-color: #232A35;
}

.contentAdmin-page .contadmin-left li.contadminhov .el-icon-caret-right {
  display: inline-block;
  margin-right: 5px;
  margin-left: -3px;
}

.contentAdmin-page .contadmin-right {
  flex: 1;
  min-height: 400px;
  background: #fff;
  overflow: auto;
}

.contentAdmin-page .el-card.is-always-shadow {
  box-shadow: none;
}

.contentAdmin-page .el-tabs--border-card {
  box-shadow: none;
}

/*修改选中分类样式*/
.classesGroup .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #409EFF;
  background-color: #fff;
}

.supmand-list .popularServices-details {
  min-height: 80px;
}

.supmand-list .popularServices-details .popularServices-details-title {
  padding-top: 20px;
}

.downfil-box {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

.downfil-box .downa {
  font-size: 12px;
  color: #096FEC;
  text-decoration: none;
}
