.banner {
  height: 7.7rem;
  max-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-out;
  left: 0;
  top: 0;
}
.banner .basics-box {
  position: relative;
}
.banner .basics-box .box p {
  color: #fff;
}
.banner .basics-box .box p.p1 {
  font-size: 52px;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) {
  .banner .basics-box .box p.p1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .basics-box .box p.p1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .basics-box .box p.p1 {
    font-size: 26px;
  }
}
.banner .basics-box .box p.p2 {
  font-size: 22px;
  line-height: 1.7;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .banner .basics-box .box p.p2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .basics-box .box p.p2 {
    font-size: 16px;
  }
}
.content .nav-box {
  width: 100%;
  height: 0.6rem;
  min-height: 36px;
  background-color: #f1f1f1;
  position: sticky;
  top: 0;
  z-index: 999;
}
.content .nav-box .basics-box {
  height: 100%;
  display: flex;
}
.content .nav-box .basics-box .box {
  font-size: 17px;
  color: #333;
  height: 100%;
  width: 50%;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .content .nav-box .basics-box .box {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .content .nav-box .basics-box .box {
    font-size: 15px;
  }
}
.content .nav-box .basics-box .box.active {
  color: #fff;
  background-color: #e70012;
}
.content .nav-box .basics-box .box:hover {
  color: #fff;
  background-color: #e70012;
}
.content .detail .title {
  font-size: 40px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .content .detail .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .detail .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content .detail .title {
    font-size: 24px;
  }
}
.content .detail .title::after {
  content: " ";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -0.7em;
  width: 1.4em;
  height: 4px;
  background-color: #e70012;
}
.content .detail .long-passages {
  padding: 1rem 0;
  font-size: 24px;
  color: #333333;
  text-align: justify;
}
@media only screen and (max-width: 1440px) {
  .content .detail .long-passages {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content .detail .long-passages {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .detail .long-passages {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content .detail .long-passages {
    font-size: 16px;
  }
}
.content .detail .salary-package {
  background-color: #f1f9f7;
}
.content .detail .salary-package .basics-box {
  padding: 0.7rem 0;
}
.content .detail .salary-package .basics-box .introduction {
  text-align: center;
  font-size: 17px;
  color: #333333;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1366px) {
  .content .detail .salary-package .basics-box .introduction {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .content .detail .salary-package .basics-box .introduction {
    font-size: 15px;
  }
}
.content .detail .salary-package .basics-box .salary-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 0;
}
.content .detail .salary-package .basics-box .salary-box.mobile {
  display: none;
}
.content .detail .salary-package .basics-box .salary-box.mobile img {
  width: 100%;
}
.content .detail .salary-package .basics-box .salary-box.pc {
  display: flex;
}
.content .detail .salary-package .basics-box .salary-box .text-box {
  flex: auto;
  width: 30%;
  text-align: right;
  height: 4rem;
  position: relative;
}
.content .detail .salary-package .basics-box .salary-box .text-box.left {
  text-align: left;
}
.content .detail .salary-package .basics-box .salary-box .text-box.left .chunk {
  width: available;
}
.content .detail .salary-package .basics-box .salary-box .text-box.left .chunk:nth-child(2) .top span:before {
  top: 23px;
}
.content .detail .salary-package .basics-box .salary-box .text-box.right {
  text-align: left;
}
.content .detail .salary-package .basics-box .salary-box .text-box.right .chunk {
  left: 5px;
}
.content .detail .salary-package .basics-box .salary-box .text-box .chunk {
  position: absolute;
  font-size: 17px;
}
@media only screen and (max-width: 1366px) {
  .content .detail .salary-package .basics-box .salary-box .text-box .chunk {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .content .detail .salary-package .basics-box .salary-box .text-box .chunk {
    font-size: 15px;
  }
}
.content .detail .salary-package .basics-box .salary-box .text-box .chunk:nth-child(1) {
  top: 0;
}
.content .detail .salary-package .basics-box .salary-box .text-box .chunk:nth-child(2) {
  top: 25%;
}
.content .detail .salary-package .basics-box .salary-box .text-box .chunk:nth-child(3) {
  top: 62%;
}
.content .detail .salary-package .basics-box .salary-box .text-box .chunk:nth-child(4) {
  top: 93%;
}
.content .detail .salary-package .basics-box .salary-box .text-box .chunk .top {
  color: #e70012;
}
.content .detail .salary-package .basics-box .salary-box .text-box .chunk .top span {
  display: inline-block;
  position: relative;
}
.content .detail .salary-package .basics-box .salary-box .text-box .chunk .top span:before {
  content: '';
  width: 20px;
  height: 2px;
  background: #e70012;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
}
.content .detail .salary-package .basics-box .salary-box .text-box .chunk .bottom {
  margin-top: 0.1rem;
  color: #555555;
}
.content .detail .salary-package .basics-box .salary-box .left-img {
  flex: none;
}
.content .detail .salary-package .basics-box .salary-box .left-img img {
  transform: rotateX(180deg);
  transform: rotateY(180deg);
  margin-right: -2px;
}
.content .detail .salary-package .basics-box .salary-box .right-img {
  flex: none;
}
.content .detail .salary-package .basics-box .salary-box .right-img img {
  margin-left: -2px;
}
.content .detail .salary-package .basics-box .salary-box .small-circle {
  flex: none;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e70012;
  position: relative;
  transform: translateY(20px);
}
.content .detail .salary-package .basics-box .salary-box .small-circle span {
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) {
  .content .detail .salary-package .basics-box .salary-box .small-circle span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .detail .salary-package .basics-box .salary-box .small-circle span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content .detail .salary-package .basics-box .salary-box .small-circle span {
    font-size: 24px;
  }
}
.content .detail .salary-package .basics-box .salary-box .small-circle::before {
  content: " ";
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  left: 0;
  top: 0;
  background-color: rgba(231, 0, 18, 0.1);
  border-radius: 50%;
  transform-origin: center;
  animation: haloMin 4s 1s infinite ease-out;
}
.content .detail .salary-package .basics-box .salary-box .small-circle::after {
  content: " ";
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  left: 0;
  top: 0;
  background-color: rgba(231, 0, 18, 0.02);
  border-radius: 50%;
  transform-origin: center;
  animation: haloMax 4s 1s infinite ease-out;
}
.content .detail .promote {
  padding: 1rem 0 1.2rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content .detail .promote .promote-box {
  margin-top: 0.7rem;
}
.content .detail .promote .promote-box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3.6rem;
}
.content .detail .promote .promote-box .item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.content .detail .promote .promote-box .item:nth-child(2n) .right {
  width: 28%;
}
.content .detail .promote .promote-box .item .left {
  flex: none;
  width: 50%;
  height: 3.6rem;
  overflow: hidden;
}
.content .detail .promote .promote-box .item .left:hover .img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content .detail .promote .promote-box .item .left .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content .detail .promote .promote-box .item .right {
  flex: none;
  width: 44%;
  padding: 0.1rem 0;
}
.content .detail .promote .promote-box .item .right .subchief {
  font-size: 24px;
  color: #333333;
}
@media only screen and (max-width: 1440px) {
  .content .detail .promote .promote-box .item .right .subchief {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content .detail .promote .promote-box .item .right .subchief {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .detail .promote .promote-box .item .right .subchief {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content .detail .promote .promote-box .item .right .subchief {
    font-size: 16px;
  }
}
.content .detail .promote .promote-box .item .right .box {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.content .detail .promote .promote-box .item .right .box > img {
  width: 11px;
  height: 12px;
  margin-right: 0.1rem;
}
.content .detail .promote .promote-box .item .right .text {
  font-size: 17px;
  color: #e70012;
  font-weight: 500;
}
@media only screen and (max-width: 1366px) {
  .content .detail .promote .promote-box .item .right .text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .content .detail .promote .promote-box .item .right .text {
    font-size: 15px;
  }
}
.content .detail .promote .promote-box .item .right .describe {
  font-size: 17px;
  color: #333333;
  margin-top: 0.2rem;
  line-height: 2;
}
@media only screen and (max-width: 1366px) {
  .content .detail .promote .promote-box .item .right .describe {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .content .detail .promote .promote-box .item .right .describe {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .detail .nav-box {
    top: 0;
  }
  .content .detail .promote .promote-box .item:nth-child(2n) .right {
    width: 100%;
  }
  .content .nav-box {
    top: 1rem;
  }
  .content .text.one {
    width: 100%;
  }
  .content .text.two {
    width: 100%;
  }
  .content .text.three {
    width: 100%;
  }
  .content .text.four {
    width: 100%;
  }
  .content .box {
    flex-direction: column;
  }
  .content .box .chunk {
    width: 100%;
  }
  .content .box .chunk:nth-child(2n - 1) {
    margin-right: 0;
  }
  .content .box .chunk .decribe {
    width: 90%;
  }
  .content .detail .salary-package .basics-box .salary-box.mobile {
    display: flex;
  }
  .content .detail .salary-package .basics-box .salary-box.pc {
    display: none;
  }
  .content .detail .promote .promote-box .item {
    flex-direction: column;
  }
  .content .detail .promote .promote-box .item:nth-child(2) {
    flex-direction: column;
  }
  .content .detail .promote .promote-box .item .left {
    width: 100%;
  }
  .content .detail .promote .promote-box .item .right {
    width: 100%;
  }
}
@keyframes haloMin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes haloMax {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=talentconcept.css.map */