@import "./reset.css";
@import "./iconfont.css";

/* 顶部信息栏 */
.head-info {
  width: 100%;
  height: 30px;
  background: #fff;
  color: #3172ce;
  font-size: 12px;
}

.head-info a {
  color: #3172ce;
}

.head-info .tt-layout {
  height: 100%;
}

.head-info .main {
  width: 100%;
  height: 100%;
}

.head-info .select-city {
  cursor: pointer;
}

.head-info .iconfont {
  color: #666;
  margin-left: 4px;
  font-size: 12px;
  margin-top: 2px;
}

.head-info .company-login {
  margin-left: 24px;
}

.head-info .operate-box .item {
  box-sizing: border-box;
  padding: 0 12px;
  cursor: pointer;
}

.head-info .operate-box .item:not(:last-child) {
  border-right: 1px solid #707070;
}

/* end 顶部信息栏 */

/* 首页顶部广告 */
.index-advert {
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.index-advert img {
  width: 1920px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* end 首页顶部广告 */

/* 首页主体区域 */

.index-main {
  background: #fff;
  font-family: "SimSun";
}

.index-main input,
.index-main a {
  font-family: "SimSun";
}

.index-main .logo {
  text-align: center;
  box-sizing: border-box;
  padding: 32px 0 24px;
}

.index-main .logo img {
  width: 243px;
  height: 90px;
}

.index-main .tt-layout {
  position: relative;
}

.nav-bar {
  margin: 18px 0;
  text-align: center;
}

.nav-bar ul {
  display: inline-block;
  text-align: center;
}

.nav-bar ul li {
  display: inline-block;
  font-size: 20px;
}

.nav-bar ul li:not(:last-child) {
  border-right: 1px solid #333;
}

.nav-bar ul li a {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
}

.nav-bar ul li a:hover {
  text-decoration: none;
}

.nav-bar ul li a.active {
  font-weight: bold;
  color: var(--color-blue);
  position: relative;
}

.nav-bar ul li a.active::before {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  display: block;
  clear: both;
  width: 40px;
  height: 4px;
  background: var(--color-blue);
  border-radius: 2px;
  transform: translateX(-50%);
}

/* 二维码 */
.index-qrcode {
  position: absolute;
  text-align: center;
  top: 195px;
  width: 136px;
}

.index-qrcode-mini {
  right: 0;
}

.index-qrcode img {
  width: 136px;
  height: 136px;
}

.index-qrcode p {
  margin: 5px auto;
  color: #e10000;
  width: 0px;
  height: 0px;
  content: " ";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid red;
}

.index-qrcode span {
  height: 21px;
  line-height: 21px;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
}

/* end 二维码 */

/* 搜索栏 */
.search-box {
  width: 802px;
  border-radius: 10px;
  border: 1px solid var(--color-blue);
  margin: 0 auto;
  overflow: hidden;
}

.search-box .hight-light {
  width: 100%;
  height: 8px;
  background: var(--color-blue);
}

.search-box .search-main {
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}

.search-box .left-box {
  width: 670px;
}

.search-box .left-box .input-box {
  height: 48px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.search-box .left-box .input-box:not(:last-child) {
  margin-bottom: 6px;
}

.search-box .left-box .input-box .label {
  width: 132px;
  height: 100%;
  background: #c8dfff;
  box-sizing: border-box;
  padding: 0 14px;
  box-sizing: border-box;
}

.search-box .left-box .input-box .label img {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.search-box .left-box .input-box .label .name {
  white-space: nowrap;
  font-size: 18px;
  color: var(--color-blue);
  font-weight: bold;
}

.search-box .left-box .input-box .translation {
  width: 32px;
  height: 32px;
}

.search-box .left-box .input-box .input-main {
  width: 100%;
  box-sizing: border-box;
  padding-left: 18px;
  box-sizing: border-box;
}

.search-box .left-box .input-box .input-main .input-item {
  box-sizing: border-box;
  padding: 0 24px;
  box-sizing: border-box;
}

.search-box .left-box .input-main,
.search-box .left-box .input-main .input-item,
.search-box .left-box .input-main .input-item input {
  height: 100%;
}

.search-box .left-box .input-main .input-item input {
  font-size: 18px;
  border: none;
  outline: none;
}

.search-box .right-box {
  width: 102px;
  height: 102px;
  margin-left: 12px;
  border-radius: 10px;
  cursor: pointer;
}

.search-box .right-box img {
  width: 42px;
  height: 42px;
}

/* end 搜索栏 */

.module-box {
  width: 100%;
  height: 38px;
  margin: 20px 0;
}

.module-box .module-header {
  flex: 0 0 140px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  background: url("../img/module-header-bg.png") no-repeat left center/100% 100%;
  z-index: 2;
}

.module-box .module-header img {
  width: 21px;
  height: 21px;
  margin-right: 6px;
}

.module-box .module-main {
  flex: 0 0 1068px;
  height: 100%;
  background: url("../img/module-main-bg.png") no-repeat left center/100% 100%;
  z-index: 1;
  margin-left: -8px;
}

.module-box .module-main a {
  height: 100%;
  margin-left: 20px;
}

.module-box .module-main a img {
  width: 3px;
  height: 15px;
  margin-right: 6px;
}

/* end 首页主体区域 */
/* 首页广告logo */
.index-logo {
  width: 100%;
  height: 177px;
  margin-bottom: 20px;
}

.index-logo ul {
  width: 100%;
  height: 100%;
}

.index-logo li {
  width: 228px;
  height: 82px;
  margin-right: 15px;
}

.index-logo li:nth-child(5n) {
  margin-right: 0px;
}

.index-logo li img {
  width: 100%;
  height: 100%;
}

/* end 首页广告logo */
/* 滚动 */
.index-roll {
  width: 1200px;
  border: 1px solid #3172ce;
}

.index-roll-main {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 16px;
}

.index-roll dd {
  height: 20px;
}

.index-roll dd:nth-child(1) {
  margin-bottom: 16px;
}

.index-roll dd:nth-child(2) {
  margin-bottom: 16px;
}

.index-roll img {
  width: 20px;
  height: 20px;
}

.index-roll p {
  margin-left: 8px;
  font-size: 16px;
  line-height: 21px;
  color: #3172ce;
}

.index-roll span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 456px;
  line-height: 21px;
  font-size: 16px;

  height: 21px;
}

.index-roll span p {
  color: #333333;
}

.expiry_at-list {
  padding: 2px;
  background-color: #cc2929;
  border: 1px solid #cc2929;

  border-radius: 10px 3px 10px 3px;
  color: #ffffff !important;
  margin-left: 3px;
}

.expiry_at-list img {
  width: 14px;
  height: 14px;
  margin: 3px 1px;
}

.expiry_at-list span {
  font-size: 12px;
  margin-left: -3px;
  margin-top: -2px;
  height: 100%;
}

.index-roll-main dl img {
  width: 14px;
  height: 14px;
}

.index-roll-main dt {
  margin-left: 3px;
  font-size: 12px;
}

.padding-right-16 {
  box-sizing: border-box;
  padding-right: 16px;
}

/* end 滚动 */
/* 公共头 */
.tabbar {
  height: 80px;
}

.tabbar-main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.tabbar-main img {
  width: 176px;
  height: 58px;
}

.tabbar-main ul {
  margin-left: 89px;
  height: 40px;
}

.tabbar-main ul li {
  width: 100px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 40px;
  text-align: center;
}

.tabbar-active {
  border-radius: 20px 0px 20px 0px;
  background: linear-gradient(142deg, #ffb73d 0%, #fe5300 100%);
}

.tabbar-main ul li a {
  color: #ffffff;
}

.page {
  margin-top: 20px;
  text-align: center;
}

.page a {
  display: inline-block;
  background: #fff;
  color: #888;
  box-sizing: border-box;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #e2e2e2;
}

.page span {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #e2e2e2;
}

.page span.current {
  display: inline-block;
  background: #2f6cc3;
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
  min-width: 15px;
  border: 1px solid #009688;
}

.page .pagination li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

.page .pagination li.active span {
  background: #2f6cc3;
  color: #fff;
  border: 1px solid #009688;
}

/* end 公共头 */
/* banner */
.banner {
  width: 1200px;
  height: 340px;
  margin: 20px auto 35px;
}

.banner img {
  width: 100%;
  height: 100%;
}

/* end banner */
/* 物流资讯 */
.new {
  width: 1200px;
  box-sizing: border-box;
  padding: 36px 32px 52px 32px;
  background-color: #ffffff;
  margin: 36px auto;
  display: flex;
}

.new-left {
  width: 740px;
  position: relative;
}

.new-left-title {
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: #333;

}

.new-left-line {
  width: 145px;
  height: 0px;
  border: 1px solid #333;
  margin-top: 12px;
}

.new-left-nav {
  width: 373px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 0;
}

.new-left-li {
  height: 100%;
  width: 187px;
  text-align: center;
  background-color: #e6e6e6;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  clip-path: polygon(6% 0, 0% 100%, 94% 100%, 100% 0%);
}

.new-left-li-active {
  background-color: #2f6cc3;
  color: #fff;
}

.new-left-h3 {
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: #333;
  margin-top: 11px;
}

.new-left-content {
  width: 100%;
  margin-top: 13px;
}

.new-left-first {}

.new-left-first img {
  width: 224px;
  height: 155px;
  margin-right: 24px;
}

.new-left-top {
  width: 490px;
  height: 24px;
}

.new-left-top p {
  width: 242px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #333333;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-left-top span {
  width: 85px;
  height: 20px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #333333;

}

.new-left-text {
  width: 490px;
  height: 40px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #666666;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}

.new-left-lock-details {
  display: block;
  width: 82px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #ff861f;

  margin-top: 15px;
}

.new-left-ul {
  width: 100%;
  margin-top: 26px;
}

.new-left-ul a {
  margin-bottom: 11px;
}

.new-left-ul a:nth-last-child(1) {
  margin-bottom: 0px;
}

.new-left-ul i {
  width: 8px;
  height: 8px;
  background-color: #666666;
  border-radius: 50%;

  margin-right: 15px;
}

.new-left-ul p {
  width: 221px;
  height: 20px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #666666;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-left-ul span {
  width: 85px;
  height: 20px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #333333;

  margin-left: auto;
}

.new-left-more {
  width: 94px;
  height: 28px;
  border-radius: 5px;
  background-color: #ff861f;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  margin-top: 45px;
  margin-left: auto;
}

.new-right {
  width: 361px;
}

.new-right-ul {
  margin-top: 19px;
  background-color: #e6e6e6;
  height: 500px;
  overflow: hidden;
}

.new-right-ul a {
  width: 100%;
  height: 54px;
  border-bottom: 1px dashed #d3d3d3;
}

.new-right-ul a:nth-last-child(1) {
  border-bottom: none;
}

.new-right-ul dd {
  width: 100%;
  height: 54px;
  line-height: 20px;
}

.new-right-ul dd p {
  color: #666666;
}

.new-right-ul a:hover {
  color: #0c0c0c;
}

.new-right-ul img {
  width: 20px;
  height: 20px;
  margin: 0 14px 0 16px;
}

.new-right-active {
  background-color: #2f6cc3;
  color: #ffffff;
}

/* end 物流资讯 */
/*  联系我们 */
.about {
  width: 1200px;
  margin: 36px auto;
  display: flex;
}

.about-left {
  width: 777px;
  position: relative;
  box-sizing: border-box;
  padding: 36px 32px 52px 32px;
  background-color: #ffffff;
}

.about-platform dd {
  width: 150px;
  margin-top: 27px;
}

.about-platform dd img {
  width: 150px;
  height: 150px;
}

.about-platform dd dl {
  width: 150px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-size: 15px;
  margin-top: 7px;
}

.about-right {
  width: 400px;
  background-color: #ffffff;
  margin-left: 7px;
  position: relative;
  box-sizing: border-box;
  padding: 36px 32px 52px 32px;
}

.about-right-ul {
  margin-top: 19px;
  background-color: #e6e6e6;
  box-sizing: border-box;
  padding: 18px 20px 23px 16px;
}

.about-right-ul dd {
  width: 281px;
  height: 40px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #666666;

}

.about-right-ul dd img {
  margin-right: 14px;
  width: 20px;
  height: 20px;
}

.margin-top-27 {
  margin-top: 27px;
}

.about-message {
  margin-top: 38px;
}

.about-message-li {
  height: auto;
}

.margin-bottom {
  margin-bottom: 21px;
}

.about-message label {
  width: 60px;
  height: 40px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: #333333;

}

.about-input {
  width: 230px;
  height: 40px;
  border: 1px solid #e6e6e6;

  border-radius: 5px;
  background-color: #f2f2f2;
}

.about-input input {
  background-color: #f2f2f2;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
}

.about-text {
  width: calc(703px - 120px);
  height: 120px;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 10px;
}

.about-text textarea {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #f2f2f2;
  resize: none;
}

.about-submit {
  width: 94px;
  height: 28px;
  background: linear-gradient(141deg, #ffb73d 0%, #fe5300 100%);

  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  margin-left: auto;
  font-size: 14px;
  margin-top: 20px;
}

/*  end 联系我们 */
/*  物流招聘 */
.job {}

.job-ul {
  margin-top: 18px;
}

.job-li {
  height: 83px;
  border-bottom: 1px solid #cccccc;
}

.job-li>div {
  width: 100%;
}

.job-top {
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #1a1a1a;

}

.job-contact {
  width: 92px;
  height: 24px;
  border: 1px solid #2f6cc3;

  border-radius: 5px;
  margin-left: 8px;
}

.job-contact img {
  width: 16px;
  height: 16px;
}

.job-contact p {
  margin-left: 3px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #2f6cc3;

}

.job-name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;

}

.job-but {
  margin-top: 5px;
}

.job-money {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cc2929;

}

.job-date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999999;

}

/*  end 物流招聘 */
/* 招聘详情 */
.details-top {
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  padding-bottom: 8px;
}

.details-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}

.details-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #999999;

  margin-top: 8px;
  text-align: center;
}

.details-content {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 25px;
  color: #333333;

  box-sizing: border-box;
  padding: 36px 0;
}

.details-content img {
  width: 100%;
}

.details-browse {
  width: 100%;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999999;

  text-align: right;
}

/* end 招聘详情 */
/*  限时特价 */
.sale {
  width: 1200px;
  margin: 0 auto;
  align-items: normal;
  margin-top: 36px;
}

.sale-left {
  width: 736px;
}

.sale-li {
  box-sizing: border-box;
  padding: 31px 36px 28px 32px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 10px;
}

.sale-li:hover {
  text-decoration: none;
}

.sale-content {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.sale-sale {
  width: 78px;
  height: 78px;
  position: absolute;
  right: -8px;
  top: -9px;
}

.sale-sale img {
  width: 100%;
  height: 100%;
}

.sale-sale p {
  width: 36px;
  height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;

  z-index: 999;
  position: absolute;
  top: 20px;
  left: 30px;
  transform: rotate(50deg);
}

.sale-text dt {
  width: 81px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #999999;

  margin-left: auto;
}

.sale-top {
  width: 100%;
  margin-bottom: 12px;
  margin-bottom: 10px;
  align-items: flex-start;
}

.sale-title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #1a1a1a;
}

.sale-time {
  font-family: Microsoft YaHei;
  font-size: 12px;
  padding: 0 10px;
  height: 20px;
  background-color: #cc2929;
  border: 1px solid #cc2929;

  border-radius: 10px 0px 0px 3px;
  color: #ffffff;
  margin-left: 11px;
  white-space: nowrap;
}

.sale-time img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.sale-date {
  padding: 0 10px;
  height: 20px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #cc2929;

  border-radius: 0px 3px 10px 0px;
  color: #cc2929;
  font-size: 12px;
  white-space: nowrap;
}

.sale-sth {
  padding: 0 10px;
  height: 20px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #cc2929;

  color: #cc2929;
  font-size: 12px;
  border-radius: 10px 3px 10px 3px;
  margin-left: 12px;
  white-space: nowrap;
}

.sale-ago {
  width: 80px;
  height: 20px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #999999;

  margin-left: auto;
}

.sale-text {
  width: 100%;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #333333;

  margin-bottom: 5px;
}

.sale-text p {
  font-weight: normal;
}

.sale-text dd {
  font-weight: normal;
  margin-left: 5px;
  text-decoration: line-through;
  font-size: 10px;
}

.sale-text:nth-last-child(1) {
  margin-bottom: 0px;
}

.sale-company {
  width: 100%;
  height: 28px;
  margin-top: 8px;
}

.sale-company img {
  width: 28px;
  height: 28px;
}

.sale-company p {
  margin-left: 6px;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #333333;

}

.sale-company span {
  margin-left: auto;
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #333333;

}

.sale-company .parent-box {
  position: relative;
}

.sale-company .parent-box .search-qrcode {
  top: -145px;
}

.sale-right {
  height: 600px;
}

.sale-li .code-call img {
  margin-right: 6px;
}

.sale-li .code-call .number {
  font-size: 16px;
}

/* end 限时特价 */

/* 搜索结构 */
.search-main {
  width: 1210px;
  margin: 0 auto;
}

.search-top {
  width: 600px;
  background-color: #0c0c0c;
  height: 74px;
  margin: 18px 0 0 0;
}

.search-top img {
  width: 100%;
  height: 100%;
}

.search-info {
  height: 48px;
  width: 100%;
  margin-bottom: 18px;
  position: relative;
  margin-top: 18px;
}

.search-bodyer {
  height: 48px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.search-info-left {
  width: 150px;
  height: 100%;
  background: rgba(200, 223, 255, 0.39);
  position: relative;
  cursor: pointer;
}

.search-info-left img {
  width: 22px;
  height: 22px;
}

.search-info-left p {
  width: 72px;
  height: 26px;
  font-size: 16px;
  font-family: Source Han Serif SC;
  font-weight: bold;
  line-height: 26px;
  color: #3172ce;
  margin-left: 3px;
}

.search-info-left span {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #3172ce;
  margin-left: 5px;
}

/* 自定义下拉菜单 */
.diy-select {
  position: absolute;
  top: 50px;
  left: 0;
  width: 150px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  box-sizing: border-box;
  display: none;
}

.diy-select li {
  box-sizing: border-box;
  padding: 0 30px;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  font-size: 16px;
  /* border-radius: 5px; */
}

.diy-select li.active {
  background: var(--color-blue);
  color: #fff;
}

.diy-select li:not(.active):hover {
  background: var(--color-blue);
  color: #fff;
  opacity: 0.6;
}

/* end 自定义下拉菜单 */

.search-input {
  width: 890px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}

.search-input-left {
  height: 48px;
  width: 43%;
}

.search-input-left input {
  width: 90%;
  height: 100%;
  border: none;
  outline: none;
}

.search-input-left i {
  margin-left: 10px;
  color: #999999;
}

.search-input-right {
  margin-left: 45px;
}

.search-input-right img {
  width: 32px;
  height: 32px;
}

.search-input-right input {
  width: 90%;
  height: 48px;
  border: none;
  outline: none;
  margin-left: 39px;
}

.search-btn {
  width: 100px;
  height: 48px;
  background: linear-gradient(144deg, #ffb73d 0%, #fe5300 100%);

  border-radius: 8px;
  margin-left: 10px;
  cursor: pointer;
}

.address-input,
.company-input {
  width: 100%;
  display: none;
}

.company-input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.search-btn img {
  width: 28px;
  height: 28px;
}

.search-left {
  width: 868px;
}

.search-nav {
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  border-bottom: 2px solid #2f6cc3;
  margin-bottom: 22px;
}

.search-nav-li {
  width: 150px;
  height: 42px;
  background: rgba(255, 255, 255, 0.39);
  text-align: center;
  line-height: 42px;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}

.search-nav select {
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align: center;
  text-align-last: center;
}

.search-nav select option {
  background: #fff;
  color: var(--color-blue);
  height: 35px;
  line-height: 35px;
}

.search-nav-active {
  background-color: #3172ce;
  color: #ffffff;
}

.search-left-content {
  box-sizing: border-box;
  padding: 0px 32px 36px 27px;
  background-color: #ffffff;
}

.search-left-content a {
  text-decoration: none;
}

.search-ranking {
  width: 171px;
  height: 171px;
  position: absolute;
  left: -90px;
  top: -90px;
}

.search-ranking-img {
  width: 171px;
  height: 171px;
}

.search-left-content .company-item {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding-top: 22px;
  box-sizing: border-box;
  padding-bottom: 19px;
}

.search-left-content-img {
  position: relative;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0);

}

.search-left-content-img-img {
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0);

}

.search-left-text {
  margin-left: 22px;
}

.search-left-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #1a1a1a;

}

.search-left-address {
  width: 100%;

  margin-top: 5px;
  overflow: hidden;
}

.search-left-address p,
.search-left-address span {
  margin-right: 5px;
  font-size: 14px;
}

.search-left-address p {
  color: #666666;
  line-height: 1.3;
  overflow: hidden;
}

.search-left-address img {
  width: 30px;
  height: 30px;
}

.search-left-address span {
  padding: 0 6px;
  background: rgba(204, 41, 41, 1);
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 18px;
}

.search-left-menu {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  margin-top: 12px;
}

.search-left-menu p {
  box-sizing: border-box;
  padding: 0 3px;
  margin-right: 10px;
  height: 20px;
  border: 1px solid #d9d9d9;

  color: #F87324;
}

.border-org-1 {
  border: 1px solid #F87324 !important;
}

.search-left-menu img {
  width: 18px;
  height: 18px;
}

.search-left-btn {
  width: 120px;
  margin-left: auto;
  position: relative;
}

.search-packet {
  width: 120px;
  height: 28px;
  line-height: 28px;
  background: linear-gradient(142deg, #fe9f00 0%, #fe2b00 100%);
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}

.resourse-red-packet.dark {
  background: #e6e6e6 !important;
}

.resourse-red-packet.dark p {
  color: #666 !important;
}

.search-packet img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 5px;
}

.search-packet p {
  color: #fff;
  font-size: 13px;
  margin-left: 4px;
  display: inline-block;
}

.yellow {
  background: linear-gradient(320deg, #ff6600 0%, #ffdb04 100%);
}

.blue {
  background: linear-gradient(316deg, #3172ce 0%, #1097fe 100%);
}

.code-call {
  cursor: pointer;
}

.search-qrcode {
  width: 129px;
  height: 153px;
  background: url("../img/qr-code-di.png");
  background-repeat: no-repeat;
  background-size: 129px 153px;
  position: absolute;
  top: -78px;
  left: 45px;
  display: none;
  cursor: pointer;
  /* background: pink; */
}

#villages .search-qrcode {
  top: -155px;
}

.search-qrcode p {
  width: 100%;
  height: 16px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  padding-top: 5px;
}

.search-qrcode img {
  width: 105px;
  height: 105px;
  margin: 3px 10px 21px 12px;
}

.search-ad {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  text-align: center;
}

.search-ad img {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.search-right {
  width: 330px;
  margin-left: 10px;
}

.align-items-none {
  align-items: normal;
}

.search-right-content {
  box-sizing: border-box;
  padding: 31px 30px 16px 26px;
  background-color: #ffffff;
  margin-top: 22px;
}

.search-right-content dd {
  margin-bottom: 20px;
}

.search-right-content img {
  height: 20px;
  width: 20px;
}

.search-right-content p {
  margin-left: 13px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  color: #666666;

}

.search-code {
  margin-top: 13px;
}

.search-code dd {
  background-color: #ffffff;
  height: 182px;
  box-sizing: border-box;
  padding: 8px 12px 0px 12px;
}

.search-code img {
  width: 136px;
  height: 136px;
}

.search-code p {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.mask {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: hidden;
}

.red-packet {
  width: 280px;
  height: 354px;
  background: url("../img/hongbao-bg.png");
  background-size: 280px 354px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 30%;
  left: 40%;

}

.red-packet-main {
  width: 217px;
  height: 100%;
  font-size: 11px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #fcedd3;

  margin: 0px 32px;
}

.red-packet-top {}

.red-packet-top p {
  width: 18px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #fcedd3;

}

.red-packet-top span {
  width: 90px;
  height: 71px;
  font-size: 42px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 71px;
  color: #fcedd3;

}

.red-packet-top dd {
  width: 120px;
  height: 26px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #fcedd3;

  box-sizing: border-box;
  padding-left: 10px;
}

.red-packet-line {
  font-size: 12px;

  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #fcedd3;

  width: 230px;
  height: 15px;
}

.red-packet-line span {
  margin-left: 5px;
}

.red-packet-expiry {
  margin-top: 12px;
  width: 230px;
  height: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fcedd3;

}

.red-packet-expiry p {
  width: 280px;
}

.red-packet-text {
  margin-top: 50px;
}

.red-packet-text p {
  width: 24px;
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 32px;
  color: #cc2929;

}

.red-packet-text span {
  width: 118px;
  height: 92px;
  font-size: 55px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 92px;
  color: #cc2929;

}

.red-packet-text dt {
  width: 0px;
  height: 62px;
  border: 1px solid #cc2929;

  position: absolute;
  top: 175px;
  left: 190px;
}

.red-packet-text dd {
  width: 39px;
  height: 33px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #cc2929;

  margin-left: 5px;
}

.red-packet-btn {
  width: 219px;
  height: 42px;
  background: linear-gradient(148deg, #ffb73d 0%, #fe5300 100%);

  border-radius: 23px;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 40px;
}

/* end 搜索结构 */

.popup-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9997;
  display: none;
}

.popup-box .popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.4);
}

.popup-box .popup-wrapper {
  max-width: 100vw;
  max-height: 70vh;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
}

.popup-box .popup-wrapper .wrapper-head {
  width: 100%;
  flex: 0 0 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}

.popup-box .popup-wrapper .wrapper-head .name {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.popup-box .popup-wrapper .wrapper-head .btn-close {
  width: 40px;
  height: 40px;
  justify-content: center;
  font-size: 40px;
  cursor: pointer;
}

.popup-box .popup-wrapper .wrapper-body {
  box-sizing: border-box;
  padding: 40px 20px 40px 30px;
  overflow: auto;
  box-sizing: border-box;
}

/* 红包列表 */

#red-packet-box {
  display: none;
}

.packet-list .packet-item {
  width: 526px;
  height: 162px;
  position: relative;
  color: #fcedd3;
  margin-bottom: 24px;
  background: url("/xcx/images/red-packet-bg3.png") no-repeat 100%/100%;
}

.packet-list .packet-item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 526px;
  height: 162px;
  /* transform: scale(1.05); */
}

.packet-list .packet-item .tips-box {
  position: absolute;
  top: 20px;
  left: 2px;
  transform: rotate(-44deg);
  color: #fcedd3;
  font-size: 16px;
}

.packet-list .packet-item .main {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 28px 28px 20px;
  box-sizing: border-box;
}

.packet-list .packet-item .main .number-box {
  flex: 0 0 120px;
  color: #a46f32;
}

.packet-list .packet-item .main .number-box {
  color: #a46f32;
  height: 100%;
}

.packet-list .packet-item .main .number-box .unit {
  font-size: 20px;
}

.packet-list .packet-item .main .number-box .number {
  font-size: 36px;
  font-weight: bold;
}

.packet-list .packet-item .info-box {
  height: 100%;
  box-sizing: border-box;
  padding: 0 22px 0 32px;
  box-sizing: border-box;
}

.packet-list .packet-item .info-box .company-name {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
}

.packet-list .packet-item .info-box .line-box {
  line-height: 1.3;
  margin-bottom: 6px;
}

.packet-list .packet-item .handle-box .btn-use {
  width: 90px;
  height: 36px;
  border: 2px solid #fcedd3;
  border-radius: 18px;
  color: #fcedd3;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}

.packet-list .packet-item .handle-box .btn-use.grey {
  background: #eaa9a9;
  border: 2px solid #eaa9a9;
  color: #fff;
}

.expire-box {
  box-sizing: border-box;
  padding: 6px 12px;
  background: #f9deb7;
  border-radius: 18px;
  justify-content: center;
  font-size: 12px;
  color: #a46f32;
}

/* end 红包列表 */

/* 领取红包按钮 弹出层 */

#packet-qrcode {
  z-index: 10007;
  display: none;
}

#packet-qrcode .popup-mask {
  z-index: 10008;
}

