.shopSign {
  margin-top: 120px;
  /* height: 350px; */
  background-color: #fafafa;
  padding: 40px 40px 40px 50px;
  box-sizing: border-box;
}
.shopSign img{
  transition: all 0.6s;
}
.shopSign:hover img{
  transform: scale(1.1)
}
.shopSign_left_box,
.shopSign_right_box {
  float: left;
}
.shopSign_right_box{
  overflow: hidden;
}
.shopSign_left_box {
  width: 590px;
}
.shopSign_left_box > h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.shopSign_left_box > h3:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ffb80d;
  margin-top: 29px;
}
.shop_p1 {
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
}
.shop_p2 {
  margin-top: 34px;
}
.email {
  overflow: hidden;
  margin-top: 35px;
}
.email > p {
  float: left;
  color: #0d87ff;

}
.email > a {
  float: left;
  color: #0d87ff;
}
.shopSign_right_box > img {
  width: 100%;
  /*height: 100%;*/
}
.shopSign_right_box {
  width: 510px;
  height: 350px;
  margin-top: -80px;
}

/* hiring start */
.hiring {
  margin-top: 60px;
}
.hiring > p {
  text-align: center;
}
.title_p {
  font-size: 30px;
  color: #cccccc;
}
.title_p_text {
  font-size: 22px;
  color: #333333;
  margin-top: 26px;
  position: relative;
  z-index: 9;
}
.title_p_text:after {
  content: "";
  display: block;
  width: 88px;
  height: 8px;
  position: absolute;
  background-color: #ffb80d;
  left: 50%;
  margin-left: -44px;
  top: 20px;
  z-index: -1;
}

.hiring_list {
  margin-top: 40px;
}
.hiring_list_item {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(171, 171, 171, 0.3);
  padding: 40px;
  box-sizing: border-box;
}
.hiring_list_item + li {
  margin-top: 40px;
}
.hiring_item_title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.hiring_item_ask {
  margin-top: 25px;
}
.hiring_item_ask p {
  float: left;
  font-size: 16px;
  color: #999999;
}
.peopleNum {
  margin-right: 38px;
}
.jobYear {
  margin-right: 38px;
}
.hiring_item_buffer > div:first-child {
  width: 1000px;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
}
.hiring_item_buffer>div{
    float: left;
}
.buffer_box{
    font-size: 16px;
    color: #158bff;
    text-align: center;
    margin-top: 28px;
    margin-left: 40px;
}

.hiring_item_content{
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
    margin-bottom: 43px;
    box-sizing: border-box;
}
.hiring_item_content{
    padding-top: 30px;
    width: 1000px;
    box-sizing: border-box;
}
.job{
    font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.askFor{
    margin-top: 44px;
}
.job+ul{
    width: 100%;
    margin-top: 13px;
}
.hiring_item_content{
    width: 100%;
}
.buffer_box:hover{
    cursor: pointer;
}
.job+ul>li{
    margin-top: 12px;
}
.hiring{
    margin-bottom: 81px;
}
.open>p{
    float: left;
}
.buffer_box{
    line-height: 14px;
}
.open>img{
    float: left;
    /* margin-top: 10px; */
    /* line-height: 10px; */
    margin-left: 13px;
}
/* hiring end */



@media (max-width:768px){
  .shopSign{
    margin-top: 0;
    overflow: hidden;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .shopSign_left_box{
    width: 100%;
  }
  .shopSign_right_box{
    width: 100%;
  }
  .hiring_item_buffer > div:first-child{
    width: 100%;
  }
  .job+ul{
    width: 100%;
  }
  .shopSign_left_box > h3{
    font-size: 18px;
    margin-top: 10px;
  }
  .shopSign_left_box > h3:after{
    margin-top: 4px;
    display: none;
  }
  .shop_p1 {
    margin-top: 10px;
    font-size: 12px;
  }
  .shop_p2{
    margin-top: 10px;
    font-size: 12px;
  }
  .email{
    margin-top: 10px;
    font-size: 12px;
  }
  .shopSign_right_box{
    margin-top: 0;
  }
  .shopSign_right_box{
    margin-top: 20px;
    width: 100%;
    height: 100%;
  }
  .hiring{
    margin-top: 20px;
  }
  .title_p {
    font-size: 18px;
  }
  .title_p_text{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .title_p_text:after{
    display: none;
  }
  .hiring_list {
    margin-top: 20px;
  }
  .hiring_list{
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .hiring_list_item{
    width: 100%;
    padding: 10px;
  }
  .hiring_item_title {
    font-size: 16px;
  }
  .hiring_item_ask{
    margin-top: 10px;
  }
  .hiring_item_ask>p{
    font-size: 12px;
    margin-right: 15px !important;
  }
  .hiring_item_buffer{
    position: relative;
  }
  .hiring_item_buffer > div:first-child{
    border: none;
  }
  .buffer_box{
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 2px;
    margin: 0;
  }
  .hiring_item_content{
    margin-top: 8px;
    padding-top: 16px;
  }
  .job+ul>li{
    font-size: 12px;
  }
  .askFor{
    margin-top: 10px;
  }
  .hiring_item_content{
    margin-bottom: 16px;
  }
  .remo{
    margin-top: 6px !important;
  }
  .open>img{
    margin-left: 6px !important;
  }
}