.heightA {
  height: 100%;
}

.jc-spb {
  justify-content: space-between;
}

.bgfff {
  background-color: #fff;
}

.bgFAFAFA {
  background-color: #FAFAFA;
}

.pb20 {
  padding-bottom: 26px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb77 {
  padding-bottom: 77px;
}

.pb50 {
  padding-bottom: 50px;
}

.tA-container .main-banner {
  width: 100%;
  min-width: 1200px;
  height: 420px;
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/banenr-pc.png") no-repeat;
  background-size: cover 100%;
  background-position: center center;
  position: relative;
}
.tA-container .main-banner .sign-form {
  width: 352px;
  height: 284px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #5DF9B5;
  padding: 20px 14px;
  box-sizing: border-box;
  position: absolute;
  top: 59px;
  right: 0;
}
.tA-container .main-banner .sign-form .tit {
  font-weight: 600;
  font-size: 20px;
  color: #202933;
  line-height: 23px;
  margin-bottom: 20px;
}
.tA-container .main-banner .sign-form .tit span {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #7E8790;
}
.tA-container .main-banner .sign-form .signIn-form .form-item {
  width: 150px;
  height: 38px;
  margin-bottom: 10px;
}
.tA-container .main-banner .sign-form .signIn-form .form-item input {
  width: 150px;
  height: 38px;
  background: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  padding: 0 16px;
  line-height: 38px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.tA-container .main-banner .sign-form .signIn-form .form-item input:focus-visible {
  border: 1px solid #bfc3c8 !important;
  outline: none;
}
.tA-container .main-banner .sign-form .signIn-form .form-item input::input-placeholder {
  color: #A6A6A6 !important;
}
.tA-container .main-banner .sign-form .signIn-form .form-item input::-webkit-input-placeholder {
  color: #A6A6A6;
}
.tA-container .main-banner .sign-form .signIn-form .form-item input::-moz-placeholder {
  color: #A6A6A6;
}
.tA-container .main-banner .sign-form .signIn-form .form-item input:-moz-placeholder {
  color: #A6A6A6;
}
.tA-container .main-banner .sign-form .signIn-form .form-item input:-ms-input-placeholder {
  color: #A6A6A6;
}
.tA-container .main-banner .sign-form .signIn-form .form-item.error input {
  border: 1px solid #e42121 !important;
}
.tA-container .main-banner .sign-form .signIn-form .form-item.error input::input-placeholder {
  color: #e42121 !important;
}
.tA-container .main-banner .sign-form .signIn-form .form-item.error input::-webkit-input-placeholder {
  color: #e42121;
}
.tA-container .main-banner .sign-form .signIn-form .form-item.error input::-moz-placeholder {
  color: #e42121;
}
.tA-container .main-banner .sign-form .signIn-form .form-item.error input:-moz-placeholder {
  color: #e42121;
}
.tA-container .main-banner .sign-form .signIn-form .form-item.error input:-ms-input-placeholder {
  color: #e42121;
}
.tA-container .main-banner .sign-form .signIn-form .form-item.error input:focus-visible {
  border: 1px solid #e42121 !important;
  outline: none;
}
.tA-container .main-banner .sign-form .signIn-form .submit-btn {
  width: 324px;
  height: 46px;
  background: #009841;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  border: 1px solid #00883b;
  position: relative;
  margin-top: 8px;
  cursor: pointer;
}
.tA-container .main-banner .sign-form .signIn-form .submit-btn:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(90, 90, 90, 0.11);
}
.tA-container .nav-list {
  width: 1198px;
  height: 96px;
  background: #FFFFFF;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 6px 6px 6px 6px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 68px 0 53px;
  margin-top: -24px;
}
.tA-container .nav-list .nav-item {
  font-weight: 400;
  font-size: 16px;
  color: #202933;
}
.tA-container .nav-list .nav-item img {
  width: 56px;
  height: 56px;
  margin-right: 8px;
}
.tA-container .tA-mainTit {
  width: 1200px;
  margin: 0 auto;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #202933;
  padding: 50px 0;
}
.tA-container .tA-mainTit::before {
  content: "";
  width: 78px;
  height: 8px;
  display: block;
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/left-jt.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.tA-container .tA-mainTit::after {
  content: "";
  width: 78px;
  height: 8px;
  display: block;
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/right-jt.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
.tA-container .hangye-list {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.tA-container .hangye-list .hangye-item {
  width: 33.3333%;
  height: 141px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #FFFFFF;
  margin-bottom: 20px;
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/bg1.png") no-repeat;
  background-size: 100% 100%;
}
.tA-container .hangye-list .hangye-item .tit {
  height: 24px;
  font-family: Douyin Sans, Douyin Sans;
  font-weight: bold;
  font-size: 20px;
  color: #007457;
  line-height: 23px;
  text-align: center;
  margin: 32px 0 20px 0;
}
.tA-container .hangye-list .hangye-item .txt {
  font-weight: 300;
  font-size: 16px;
  color: #007457;
  line-height: 19px;
  text-align: center;
}
.tA-container .fangan-list {
  width: 1200px;
  margin: 0 auto;
}
.tA-container .fangan-list .fangan-item {
  width: 283px;
  height: 229px;
  border-radius: 4px 4px 4px 4px;
  box-sizing: border-box;
}
.tA-container .fangan-list .fangan-item img {
  display: block;
  border: none;
  margin: 0 auto;
}
.tA-container .fangan-list .fangan-item p {
  height: 34px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
.tA-container .fangan-list .fangan-item:nth-child(1) {
  background: #E2F5FF;
  padding-top: 49px;
}
.tA-container .fangan-list .fangan-item:nth-child(1) img {
  width: 80px;
  height: 78px;
  margin-bottom: 19px;
}
.tA-container .fangan-list .fangan-item:nth-child(1) p {
  color: #4A92DD;
}
.tA-container .fangan-list .fangan-item:nth-child(2) {
  background: #FFF6DE;
  padding-top: 42px;
}
.tA-container .fangan-list .fangan-item:nth-child(2) img {
  width: 87px;
  height: 87px;
  margin-bottom: 17px;
}
.tA-container .fangan-list .fangan-item:nth-child(2) p {
  color: #E5910D;
}
.tA-container .fangan-list .fangan-item:nth-child(3) {
  background: #E1FFE1;
  padding-top: 59px;
}
.tA-container .fangan-list .fangan-item:nth-child(3) img {
  width: 83px;
  height: 71px;
  margin-bottom: 16px;
}
.tA-container .fangan-list .fangan-item:nth-child(3) p {
  color: #5A9E51;
}
.tA-container .fangan-list .fangan-item:nth-child(4) {
  background: #EBEEFF;
  padding-top: 47px;
}
.tA-container .fangan-list .fangan-item:nth-child(4) img {
  width: 82px;
  height: 82px;
  margin-bottom: 16px;
}
.tA-container .fangan-list .fangan-item:nth-child(4) p {
  color: #4160E7;
}
.tA-container .linyu-list {
  width: 1200px;
  margin: 0 auto;
}
.tA-container .linyu-list .linyu-item {
  width: 285px;
  height: 176px;
  border-radius: 4px 4px 4px 4px;
}
.tA-container .linyu-list .linyu-item:nth-child(1) {
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/hxfx.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.tA-container .linyu-list .linyu-item:nth-child(2) {
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/wxcl.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.tA-container .linyu-list .linyu-item:nth-child(3) {
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/smkx.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.tA-container .linyu-list .linyu-item:nth-child(4) {
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/hjjc.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.tA-container .linyu-list .linyu-item:nth-child(5) {
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/ysy.png") no-repeat;
  background-size: 100% 100%;
}
.tA-container .linyu-list .linyu-item:nth-child(6) {
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/zyzy.png") no-repeat;
  background-size: 100% 100%;
}
.tA-container .linyu-list .linyu-item:nth-child(7) {
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/qcqc.png") no-repeat;
  background-size: 100% 100%;
}
.tA-container .linyu-list .linyu-item:nth-child(8) {
  background: url("https://img1.17img.cn/ui/art/xulj/2024/07/25/spsp.png") no-repeat;
  background-size: 100% 100%;
}
.tA-container .huiyuan-list {
  width: 1200px;
  margin: 0 auto;
}
.tA-container .huiyuan-list .huiyuan-item {
  width: 187px;
  height: 86px;
  cursor: pointer;
  margin-bottom: 16px;
}
.tA-container .huiyuan-list .huiyuan-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.center1190 {
  width: 1190px;
  margin: 0 auto;
}

.bgWhite {
  background-color: #fff;
}

.mt30 {
  margin-top: 20px;
}

.border-l-b1 {
  border-bottom: 1px solid #E3EAF8;
  box-sizing: border-box;
}

.w190 {
  width: 190px;
}

.mt20 {
  margin-top: 20px !important;
}

.h40 {
  height: 40px;
}

.color0 {
  color: #fff !important;
}

.color1 {
  color: #17C37B !important;
}

.color2 {
  color: #FF4040 !important;
}

.color3 {
  color: #FF791A !important;
}

.color4 {
  color: #FFC61A !important;
}

.color5 {
  color: #36D97A !important;
}

.color6 {
  color: #17C37B !important;
}

.color-h-a {
  color: #242B38;
}

.color-h-a a:hover {
  text-decoration: none;
  color: #17C37B;
}

.colorg-1 {
  color: #242B38 !important;
}

.colorg-2 {
  color: #525966 !important;
}

.colorg-3 {
  color: #808794 !important;
}

.colorg-4 {
  color: #A6ADBB !important;
}

.colorg-5 {
  color: #E3EAF8 !important;
}

.colorg-6 {
  color: #F5F8FF !important;
}

.footer-bottom li {
  height: 60px;
  line-height: 60px;
  width: 170px;
}

.dp {
  display: block;
}

.dpl {
  display: inline-block;
}

.fixed-right-icon {
  position: fixed;
  bottom: 20%;
  right: 45px;
  z-index: 999;
  cursor: pointer;
  width: 190px;
  height: 210px;
}
.fixed-right-icon .fixed-right-icon-xf-img {
  width: 190px;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}/*# sourceMappingURL=talentActive.PC.2024.css.map */