#packet-qrcode .popup-wrapper {
  z-index: 10009;
}

#packet-qrcode .red-packet-code {
  width: 200px;
  height: 200px;
}

#packet-qrcode .red-packet-code img {
  width: 100%;
  height: 100%;
}

/* end 领取红包按钮 弹出层 */

/* 货源大厅 */
.container-main {
  align-items: flex-start;
}

.container-main .left-box {
  flex: 1;
  margin-right: 7px;
  /* background: #fff; */
}

.container-main .right-box {
  width: 426px;
  height: auto;
  background: #fff;
  padding: 52px 33px;
  box-sizing: border-box;
}

/* 货源项 */
.source-box .source-item {
  background: #fff;
  padding: 24px 26px;
  background: #fff;
  margin-bottom: 7px;
}

.source-box .source-item .header .content-box .line-box {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.source-box .source-item .header .content-box .distance-box {
  margin-left: 12px;
  font-size: 15px;
}

.source-box .source-item .header .tag-box {
  margin-left: 18px;
}

.source-box .source-item .header .tag-box .tag-item {
  height: 20px;
  border-radius: 10px 3px 10px 3px;
  border: 2px solid #cc2929;
  margin-right: 6px;
  color: #cc2929;
  overflow: hidden;
}

.source-box .source-item .header .tag-box .tag-item>div {
  height: 100%;
  padding: 0 8px;
}

.source-box .source-item .header .time-title img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

.source-box .source-item .bodyer {
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 6px;
}

.source-box .source-item .bodyer .main-box {
  padding: 3px 0 6px;
}

.source-box .source-item .bodyer .main-box .info {
  margin-top: 5px;
}

.source-box .source-item .bodyer .visit-box {
  line-height: 1.4;
  margin: 6px 0;
}

.source-box .source-item .footer {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  padding-top: 8px;
  color: #333;
  font-size: 16px;
}

.source-box .source-item .footer img {
  margin-right: 6px;
}

.source-box .source-item .footer .user-box img {
  width: 28px;
  height: 28px;
}

.source-box .source-item .footer .call-box img {
  width: 22px;
  height: 22px;
}

.source-box .source-item .distance-box,
.source-box .source-item .visit-box {
  color: #999;
}

.source-box .source-item .parent-box {
  position: relative;
}

.source-box .source-item .parent-box .search-qrcode {
  top: -145px;
}

.source-box .source-item .parent-box .code-call img {
  width: 28px;
  height: 28px;
}

/* end 货源项 */

/* end 货源大厅 */

/* 底部 */
.footer {
  text-align: center;
  box-sizing: border-box;
  padding: 23px 0;
  margin-top: 28px;
}

.footer-ul {
  height: 23px;
  width: 100%;
}

.footer-li {
  border-right: 1px #ffffff solid;
  box-sizing: border-box;
  padding: 0 20px;
  color: #ffffff;
}

.footer-li:hover {
  color: #ffffff;
}

.footer-li:nth-last-child(1) {
  border-right: none;
}

.footer-desc {
  box-sizing: border-box;
  padding-top: 12px;
}

/* end 底部 */

/* 里程查询页 */

.tt-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* 顶部搜索栏 */
.search-bar {
  width: 100%;
  flex: 0 0 98px;
  background: var(--color-blue);
  box-sizing: border-box;
  padding-left: 100px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

.search-bar .logo-box {
  width: 176px;
  height: 58px;
  margin-right: 77px;
}

.search-bar .logo-box img {
  height: 100%;
}

.search-bar .bar-main .point-box {
  margin: 0 8px;
}

.search-bar .bar-main .end-address {
  margin-right: 12px;
  position: relative;
  width: 200px;
  height: 32px;
}

.search-bar .bar-main .end-address::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.5);
  transform-origin: 0 0;
  width: 400px;
  height: 64px;
  border: 1px solid #fff;
  border-radius: 10px;
  z-index: 1;
}

