* {
  box-sizing: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, "Noto Sans CJK SC", "Source Han Sans CN", "Hiragino Sans GB", "冬青黑体", STHeiti, "华文黑体", "Microsoft YaHei", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
}

html.en {
  font-family: Roboto, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

body {
  min-width: 375px;
  background-color: #F7F7F7;
}







#storey-jobs {
  padding: 40px 0;
}

#storey-jobs .jobs-line {
  width: 343px;
  margin: 0 auto;
  font-size: 0;
}

@media screen and (min-width: 1024px) {
  #storey-jobs .jobs-line {
    width: 960px;
    white-space: nowrap;
  }
}

#storey-jobs .jobs-line .job {
  position: relative;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 24px;
  border-top: 1px solid #595757;
  white-space: normal;
  cursor: pointer;
}

#storey-jobs .jobs-line .job.rightmost {
  margin-right: 0;
}

#storey-jobs .jobs-line .job.on,
#storey-jobs .jobs-line .job:hover {
  border-top-color: #E20054;
}

@media screen and (min-width: 1024px) {
  #storey-jobs .jobs-line .job {
    display: inline-block;
    vertical-align: top;
    width: 306px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

#storey-jobs .jobs-line .job .job-title {
  font-size: 16px;
  color: #595757;
}

@media screen and (min-width: 1024px) {
  #storey-jobs .jobs-line .job .job-title {
    font-size: 20px;
  }
}

#storey-jobs .jobs-line .job .a-little-space {
  height: 6px;
}

#storey-jobs .jobs-line .job .job-location {
  font-size: 12px;
  color: #9E9E9F;
}

@media screen and (min-width: 1024px) {
  #storey-jobs .jobs-line .job .job-location {
    font-size: 14px;
  }
}

#storey-jobs #job-details {
  position: relative;
  margin-bottom: 24px;
  background-color: #595757;
  color: #EDEDEE;
  text-align: center;
  font-size: 0;
}

@media screen and (min-width: 1024px) {
  #storey-jobs #job-details {
    margin-bottom: 65px;
  }
}

#storey-jobs #job-details #triangle {
  position: absolute;
  left: 0;
  top: -33px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #595757;
  border-left: 10px solid transparent;
}

#storey-jobs #job-details .section {
  overflow: hidden;
  margin: 0;
  padding: 0 18px;
  text-align: left;
}

#storey-jobs #job-details .section.right {
  padding-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  #storey-jobs #job-details .section {
    display: inline-block;
    vertical-align: top;
    width: 460px;
    margin: 60px 0 80px 0;
    padding: 0;
    white-space: nowrap;
  }

  #storey-jobs #job-details .section.left {
    margin-right: 40px;
  }

  #storey-jobs #job-details .section.right {
    padding-bottom: 0;
  }
}

#storey-jobs #job-details .section .title {
  margin: 24px 0;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  #storey-jobs #job-details .section .title {
    display: inline-block;
    vertical-align: top;
    width: 76px;
    margin: 0;
  }
}

#storey-jobs #job-details .section .text {
  font-size: 12px;
  white-space: normal;
}

@media screen and (min-width: 1024px) {
  #storey-jobs #job-details .section .text {
    display: inline-block;
    vertical-align: top;
    width: 384px;
  }
}

#storey-jobs #job-details #apply-button {
  position: absolute;
  display: block;
  right: 18px;
  bottom: 30px;
  width: 90px;
  height: 25px;
  line-height: 23px;
  font-size: 12px;
  text-align: center;
  color: inherit;
  border: 1px solid #EDEDEE;
  border-radius: 3px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  #storey-jobs #job-details #apply-button {
    left: 50%;
    bottom: 40px;
    margin-left: 390px;
  }
}