<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
  font-family: "Hiragino Sans GB";
}

input::-webkit-input-placeholder { /* WebKit browsers */
  color:rgba(54,54,54,.3);
  font-size: 16px;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:rgba(54,54,54,.3);
  font-size: 16px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:rgba(54,54,54,.3);
  font-size: 16px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:rgba(54,54,54,.3);
  font-size: 16px;
}

/* banner */
.hr-banner_bg {
  background: url(https://cdn.do1.com.cn/hr/icon-banner_bg.png) center center no-repeat;
  background-size: auto 100%;
  height: 450px;
  width: 100%;
}

.hr-banner_wrapper {
  position: absolute;
  top: 92px;
}

.hr-banner_title {
  width: 596px;
  height: 54px;
  font-size: 42px;
  color: rgba(54, 54, 54, 1);
  line-height: 54px;
  font-weight: bold;
  letter-spacing: 4px;
}

.hr-banner_desc {
  width: 522px;
  height: 64px;
  font-size: 18px;
  font-weight: normal;
  color: rgba(54, 54, 54, 1);
  line-height: 32px;
  letter-spacing: 2px;
  margin-top: 20px;
}

.hr-banner_join {
  display: flex;
  margin-top: 80px;
  box-shadow:0px 4px 40px 0px rgba(0,0,0,0.08);
  border-radius:2px;
  width: 467px;
  height:48px;
  line-height: 48px;
  font-size:16px;
}

.hr-benner_phone {
  width:316px;
  background:rgba(255,255,255,1);
  padding: 0 24px;
  box-sizing: border-box;
  border: none;
}

.hr-banner_btn {
  width:150px;
  background:rgba(251,79,20,1);
  text-align: center;
  cursor: pointer;
  color: #fff;
  letter-spacing:1px;
}

.hr-banner_btn:hover {
  background: #FB6430;
}

.hr-title {
  height:34px;
  font-size:34px;
  color:rgba(54,54,54,1);
  line-height:34px;
  letter-spacing:2px;
  font-weight: bold;
}

.hr-desc {
  height:18px;
  font-size:18px;
  color:rgba(54,54,54,.65);
  line-height:18px;
  letter-spacing:2px;
}
/* Saas */
.hr-saas_wrapper {
  margin: 70px auto 22px;
  text-align: center;
}

.hr-saas_title {
  margin-bottom: 34px;
}

.hr-saas_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
}

.hr-saas_item {
  display: flex;
  width:585px;
  height:110px;
  background:rgba(255,255,255,1);
  border-radius:2px;
  padding: 24px 0 0 28px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 30px;
  transition: transform linear .2s;
  cursor: pointer;
}

.hr-saas_item:hover {
  transform: translate(0,-3px);
  background:rgba(255,255,255,0.9);
  box-shadow:0px 4px 30px 0px rgba(0,0,0,0.06);
}

.hr-saas_content {
  margin-left: 14px;
}

.hr-saas_name {
  height:20px;
  font-size:20px;
  color:rgba(54,54,54,1);
  line-height:20px;
  letter-spacing:1px;
  margin: 5px 0 13px;
  font-weight: bold;
}

.hr-saas_info {
  height:14px;
  font-size:14px;
  color:rgba(54,54,54,.65);
  line-height:14px;
}

/* point */
.hr-point_wrapper {
  padding-top: 70px;
  text-align: center;
}

.hr-point_wrapper.odd-bg {
  background-color: #f8f8f8;
}

.hr-point_content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.hr-point_content.reverse {
  flex-direction: row-reverse;
}

.hr-point_content &gt; img {
  animation: fade-in-left;
  animation-duration: .5s;
  position: relative;
  margin-bottom: 10px;
}

.hr-point_content &gt; img.right {
  animation: 0.5s ease 0s 1 normal none running fade-in-right;
}

.hr-point_list {
  padding-top: 40px;
}

.hr-point_item {
  width:450px;
  background:rgba(255,255,255,0);
  text-align: left;
}

.hr-point_title {
  position: relative;
  height:56px;
  line-height: 56px;
  font-size:19px;
  color:rgba(54,54,54,1);
  letter-spacing:1px;
  padding-left: 10px;
  font-weight: bold;
  border-bottom: 1px solid rgb(239,239,239);
  cursor: pointer;
}

