.home .header .box .links a {
  color: #fff;
  transition: 0.6s ease;
}
.home .header.hasBg .box .links a {
  color: #000;
}
.home .header .box .links a.on {
  color: #D80001;
}
.home .main {
  padding: 6.25vw 8.3333333333vw 3.125vw 8.3333333333vw;
}
.home .main .title .en {
  background: linear-gradient(7deg, rgba(0, 0, 0, 0) 4.71%, rgba(0, 0, 0, 0.12) 94.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.home .main .title .cn {
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -2.1354166667vw;
  background: linear-gradient(90deg, #DD3031 0%, #000 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home .main .content {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6458333333vw;
}
.home .main .content .lbox {
  width: 24.53125vw;
}
.home .main .content .lbox .search {
  position: relative;
}
.home .main .content .lbox .search input {
  border-radius: 1.5625vw;
  background: #F1F1F1;
  padding: 0.7291666667vw 1.5625vw;
  border: none;
  outline: none;
  width: 100%;
  color: #000;
}
.home .main .content .lbox .search .submit {
  position: absolute;
  right: 1.5625vw;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.home .main .content .lbox .search .submit img {
  width: 1.5625vw;
}
.home .main .content .lbox .filter_box .t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.5vw 0 1.25vw 0;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5208333333vw;
}
.home .main .content .lbox .filter_box .t1 .p1 {
  font-weight: 600;
}
.home .main .content .lbox .filter_box .t1 .clear {
  cursor: pointer;
}
.home .main .content .lbox .filter_box .t2 {
  color: #191919;
  font-weight: 600;
  margin-bottom: 1.6666666667vw;
}
.home .main .content .lbox .filter_box .boxs .box:not(:last-child) {
  margin-bottom: 2.1354166667vw;
}
.home .main .content .lbox .filter_box .boxs .box.active .pt .circle span {
  opacity: 1;
}
.home .main .content .lbox .filter_box .boxs .box .pt {
  display: flex;
  align-items: center;
  margin-bottom: 1.09375vw;
}
.home .main .content .lbox .filter_box .boxs .box .pt .circle {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  border: 2px solid #636363;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.0416666667vw;
}
.home .main .content .lbox .filter_box .boxs .box .pt .circle span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background: #D80001;
  border-radius: 50%;
  opacity: 0;
  transition: all 600ms;
}
.home .main .content .lbox .filter_box .boxs .box:first-child .list {
  display: block;
}
.home .main .content .lbox .filter_box .boxs .box .list {
  display: none;
  border-left: 1px solid #000;
  padding: 0.8333333333vw 0 0 2.65625vw;
  margin-left: 0.9375vw;
}
.home .main .content .lbox .filter_box .boxs .box .list .item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home .main .content .lbox .filter_box .boxs .box .list .item:not(:last-child) {
  margin-bottom: 1.4583333333vw;
}
.home .main .content .lbox .filter_box .boxs .box .list .item .circle {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  border: 2px solid #636363;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.0416666667vw;
}
.home .main .content .lbox .filter_box .boxs .box .list .item .circle span {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background: #D80001;
  border-radius: 50%;
  opacity: 0;
  transition: all 600ms;
}
.home .main .content .lbox .filter_box .boxs .box .list .item.on .circle span {
  opacity: 1;
}
.home .main .content .rbox {
  width: 56.3020833333vw;
}
.home .main .content .rbox .list .item {
  border-radius: 1.3020833333vw;
  background: #EAEAEA;
  padding: 1.6666666667vw 2.3958333333vw;
}
.home .main .content .rbox .list .item:not(:last-child) {
  margin-bottom: 2.6041666667vw;
}
.home .main .content .rbox .list .item .d1 .t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .content .rbox .list .item .d1 .t1 p {
  font-weight: 600;
}
.home .main .content .rbox .list .item .d1 .t1 .icon {
  position: relative;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  background: #D80001;
}
.home .main .content .rbox .list .item .d1 .t1 .icon img {
  transition: all 600ms;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.home .main .content .rbox .list .item .d1 .t1 .icon img:nth-child(2) {
  opacity: 0;
}
.home .main .content .rbox .list .item .d1 .tags {
  margin: 1.3541666667vw 0 1.25vw 0;
  display: flex;
  align-items: center;
}
.home .main .content .rbox .list .item .d1 .tags .tag1 {
  padding: 0.1041666667vw 27px;
  border-radius: 2.4479166667vw;
  background: #D80001;
  color: white;
  line-height: 2;
  margin-right: 1.9270833333vw;
}
.home .main .content .rbox .list .item .d1 .tags .tag2 {
  color: #666;
  line-height: 2;
}
.home .main .content .rbox .list .item .d1 .tags .line {
  width: 1px;
  height: 0.625vw;
  background: #666;
  margin: 0 1.0416666667vw;
}
.home .main .content .rbox .list .item .d1 .job .pt {
  display: inline-flex;
  padding: 0px 0.5208333333vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-left: 4px solid #D80001;
  margin-bottom: 0.8333333333vw;
}
.home .main .content .rbox .list .item .d1 .job .des {
  color: #191919;
  line-height: 2;
}
.home .main .content .rbox .list .item .d1.on .t1 .icon img:nth-child(1) {
  opacity: 0;
}
.home .main .content .rbox .list .item .d1.on .t1 .icon img:nth-child(2) {
  opacity: 1;
}
.home .main .content .rbox .list .item .d2 {
  display: none;
}
.home .main .content .rbox .list .item .d2 .box {
  margin-top: 1.8229166667vw;
}
.home .main .content .rbox .list .item .d2 .box .pt {
  display: inline-flex;
  padding: 0px 0.5208333333vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-left: 4px solid #D80001;
  margin-bottom: 0.8333333333vw;
}
.home .main .content .rbox .list .item .d2 .box .des {
  color: #191919;
  line-height: 2;
}
.home .main .content .rbox .list .item .d2 .box .btn {
  text-align: right;
  margin-top: 0.78125vw;
}
.home .main .content .rbox .list .item .d2 .box .btn a {
  display: inline-block;
  padding: 1.09375vw 2.3958333333vw;
  border-radius: 4.6875vw;
  background: #D80001;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 600ms;
}
.home .main .content .rbox .list .item .d2 .box .btn a:hover {
  background: #000;
}
.home .main .content .rbox .pager {
  display: flex;
  justify-content: flex-end;
  margin-top: 10.4166666667vw;
  align-items: center;
}
.home .main .content .rbox .pager .prev,
.home .main .content .rbox .pager .next {
  margin: 0 0.5729166667vw;
}
.home .main .content .rbox .pager .prev svg,
.home .main .content .rbox .pager .next svg {
  width: 1.25vw;
  display: block;
}
.home .main .content .rbox .pager .nums {
  display: flex;
}
.home .main .content .rbox .pager .nums a {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0.5729166667vw;
  transition: all 600ms;
}
.home .main .content .rbox .pager .nums a.on, .home .main .content .rbox .pager .nums a:hover {
  background: #D80001;
  color: white;
}
@media screen and (max-width: 768px) {
  .home .main {
    padding: 40px 5%;
  }
  .home .main .content {
    margin-top: 30px;
    flex-direction: column;
  }
  .home .main .content .lbox {
    width: 100%;
  }
  .home .main .content .lbox .search {
    margin-bottom: 30px;
  }
  .home .main .content .lbox .search input {
    border-radius: 15px;
    padding: 7px 15px;
  }
  .home .main .content .lbox .search .submit {
    right: 15px;
  }
  .home .main .content .lbox .search .submit img {
    width: 20px;
  }
  .home .main .content .lbox .filter_box .t1 {
    margin: 24px 0 12px 0;
    padding-bottom: 5px;
  }
  .home .main .content .lbox .filter_box .t2 {
    margin-bottom: 16px;
  }
  .home .main .content .lbox .filter_box .boxs .box:first-child .list {
    display: block;
  }
  .home .main .content .lbox .filter_box .boxs .box:not(:last-child) {
    margin-bottom: 20px;
  }
  .home .main .content .lbox .filter_box .boxs .box .pt {
    margin-bottom: 10px;
    pointer-events: inherit;
  }
  .home .main .content .lbox .filter_box .boxs .box .pt .circle {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .home .main .content .lbox .filter_box .boxs .box .pt .circle span {
    width: 15px;
    height: 15px;
  }
  .home .main .content .lbox .filter_box .boxs .box .list {
    padding: 10px 0 0 25px;
    margin-left: 14px;
    display: none;
  }
  .home .main .content .lbox .filter_box .boxs .box .list .item:not(:last-child) {
    margin-bottom: 14px;
  }
  .home .main .content .lbox .filter_box .boxs .box .list .item .circle {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .home .main .content .lbox .filter_box .boxs .box .list .item .circle span {
    width: 15px;
    height: 15px;
  }
  .home .main .content .rbox {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .content .rbox .list .item {
    border-radius: 15px;
    padding: 16px 23px;
  }
  .home .main .content .rbox .list .item:not(:last-child) {
    margin-bottom: 25px;
  }
  .home .main .content .rbox .list .item .d1 .t1 p {
    font-size: 18px;
    width: calc(100% - 50px);
  }
  .home .main .content .rbox .list .item .d1 .t1 .icon {
    width: 30px;
    height: 30px;
  }
  .home .main .content .rbox .list .item .d1 .tags {
    margin: 13px 0 20px 0;
    flex-wrap: wrap;
  }
  .home .main .content .rbox .list .item .d1 .tags .tag1 {
    padding: 2px 15px;
    border-radius: 15px;
    margin-right: 15px;
  }
  .home .main .content .rbox .list .item .d1 .tags .line {
    height: 12px;
    margin: 0 10px;
  }
  .home .main .content .rbox .list .item .d1 .job .pt {
    padding: 0px 10px;
    margin-bottom: 10px;
  }
  .home .main .content .rbox .list .item .d1 .job .des {
    font-size: 14px;
  }
  .home .main .content .rbox .list .item .d2 .box {
    margin-top: 18px;
  }
  .home .main .content .rbox .list .item .d2 .box .pt {
    padding: 0px 10px;
    margin-bottom: 10px;
  }
  .home .main .content .rbox .list .item .d2 .box .des {
    font-size: 14px;
  }
  .home .main .content .rbox .list .item .d2 .box .btn {
    margin-top: 10px;
  }
  .home .main .content .rbox .list .item .d2 .box .btn a {
    padding: 10px 23px;
    border-radius: 45px;
  }
  .home .main .content .rbox .pager {
    margin-top: 30px;
    justify-content: center;
  }
  .home .main .content .rbox .pager .prev, .home .main .content .rbox .pager .next {
    margin: 0 5px;
  }
  .home .main .content .rbox .pager .prev svg, .home .main .content .rbox .pager .next svg {
    width: 16px;
  }
  .home .main .content .rbox .pager .nums a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 5px;
  }
}