.content{  background: url("../img/appbj.jpg") no-repeat center center / cover; }
#join .warp-body { padding: 48px 0; }
#join .join-warp {
  width: 740px;
  min-height: 600px;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 2px 8px 40px 0 rgba(177, 177, 177, 0.5);
  border-radius: 13px;
  padding-bottom: 10px;
}
#join .join-warp .titles {
  font-size: 30px;
  color: #000000;
  height: 140px;
  line-height: 140px;
  text-align: center;
}
#join .join-warp .item-input {
  padding-bottom: 30px;
}
#join .join-warp .item-input .label {
  font-size: 16px;
  color: #000000;
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 30px;
  position: relative;
}
#join .join-warp .item-input .label i {
  position: absolute;
  color: #2589FF;
  font-size: 18px;
  top: 4px;
  right: 10px;
  font-style: normal;
}
#join .join-warp .item-input .last-span {
  position: absolute;
  top: 0;
  left: 0;
}
#join .join-warp .item-input input,
#join .join-warp .item-input select {
  background: #fff;
  border: 1px solid #C0C4CC;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #000000;
  box-sizing: border-box;
  border-radius: 4px;
}
#join .join-warp .item-input .placeholder {
  font-size: 14px;
  color: #999;
}
#join .join-warp .item-input .select-item {
  font-size: 14px;
}
#join .join-warp .item-input .f1 {
  width: 240px;
}
#join .join-warp .item-input select {
  width: 460px;
  box-sizing: border-box;
  cursor: pointer;
}
#join .join-warp .item-input select option {
  height: 40px;
  line-height: 40px;
}
#join .join-warp .item-input .company {
  width: 593px;
}
#join .join-warp .item-input .adds {
  width: 593px;
}
#join .join-warp .item-input textarea {
  background: #fff;
  border: 1px solid #C0C4CC;
  border-radius: 4px;
  padding: 10px;
  width: 593px;
  height: 90px;
  resize: none;
  font-size: 16px;
  color: #000000;
  box-sizing: border-box;
  line-height: 23px;
}
#join .join-warp .city-picker-span {
  width: 593px !important;
  position: relative;
  display: inline-block;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid #C0C4CC;
  border-radius: 4px !important;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
}
#join .join-warp .city-picker-dropdown {
  top: 32px !important;
  width: 100% !important;
}
#join .join-warp .city-select-content {
  box-sizing: border-box;
}
#join .join-warp .last-input {
  position: relative;
  padding-left: 130px;
}
#join .join-warp .first {
  float: left;
}
#join .join-warp .from-bnt {
  padding-left: 130px;
  margin: 30px 0  70px;
}
#join .join-warp .from-bnt span {
  width: 200px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
#join .join-warp .from-bnt .del {
  border: 1px solid #C0C4CC;
  margin-right: 30px;
  color: #5A5E66;
}
#join .join-warp .from-bnt .ok {
  background: #2589FF;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .banner {
    background: #000000 !important;
  }
  .banner-warp {
    width: 1920px !important;
    margin: auto;
  }
}
@media screen and (max-width: 1920px) {
  .banner-warp {
    width: 100% !important;
    margin: auto;
  }
}