.hr-point_title.plus::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(https://cdn.do1.com.cn/hr/icon-plus.png) no-repeat center center;
  background-size: 18px 18px;
}

.hr-point_title.minus {
  color: #FB4F14;
}

.hr-point_title.minus::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(https://cdn.do1.com.cn/hr/icon-minus.png) no-repeat center center;
  background-size: 18px 18px;
}

.hr-point_info {
  font-size:14px;
  color:rgba(54,54,54,.65);
  line-height:24px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  border-bottom: 1px solid rgb(239,239,239);
}

.hr-point_info.show {
  padding: 8px 31px 16px 10px;
  max-height: 285px;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  transition: max-height 1s;
}

/* fixbar */
.hr-fixbar_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background:rgba(255,255,255,1);
  box-shadow:0px 3px 5px 0px rgba(205,208,210,0.17);
  z-index: 10;
}

.hr-fixbar_list {
  display: flex;
  height:54px;
  line-height: 54px;
}

.hr-fixbar_item {
  position: relative;
  flex: 1;
  font-size:14px;
  color: #262626;
  text-align: center;
  cursor: pointer;
}

.hr-fixbar_item.active {
  color: #FB4F14;
}

.hr-fixbar_item.active::after {
  transform: scale(1);
}

.hr-fixbar_item::after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -25%;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #FB4F14;
  transform: scale(0);
  transition: transform .3s;
}

/* referen */
.hr-case_wrapper {
  background: url(https://cdn.do1.com.cn/hr/icon-case_bg.png) no-repeat center center;
  background-size: auto 100%;
  height: 620px;
  padding-top: 70px;
  box-sizing: border-box;
}

.hr-case_title {
  text-align: center;
  height:34px;
  font-size:34px;
  color:rgba(255,255,255,1);
  line-height:34px;
  letter-spacing:3px;
  margin-bottom: 16px;
  font-weight: bold;
}

.hr-case_main {
  display: flex;
}

.hr-case_list {
  border-right: 2px solid rgba(255,255,255,.2);
  height:452px;
  padding-top: 29px;
}

.hr-case_item {
  position: relative;
  width: 140px;
  height: 34px;
  line-height: 34px;
  font-size:16px;
  color: #fff;
  padding-right: 32px;
  box-sizing: border-box;
  text-align: right;
  margin-bottom: 38px;
  cursor: pointer;
}

.hr-case_item.active::after {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 3px;
  height: 100%;
  background-color: #FB4F14;
}

.hr-case_item.active {
  background:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
  color:rgba(251,79,20,1);

}

.hr-case_content {
  padding-left: 55px;
  display: none;
}

.hr-case_content.show {
  display: block;
  animation: fade-in 1s;
}

.hr-case_name {
  font-size:24px;
  line-height:30px;
  color: #fff;
  margin-top: 20px;
}

.hr-case_desc {
  width: 960px;
  height:54px;
  font-size:14px;
  color:rgba(255,255,255,.65);
  line-height:26px;
  margin-top: 14px;
  letter-spacing: 1px;
}

.hr-case_as {
  height:26px;
  font-size:16px;
  color:rgba(255,255,255,.65);
  line-height:26px;
  letter-spacing:1px;
  margin-top: 14px;
  font-weight: bold;
}

.hr-case_info {
  width: 960px;
  height:62px;
  color:rgba(255,255,255,.65);
  line-height:26px;
  margin-top: 6px;
  letter-spacing: 1px;
}

.hr-case_line {
  margin-top: 46px;
  margin-bottom: 56px;
  border-bottom: 1px dashed #979797;
}

/* price */
.hr-price_wrapper {
  text-align: center;
  padding-bottom: 67px;
}

.hr-price_title {
  margin-top: 82px;
}

.hr-price_desc {
  margin-top: 20px;
}

.hr-price_button--wrapper {
  margin: 26px 0 58px;
}

.hr-price_box {
  height: 622px;
}

@keyframes fade-in-left {
  0% {
      opacity: 0;
      left: 50px
  }

  to {
      opacity: 1;
      left: 0
  }
}

@keyframes fade-in-right {
  0% {
      opacity: 0;
      right: 50px
  }

  to {
      opacity: 1;
      right: 0
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}</pre></body></html>