body {
  background-position: center;
  background-color: #f2f2f0;
}
#app {
  background: url("/static/www/imgs/rencai/rencai_bg.jpg") no-repeat;
  background-position: center 0;
}
#app .crumbs {
  padding-left: 0.264rem;
}
#app .middle dd,
#app #new_resume dd,
#app #line_chart_box,
#app #education_chart,
#app #professional_chart {
  background: #fff;
  border-radius: 0.08rem;
}
#app header {
  padding-top: 0.56rem;
}
#app header .crumbs {
  line-height: 0.56rem;
  font-size: 0.16rem;
  color: #323234;
}
#app header .box {
  margin-top: 0.24rem;
}
#app header .box h1 {
  font-size: 4em;
}
#app header .box .info {
  color: #33261e;
  font-size: 0.176rem;
  margin: 0.144rem 0 0.32rem;
}
#app header .box .search-box {
  transform: scale(1.3);
  margin-top: 0.24rem;
  width: 7.2rem;
  height: 0.496rem;
  border-radius: 0.248rem;
  background: #fff;
  box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.2);
  padding-left: 0.264rem;
}
#app header .box .search-box form {
  height: 100%;
}
#app header .box .search-box form .key {
  height: 100%;
  font-size: 0.176rem;
  border: none;
  color: #000;
  font-weight: 500;
}
#app header .box .search-box form .key::placeholder {
  font-size: 0.176rem;
  font-weight: 500;
  color: #cacaca;
}
#app header .box .search-box form .submit-btn-box {
  position: relative;
}
#app header .box .search-box form .submit-btn-box .submit-btn {
  width: 0.4rem;
  height: 0.4rem;
  background: #ff6000;
  color: #fff;
  border-radius: 50%;
  margin: 0 0.08rem;
  font-size: 0.192rem;
  border: none;
}
#app header .box .search-box form .submit-btn-box .iconsousuo {
  color: #fff;
  position: absolute;
}
#app main {
  margin-top: 0.496rem;
}
#app main .title-box {
  height: 0.752rem;
  line-height: 0.744rem;
  font-size: 0.16868rem;
  color: #000000;
}
#app main .title-box .val {
  color: #2e2c2d;
  font-size: 0.256rem;
  margin-right: 0.288rem;
  line-height: 0.752rem;
  font-weight: 600;
}
#app main .main-box .job-wanted {
  position: relative;
  padding-top: 0.76rem;
}
#app main .main-box .job-wanted dt {
  position: absolute;
  top: 0;
}
#app main .main-box .job-wanted #line_chart_box {
  width: 7.12rem;
  height: 3.64rem;
}
#app main .main-box .job-wanted #line_chart_box .tabs {
  margin: 0.24rem 0.28rem 0;
}
#app main .main-box .job-wanted #line_chart_box .tabs li {
  width: 0.56rem;
  height: 0.32rem;
  background: #f4f5f7;
  color: #747577;
  font-size: 0.144rem;
  border-radius: 0.04rem;
  margin-right: 0.208rem;
  text-align: center;
  line-height: 0.32rem;
}
#app main .main-box .job-wanted #line_chart_box .tabs li.active,
#app main .main-box .job-wanted #line_chart_box .tabs li:hover {
  background: #ff6000;
  color: #fff;
}
#app main .main-box .job-wanted #line_chart_box .content-box {
  width: 7.136rem;
  height: 3.04rem;
}
#app main .main-box .job-wanted #line_chart_box .content-box li {
  width: 7.136rem;
  height: 3.04rem;
  display: none;
}
#app main .main-box .job-wanted #line_chart_box .content-box li.active {
  display: block;
}
#app main .main-box .job-wanted #line_chart_box .content-box li .echarts-tooltip {
  height: 0.32rem;
  line-height: 0.32rem !important;
  padding: 0 0.08rem !important;
  box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.5) !important;
  position: relative;
  color: #fff !important;
  font-size: 0.112rem !important;
  transform: translateY(-80rem);
  border-radius: 0.12rem !important;
}
#app main .main-box .job-wanted #line_chart_box .content-box li .echarts-tooltip .val-text {
  font-size: 0.128rem !important;
}
#app main .main-box .job-wanted #line_chart_box .content-box li .echarts-tooltip:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 8px);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3b9aec;
}
#app main .main-box .job-wanted #education_chart {
  height: 3.64rem;
  margin: 0 0.16rem;
}
#app main .main-box .job-wanted #professional_chart {
  width: 3.48rem;
  height: 3.64rem;
}
#app main .middle {
  position: relative;
  padding-top: 0.76rem;
}
#app main .middle dt {
  position: absolute;
  top: 0;
}
#app main .middle dd {
  width: 4.68rem;
  height: 1.696rem;
  padding: 0.264rem 0.28rem 0;
  margin: 0 0.16rem 0.16rem 0;
}
#app main .middle dd > div > a {
  transition: all 0.6s;
}
#app main .middle dd > div > a:hover {
  color: #ff6400;
  transition: all 0.6s;
}
#app main .middle dd:nth-child(3n + 1) {
  margin-right: 0;
}
#app main .middle dd .icon-category .iconfont {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #fff3eb;
  margin-right: 0.28rem;
}
#app main .middle dd .icon-category h2 {
  font-size: 0.194rem;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
}
#app main .middle dd .icon-category .resume-num {
  font-size: 0.16868rem;
  line-height: 0.3rem;
}
#app main .middle dd .icon-category .resume-num .g-color {
  font-size: 0.16rem;
  margin: 0 0.04rem;
}
#app main .middle dd .icon-category .update-time {
  font-size: 0.16868rem;
  line-height: 0.224rem;
}
#app main .middle dd .job-list {
  margin-top: 0.144rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#app main .middle dd .job-list a {
  font-size: 0.144rem;
  line-height: 0.32rem;
  padding: 0 0.128rem;
  background: #f9f9f9;
  display: inline-block;
  margin-right: 0.12rem;
  border-radius: 0.024rem;
  color: #767676;
  transition: all 0.5s;
}
#app main .middle dd .job-list a:hover {
  transition: all 0.5s;
  background: #ff6000;
  color: #fff;
}
#app main .middle dd:nth-child(3) .icons,
#app main .middle dd:nth-child(6) .icons,
#app main .middle dd:nth-child(11) .icons,
#app main .middle dd:nth-child(12) .icons,
#app main .middle dd:nth-child(13) .icons {
  background-color: #dff1ff;
}
#app main .middle dd:nth-child(2) .icons,
#app main .middle dd:nth-child(3) .icons,
#app main .middle dd:nth-child(4) .icons,
#app main .middle dd:nth-child(5) .icons,
#app main .middle dd:nth-child(6) .icons,
#app main .middle dd:nth-child(7) .icons,
#app main .middle dd:nth-child(8) .icons,
#app main .middle dd:nth-child(9) .icons,
#app main .middle dd:nth-child(10) .icons,
#app main .middle dd:nth-child(11) .icons,
#app main .middle dd:nth-child(12) .icons,
#app main .middle dd:nth-child(13) .icons {
  background-size: 0.48rem;
  background-position: center;
  background-repeat: no-repeat;
}
#app main .middle dd:nth-child(2) .icons {
  background-image: url('/static/www/imgs/rencai/50.png');
}
#app main .middle dd:nth-child(3) .icons {
  background-image: url('/static/www/imgs/rencai/51.png');
}
#app main .middle dd:nth-child(4) .icons {
  background-image: url('/static/www/imgs/rencai/52.png');
}
#app main .middle dd:nth-child(5) .icons {
  background-image: url('/static/www/imgs/rencai/53.png');
}
#app main .middle dd:nth-child(6) .icons {
  background-image: url('/static/www/imgs/rencai/54.png');
}
#app main .middle dd:nth-child(7) .icons {
  background-image: url('/static/www/imgs/rencai/55.png');
}
#app main .middle dd:nth-child(8) .icons {
  background-image: url('/static/www/imgs/rencai/56.png');
}
#app main .middle dd:nth-child(9) .icons {
  background-image: url('/static/www/imgs/rencai/57.png');
}
#app main .middle dd:nth-child(10) .icons {
  background-image: url('/static/www/imgs/rencai/58.png');
}
#app main .middle dd:nth-child(11) .icons {
  background-image: url('/static/www/imgs/rencai/59.png');
}
#app main .middle dd:nth-child(12) .icons {
  background-image: url('/static/www/imgs/rencai/60.png');
}
#app main .middle dd:nth-child(13) .icons {
  background-image: url('/static/www/imgs/rencai/61.png');
}
#app main #new_resume {
  position: relative;
  padding-top: 0.76rem;
}
#app main #new_resume dt {
  position: absolute;
  top: 0;
}
#app main #new_resume dt #new_loading {
  margin-right: 0.144rem;
}
#app main #new_resume dd {
  width: 3.464rem;
  background: #fff;
  border-radius: 0.064rem;
  margin: 0 0.16rem 0.16rem 0;
  padding: 0.256rem 0.16rem;
  position: relative;
}
#app main #new_resume dd:nth-child(4n + 1) {
  margin-right: 0;
}
#app main #new_resume dd .portrait {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.064rem;
  overflow: hidden;
  margin-right: 0.24rem;
  margin-top: 0.04rem;
}
#app main #new_resume dd .portrait img {
  width: 0.8rem;
  height: 0.8rem;
  filter: blur(0.024rem);
}
#app main #new_resume dd .re-info {
  font-size: 0.16868rem;
  color: #464646;
  width: 2.08rem;
}
#app main #new_resume dd .re-info .name-age {
  font-size: 0.144rem;
  color: #444444;
}
#app main #new_resume dd .re-info .name-age strong {
  font-size: 0.182rem;
}
#app main #new_resume dd .re-info .limit {
  margin-top: 0.104rem;
}
#app main #new_resume dd .re-info .intention {
  line-height: 0.256rem;
}
#app main #new_resume dd .re-info .salary {
  line-height: 0.24rem;
}
#app main #new_resume dd .tag-box {
  position: absolute;
  width: 0.68rem;
  line-height: 0.28rem;
  background: #ff6000;
  color: #fff;
  text-align: center;
  display: inline-block;
  top: 0;
  right: 0;
  border-radius: 0 0.08rem 0 0.08rem;
  opacity: 0;
}
#app main #new_resume dd .tag-box:hover {
  opacity: 0.6;
}
#app main #new_resume dd:hover {
  background: #fff3eb;
}
#app main #new_resume dd:hover p {
  color: #ff6000 !important;
}
#app main #new_resume dd:hover .tag-box {
  opacity: 1;
}
