@charset "UTF-8";
.expertiseTech-page .priseTech-head .nav-header {
  background-color: #fff;
  top: 0;
  height: 134px;
}

.expertiseTech-page .priseTech-head .logo-box img {
  height: 65px;
  width: auto;
}

.expertiseTech-page .priseTech-head .el-menu::after, .expertiseTech-page .priseTech-head .el-menu::before {
  display: none;
}

.expertiseTech-page .priseTech-head .el-menu--horizontal .el-menu .el-menu-item {
  color: #3D4552;
  font-size: 16px;
}

.expertiseTech-page .priseTech-head .el-menu--horizontal .el-menu .el-menu-item a {
  color: #3D4552;
}

.expertiseTech-page .priseTech-head .el-menu--horizontal .el-menu li:hover {
  color: #096FEC;
}

.expertiseTech-page .priseTech-head .el-menu--horizontal .el-menu li:nth-child(3) {
  color: #096FEC;
  position: relative;
}

.expertiseTech-page .priseTech-head .el-menu--horizontal .el-menu li:nth-child(3)::after {
  display: block;
  content: "";
  width: 16px;
  position: absolute;
  bottom: -16px;
  height: 2px;
  background: #096FEC;
  left: 50%;
  transform: translateX(-50%);
}

.expertiseTech-page .page-path {
  width: 1272px;
  height: 56px;
  margin: 134px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #7D8596;
  font-size: 14px;
}

.expertiseTech-page .page-path span {
  margin-left: 10px;
}

.expertiseTech-page .page-path span:first-child {
  margin-left: 0;
}

.expertiseTech-page .page-path span:last-child {
  color: #096FEC;
}

.expertiseTech-page .page-path span:nth-child(2n) {
  cursor: pointer;
}

.expertiseTech-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;
}

.expertiseTech-page .tech-maxwidth {
  width: 1272px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.expertiseDetail-page .tech-list-lay {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.expertiseDetail-page .tech-label {
  width: 68px;
  font-size: 14px;
  color: #7D8596;
  text-align: right;
}

.expertiseDetail-page .tech-itemval {
  font-size: 16px;
  color: #3D4552;
  margin-left: 42px;
}

.expertiseDetail-page .tech-price .tech-itemval {
  color: #F01A48;
}

.expertiseDetail-page .park-detail-rc-dashed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.expertiseDetail-page .way-ts {
  display: flex;
  font-size: 14px;
  color: #7D8596;
  margin-top: 10px;
}

.expertiseDetail-page .ts-give {
  margin-left: 50px;
}

.expertiseDetail-page .product-detail-btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.expertiseDetail-page .skilltype {
  width: 620px;
  padding: 20px 0 18px 0;
  box-sizing: border-box;
  border-top: 1px dotted #D1D7DF;
  border-bottom: 1px dotted #D1D7DF;
}

.expertiseDetail-page .skilltype p {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
}

.expertiseDetail-page .skilltype p span:last-child {
  margin-left: 50px;
}

.expertiseDetail-page .skilltype p:last-child {
  margin-top: 30px;
  font-size: 14px;
  color: #7D8596;
}

.expertiseDetail-page .park-detail-rc-title {
  margin: 32px 0 29px 0;
}

.expertiseDetail-page .park-detail-rc .price {
  font-size: 26px;
  color: #F01A48;
  padding: 30px 0 24px 0;
}

.expertiseDetail-page .park-detail-rc-div {
  margin-top: 0;
}

.famousDetail-page .server-name-lay {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #7D8596;
}

.famousDetail-page .server-name-lay i {
  margin-right: 9px;
  font-size: 15px;
}

.famousDetail-page .park-detail-rc-dashed {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.famousDetail-page .product-detail-bigimg {
  width: 100%;
  height: 100%;
}

.famousDetail-page .product-detail-btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.famousDetail-page .tabcontent {
  padding-bottom: 60px;
}

.famousDetail-page .peodetail-lay {
  padding: 30px 0;
  border-bottom: 1px dotted #D1D7DF;
}

.famousDetail-page .peodetail-lay h6 {
  text-align: left;
  font-size: 16px;
  color: #3D4552;
  display: flex;
  align-items: center;
}

.famousDetail-page .peodetail-lay h6 span {
  margin-left: 10px;
}

.famousDetail-page .peodetail-lay h6::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #096FEC;
}

.famousDetail-page .peodetail-lay p {
  margin-top: 20px;
  font-size: 14px;
  color: #7D8596;
  text-align: left;
  line-height: 28px;
}

.famousDetail-page .park-detail-rc-title {
  font-size: 24px;
  color: #3D4552;
  font-weight: bold;
  margin: 32px 0 29px 0;
}

.famousDetail-page .park-detail-rc-title span:nth-of-type(2) {
  font-size: 14px;
  color: #0557EE;
}

.famousDetail-page .fapeo-list {
  padding: 20px 0;
  border-top: 1px dotted #D1D7DF;
  border-bottom: 1px dotted #D1D7DF;
}

.famousDetail-page .fapeo-list-lay {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.famousDetail-page .fapeo-label {
  font-size: 14px;
  color: #7D8596;
  width: 68px;
  text-align: right;
}

.famousDetail-page .fapeo-itemval {
  margin-left: 40px;
  font-size: 16px;
  color: #3D4552;
}

.hotProducts .popularServices-details .popularServices-details-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 10px 0;
  height: 30px;
}

/*热门项目*/
.popularProject .el-card__body {
  padding: 0;
}

.popularProject .popularServices-img {
  height: 230px;
}

.popularProject .popularServices .popularServices-details {
  min-height: 132px;
}

.popularProject .popularServices .popularServices-details .popularServices-details-title {
  padding-top: 0px;
}

.popularServices-details-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.techhost-page .techhost-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-30px);
}

