.item01{
  height: 480px;
  background-color: #101627;
  color: #FFF;
  background-image: url(https://deallinker-homepage.oss-cn-beijing.aliyuncs.com/image/recruit/recruit_banner.png);
  background-repeat: no-repeat;
  background-position: center;
}
.item01 .banner{
  padding: 177px 0 0 0px;
  text-align: center
}
.item01 .banner h3{
  line-height: 50px;
  margin-bottom: 20px;
  height: 50px;
  font-size: 36px;
  color: #FFFFFF;
}
.el-collapse{
  margin-top: 60px;
}
.el-collapse-item{
  /* height: 60px; */
  overflow: hidden;
  transition: all .3s;
}
.el-collapse-item.is-active {
  height: auto;
}
.el-collapse-item.is-active .el-collapse-item__header{
  background-color:#71A5FF;
  color: #FFFFFF
}
.el-collapse-item.is-active .el-icon-arrow-right{
  transform: rotate(180deg);
}
.el-collapse-item.is-active .el-collapse-item__wrap{
  min-height: 390px;
  height: auto;
}
.el-collapse-title span{
  font-size: 20px;
  color: #333333;
  letter-spacing: 2px;
}
.el-collapse-item__header {
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  color: #303133;
  cursor: pointer;
  /* border-bottom: 1px solid #ebeef5; */
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
  outline: none;
}
.el-collapse-item__header>span{
  width: 33.3%;
  padding-left: 20px;
}
.el-icon-arrow-right{
  background-image: url(https://deallinker-homepage.oss-cn-beijing.aliyuncs.com/image/recruit/recruit_post_arrow.png);
  width: 19px;
  height: 10px;
  display: inline-block;
  background-size: cover;
  margin-left: 10px;
  transition: all .3s;
}
.el-collapse-item__wrap {
  will-change: height;
  min-height: 0;
  height: 0;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
  border-right: 1px solid #ebeef5;
  transition: all .3s;
}
.el-collapse-item__content {
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 13px;
  color: #303133;
  line-height: 1.769230769230769;
}
.el-collapse-item__content>ul>i{
  margin: 40px 0;
  display: block;
  font-style: normal;
}
.el-collapse-item__content>ul>li{
  line-height: 26px;
  height: 26px;
  
}
.el-collapse-item .el-table__row--striped{
  background: #F8F8F8;
}
.welfare-content{
  margin: 90px 0 0 30px;
}
.item03 img{
  width: 427px;
  height: 431px;
  margin-top: 90px;
  margin-left: 110px;
}
.welfare-content  li:nth-last-child(1){
  border-bottom: none;
}
.welfare-content  li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 115px;
  padding-right: 50px;
  color: #333333;
  border-bottom: 1px solid #EAEAEA;
}
.welfare-content li>span{
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 30px;
  
}
.welfare-content li:nth-child(1)>span{
  background: url(https://deallinker-homepage.oss-cn-beijing.aliyuncs.com/image/recruit/recruit_welfare_icon01.png);
  background-size: cover;
}
.welfare-content li:nth-child(2)>span{
  background: url(https://deallinker-homepage.oss-cn-beijing.aliyuncs.com/image/recruit/recruit_welfare_icon02.png);
  background-size: cover;
}
.welfare-content li:nth-child(3)>span{
  background: url(https://deallinker-homepage.oss-cn-beijing.aliyuncs.com/image/recruit/recruit_welfare_icon03.png);
  background-size: cover;
}
.welfare-content li:nth-child(4)>span{
  background: url(https://deallinker-homepage.oss-cn-beijing.aliyuncs.com/image/recruit/recruit_welfare_icon04.png);
  background-size: cover;
}
.welfare-content li h3{
  font-size: 20px;
  color: #333333;
  letter-spacing: 1px;
}
.welfare-content li p{
  font-size: 14px;
color: #666666;
letter-spacing: 0.5px;
}
.item04 .customer-content{
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 140px;
  
}
.item04 .customer-content>li{
  width: 270px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  
}
.item04 .customer-content li h3{
  font-size: 20px;
  color: #333333;
  letter-spacing: 1px;
}
.item04 .customer-content li p{
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.5px;
}
