@charset "UTF-8";

html {
  width: 100%;
  max-width: 1920px;
  min-width: 1366px;
  background: #f6f7fb;
}


/*导入字体*/
@font-face {
  font-family: myFirstFont;
  src: url("myfont.ttf");
}

.top {
  background-image: url("../img/joinUs/join-bottom.png");
  width: 100%;
  height: 430px;
  min-height: 300px;
}

.top .top-tit {
  position: absolute;
  left: 45%;
  top: 170px;
}



.sub-nav {
  width: 100%;
  background: #edf0f7;
  height: 100px;
}

.nav-group {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-item {
  width: 33.3333333333333%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.content-sub {
  width: 1200px;
  margin: 80px auto;
}

.welfare-item {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
}

.welfare-item .layout {
  margin: 5px;
  background: #ffffff;
  padding: 80px 10px;
  text-align: center;
  min-height: 300px;
}

.num {
  font-family: myFirstFont;
  font-size: 36px;
  color: #E64142;
  margin-bottom: 10px;
}

.welfare-content {
  line-height: 2.5em;
  font-size: 18px;
}

.live {
  width: 1200px;
  margin: 0 auto;
  /* margin-bottom: 200px; */
}

.live img {
  width: 100%;
}

.job-res {
  margin-left: 1rem;
  color: #B4424D;
  font-weight: 700;
  cursor: initial;
}

.job-res p {
  cursor: text;
}

.job-group-type {
  width: 100%;
  height: 70px;
  display: flex;
}

.job-item-type {
  display: inline-block;
  height: 100%;
  width: 14.2814%;
  cursor: pointer;

}

.job-item-type>.layout {
  margin-right: 10px;
  background: #edf0f7;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #3e3e3e;
}

.elf {
  background-image: url("../img/joinUs/ele.png");
  width: 40px;
  height: 40px;
  background-position: -10px -2px;
  margin-right: 8px;
}

.hot {
  background-position-y: -620px;
  height: 42px;
}

.design {
  background-position-y: -515px;
}

.service {
  background-position-y: -300px;
}

.operation {
  background-position-y: -200px;
}

.default {
  background-position-y: -410px;
}

.business {
  background-position-y: -100px;
}

.job-group {
  margin-top: 30px;
  min-height: 400px;
}

.job-item {
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}

.job-item .job-tit {
  height: 86px;
  background: #edf0f7;
  display: flex;
  padding: 0 20px 0 30px;
  align-items: center;
  justify-content: space-between;
}

.job-content {
  background: #FFFFFF;
  padding: 20px 0 30px 30px;
}

.email {
  color: #cb3536;
}

.job-res {
  font-size: 18px;
  line-height: 32px;
}

.job-res p {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 2em;
}

.job-res p .iconfont {
  margin-right: 10px;
}

.job-res li {
  margin-bottom: 2rem;
}

.amount-num {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.img-group div {
  display: flex;
  max-height: 240px;
  overflow: hidden;
}

.img-group img {
  object-fit: cover;
}

.club {
  transition: all 1s ease;
  transform: scale(1.3, 1.2)
}

.club:hover {
  transform: scale(1.4, 1.3);
}

.basketball {
  position: relative;
  left: 45px;
  top: -52px;
  transition: all 1s ease;
  transform: scale(3.6, 3.6)
}

.basketball:hover {
  transform: scale(3.7, 3.7)
}

.tea {
  position: relative;
  top: -20px;
  transition: all 1s ease;
  transform: scale(2, 2.2)
}

.tea:hover {
  position: relative;
  transition: all 1s ease;
  transform: scale(2.1, 2.3)
}

.game {
  position: relative;
  transition: all 1s ease;
  left: -15px;
  top: -25px;
  transform: scale(1.25, 1.3)
}

.game:hover {
  transform: scale(1.35, 1.4);
}

.activity {
  position: relative;
  left: 95px;
  top: -50px;
  transition: all 1s ease;
  transform: scale(1.6, 1.6)
}

.activity:hover {
  transform: scale(1.7, 1.7);
}

.gift {
  transition: all 1s ease;
  transform: scale(1, 1)
}

.gift:hover {
  transition: all 1s ease;
  transform: scale(1.1, 1.1)
}

.upload-file {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.file-main {
  opacity: 0;
  display: inline-block;
  width: 124px;
  height: 48px;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.style-file {
  background: #B4424D;
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  box-sizing: border-box;
  position: absolute;

}