.techhost-page .techhost-box li {
  width: calc(50% - 13px);
  height: 196px;
  border: 1px solid #E2E5E8;
  display: flex;
  margin-top: 30px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-right: 6px;
  overflow: hidden;
}

.techhost-page .techhost-box li:nth-child(2n) {
  margin-left: 26px;
}

.techhost-page .techhost-box .techLi-img {
  width: 250px;
  transition: all ease 0.3s;
}

.techhost-page .techhost-box .techLi-img:hover {
  transform: scale(1.05, 1.05);
}

.techhost-page .techhost-box .techLi-text {
  flex: 1;
  padding-left: 16px;
  box-sizing: border-box;
  width: calc(100% - 266px);
}

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

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

.techhost-page .techhost-box .techLi-detail p {
  text-align: center;
  font-size: 15px;
  color: #3D4552;
}

.techhost-page .techhost-box .techLi-detail .liDetail-color {
  color: #F60B3C;
}

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

.techhost-page .techhost-box .techLi-detail .techLi-detail-item {
  padding: 0 4px;
  width: 33.33%;
}

.videoDetail-page .p-detail-text {
  padding: 0 20px;
}

.videoDetail-page .p-detail-title-one {
  display: flex;
  justify-content: flex-start;
}

.videoDetail-page .p-detail-title-two {
  display: flex;
  justify-content: space-between;
}

.videoDetail-page .infovideo-box {
  padding: 20px 0;
}

.videoDetail-page .p-detail-share {
  width: 200px;
}

.colletBtn-page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.colletBtn-page .collebtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 42px;
  color: #EC8409;
  font-size: 16px;
  background: #fff;
  border: 1px solid #EC8409;
  border-radius: 21px;
  cursor: pointer;
}

.colletBtn-page .collebtn i {
  margin-right: 8px;
  font-size: 20px;
}

.colletBtn-page .collebtn:hover {
  background: #fff9f1;
}

.colletBtn-page .collehov {
  background: #f38d14;
  color: #fff;
}

.colletBtn-page .collehov:hover {
  background: #ec8409;
}

.product-detail-btn {
  display: flex;
}

.complist-right {
  display: flex;
}

.complist-right .complist-right-box {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: flex-end;
}

.complist-right .complist-box-label {
  margin-right: 6px;
}

.complist-right .complist-box-val {
  margin-right: 6px;
}

.famousEnterprises-right-te {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.famousEnterprises-right-te .enterprises-teitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #7d8596;
}

