@import url('../css/head_foot.css');
#content {
  padding: 40px 100px;
  width: 1280px;
  margin: 0 auto;
}
#content .ad {
  position: relative;
  margin-bottom: 24px;
}
#content .ad .ad_title {
  width: 106px;
  height: 17px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
#content .ad .ad_cont {
  width: 100%;
  min-height: 136px;
}
#content h2 {
  width: 100%;
  font-size: 32px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
#content .search {
  width: 600px;
  height: 66px;
  background: #FFFFFF;
  border-radius: 33px 33px 33px 33px;
  opacity: 1;
  border: 3px solid #4F21AB;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
#content .search .select {
  width: calc(100% - 104px);
  font-size: 16px;
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #999999;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../image/arrow_down.png") right center no-repeat;
  background-size: 20px 20px;
  padding: 0 20px 0 8px;
}
#content .search .select option {
  background: #ffff;
}
#content .search .dfj {
  margin-left: 20px;
  width: 104px;
  height: 60px;
  background: #4F21AB;
  border-radius: 0px 33px 33px 0px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#content .search .dfj img {
  width: 32px;
  height: 32px;
}
#content .jd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}
#content .jd .jd_item {
  width: calc((100% - 32px) / 3);
}
#content .jd .jd_item .jd_item_t {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}
#content .jd .jd_item .jd_item_t .pm {
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #4F21AB;
  line-height: 19px;
  position: absolute;
  top: -28px;
}
#content .jd .jd_item .jd_item_t::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  opacity: 1;
  border: 6px solid #ECECEC;
  border-radius: 50%;
  display: block;
}
#content .jd .jd_item .jd_item_t::after {
  content: '';
  width: 100%;
  height: 6px;
  background: #ECECEC;
  border-radius: 21px 21px 21px 21px;
  opacity: 1;
  position: absolute;
  top: 11px;
  z-index: -1;
}
#content .jd .jd_item .jd_item_b {
  width: 100%;
  padding: 34px 24px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #ECECEC;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content .jd .jd_item .jd_item_b img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
}
#content .jd .jd_item .jd_item_b span {
  padding: 0 24px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  text-align: center;
}
#content .jd .jd_item:nth-child(1) .jd_item_t::before {
  border-color: #4F21AB;
}
#content .jd .jd_item:nth-child(1) .jd_item_t::after {
  background: #4F21AB;
}
#content .jd .jd_item:nth-child(1) .jd_item_b {
  background: #F0F4FA;
}
#content .jd .jd_item:nth-child(2) .jd_item_t::after {
  width: calc(100% + 36px);
}
#content .m_jd {
  padding: 12px 8px;
  background-color: #EDE9F7;
  margin-bottom: 26px;
  border-radius: 16px;
  display: none;
  align-items: center;
}
#content .m_jd img {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}
#content .m_jd .m_jd_r {
  width: calc(100% - 56px);
}
#content .m_jd .m_jd_r .m_jd_title {
  font-size: 16px;
  font-family: m;
  display: block;
  color: #4F21AB;
  font-weight: 600;
  margin-bottom: 4px;
}
#content .m_jd .m_jd_r .m_jd_text {
  font-size: 16px;
  font-family: m;
  display: block;
  color: #666;
}
#content .corriers h3 {
  text-align: center;
  font-size: 30px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
}
#content .corriers .carr_list .carr_item {
  width: 100%;
  padding: 16px;
  border-radius: 16px 16px 16px 16px;
  display: flex;
  align-items: center;
}
#content .corriers .carr_list .carr_item .item_img {
  width: 120px;
  height: 120px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 8px 8px;
  margin-right: 12px;
}
#content .corriers .carr_list .carr_item .item_c {
  flex: 1;
}
#content .corriers .carr_list .carr_item .item_c .item_title {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}
#content .corriers .carr_list .carr_item .item_c .fen img {
  width: 16px;
  height: 16px;
}
#content .corriers .carr_list .carr_item .item_c .fen span {
  vertical-align: middle;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}
#content .corriers .carr_list .carr_item .item_c .item_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
#content .corriers .carr_list .carr_item .track {
  width: 141px;
  height: 60px;
  border-radius: 100px 100px 100px 100px;
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 24px 12px;
  }
  #content .search {
    margin-bottom: 16px;
  }
  #content .jd {
    display: none;
  }
  #content .m_jd {
    display: flex;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 24px 12px;
  }
  #content .search {
    margin-bottom: 16px;
  }
  #content .jd {
    display: none;
  }
  #content .m_jd {
    display: flex;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 24px 12px;
  }
  #content .ad {
    margin-bottom: 12px;
  }
  #content h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  #content .jd {
    display: none;
  }
  #content .m_jd {
    display: flex;
  }
  #content .search {
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
  }
  #content .search .select {
    width: calc(100% - 56px);
    font-size: 16px;
  }
  #content .search .dfj {
    width: 56px;
    height: 48px;
  }
  #content .corriers .carr_list .carr_item .track {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 24px 12px;
  }
  #content .ad {
    margin-bottom: 12px;
  }
  #content h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  #content .jd {
    display: none;
  }
  #content .m_jd {
    display: flex;
  }
  #content .search {
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
  }
  #content .search .select {
    width: calc(100% - 56px);
    font-size: 16px;
  }
  #content .search .dfj {
    width: 56px;
    height: 48px;
  }
  #content .corriers .carr_list .carr_item .track {
    display: none;
  }
}
.hui {
  background: #F4F4F4;
}
.hui .track {
  background: #4F21AB;
  color: #fff;
}
.bai .track {
  border: 2px solid #4F21AB;
  color: #4F21AB;
}
