#join {
  background-image: url('/template/suho/pc/static/images/join/join_10.jpg');
  background-position:top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#join .box {
  margin: 40px auto 60px;
}

#join .box .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
}

#join .box .top .left {
  width: 30%;
  padding: 20px;
  box-sizing: border-box;
}

#join .box .top .left .item {
  margin-bottom: 20px;
}

#join .box .top .left .item p {
  font-size: 1.1em;
  line-height: 3em;
}

#join .box .top .left .item span {
  line-height: 1.5em;
  color: #555;
}

#join .box .top .left .item img {
  width: 30px;
}

#join .box .top img {
  width: 50%;
}


#join .box .middle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 40px;
}

#join .box .middle .left {
  width: 60%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

#join .box .middle .left .item {
  margin-bottom: 20px;
  width: 45%;
}

#join .box .middle .left .item p {
  font-size: 1.1em;
  line-height: 3em;
}

#join .box .middle .left .item span {
  line-height: 1.5em;
  color: #555;
}

#join .box .middle .left .item img {
  width: 30px;
}

#join .box .middle img {
  width: 30%;
  height: auto;
}

#join .box .bottom {
  background-color: #fff;
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
#join .box .bottom .left{
  width: 40%;
}
#join .box .bottom .left p{
  font-size: 1.2em;
  line-height: 2em;
}
#join .box .bottom .left h3{
  font-size: 2em;
}
#join .box .bottom .left span{
  font-size: 0.8em;
  color: #555;
  display: block;
  margin-top: 60px;
}
#join .box .bottom .left b{
  font-size: 2em;
  color: var(--mainColor);
  display: block;
}
#join .box .bottom .right{
  width: 50%;
}
#join .box .bottom .right .item1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#join .box .bottom .right input{
  width: 49%;
  height: 40px;
  border: 1px solid #ccc;
}
#join .box .bottom .right select{
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
}
#join .box .bottom .right .item2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}
#join .box .bottom .right textarea{
  border: 1px solid #ccc;
  width: 80%;
  height: 38px;
}
#join .box .bottom .right .item2 input{
  width: 19%;
  height: 40px;
  color: #fff;
  background-color: #2c2c2c;
}
.join {
    padding: 20px 0 80px 0;
}
.main {
    width: 100%;
    max-width: var(--maxWidth);
    margin: 0 auto;
}
.htit2 {
    text-align: center;
}
.htit2 h2 {
    color: #000000;
    font-size: 28px;
    line-height: 50px;
    background: url(../images/hbg2.jpg)no-repeat center bottom;
}
.htit2 p {
    color: #999;
    font-size: 32px;
    line-height: 50px;
    text-transform: uppercase;
}
.join .list_box {
    max-width:var(--maxWidth);
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.col-4 {
    width: 24%;
    display: inline-block;
}
.join .list_box .list {
    padding: 10px 12px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #f3f3f3;
    display: block;
    margin: 10px 0;
}
.join .list_box .list .img_box {
    max-width: 100%;
    line-height: 135px;
}
.img_box {
    vertical-align: middle;
    text-align: center;
}
.join .list_box .list .img_box {
    line-height: 135px;
}
.img_box {
    vertical-align: middle;
    text-align: center;
}
.join .list_box .list .text_box h3 {
    color: #444;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
}
.join .list_box .list .text_box .text {
    color: #666;
    font-size: 14px;
    line-height: 25px;
}
@media screen and (max-width: 600px){
    .col-4 {
    width: 49%;
    display: inline-block;
    }
  #join .box .top{
    flex-direction: column;
  }
  #join .box .top .left{
    width: 100%;
  }
  #join .box .top img{
    width: 100%;
  }
  .htit2 h2{
      font-size: 1.6em;
      line-height: 1.5em;
  }
  .htit2 p{
      font-size: 0.8em;
      line-height: 1.5em;
  }
  #join .box .middle{
    flex-direction: column;
  }
  #join .box .middle img{
    width: 100%;
  }
  #join .box .middle .left{
    width: 100%;
    text-align: center;
  }
  #join .box .middle .left .item img{
    display: inline-block;
  }
  #join .box .middle .left .item{
    width: 49%;
  }
  #join .box .middle .left .item span{
    font-size: 0.9em;
  }
  #join .box .bottom{
    flex-direction: column;
  }
  #join .box .bottom .left{
    width: 100%;
  }
  #join .box .bottom .right{
    width: 100%;
    margin-top: 20px;
  }
}