.search-bar .bar-main .end-address input {
  width: 100%;
  height: 100%;
  background: transparent;
  box-sizing: border-box;
  padding: 0 12px;
  box-sizing: border-box;
  border: none;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.search-bar .bar-main .btn-submit {
  width: 51px;
  height: 32px;
  background: linear-gradient(145deg, #ffb73d 0%, #fe5300 100%);
  border-radius: 5px;
  outline: none;
  border: none;
  justify-content: center;
  cursor: pointer;
}

.search-bar .bar-main .btn-submit img {
  width: 24px;
  height: 24px;
}

.search-bar .mileage-box {
  margin: 0 30px 0 52px;
}

/* end 顶部搜索栏 */
.container-box {
  width: 100%;
  height: calc(100vh - 98px);
}

/* 公司结果区域 */

.company-box {
  flex: 0 0 400px;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.company-box .total-bar {
  width: 100%;
  height: 40px;
  background: #ffefe2;
  box-sizing: border-box;
  padding: 0 30px;
  box-sizing: border-box;
  color: #ff843d;
  font-size: 14px;
  font-family: "SimSun";
}

.company-box .company-main {
  height: calc(100% - 40px);
  overflow-y: auto;
}

.company-box .company-item {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding: 20px 30px;
  box-sizing: border-box;
  font-family: "SimSun";
}

.company-box .company-item:nth-child(odd) {
  background: #fff;
}

.company-box .company-item:nth-child(even) {
  background: #e5f0ff;
}

.company-box .company-item .company-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.company-box .company-item .company-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.company-box .company-item .info-box {
  color: #666;
  margin: 6px 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
}

/* end 公司结果区域 */

.container-box .map-box {
  flex: 1;
  height: 100%;
}

/* end 里程查询页 */

/* 首页对联 */
.fixediv {
  position: fixed;
  top: 120px;
  z-index: 9999;
  width: 98px;
  height: 390px;
  background: #ddd;
}

.leftadv {
  left: 0px;
}

.rightadv {
  right: 0px;
}

.fixediv img {
  float: left;
  width: 98px;
  height: 360px;
}

.fixediv a.close {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #fff;
  font-size: 14px;
  padding: 0 10px;
  color: #5e5e5e;
  text-decoration: none;
  text-align: center;
}

/* end 首页对联 */



/* 限时特价和货源大厅右侧扫码 */

.right-scan-code-box {
  width: 100%;
  height: auto;
  padding-bottom: 72px;
}

.right-scan-code-box .img-code img {
  width: 50%;
  margin-top: 24px;
}