.rect-outline {
  width: 28.8rem;
  min-width: 750px;
  height: 100%;
  margin: 0 auto;
}

.rect-title {
  width: 100%;
  height: 0.8rem;
  text-align: center;
  margin: 1.2rem 0 2rem;
}

.rect-title-text {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.72rem;
  color: #2C2C2C;
  font-weight: 600;
  font-family: FangZheng_JIAN;
  display: inline-block;
  width: 100%;
}

.top .rect-title-text {
  font-size: 0.6rem;
}

.rect-list {
  width: 100%;
  margin-top: 0.9rem;
  flex-wrap: wrap;
}

.rect-item {
  position: relative;
  width: 9.28rem;
  height: 8.2rem;
  margin-right: 0.48rem;
  margin-bottom: 0.48rem;
  background-color: #F6F6F6;
  padding-top: 0.5rem;
}

.rect-item.left-end {
  margin-right: 0;
}

.rect-item .rect-title {
  /*margin: 0.54rem 0 0.86rem;*/
  margin: 0 0 0.5rem;
}

.rect-title.contact {
  margin: 3.6rem 0 0.56rem;
}

.rect-item .rect-label-list {
  width: 100%;
  margin-bottom: 0.72rem;
}

.rect-item .rect-label-list .rect-label {
  /*min-width: 2.3rem;*/
  /*max-width: 3.7rem;*/
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.48rem;
  font-family: FangZheng_JIAN;
  border-radius: 3px;
  margin-left: 0.46rem;
  padding: 0 10px;
  background-color: #16BF76;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.rect-item .detail {
  width: calc(100% - 1rem);
  margin: 0 auto;
  height: 0.66rem;
  line-height: 0.66rem;
  font-size: 0.36rem;
  font-family: FangZheng_JIAN;
  color: #2C2C2C;
  overflow: hidden;
}

.rect-item .detail.info {
  height: 2.64rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.rect-item .more-detail {
  position: absolute;
  display: inline-block;
  font-size: 0.36rem;
  color: #00B72A;
  background-color: #F6F6F6;
  width: 1rem;
  height: .66rem;
  line-height: .66rem;
  right: .5rem;
  bottom: .36rem;
  cursor: pointer;
}

.rect-tips {
  font-size: 0.36rem;
  color: #ABABAB;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  margin-bottom: 0.84rem;
}

.rect-contact {
  width: 100%;
  height: 11.32rem;
  padding: 2.2rem 4.8rem;

  background: url(../assets/images/recruitment/contact.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-position: center 0;
}

.rect-contact .ivu-form {
  width: 7.2rem;
  height: 100%;
}

.rect-contact .ivu-form .ivu-form-item {
  margin-bottom: 0.06rem;
}

.rect-contact .ivu-form .tips {
  display: block;
  font-size: 0.24rem;
  color: #FF8900;
  margin: 0.2rem auto 0.4rem;
  padding-left: 1.68rem;
  opacity: 1;
  transition: opacity .4s;
}

.rect-contact .ivu-form .tips.hidden {
  opacity: 0;
}

.rect-contact .ivu-form .ivu-btn-success {
  margin-left: 1.6rem;
  margin-top: 0.6rem;
  width: 5.6rem;
  height: 0.96rem;
  font-size: 0.36rem;
  color: #fff;
  background-color: #07D079;
  border-color: #07D079;
}

.rect-contact .company-info {
  margin-left: 1.52rem;
}

.rect-contact .company-info .item {
  height: 1rem;
  font-size: 0.36rem;
  font-family: FangZheng_JIAN;
}

.rect-contact .company-info .item img.phone {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.48rem;
}

.rect-contact .company-info .item img.address {
  width: 0.3rem;
  height: 0.42rem;
  margin-right: 0.54rem;
}


.rect-list-top {
  margin: 1.12rem 0 0;
  justify-content: space-between;
}
