@charset "utf-8";

#head{background: #303030;}

#join{min-height: 100%; position: relative; z-index: 1; margin-bottom: -150px; padding-bottom: 100px; box-sizing: border-box;}
#join .bg{position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: #efeff0 url('../img/b@join.jpg') no-repeat right bottom/cover; background-attachment: fixed;}

#join .wrap{position: relative; z-index: 2; padding-top: 200px;}
#join .wrap>.title{color: #3e3a39; font-size: 4.8rem; text-align: center;}
#join .wrap>.desc{color: #009e9c; font-size: 2rem; text-align: center; margin-top: 20px;}


#join .list{margin-top: 50px;}
#join .list .item .tit{padding: 30px 15px; display: flex; justify-content: space-between; color: #4c4948; font-size: 2rem;border-bottom: 1px solid #b5b5b6; cursor: pointer;}
#join .list .item .tit:after{display: none;}
#join .list .item .tit i{margin-right: 20px;}

#join .list .con{border-bottom: 1px solid #b5b5b6; font-size: 1.4rem; color: #4c4948; line-height: 1.8; background: rgba(255,255,255, .5); display: none; padding: 30px 15px; overflow: hidden;}
#join .list .con>div{display: flex;}
#join .list .con>div i{margin-right: 20px;}
#join .list .con>div div{line-height: 1.8; margin-right: 80px; max-width: 320px;}


@media (max-width:1199px){
  #join{min-height: unset; margin-bottom: 0; padding-bottom: 0;}
  #join .bg{display: none;}

  #join .wrap{padding-top: 120px;}
  #join .wrap>.title{font-size: 2.6rem;}
  #join .wrap>.desc{font-size: 1.6rem; margin-top: 15px;}


  #join .list{margin-top: 20px;}
  #join .list .item .tit{padding: 20px 5px; font-size: 1.6rem;}
  #join .list .item .tit:after{display: none;}
  #join .list .item .tit i{margin-right: 15px;}
  #join .list .item .arr>img{height: 16px; margin-top: 8px;}

  #join .list .con>div{display: flex; flex-wrap: wrap;}
  #join .list .con>div i{margin-right: 20px; display: none;}
  #join .list .con>div div{line-height: 1.8; margin-right: 0; max-width: 100%; width: 100%; margin-bottom: 20px;}
}













