#app {
  background: #f2f2f2;
}
#app .popular-jobs .tabs-box,
#app .popular-jobs .online-box,
#app .popular-jobs .corp-list > li,
#app .high-quality-enterprise,
#app .quality-enterprise .title-bar,
#app .quality-enterprise .corp-list > li,
#app .active-hr-tip,
#app .active-hr-tip .active-hr,
#app .active-hr-tip .tip-box {
  border-radius: 0.04rem;
}
#app .color_32 {
  color: #323232;
}
#app .color_8d {
  color: #8d8d8d;
}
#app #canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3.12rem;
  z-index: 1;
  transform: rotate(14deg) translate(0.538rem, -1.828rem);
}
#app header .banner {
  height: 3.12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19.2rem 3.2rem;
  position: relative;
}
#app header .banner .type-area {
  background-position: center;
  height: 100%;
  background-size: auto 100%;
  padding-top: 0.56rem;
  position: relative;
  z-index: 9;
}
#app header .banner .type-area .crumbs {
  height: 0.56rem;
  line-height: 0.56rem;
  color: #343434;
  font-size: 0.16rem;
  margin-bottom: 0.224rem;
}
#app header .banner .type-area .crumbs cite {
  font-style: normal;
}
#app header .banner .type-area .fl-fr .fl .search-box {
  width: 10.616rem;
  height: 0.672rem;
  border-radius: 0.336rem;
  background: #fff;
  box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.2);
  border: 0.024rem solid #ffffff;
  overflow: hidden;
}
#app header .banner .type-area .fl-fr .fl .search-box:hover {
  border: 0.024rem solid #ff6400;
}
#app header .banner .type-area .fl-fr .fl .search-box form {
  height: 100%;
}
#app header .banner .type-area .fl-fr .fl .search-box form .key {
  height: 100%;
  font-size: 0.176rem;
  border: none;
  color: #000;
  padding-left: 0.2rem;
}
#app header .banner .type-area .fl-fr .fl .search-box form .submit-btn {
  width: 1.176rem;
  height: 0.48rem;
  background: #ff6000;
  color: #fff;
  border-radius: 0.24rem;
  margin: 0 0.12rem;
  font-size: 0.208rem;
  border: none;
}
#app header .banner .type-area .fl-fr .fl .host-list {
  padding-left: 0.24rem;
}
#app header .banner .type-area .fl-fr .fl .host-list p {
  line-height: 0.512rem;
}
#app header .banner .type-area .fl-fr .fl .host-list p,
#app header .banner .type-area .fl-fr .fl .host-list p a {
  font-size: 0.144rem;
  color: #9a9a9a;
  margin-right: 0.2rem;
}
#app header .banner .type-area .fl-fr .fl .host-list p a:hover {
  color: red;
}
#app header .banner .type-area .fl-fr .fr {
  color: #333333;
}
#app header .banner .type-area .fl-fr .fr .tip1 {
  letter-spacing: 0.028rem;
  font-size: 0.24rem;
  font-weight: 700;
  margin-top: 0.032rem;
}
#app header .banner .type-area .fl-fr .fr .tip2 {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  letter-spacing: 0.008rem;
}
#app header .banner .type-area .fl-fr .fr .qr-code {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 0.04rem;
  background: #fff;
  margin-left: 0.08rem;
}
#app header .banner .type-area .fl-fr .fr .qr-code img {
  width: 0.704rem;
  height: 0.704rem;
}
#app header .banner .bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5.6rem) rotate(600deg);
    transform: translateY(-5.6rem) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5.6rem) rotate(600deg);
    transform: translateY(-5.6rem) rotate(600deg);
  }
}
#app header .banner .bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -1.28rem;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
#app header .banner .bg-bubbles li:nth-child(1) {
  left: 10%;
}
#app header .banner .bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 0.64rem;
  height: 0.64rem;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}
#app header .banner .bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
#app header .banner .bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 0.48rem;
  height: 0.48rem;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
#app header .banner .bg-bubbles li:nth-child(5) {
  left: 70%;
}
#app header .banner .bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 0.96rem;
  height: 0.96rem;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
#app header .banner .bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 1.28rem;
  height: 1.28rem;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