.famousEnterprises-right-te .enterprises-teitem p {
  font-size: 14px;
}

.famousEnterprises-right-te .enterprises-teitem p:nth-of-type(2) {
  margin-top: 10px;
}

.pop-service-item {
  width: 100%;
}

.popularServices-img {
  transform: scale(1, 1);
  transition: all ease 0.3s;
}

.popularServices-img:hover {
  transform: scale(1.05, 1.05);
}

.popularServices-cursor {
  cursor: pointer;
}

.proandser-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.proandser {
  width: 23%;
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding-bottom: 20px;
  border: 1px solid #EBEEF5;
  margin-left: 2%;
  overflow: hidden;
}

.proandser img {
  display: block;
  width: 100%;
  height: 236px;
  object-fit: over;
}

.proandser p {
  text-align: center;
}

.proandser p:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
  color: #3d4552;
  padding-top: 10px;
  text-align: center;
}

.proandser p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  color: #f60b3c;
  padding-top: 10px;
  text-align: center;
}

.proandser p:nth-of-type(3) {
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 10px 0;
  width: 100%;
}

.proandser:nth-child(4n + 1) {
  margin-left: 0;
}

.proandser:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.famouspeo-box {
  width: 1272px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

.famouspeo-box .expert-detail-info {
  width: calc(100% - 380px);
}

.product .el-card {
  width: 100%;
}

.supplyDemand-tabs #c2-free-tag16 {
  padding-left: 0;
}

.comhonor-img {
  width: auto;
  height: 200px;
}

.famousEnterprises .famousEnterprises-box .famousEnterprises-img img {
  object-fit: cover;
}

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

.companyser-page .product-detail-img-div {
  height: auto;
  width: auto;
}

.companyser-page .product-detail-bigimg {
  width: 616px;
  height: 380px;
}

.companyser-page .server-name-tit {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #3D4552;
  font-weight: bold;
  padding: 10px 0 30px;
}

.companyser-page .server-name-tit i {
  font-size: 22px;
  margin-right: 11px;
}

.companyser-page .compser-skepy {
  padding: 20px 0;
  border-top: 1px dotted #D1D7DF;
  border-bottom: 1px dotted #D1D7DF;
}

.companyser-page .compser-skepy-lay {
  display: flex;
}

.companyser-page .compser-skepy-label {
  width: 74px;
  font-size: 14px;
  color: #7D8596;
}

.companyser-page .compser-skepy-val {
  font-size: 16px;
  color: #F01A48;
  margin-left: 35px;
}

.companyser-page .park-detail-rc {
  width: calc(100% - 616px);
}

.companyser-page .server-intro-list {
  padding-bottom: 32px;
}

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

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

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

.companyser-page .server-intro-list .child-cont {
  font-size: 16px;
  color: #3D4552;
  margin-top: 30px;
  line-height: 30px;
  word-break: break-all;
}

.registvali-type {
  padding-right: 10px;
}

.login-wrapper .regist .regist-detail {
  width: 800px;
}

.login-wrapper .regist .regist-detail .emailbox-select-box {
  display: flex;
  align-items: center;
}

.login-wrapper .regist .regist-detail.regist-p {
  height: 480px;
}

.login-wrapper .regist .regist-detail.regist-c {
  height: 580px;
}

.login-wrapper .page-footer {
  left: 50%;
  transform: translateX(-50%);
}

.sendbtn {
  background: #409EFF;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 32px;
}

.sendbtnLoading {
  opacity: 0.6;
  cursor: not-allowed;
}

.resendbtn {
  background: #eee;
}

.regis-pc .el-select .el-input {
  width: 120px;
}

.phoneflex .el-form-item__content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.phoneflex .el-form-item__content .sendbtn {
  width: 120px;
  margin-left: 10px;
}

.companyreg .el-select .el-input {
  width: 100%;
}

.companyreg .emailbox-select .el-select .el-input {
  width: 120px;
}

.comDetail .product-detail-btimg {
  height: 120px;
}

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

.peoDetailPre {
  width: 100%;
  background: #fff;
}

.forgetpwd-page .forgetpwd-head {
  height: 88px;
  width: 100%;
  background: #fff;
}

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

