.home-page {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-page .crumbs {
    margin-top: 106px;
  }
}
.home-page .crumbs .page-link {
  color: #4f4f4f;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .home-page .crumbs .page-link {
    padding: 15px 0;
  }
}
.home-page .crumbs .page-link a {
  color: #4f4f4f;
}
.home-page .crumbs .page-link .now-page {
  color: #3492db;
}
.home-page .service-warp .carousel {
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .home-page .service-warp .carousel {
    height: 283px;
  }
}
@media (max-width: 991px) {
  .home-page .service-warp .carousel {
    height: 219px;
  }
}
@media (max-width: 767px) {
  .home-page .service-warp .carousel {
    height: auto;
  }
}
@media (max-width: 375px) {
  .home-page .service-warp .carousel {
    height: 130px;
  }
}
.home-page .service-warp .carousel .carousel-control {
  top: 46%;
  display: none;
}
.home-page .service-warp .carousel-indicators {
  bottom: 8px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  text-align: center;
}
.home-page .service-warp .carousel-indicators > li {
  width: 20px;
  height: 4px;
  display: inline-block;
  float: none;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 9px;
  background-color: #fff;
  border-radius: 0;
}
.home-page .service-warp .carousel-indicators > li.active {
  background-color: #1061bc;
  width: 20px;
}
.home-page .service-warp .carousel-inner {
  height: 100%;
}
.home-page .service-warp .carousel-inner .item {
  width: 100%;
  height: 100%;
}
.home-page .service-warp .carousel-inner .item a {
  width: 100%;
  height: 100%;
}
.home-page .service-warp .carousel-inner .item a img {
  width: 100%;
  height: 100%;
}
.home-page .service-warp .footer-service {
  margin-top: 10px;
}
.home-page .service-warp .footer-service .platform {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-page .service-warp .footer-service .platform {
    flex-wrap: wrap;
  }
}
.home-page .service-warp .footer-service .platform .jobslist {
  width: 25%;
  margin-right: 14px;
  position: relative;
  display: block;
  height: 170px;
}
.home-page .service-warp .footer-service .platform .jobslist .dt {
  position: absolute;
  right: 16px;
  top: 12px;
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 991px) {
  .home-page .service-warp .footer-service .platform .jobslist .dt {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .home-page .service-warp .footer-service .platform .jobslist .dt {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 426px) {
  .home-page .service-warp .footer-service .platform .jobslist .dt {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .home-page .service-warp .footer-service .platform .jobslist {
    height: 104px;
  }
}
@media (max-width: 767px) {
  .home-page .service-warp .footer-service .platform .jobslist {
    width: 24%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 104px;
  }
}
@media (max-width: 689px) {
  .home-page .service-warp .footer-service .platform .jobslist {
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 125px;
  }
}
@media (max-width: 426px) {
  .home-page .service-warp .footer-service .platform .jobslist {
    width: 48%;
    margin-bottom: 10px;
    height: 95px;
  }
}
.home-page .service-warp .footer-service .platform .jobslist img {
  width: 100%;
  height: 100%;
}
.home-page .service-warp .footer-service .platform .jobslist:last-of-type {
  margin-right: 0;
}
.home-page .highquality-post .highquality-title {
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 60px;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home-page .highquality-post .highquality-title {
    margin-top: 10px;
  }
}
.home-page .highquality-post .highquality-title .l-title {
  color: #3492db;
  font-size: 16px;
}
.home-page .highquality-post .highquality-title .r-title .tab {
  color: #fff;
  background: #3492db;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .home-page .highquality-post .highquality-title .r-title .tab {
    padding: 7px 8px;
  }
}
.home-page .highquality-post .highquality-title .r-title .tab-all {
  color: #3492db;
}
.home-page .highquality-post .tab-box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 60px;
  color: #4f4f4f;
  font-weight: bold;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .home-page .highquality-post .tab-box {
    margin: 10px 0 10px;
    line-height: 44px;
    display: block;
  }
  .home-page .highquality-post .tab-box .r-page {
    display: none !important;
  }
}
.home-page .highquality-post .tab-box .nav-tabs {
  width: 100%;
}
.home-page .highquality-post .tab-box .nav-tabs li a {
  border: none;
  color: #4f4f4f;
  padding: 20px 15px;
  margin-right: 26px;
}
.home-page .highquality-post .tab-box .nav-tabs li a:hover {
  background-color: #fff;
}
.home-page .highquality-post .tab-box .nav-tabs > .active > a,
.home-page .highquality-post .tab-box .nav-tabs > .active > a:hover,
.home-page .highquality-post .tab-box .nav-tabs > .active > a:focus {
  color: #3492db;
  position: relative;
}
.home-page .highquality-post .tab-box .nav-tabs > .active > a::after,
.home-page .highquality-post .tab-box .nav-tabs > .active > a:hover::after,
.home-page .highquality-post .tab-box .nav-tabs > .active > a:focus::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 2px;
  width: 65%;
  background: #3492db;
}
.home-page .highquality-post .search-screen-manufacturing,
.home-page .highquality-post .search-screen-construction,
.home-page .highquality-post .search-screen-service {
  background: #fff;
  padding: 30px 15px 0px;
  display: none;
}
@media (max-width: 767px) {
  .home-page .highquality-post .search-screen-manufacturing,
  .home-page .highquality-post .search-screen-construction,
  .home-page .highquality-post .search-screen-service {
    padding: 15px 15px 0px;
  }
}
.home-page .highquality-post .search-screen-manufacturing .type-box,
.home-page .highquality-post .search-screen-construction .type-box,
.home-page .highquality-post .search-screen-service .type-box {
  display: flex;
  margin-bottom: 18px;
}
.home-page .highquality-post .search-screen-manufacturing .type-box:first-child,
.home-page .highquality-post .search-screen-construction .type-box:first-child,
.home-page .highquality-post .search-screen-service .type-box:first-child {
  margin-bottom: 27px;
}
.home-page .highquality-post .search-screen-manufacturing .type-box:last-child,
.home-page .highquality-post .search-screen-construction .type-box:last-child,
.home-page .highquality-post .search-screen-service .type-box:last-child {
  margin-bottom: 0;
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-label,
.home-page .highquality-post .search-screen-construction .type-box .i-label,
.home-page .highquality-post .search-screen-service .type-box .i-label {
  font-weight: bold;
  white-space: nowrap;
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-list,
.home-page .highquality-post .search-screen-construction .type-box .i-list,
.home-page .highquality-post .search-screen-service .type-box .i-list {
  display: flex;
  flex-wrap: wrap;
  color: #4f4f4f;
  font-size: 12px;
  margin-left: 10px;
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-list.industry-list li,
.home-page .highquality-post .search-screen-construction .type-box .i-list.industry-list li,
.home-page .highquality-post .search-screen-service .type-box .i-list.industry-list li {
  min-width: 54px;
  padding: 0;
  margin: -5px 24px 37px 0;
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-list.industry-list li:first-child,
.home-page .highquality-post .search-screen-construction .type-box .i-list.industry-list li:first-child,
.home-page .highquality-post .search-screen-service .type-box .i-list.industry-list li:first-child {
  margin-top: 0;
  min-width: auto;
  padding: 0 10px;
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-list.industry-list li:first-child.active,
.home-page .highquality-post .search-screen-construction .type-box .i-list.industry-list li:first-child.active,
.home-page .highquality-post .search-screen-service .type-box .i-list.industry-list li:first-child.active {
  color: #fff;
  background: #3492db;
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-list.industry-list li.active,
.home-page .highquality-post .search-screen-construction .type-box .i-list.industry-list li.active,
.home-page .highquality-post .search-screen-service .type-box .i-list.industry-list li.active {
  color: #3492db;
  background: none;
}
@media (max-width: 1080px) {
  .home-page .highquality-post .search-screen-manufacturing .type-box .i-list.industry-list li,
  .home-page .highquality-post .search-screen-construction .type-box .i-list.industry-list li,
  .home-page .highquality-post .search-screen-service .type-box .i-list.industry-list li {
    min-width: auto;
    margin: 0 8px 10px 0;
    padding: 0 11px;
  }
  .home-page .highquality-post .search-screen-manufacturing .type-box .i-list.industry-list li img,
  .home-page .highquality-post .search-screen-construction .type-box .i-list.industry-list li img,
  .home-page .highquality-post .search-screen-service .type-box .i-list.industry-list li img {
    display: none;
  }
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-list li,
.home-page .highquality-post .search-screen-construction .type-box .i-list li,
.home-page .highquality-post .search-screen-service .type-box .i-list li {
  text-align: center;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  min-width: auto;
  padding: 0 11px;
  margin-right: 8px;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .home-page .highquality-post .search-screen-manufacturing .type-box .i-list li,
  .home-page .highquality-post .search-screen-construction .type-box .i-list li,
  .home-page .highquality-post .search-screen-service .type-box .i-list li {
    margin-bottom: 10px;
  }
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-list li:hover,
.home-page .highquality-post .search-screen-construction .type-box .i-list li:hover,
.home-page .highquality-post .search-screen-service .type-box .i-list li:hover {
  color: #3492db;
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-list li.active,
.home-page .highquality-post .search-screen-construction .type-box .i-list li.active,
.home-page .highquality-post .search-screen-service .type-box .i-list li.active {
  color: #fff;
  background: #3492db;
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-list li img,
.home-page .highquality-post .search-screen-construction .type-box .i-list li img,
.home-page .highquality-post .search-screen-service .type-box .i-list li img {
  width: 32px;
  height: 32px;
  margin-bottom: 17px;
}
.home-page .highquality-post .search-screen-manufacturing .type-box .i-list li .name,
.home-page .highquality-post .search-screen-construction .type-box .i-list li .name,
.home-page .highquality-post .search-screen-service .type-box .i-list li .name {
  font-weight: bold;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box,
.home-page .highquality-post .search-screen-construction .sel-content-box,
.home-page .highquality-post .search-screen-service .sel-content-box {
  background-color: #fff;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .about-videobox,
.home-page .highquality-post .search-screen-construction .sel-content-box .about-videobox,
.home-page .highquality-post .search-screen-service .sel-content-box .about-videobox {
  padding: 20px 0;
  position: relative;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item {
  margin-right: -19px;
  display: flex !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item {
    margin-right: 0px;
  }
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item.active,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item.active,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item.active {
  display: block;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist {
  width: 20.85%;
  display: block;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 18px 15px;
  background: #fff;
  border: 1px solid #dedede;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist:hover,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist:hover,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist:hover {
  background-color: #f9f9f9;
  transition: 0.3s;
}
@media (min-width: 100px) {
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
@media (min-width: 767px) {
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist {
    width: 26.6%;
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .title,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .title,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .title {
    font-size: 12px !important;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .money,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .money,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .money {
    font-size: 12px !important;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-b,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-b,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-b {
    font-size: 12px !important;
  }
}
@media (min-width: 991px) {
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist {
    width: 20%;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .title,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .title,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .title {
    font-size: 14px !important;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .money,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .money,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .money {
    font-size: 14px !important;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-b,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-b,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-b {
    font-size: 14px !important;
  }
}
@media (min-width: 1199px) {
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist {
    margin-bottom: 20px;
    width: 20.85%;
    margin-right: 15px;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .title,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .title,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .title {
    font-size: 14px !important;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .money,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .money,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .money {
    font-size: 14px !important;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-b,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-b,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-b {
    font-size: 14px !important;
  }
}
@media (min-width: 1229px) {
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist {
    margin-bottom: 20px;
    width: 20.95%;
    margin-right: 15px;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .title,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .title,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .title {
    font-size: 14px !important;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .money,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .money,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .money {
    font-size: 14px !important;
  }
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-b,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-b,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-b {
    font-size: 14px !important;
  }
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist:hover .list-b,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist:hover .list-b,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist:hover .list-b {
  text-decoration: none;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t {
  display: flex;
  justify-content: space-between;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .title,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .title,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .money,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .money,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .money {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  color: #3492db;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 767px) {
  .home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-t .money,
  .home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-t .money,
  .home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-t .money {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-b,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-b,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-b {
  margin-top: 16px;
  max-width: 100%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-b .dt,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-b .dt,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-b .dt {
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-b .dl,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-b .dl,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-b .dl {
  color: #bdbdbd;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.home-page .highquality-post .search-screen-manufacturing .sel-content-box .content-item .jobslist .list-b .dl .money,
.home-page .highquality-post .search-screen-construction .sel-content-box .content-item .jobslist .list-b .dl .money,
.home-page .highquality-post .search-screen-service .sel-content-box .content-item .jobslist .list-b .dl .money {
  margin-left: 4px;
}
.home-page .highquality-post .search-screen-manufacturing.active,
.home-page .highquality-post .search-screen-construction.active,
.home-page .highquality-post .search-screen-service.active {
  display: block;
}
.home-page .odd-jobs {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home-page .odd-jobs {
    margin-top: 10px;
  }
}
.home-page .odd-jobs .jobs-main {
  display: flex;
}
@media (min-width: 100px) {
  .home-page .odd-jobs .jobs-main {
    display: block;
  }
}
@media (min-width: 762px) {
  .home-page .odd-jobs .jobs-main {
    display: flex;
  }
}
.home-page .odd-jobs .jobs-main .left-list {
  width: 65%;
  margin-right: 20px;
}
@media (min-width: 100px) {
  .home-page .odd-jobs .jobs-main .left-list {
    width: 100%;
    margin-right: 0px;
  }
}
@media (min-width: 762px) {
  .home-page .odd-jobs .jobs-main .left-list {
    width: 65%;
    margin-right: 20px;
  }
}
.home-page .odd-jobs .jobs-main .left-list .card {
  padding: 22px 15px 10px 15px;
  background-color: #fff;
  height: calc(100% - 100px);
}
@media (max-width: 767px) {
  .home-page .odd-jobs .jobs-main .left-list .card {
    padding: 22px 15px 0 15px;
  }
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box {
  background-color: #fff;
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .about-videobox {
  padding: 20px 0;
  position: relative;
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item {
  margin-right: -19px;
  display: flex !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item {
    margin-right: 0px;
  }
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item.active {
  display: block;
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist {
  width: 26.6%;
  display: block;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 18px 15px;
  background: #fff;
  border: 1px solid #dedede;
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist:hover {
  background-color: #f9f9f9;
  transition: 0.3s;
}
@media (min-width: 100px) {
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
@media (min-width: 767px) {
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist {
    width: 39.6%;
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t .title {
    font-size: 12px !important;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t .money {
    font-size: 12px !important;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-b {
    font-size: 12px !important;
  }
}
@media (min-width: 991px) {
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist {
    width: 41.4%;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t .title {
    font-size: 14px !important;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t .money {
    font-size: 14px !important;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-b {
    font-size: 14px !important;
  }
}
@media (min-width: 1199px) {
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist {
    width: 26.6%;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t .title {
    font-size: 14px !important;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t .money {
    font-size: 14px !important;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-b {
    font-size: 14px !important;
  }
}
@media (min-width: 1229px) {
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist {
    width: 26.9%;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t .title {
    font-size: 14px !important;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t .money {
    font-size: 14px !important;
  }
  .home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-b {
    font-size: 14px !important;
  }
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist:hover .list-b {
  text-decoration: none;
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t {
  display: flex;
  justify-content: space-between;
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t .title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-t .money {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #3492db;
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-b {
  margin-top: 16px;
  max-width: 100%;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.home-page .odd-jobs .jobs-main .left-list .card .sel-content-box .content-item .jobslist .list-b .dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-page .odd-jobs .jobs-main .right-other {
  width: 35%;
}
@media (min-width: 100px) {
  .home-page .odd-jobs .jobs-main .right-other {
    width: 100%;
  }
}
@media (min-width: 762px) {
  .home-page .odd-jobs .jobs-main .right-other {
    width: 35%;
  }
}
.home-page .odd-jobs .jobs-main .right-other .highquality-title {
  margin-top: 0;
}
@media (min-width: 100px) {
  .home-page .odd-jobs .jobs-main .right-other .highquality-title {
    margin-top: 10px;
  }
}
@media (min-width: 762px) {
  .home-page .odd-jobs .jobs-main .right-other .highquality-title {
    margin-top: 0;
  }
}
@media (min-width: 767px) {
  .home-page .odd-jobs .jobs-main .right-other .highquality-title .r-title .tab {
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  .home-page .odd-jobs .jobs-main .right-other .highquality-title .r-title .tab {
    margin-right: 15px;
  }
}
.home-page .odd-jobs .jobs-main .right-other .job-item {
  height: calc(100% - 78px);
  background-color: #fff;
  padding-bottom: 10px;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list {
  font-size: 12px;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item {
  padding: 19.5px 15px;
  font-weight: bold;
  background-color: #fff;
  display: block;
  position: relative;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item:hover {
  background-color: #f9f9f9;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .home-page .odd-jobs .jobs-main .right-other .job-item .list .item {
    padding: 15px 15px;
  }
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 18px;
  width: calc(100% - 36px);
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item .user-info {
  display: flex;
  align-items: center;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item .user-info .user-img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item .user-info .user-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item .user-info .name {
  font-size: 14px;
  margin-left: 10px;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item .city {
  margin: 17px 0 5px;
  color: #4f4f4f;
  display: flex;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item .city .c-label {
  white-space: nowrap;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item .city .city-list {
  display: flex;
  flex-wrap: wrap;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item .city .city-list li {
  margin-right: 14px;
  padding-bottom: 12px;
  font-weight: normal;
}
.home-page .odd-jobs .jobs-main .right-other .job-item .list .item .type {
  color: #3492db;
}
.home-page .odd-jobs .jobs-main .highquality-title {
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .home-page .odd-jobs .jobs-main .highquality-title {
    margin-bottom: 10px;
  }
}
.home-page .odd-jobs .jobs-main .highquality-title .l-title {
  color: #3492db;
  font-size: 16px;
}
.home-page .odd-jobs .jobs-main .highquality-title .r-title .tab {
  color: #fff;
  background: #3492db;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 15px;
}
.home-page .odd-jobs .jobs-main .highquality-title .r-title .tab-all {
  color: #3492db;
}
.home-page .skilltraining-warp .highquality-title {
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 60px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .home-page .skilltraining-warp .highquality-title {
    margin: 10px 0;
  }
}
.home-page .skilltraining-warp .highquality-title .l-title {
  color: #3492db;
  font-size: 16px;
}
.home-page .skilltraining-warp .highquality-title .r-title .tab {
  color: #fff;
  background: #3492db;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 15px;
}
.home-page .skilltraining-warp .highquality-title .r-title .tab-all {
  color: #3492db;
}
.home-page .labourservices-warp .highquality-title {
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 60px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .home-page .labourservices-warp .highquality-title {
    margin: 10px 0;
  }
}
.home-page .labourservices-warp .highquality-title .l-title {
  color: #3492db;
  font-size: 16px;
}
.home-page .labourservices-warp .highquality-title .r-title .tab {
  color: #fff;
  background: #3492db;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 15px;
}
.home-page .labourservices-warp .highquality-title .r-title .tab-all {
  color: #3492db;
}
.home-page .scene-warp {
  margin-bottom: 30px;
}
.home-page .scene-warp .highquality-title {
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  line-height: 60px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .home-page .scene-warp .highquality-title {
    margin: 10px 0;
  }
}
.home-page .scene-warp .highquality-title .l-title {
  color: #3492db;
  font-size: 16px;
}
.home-page .scene-warp .highquality-title .r-title .tab {
  color: #fff;
  background: #3492db;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 15px;
}
.home-page .scene-warp .highquality-title .r-title .tab-all {
  color: #3492db;
}
.home-page .flex-main {
  display: flex;
  padding: 25px 15px;
  background-color: #fff;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-page .flex-main {
    flex-direction: column;
    padding: 15px 15px;
  }
}
.home-page .flex-main .flex-side {
  width: calc(50% - 35px);
}
@media (max-width: 767px) {
  .home-page .flex-main .flex-side {
    width: 100%;
  }
}
.home-page .flex-main .flex-side .side-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.home-page .flex-main .flex-side .side-main:hover .border {
  background-color: #3492db;
}
.home-page .flex-main .flex-side .side-main:hover .title {
  color: #3492db;
}
.home-page .flex-main .flex-side .side-main:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-page .flex-main .flex-side .side-main:last-child {
    margin-bottom: 16px;
  }
}
.home-page .flex-main .flex-side .flex-l {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .home-page .flex-main .flex-side .flex-l {
    width: 100%;
  }
}
.home-page .flex-main .flex-side .flex-l .border {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666;
  margin-right: 14px;
  transition: all 0.3s;
}
.home-page .flex-main .flex-side .flex-l .title {
  color: #333333;
  font-size: 16px;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .home-page .flex-main .flex-side .flex-l .title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .home-page .flex-main .flex-side .flex-l .title {
    width: 100%;
    justify-content: space-between;
  }
}
.home-page .flex-main .flex-side .flex-l .title .date {
  flex: 0 0 auto;
}
.home-page .flex-main .flex-side .flex-l .title .dt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 429px;
}
@media (max-width: 1199px) {
  .home-page .flex-main .flex-side .flex-l .title .dt {
    margin-right: 0;
    width: 323px;
  }
}
@media (max-width: 991px) {
  .home-page .flex-main .flex-side .flex-l .title .dt {
    margin-right: 0;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .home-page .flex-main .flex-side .flex-l .title .dt {
    width: auto;
  }
}
.home-page .flex-main .line {
  width: 1px;
  background-color: #dedede;
}
@media (max-width: 767px) {
  .home-page .flex-main .line {
    display: none;
  }
}
a {
  text-decoration: none !important;
}
.margin-side {
  margin-right: 8px;
}
@media (min-width: 1229px) {
  .margin-side {
    margin-right: -15px;
  }
}
.qr-code {
  display: flex;
  justify-content: center;
}
.modal-header {
  padding: 0 15px !important;
}
.modal-header .close {
  margin-top: 0;
}
.modal.fade.in {
  top: 26%;
}