#app header .banner .bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}
#app header .banner .bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 0.08rem;
  height: 0.08rem;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
#app header .banner .bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 1.28rem;
  height: 1.28rem;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}
#app header .banner .wave1 {
  opacity: 80%;
  height: 1.76rem /* 220/125 */;
  z-index: 3;
  width: 100%;
  position: absolute;
  bottom: -0.88rem /* -110/125 */;
  color: #999;
  background: url('/static/www/imgs/zhaopin/bl6.png') repeat-x 0 0;
  -webkit-animation: 8s linear 0s none infinite tweenxx;
  -moz-animation: 8s linear 0s none infinite tweenxx;
  animation: 8s linear 0s none infinite tweenxx;
}
#app header .banner .wave1 .wave {
  transform: translateY(-0.104rem /* -13/125 */);
  height: 1.76rem /* 220/125 */;
  background: url('/static/www/imgs/zhaopin/bl6.png') repeat-x 330px 0;
  -webkit-animation: 10s linear 0s none infinite tweenx;
  -moz-animation: 10s linear 0s none infinite tweenx;
  animation: 10s linear 0s none infinite tweenx;
}
@-webkit-keyframes tweenx {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 12.8rem /* 1600/125 */ 0;
  }
}
@-moz-keyframes tweenx {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 12.8rem /* 1600/125 */ 0;
  }
}
@keyframes tweenx {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 12.8rem /* 1600/125 */ 0;
  }
}
@-webkit-keyframes tweenxx {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -12.8rem /* -1600/125 */ 0;
  }
}
@-moz-keyframes tweenxx {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -12.8rem /* -1600/125 */ 0;
  }
}
@keyframes tweenxx {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -12.8rem /* -1600/125 */ 0;
  }
}
#app main {
  margin: -0.368rem auto 0;
  width: 14.4rem;
  z-index: 9;
  position: relative;
}
#app main .main-box .plate-one-box {
  margin-bottom: 0.24rem;
  position: relative;
}
#app main .main-box .plate-one-box .more-btn {
  width: 1.16rem;
  height: 0.36rem;
  border-radius: 0.04rem;
  border: 0.008rem solid #ff6000;
  margin: 0.16rem auto 0;
}
#app main .main-box .plate-one-box .more-btn:hover {
  color: #fff;
}
#app main .main-box .plate-one-box .high-quality-enterprise {
  width: 7.04rem;
  position: relative;
}
#app main .main-box .plate-one-box .high-quality-enterprise .more-btn {
  position: absolute;
  left: 50%;
  bottom: 0.128rem;
  transform: translate(-50%, 0);
}
#app main .main-box .plate-one-box .active-hr-tip {
  width: 3.6rem;
}
#app main .main-box .plate-one-box .high-quality-enterprise {
  padding: 0.08rem 0.16rem 0 0.16rem;
}
#app main .main-box .plate-one-box .high-quality-enterprise .title {
  font-size: 0.24rem;
  line-height: 0.56rem;
  border-bottom: 0.008rem solid #f1f1f1;
}
#app main .main-box .plate-one-box .active-hr-tip {
  height: 7.88rem;
  background: #fff;
}
#app main .main-box .plate-one-box .quality-enterprise {
  width: 10.64rem;
}
#app main .main-box .plate-one-box .quality-enterprise .title-bar {
  padding-left: 0.16rem;
  background: #fff;
  margin-bottom: 0.176rem;
  font-size: 0.24rem;
}
#app main .main-box .plate-one-box .quality-enterprise .title-bar h1 {
  font-weight: 500;
  line-height: 0.64rem;
  font-size: 0.24rem;
  letter-spacing: 0.016rem;
}
#app main .main-box .plate-one-box .quality-enterprise .title-bar span {
  line-height: 0.64rem;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list {
  gap: 0.16rem;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li {
  width: 3.44rem;
  height: 2.24rem;
  padding: 0.16rem;
  overflow: hidden;
  background: #fff;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li:nth-child(7),
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li:nth-child(8),
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li:nth-child(9) {
  margin-bottom: 0;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info {
  width: 100%;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .job-name-salary {
  line-height: 0.296rem;
  margin-bottom: 0.096rem;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .job-name-salary .job-name {
  font-size: 0.186rem;
  color: #000000;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .job-name-salary .salary {
  text-align: right;
  font-size: 0.16rem;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .area-num {
  line-height: 0.256rem;
  font-size: 0.16868rem;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .welfare {
  height: 0.384rem;
  padding-top: 0.064rem;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .welfare li {
  width: unset;
  color: #8d8d8d;
  font-size: 0.138rem;
  margin-right: 0.096rem;
  background: #f6f5fa;
  display: inline-block;
  line-height: 0.256rem;
  height: 0.256rem;
  padding: 0 0.08rem;
  border-radius: 0.04rem;
  margin-bottom: 0.16rem;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .corp-info {
  border-top: 0.008rem solid #f0f4f7;
  margin-top: 0.064rem;
  padding-top: 0.128rem;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .corp-info .corp-logo {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.04rem;
  margin-right: 0.08rem;
  border: 0.008rem solid #f3f3f3;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .corp-info .corp-logo img {
  width: 0.56rem;
  height: 0.56rem;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .corp-info .corp-name {
  max-width: 2.32rem;
  font-size: 0.144rem;
  line-height: 0.336rem;
  display: block;
  color: #666;
}
#app main .main-box .plate-one-box .quality-enterprise .corp-list > li .corp-job-info .corp-info .type {
  line-height: 0.24rem;
  font-size: 0.128rem;
  color: #999;
}
#app main .main-box .plate-one-box .active-hr-tip {
  background: unset;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr {
  width: 3.6rem;
  height: 4.52rem;
  background: url("/static/www/imgs/zhaopin/news_bg.png") no-repeat;
  background-size: 3.6rem auto;
  padding: 0 0.184rem;
  overflow: hidden;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .title {
  color: #f7a586;
  font-size: 0.272rem;
  line-height: 0.768rem;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper {
  height: 3.648rem;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list li {
  height: 1.12rem;
  background: #fff;
  margin-bottom: 0.128rem;
  padding: 0.208rem 0.208rem 0 0.184rem;
  position: relative;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list li .communication-tag {
  position: absolute;
  background: #ff6000;
  right: 0;
  top: 0;
  color: #fff;
  border-radius: 0 0.056rem 0 0.056rem;
  width: 0.704rem;
  height: 0.256rem;
  text-align: center;
  line-height: 0.256rem;
  font-size: 0.144rem;
  opacity: 0;
  z-index: -1;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list li:hover .communication-tag {
  opacity: 1;
  z-index: 1;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list li .hr-info .avatar {
  width: 0.48rem;
  height: 0.48rem;
  background: #eee;
  border-radius: 50%;
  margin-right: 0.128rem;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list li .hr-info .avatar img {
  width: 0.48rem;
  height: 0.48rem;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list li .hr-info .info .name {
  max-width: 2rem;
  font-size: 0.192rem;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list li .hr-info .info span {
  font-size: 0.136rem;
  line-height: 0.256rem;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list li .hr-info .corp-name {
  max-width: 2.16rem;
  font-size: 0.144rem;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list li .jobs-box {
  margin-top: 0.128rem;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list li .jobs-box a {
  font-size: 0.144rem;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list.slides.user-roll {
  animation: move1 60s infinite;
}
#app main .main-box .plate-one-box .active-hr-tip .active-hr .online_hr_swiper .hr-active-list.slides.user-roll:hover {
  animation-play-state: paused;
}
@keyframes move1 {
  10% {
    transform: translateY(-1.248rem);
  }
  20% {
    transform: translateY(-2.496rem);
  }
  30% {
    transform: translateY(-3.744rem);
  }
  40% {
    transform: translateY(-4.992rem);
  }
  50% {
    transform: translateY(-6.24rem);
  }
  60% {
    transform: translateY(-7.488rem);
  }
  70% {
    transform: translateY(-8.736rem);
  }
  80% {
    transform: translateY(-9.984rem);
  }
  90% {
    transform: translateY(-11.232rem);
  }
  100% {
    transform: translateY(-12.48rem);
  }
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box {
  width: 100%;
  padding: 0 0.216rem;
  height: 3.264rem;
  background: linear-gradient(to bottom, #fcf7f1 30%, #ffffff 100%);
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box dt {
  color: #35332f;
  font-size: 0.208rem;
  line-height: 0.832rem;
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box dd {
  padding-right: 0.368rem;
  margin-bottom: 0.32rem;
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box dd .fl .num-box {
  align-items: flex-end;
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box dd .fl .num-box .num {
  font-size: 0.176rem;
  color: #747474;
  font-weight: 600;
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box dd .fl .num-box span {
  font-size: 0.128rem;
  color: #9c9c9c;
  margin: 0 0.04rem;
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box dd .fl .num-box .icon31shangsheng {
  color: #58cc88;
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box dd .fl .num-box .icon31shangsheng.icon1 {
  transform: rotate(135deg);
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box dd .fl .num-box .icon31shangsheng.icon2 {
  transform: rotate(45deg);
  color: red;
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box dd .fl .tip {
  color: #b0b0b0;
  font-size: 0.144rem;
  margin-top: 0.064rem;
}
#app main .main-box .plate-one-box .active-hr-tip .tip-box dd img {
  width: 1.2rem;
  height: 0.52rem;
}
#app main .main-box .popular-jobs {
  margin-bottom: 0.24rem;
}
#app main .main-box .popular-jobs .hidden {
  display: none;
}
#app main .main-box .popular-jobs .tabs-box {
  background: #ffffff;
  height: 1.12rem;
  margin-bottom: 0.18rem;
}
#app main .main-box .popular-jobs .tabs-box ul {
  border-bottom: 0.01rem solid #f4f5f9;
  padding-left: 0.16rem;
  padding-top: 0.04rem;
}
#app main .main-box .popular-jobs .tabs-box ul li label {
  font-size: 0.224rem;
  color: #404040;
  line-height: 0.62rem;
  margin-right: 0.55rem;
  position: relative;
  cursor: pointer;
  display: block;
}
#app main .main-box .popular-jobs .tabs-box ul li label:after {
  transition: all 0.5s;
  width: 0%;
  position: absolute;
  content: '';
  display: inline-block;
  bottom: 0;
  right: 0;
  height: 0.04rem;
  background: #ff6000;
  border-radius: 0.02rem;
}
#app main .main-box .popular-jobs .tabs-box ul li label:hover {
  opacity: 0.8;
}
#app main .main-box .popular-jobs .tabs-box ul li label:hover:after {
  transition: all 0.5s;
  width: 100%;
  left: 0;
}
#app main .main-box .popular-jobs .tabs-box ul li label.current {
  color: #ff6000;
}
#app main .main-box .popular-jobs .tabs-box ul li label.current:after {
  position: absolute;
  content: '';
  display: inline-block;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.04rem;
  background: #ff6000;
  border-radius: 0.02rem;
  width: 100%;
}
#app main .main-box .popular-jobs .tabs-box .filter-box {
  line-height: 0.504rem;
  padding: 0 0.16rem;
}
#app main .main-box .popular-jobs .tabs-box .filter-box dt,
#app main .main-box .popular-jobs .tabs-box .filter-box dd {
  font-size: 0.144rem;
  margin-right: 0.352rem;
}
#app main .main-box .popular-jobs .tabs-box .filter-box dd {
  color: #8b8b8b;
}
#app main .main-box .popular-jobs .g-slides {
  width: 10.64rem;
}
#app main .main-box .popular-jobs .g-slides .slide {
  display: none;
}
#app main .main-box .popular-jobs .g-slides .slide.current {
  display: block;
}
#app main .main-box .popular-jobs .content-box {
  align-items: stretch;
}
#app main .main-box .popular-jobs .content-box .corp-list {
  width: 10.64rem;
  align-items: stretch;
  gap: 0.16rem;
}
#app main .main-box .popular-jobs .content-box .corp-list li {
  width: 3.439rem;
  height: 1.392rem;
  padding: 0.16rem 0.192rem 0;
  background: #fff;
}
#app main .main-box .popular-jobs .content-box .corp-list li:nth-child(3n) {
  margin-right: 0;
}
#app main .main-box .popular-jobs .content-box .corp-list li .logo {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 0.04rem;
  border: 0.008rem solid #f4f4f4;
  margin-right: 0.136rem;
  overflow: hidden;
}
#app main .main-box .popular-jobs .content-box .corp-list li .logo img {
  width: 0.72rem;
  height: 0.72rem;
}
#app main .main-box .popular-jobs .content-box .corp-list li .name-job-num .name {
  width: 2.16rem;
  display: inline-block;
  font-size: 0.176rem;
  margin: 0.08rem 0;
}
#app main .main-box .popular-jobs .content-box .corp-list li .name-job-num .job-num {
  font-size: 0.16868rem;
}
#app main .main-box .popular-jobs .content-box .corp-list li p.jobs {
  margin-top: 0.12rem;
}
#app main .main-box .popular-jobs .content-box .corp-list li p.jobs a {
  font-size: 0.154rem;
  margin-right: 0.128rem;
  color: #505050;
  transition: all 0.6s;
}
#app main .main-box .popular-jobs .content-box .corp-list li p.jobs a:hover {
  opacity: 0.6;
  transition: all 0.6s;
}
#app main .main-box .popular-jobs .content-box .online-box {
  width: 3.6rem;
  max-height: 12.26rem;
  background: #fff;
  display: none;
}
#app main .main-box .popular-jobs .content-box .online-box.current {
  display: block;
}
#app main .main-box .popular-jobs .content-box .online-box .title {
  line-height: 0.72rem;
  color: #313131;
  font-size: 0.24rem;
  padding: 0 0.24rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li {
  padding: 0 0.24rem;
  position: relative;
  margin-bottom: 0.304rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li:hover .chat-tag {
  transition: all 0.6s;
  opacity: 1;
  z-index: 1;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .chat-tag {
  position: absolute;
  border-radius: 0.152rem 0 0 0.152rem;
  background: #ff6000;
  color: #fff;
  font-size: 0.144rem;
  width: 0.816rem;
  height: 0.304rem;
  text-align: center;
  right: 0;
  line-height: 0.304rem;
  opacity: 0;
  z-index: -1;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .top-box .avatar {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.4rem;
  margin-right: 0.104rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .top-box .avatar img {
  width: 0.64rem;
  height: 0.64rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .top-box .name {
  font-size: 0.184rem;
  line-height: 0.272rem;
  margin-top: 0.08rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .top-box .name span {
  font-size: 0.112rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .top-box .corp-name {
  width: 2.32rem;
  display: block;
  font-size: 0.154rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .jobs-box {
  background: #f9f8f8;
  border-radius: 0.04rem;
  width: 3.2rem;
  height: 0.64rem;
  margin-top: 0.12rem;
  padding: 0 0.16rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .jobs-box .reply {
  font-size: 0.154rem;
  line-height: 0.32rem;
  margin-top: 0.04rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .jobs-box .reply .iconrightarrow {
  font-size: 0.208rem;
  font-weight: 600;
  margin-right: 0.04rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .jobs-box .jobs {
  transition: all 0.6s;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .jobs-box .jobs a {
  font-size: 0.16rem;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list li .jobs-box .jobs a:hover {
  color: #ff6000;
  transition: all 0.6s;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list.slides.user-roll {
  animation: move 60s infinite;
}
#app main .main-box .popular-jobs .content-box .online-box .online_hr_swiper .online-hr-list.slides.user-roll:hover {
  animation-play-state: paused;
}
@keyframes move {
  10% {
    transform: translateY(-1.7016rem);
  }
  20% {
    transform: translateY(-3.4032rem);
  }
  30% {
    transform: translateY(-5.1048rem);
  }
  40% {
    transform: translateY(-6.8064rem);
  }
  50% {
    transform: translateY(-8.508rem);
  }
  60% {
    transform: translateY(-10.2096rem);
  }
  70% {
    transform: translateY(-11.9112rem);
  }
  80% {
    transform: translateY(-13.6128rem);
  }
  90% {
    transform: translateY(-15.3144rem);
  }
  100% {
    transform: translateY(-17.016rem);
  }
}
#app main .main-box .more-btn {
  width: 2.4rem;
  height: 0.464rem;
  background: #ff6000;
  color: #fff;
  line-height: 0.448rem;
  text-align: center;
  display: block;
  margin: 0.16rem auto 0.48rem;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  border: 0.01rem /* 1/100 */ solid #ff6000;
}
#app main .main-box .more-btn:hover {
  background: #fff;
  color: #ff6000;
}