.forgetpwd-page .forgetpwd-logo {
  display: block;
  height: 48px;
  position: relative;
  cursor: pointer;
}

.forgetpwd-page .forgetpwd-logo img {
  width: 84%;
}

.forgetpwd-page .forgetpwd-logo .home-goback {
  position: absolute;
  right: 0;
  top: 4px;
  width: 60px;
  height: 20px;
  background: url(./../images/home-goback.png) center center no-repeat;
  background-size: 100% 100%;
}

.forgetpwd-page .logina {
  font-size: 14px;
  color: #0557EE;
  cursor: pointer;
}

.forgetpwd-page .login-text {
  font-size: 14px;
  color: #7D8596;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forgetpwd-page .login-text i {
  font-size: 10px;
  margin-left: 10px;
}

.forgetpwd-page .forgetpwd-box {
  width: 800px;
  height: 460px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  margin: 0px auto;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 5%;
}

.forgetpwd-page .avoidFill {
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.forgetpwd-page .findpwd-tit {
  font-size: 24px;
  color: #000;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.forgetpwd-page .sendcode-lay .el-form-item__content {
  display: flex;
}

.forgetpwd-page .sendbtn {
  width: 200px;
  height: 40px;
}

.forgetpwd-page .findpwdbtn-lay {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forgetpwd-page .findpwdbtn {
  width: 312px;
  height: 42px;
  background: #0661e9;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.preProDetail-page .colletBtn-page .collebtn, .peoDetailPre .colletBtn-page .collebtn, .expertiseDetail-page .colletBtn-page .collebtn, .projectDetailPre-page .colletBtn-page .collebtn, .deNeedDetailPre-page .colletBtn-page .collebtn, .companySerPre-page .colletBtn-page .collebtn {
  width: 162px;
  height: 48px;
  background: #ECF4FF;
  border: 1px solid #4e8dea;
  border-radius: 4px;
  color: #0661E9;
  font-size: 14px;
}

.preProDetail-page .colletBtn-page .collebtn:hover, .peoDetailPre .colletBtn-page .collebtn:hover, .expertiseDetail-page .colletBtn-page .collebtn:hover, .projectDetailPre-page .colletBtn-page .collebtn:hover, .deNeedDetailPre-page .colletBtn-page .collebtn:hover, .companySerPre-page .colletBtn-page .collebtn:hover {
  background: #E1EDFD;
}

.preProDetail-page .colletBtn-page .collehov, .peoDetailPre .colletBtn-page .collehov, .expertiseDetail-page .colletBtn-page .collehov, .projectDetailPre-page .colletBtn-page .collehov, .deNeedDetailPre-page .colletBtn-page .collehov, .companySerPre-page .colletBtn-page .collehov {
  background: #096FEC;
  color: #fff;
}

.preProDetail-page .colletBtn-page .collehov:hover, .peoDetailPre .colletBtn-page .collehov:hover, .expertiseDetail-page .colletBtn-page .collehov:hover, .projectDetailPre-page .colletBtn-page .collehov:hover, .deNeedDetailPre-page .colletBtn-page .collehov:hover, .companySerPre-page .colletBtn-page .collehov:hover {
  background: #0661E9;
}

.detail-card-sty {
  margin-top: 60px !important;
}

.detail-card-sty .el-tabs__header {
  background: #F7F7F7;
  padding-left: 17px;
  border-radius: 6px 6px 0px 0px;
}

.detail-card-sty .el-tabs__header .el-tabs__item {
  height: 48px;
  line-height: 48px;
}

.detail-card-sty .el-tabs__header .el-tabs__nav-wrap::after {
  width: 0;
}

.detail-card-sty .card-detail-lay {
  padding: 40px 0;
  border-bottom: 1px dotted #D1D7DF;
}

.detail-card-sty .card-detail-lay .card-detail-tit {
  font-size: 20px;
  color: #3D4552;
  font-weight: bold;
  text-align: left;
}

.detail-card-sty .card-detail-lay .card-detail-val {
  font-size: 16px;
  color: #3D4552;
  margin-top: 30px;
  text-align: left;
}
