/*
	[@yuerpf pixels 2025]
	[@Author By DobbySoftware Dev 202505]
*/
.banner {
  width: 100%;
  height: 320px;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.join-popup {
  position: fixed;
  z-index: 999;
}
.join-popup .mask {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.join-popup .mask .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 504px;
  height: 177px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
}
.join-popup .mask .cont .btns * {
  width: 110px;
  height: 30px;
  background: #f4f9ff;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  line-height: 28px;
}
.join-popup .mask .cont .btns .upload {
  background-color: var(--theme-color);
}
.join-popup .mask .cont .tips {
  margin: 10px 6px 0;
}

.company-index .wrap {
  min-height: 700px;
}
.company-index .wrap .user-info {
  margin-top: -70px;
}
.company-index .wrap .user-info .icon-xiaoxihuifu {
  vertical-align: middle;
}
.company-index .wrap .user-info .p_center {
  padding-left: 119px;
  text-align: start;
}
.company-index .wrap .user-info .icon-guanzhu {
  font-size: 20px;
  vertical-align: baseline;
}
.company-index .wrap .user-info .avatar {
  width: 106px;
  height: 106px;
  border-radius: 50%;
}
.company-index .wrap .user-info .data .iconfont {
  display: none;
}
.company-index .wrap .user-info .follow {
  width: 300px;
  height: 40px;
  background: var(--theme-color);
  border-radius: 5px;
  line-height: 40px;
}
.company-index .wrap .user-info .following {
  width: 300px;
  height: 40px;
  background: #eaebed;
  border-radius: 5px;
  color: #161617;
  line-height: 40px;
}
.company-index .wrap .user-info .sendmsg {
  width: 300px;
  height: 40px;
  background: #f4f9ff;
  border-radius: 5px;
  border: 1px solid #cfe5ff;
  color: var(--theme-color);
  line-height: 40px;
}
.company-index .wrap .list {
  width: 1048px;
}
.company-index .wrap .list .top {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
.company-index .wrap .list .grid {
  width: 100%;
  margin: 30px auto;
}
.company-index .wrap .list .grid .grid-item {
  width: 335px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.company-index .wrap .list .grid .grid-item .imgScale {
  width: 335px;
}
.company-index .wrap .list .grid .grid-item .imgScale img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.company-index .wrap .list .grid .grid-item:hover .info {
  bottom: 0;
}
.company-index .wrap .list .grid .grid-item:hover .imgScale img {
  transform: scale(1.2);
}
.company-index .wrap .list .grid .grid-item.video .time {
  display: block;
}
.company-index .wrap .list .grid .grid-item.video .icon-bofang {
  display: block;
}
.company-index .wrap .list .grid .grid-item .info {
  position: absolute;
  padding: 0 10px;
  bottom: -70px;
  width: 335px;
  height: 70px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 10px 10px;
}
.company-index .wrap .list .grid .grid-item .info .user .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.company-index .wrap .list .grid .grid-item .info .user .name {
  width: 100px;
}
.company-index .wrap .list .grid .grid-item .info .data {
  font-size: 18px;
}
.company-index .wrap .list .grid .grid-item .info .data .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.company-index .wrap .list .grid .grid-item .time {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 10px;
  height: 26px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 26px;
  display: none;
}
.company-index .wrap .list .grid .grid-item .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  display: none;
}
.company-index .wrap .nodata {
  margin: 200px auto;
}
.company-index .company-popup {
  position: fixed;
  z-index: 999;
}
.company-index .company-popup .mask {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.company-index .company-popup .mask .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 504px;
  background: #f7f7f7;
  border-radius: 10px;
}
.company-index .company-popup .mask .cont .tit {
  width: 100%;
  height: 104px;
  background: url("./images/bg1.png") no-repeat;
  color: #666666;
  padding: 27px 0;
}
.company-index .company-popup .mask .cont form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-index .company-popup .mask .cont form button {
  width: 200px;
  height: 37px;
  background: #1e68a9;
  border-radius: 5px;
  outline: none;
  border: none;
}
.company-index .company-popup .mask .cont form .bgfff {
  margin: 20px;
  width: 464px;
  background: #ffffff;
  border-radius: 10px;
}
.company-index .company-popup .mask .cont form .ipt {
  padding: 20px 0;
  margin: 0 20px;
}
.company-index .company-popup .mask .cont form .ipt:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.company-index .company-popup .mask .cont form .ipt textarea {
  resize: none;
  border: none;
  outline: none;
  flex: 1;
}
.company-index .company-popup .mask .cont form .ipt .t {
  width: 96px;
}
.company-index .company-popup .mask .cont .icon-quxiao {
  position: absolute;
  right: -40px;
  top: -20px;
  font-size: 32px;
  color: #fff;
}

.company-list .join {
  position: relative;
  height: 280px;
}
.company-list .join .bg {
  position: absolute;
  z-index: -1;
}
.company-list .join .t {
  padding-top: 80px;
}
.company-list .join .btn {
  width: 163px;
  height: 37px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #ffffff;
  margin: 30px auto 0;
}
.company-list .list .item {
  width: 690px;
  height: 258px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.1);
  transition: 0.5s;
}
.company-list .list .item:hover {
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
}
.company-list .list .item .user .avatar {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
.company-list .list .item .user .data .iconfont {
  margin: 0 4px;
}
.company-list .list .item .user .follow {
  margin-left: auto;
  width: 96px;
  height: 37px;
  background: var(--theme-color);
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
}
.company-list .list .item .user .following {
  margin-left: auto;
  width: 96px;
  height: 37px;
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
  background-color: #eaebed;
  color: #161617;
}
.company-list .list .item .gallery .imgScale {
  position: relative;
  border-radius: 5px;
}
.company-list .list .item .gallery .imgScale.video .time {
  display: block;
}
.company-list .list .item .gallery .imgScale.video .icon-bofang {
  display: block;
}
.company-list .list .item .gallery .imgScale .time {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 10px;
  height: 26px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 26px;
  display: none;
  z-index: 9;
}
.company-list .list .item .gallery .imgScale .icon-bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 22px;
  display: none;
  z-index: 9;
}
.company-list .list .item .gallery .imgScale:hover img {
  transform: scale(1.2);
}
.company-list .list .item .gallery .imgScale:not(:first-child) {
  margin-left: 20px;
}
.company-list .list .item .gallery .imgScale:last-child .more {
  display: block;
}
.company-list .list .item .gallery .imgScale .more {
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  position: absolute;
  text-align: center;
  line-height: 135px;
  display: none;
  z-index: 99;
}
.company-list .list .item .gallery .imgScale img {
  width: 202px;
  height: 135px;
  border-radius: 5px;
}

.company-join .wrap {
  padding: 50px 0;
}
.company-join .banner {
  height: 1080px;
  position: relative;
}
.company-join .banner .info {
  position: absolute;
  top: 355px;
  width: 960px;
  left: 50%;
  transform: translateX(-50%);
}
.company-join .banner .info .btn {
  width: 183px;
  height: 64px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 62px;
  margin: 60px auto 0;
  cursor: pointer;
}
.company-join .wrap2 .steps {
  position: relative;
}
.company-join .wrap2 .steps::after {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  height: 1px;
  background-color: var(--theme-color);
  top: 25px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.company-join .wrap2 .steps .step img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.company-join .wrap3 .list .item {
  width: 335px;
  height: 223px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.company-join .wrap3 .list .item.video .time {
  display: block;
}
.company-join .wrap3 .list .item.video .icon-bofang {
  display: block;
}
.company-join .wrap3 .list .item:not(:nth-child(4n)) {
  margin-right: 20px;
}
.company-join .wrap3 .list .item:hover .imgScale img {
  transform: scale(1.2);
}
.company-join .wrap3 .list .item .time {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 10px;
  height: 26px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 26px;
  display: none;
}
.company-join .wrap3 .list .item .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  display: none;
}
.company-join .wrap3 .list .item .imgScale {
  width: 335px;
  height: 223px;
  border-radius: 10px;
}
.company-join .wrap3 .list .item .imgScale img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.company-search {
  padding: 50px 0;
}
.company-search .tabs {
  height: 42px;
  background: #f4f9ff;
  padding: 0 50px;
}
.company-search .tabs .tab {
  line-height: 42px;
  margin-right: 85px;
}
.company-search .tabs .tab.active {
  color: var(--theme-color);
  position: relative;
}
.company-search .tabs .tab.active::after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 2px;
  background: var(--theme-color);
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.company-search .list {
  margin-top: 20px;
}
.company-search .list .item {
  width: 690px;
  height: 258px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.1);
  transition: 0.5s;
}
.company-search .list .item:hover {
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
}
.company-search .list .item .user .avatar {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
.company-search .list .item .user .data {
  color: var(--theme-color);
}
.company-search .list .item .user .data .iconfont {
  margin: 0 4px;
}
.company-search .list .item .user .follow {
  margin-left: auto;
  width: 96px;
  height: 37px;
  background: var(--theme-color);
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
}
.company-search .list .item .user .following {
  margin-left: auto;
  width: 96px;
  height: 37px;
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
  background-color: #eaebed;
  color: #161617;
}
.company-search .list .item .gallery .imgScale {
  position: relative;
  border-radius: 5px;
}
.company-search .list .item .gallery .imgScale.video .time {
  display: block;
}
.company-search .list .item .gallery .imgScale.video .icon-bofang {
  display: block;
}
.company-search .list .item .gallery .imgScale .time {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 10px;
  height: 26px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 26px;
  display: none;
  z-index: 9;
}
.company-search .list .item .gallery .imgScale .icon-bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 22px;
  display: none;
  z-index: 9;
}
.company-search .list .item .gallery .imgScale:hover img {
  transform: scale(1.2);
}
.company-search .list .item .gallery .imgScale:not(:first-child) {
  margin-left: 20px;
}
.company-search .list .item .gallery .imgScale:last-child .more {
  display: block;
}
.company-search .list .item .gallery .imgScale .more {
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  position: absolute;
  text-align: center;
  line-height: 135px;
  display: none;
  z-index: 99;
}
.company-search .list .item .gallery .imgScale img {
  width: 202px;
  height: 135px;
  border-radius: 5px;
}

@media screen and (max-width: 1415px) {
  .company-index .wrap .user-info .p_center {
    padding-left: 100px;
  }
  .company-index .wrap .user-info .follow {
    width: 255px;
  }
  .company-index .wrap .user-info .following {
    width: 255px;
  }
  .company-index .wrap .user-info .sendmsg {
    width: 255px;
  }
  .company-index .wrap .list {
    width: 895px;
  }
  .company-index .wrap .list .grid .grid-item {
    width: 285px;
    height: 190px;
  }
  .company-index .wrap .list .grid .grid-item .imgScale {
    width: 285px;
  }
  .company-list .join .bg img {
    width: 1200px;
  }
  .company-list .list .item {
    width: 590px;
    height: 236px;
  }
  .company-list .list .item .gallery .imgScale img {
    width: 170px;
    height: 113px;
  }
  .company-search .list .item {
    width: 590px;
    height: 236px;
  }
  .company-search .list .item .gallery .imgScale img {
    width: 170px;
    height: 113px;
  }
  .company-join .banner {
    height: 788px;
  }
  .company-join .banner .info {
    top: 208px;
  }
  .company-join .wrap3 .list .item {
    width: 285px;
    height: 190px;
  }
  .company-join .wrap3 .list .item .imgScale {
    width: 285px;
    height: 190px;
  }
}
@media screen and (max-width: 462px) {
  .banner {
    height: 62px;
  }
  .company-index .wrap .user-info {
    margin-top: -23px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .company-index .wrap .user-info .name {
    font-size: 16px;
  }
  .company-index .wrap .user-info .c999 {
    font-size: 12px;
  }
  .company-index .wrap .user-info .avatar {
    width: 45px;
    height: 45px;
  }
  .company-index .wrap .user-info .info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
  }
  .company-index .wrap .user-info .data {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 270px;
  }
  .company-index .wrap .user-info .data .p {
    margin-top: 0;
    font-size: 14px;
    color: var(--theme-color);
  }
  .company-index .wrap .user-info .data .p .l {
    display: none;
  }
  .company-index .wrap .user-info .data .p .iconfont {
    display: block;
  }
  .company-index .wrap .user-info .follow {
    width: 105px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    font-size: 16px;
  }
  .company-index .wrap .user-info .follow .iconfont {
    font-size: 16px;
  }
  .company-index .wrap .user-info .following {
    width: 105px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
  }
  .company-index .wrap .user-info .sendmsg {
    width: 110px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    font-size: 16px;
  }
  .company-index .wrap .user-info .sendmsg .iconfont {
    font-size: 17px;
    vertical-align: baseline;
  }
  .company-index .wrap .user-info .sendmsg .icon-dingzhi {
    font-size: 14px;
  }
  .company-index .wrap .user-info .p_center {
    padding-left: 0;
    text-align: center;
  }
  .company-index .wrap .nodata {
    margin: 50px auto;
  }
  .company-index .wrap .list {
    margin-left: 0;
  }
  .company-index .wrap .list .top {
    margin-top: 20px;
    font-size: 18px;
  }
  .company-index .wrap .list .top .el-dropdown-link {
    font-size: 18px;
    color: #000;
  }
  .company-index .wrap .list .grid {
    margin-top: 15px;
  }
  .company-index .wrap .list .grid .grid-item {
    width: 165px;
    margin-bottom: 15px;
  }
  .company-index .wrap .list .grid .grid-item .info {
    display: none;
  }
  .company-index .wrap .list .grid .grid-item .time {
    right: 10px;
    top: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .company-index .wrap .list .grid .grid-item .icon-bofang {
    width: 18px;
    height: 18px;
    font-size: 6px;
    line-height: 18px;
  }
  .company-index .wrap .list .grid .grid-item .imgScale {
    width: 165px;
  }
  .company-index .company-popup .mask .cont {
    width: 315px;
  }
  .company-index .company-popup .mask .cont .icon-quxiao {
    font-size: 16px;
    right: -20px;
  }
  .company-index .company-popup .mask .cont .tit {
    background-size: 100% 100%;
  }
  .company-index .company-popup .mask .cont form .bgfff {
    width: 295px;
    margin: 10px;
  }
  .company-index .company-popup .mask .cont form .bgfff .ipt {
    margin: 0 10px;
  }
  .company-index .company-popup .mask .cont form .bgfff .ipt .t {
    font-size: 14px;
    width: 76px;
  }
  .company-index .company-popup .mask .cont form .bgfff .ipt input {
    flex: 1;
  }
  .company-index .company-popup .mask .cont form button {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .company-list .banner .info {
    width: 100%;
  }
  .company-list .banner .info .fz40 {
    font-size: 14px;
  }
  .company-list .join {
    margin-top: 15px;
    height: 87px;
  }
  .company-list .join .t {
    font-size: 12px;
    padding: 10px;
  }
  .company-list .join .btn {
    margin-top: 0;
    width: 72px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
  .company-list .join .bg {
    width: 100%;
    height: 87px;
  }
  .company-list .join .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .company-list .list {
    margin-top: 15px;
  }
  .company-list .list .item {
    margin-bottom: 15px;
    width: 345px;
    height: 155px;
    padding: 10px;
    transition: none;
    box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
  }
  .company-list .list .item .user .avatar {
    width: 28px;
    height: 28px;
  }
  .company-list .list .item .user .info .name {
    font-size: 13px;
  }
  .company-list .list .item .user .info .data {
    margin-top: 0;
    font-size: 12px;
  }
  .company-list .list .item .user .info .data .ml20 {
    margin-left: 10px;
  }
  .company-list .list .item .user .info .data .iconfont {
    font-size: 12px;
  }
  .company-list .list .item .user .follow {
    width: 66px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .company-list .list .item .user .following {
    width: 66px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .company-list .list .item .gallery .imgScale .icon-bofang {
    width: 12px;
    height: 12px;
    font-size: 4px;
    line-height: 12px;
  }
  .company-list .list .item .gallery .imgScale .time {
    top: 4px;
    right: 4px;
    padding: 0 4px;
    height: 14px;
    border-radius: 2px;
    line-height: 14px;
    font-size: 10px;
  }
  .company-list .list .item .gallery .imgScale .more {
    line-height: 67px;
  }
  .company-list .list .item .gallery .imgScale:not(:first-child) {
    margin-left: 12px;
  }
  .company-list .list .item .gallery .imgScale img {
    width: 100px;
    height: 67px;
  }
  .company-list .join-popup .mask .cont {
    width: 315px;
    height: 147px;
  }
  .company-list .join-popup .mask .cont .iconfont {
    font-size: 14px;
  }
  .company-list .join-popup .mask .cont .tips {
    font-size: 14px;
  }
  .company-search {
    padding: 15px 0;
  }
  .company-search .fz30 {
    font-size: 16px;
  }
  .company-search .fz20 {
    font-size: 14px;
  }
  .company-search .mt30 {
    margin-top: 15px;
  }
  .company-search .tabs {
    height: 30px;
    font-size: 14px;
    padding: 0 20px;
    justify-content: space-between;
    display: flex;
  }
  .company-search .tabs .tab {
    margin-right: 0;
    line-height: 30px;
  }
  .company-search .tabs .tab.active::after {
    bottom: 0;
  }
  .company-search .list {
    margin: 15px auto;
  }
  .company-search .list .item {
    margin-bottom: 15px;
    width: 345px;
    height: 155px;
    padding: 10px;
    transition: none;
    box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
  }
  .company-search .list .item .user .avatar {
    width: 28px;
    height: 28px;
  }
  .company-search .list .item .user .info .name {
    font-size: 13px;
  }
  .company-search .list .item .user .info .data {
    margin-top: 0;
    font-size: 12px;
  }
  .company-search .list .item .user .info .data .ml20 {
    margin-left: 10px;
  }
  .company-search .list .item .user .info .data .iconfont {
    font-size: 12px;
  }
  .company-search .list .item .user .follow {
    width: 66px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .company-search .list .item .user .following {
    width: 66px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .company-search .list .item .gallery .imgScale .icon-bofang {
    width: 12px;
    height: 12px;
    font-size: 4px;
    line-height: 12px;
  }
  .company-search .list .item .gallery .imgScale .time {
    top: 4px;
    right: 4px;
    padding: 0 4px;
    height: 14px;
    border-radius: 2px;
    line-height: 14px;
    font-size: 10px;
  }
  .company-search .list .item .gallery .imgScale .more {
    line-height: 67px;
  }
  .company-search .list .item .gallery .imgScale:not(:first-child) {
    margin-left: 12px;
  }
  .company-search .list .item .gallery .imgScale img {
    width: 100px;
    height: 67px;
  }
  .company-search .nodata img {
    width: 100px;
  }
  .company-join .banner {
    height: 210px;
  }
  .company-join .banner .info {
    top: 40px;
    width: 345px;
  }
  .company-join .banner .info .tit {
    font-size: 20px;
  }
  .company-join .banner .info .sub {
    font-size: 14px;
    margin-top: 10px;
  }
  .company-join .banner .info .btn {
    font-size: 12px;
    margin-top: 15px;
    width: 112px;
    height: 31px;
    line-height: 31px;
  }
  .company-join .wrap {
    padding: 20px 0;
  }
  .company-join .wrap .fz50 {
    font-size: 20px;
  }
  .company-join .wrap1 .w {
    flex-direction: column-reverse;
    align-items: center;
  }
  .company-join .wrap1 .w .info {
    margin-top: 20px;
  }
  .company-join .wrap1 .w .info .fz20 {
    font-size: 16px;
    margin-top: 15px;
  }
  .company-join .wrap1 .w .info .p .iconfont {
    font-size: 40px;
  }
  .company-join .wrap1 .w .info .p .i {
    flex: 1;
    margin-left: 20px;
  }
  .company-join .wrap1 .w .info .p .i .fz18 {
    font-size: 16px;
  }
  .company-join .wrap1 .w .info .p .i .fz16 {
    font-size: 14px;
  }
  .company-join .wrap1 .w img {
    width: 250px;
  }
  .company-join .wrap2 .fz20 {
    font-size: 16px;
    margin-top: 15px;
  }
  .company-join .wrap2 .steps {
    margin-top: 15px;
    display: block;
  }
  .company-join .wrap2 .steps::after {
    width: 1px;
    height: 85%;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .company-join .wrap2 .steps .step {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 345px;
    text-align: start;
    align-content: flex-start;
    height: 49px;
    justify-content: center;
  }
  .company-join .wrap2 .steps .step:not(:first-child) {
    margin-top: 30px;
  }
  .company-join .wrap2 .steps .step img {
    width: 40px;
    height: 40px;
  }
  .company-join .wrap2 .steps .step .fwb {
    margin-top: 0;
    font-size: 16px;
    margin-left: 20px;
  }
  .company-join .wrap2 .steps .step .fz16 {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 20px;
  }
  .company-join .wrap3 .fz20 {
    font-size: 16px;
    margin-top: 15px;
  }
  .company-join .wrap3 .cont {
    margin-top: 20px;
  }
  .company-join .wrap3 .cont .list {
    justify-content: space-between;
  }
  .company-join .wrap3 .cont .list .item {
    width: 165px;
    height: 110px;
    margin-bottom: 15px;
  }
  .company-join .wrap3 .cont .list .item .info {
    bottom: 0;
    width: 160px;
    height: 31px;
  }
  .company-join .wrap3 .cont .list .item .info .data {
    font-size: 10px;
  }
  .company-join .wrap3 .cont .list .item .info .data .iconfont {
    font-size: 10px;
    margin-right: 5px;
  }
  .company-join .wrap3 .cont .list .item .info .data .ml10 {
    margin-left: 5px;
  }
  .company-join .wrap3 .cont .list .item .info .user .avatar {
    width: 12px;
    height: 12px;
    margin-top: 2px;
  }
  .company-join .wrap3 .cont .list .item .info .user .name {
    width: 60px;
    margin-left: 4px;
    font-size: 10px;
  }
  .company-join .wrap3 .cont .list .item .time {
    right: 10px;
    top: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .company-join .wrap3 .cont .list .item .icon-bofang {
    width: 18px;
    height: 18px;
    font-size: 6px;
    line-height: 18px;
  }
  .company-join .wrap3 .cont .list .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .company-join .wrap3 .cont .list .item .imgScale {
    width: 165px;
    height: 110px;
  }
}
