@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 .jd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
#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,
#content .jd .jd_item:nth-child(2) .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,
#content .jd .jd_item:nth-child(2) .jd_item_b {
  background: #F0F4FA;
}
#content .jd .jd_item:nth-child(2) .jd_item_t::after {
  width: calc(100% + 36px);
  background: #4F21AB;
}
#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;
}
#content .sou {
  width: 600px;
  height: 66px;
  background: #FFFFFF;
  border-radius: 33px 33px 33px 33px;
  border: 3px solid #4F21AB;
  padding-left: 8px;
  display: flex;
  align-items: center;
  margin: 0 auto 60px;
}
#content .sou .btn {
  width: 104px;
  height: 60px;
  background-color: #bdc3c7;
  border-radius: 0px 33px 33px 0px;
  opacity: 1;
  text-align: center;
  line-height: 52px;
}
#content .sou .btn img {
  width: 32px;
  height: 32px;
}
#content .sou input {
  text-indent: 1em;
  width: calc(100% - 104px);
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #999999;
  border: none;
}
#content .sou input::-webkit-input-placeholder {
  color: #999;
}
#content .gs_detail {
  width: 100%;
  padding: 16px;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
#content .gs_detail .gs_img {
  width: 128px;
  height: 128px;
  border-radius: 8px 8px 8px 8px;
  margin-right: 16px;
}
#content .gs_detail .gs_r .gs_title {
  font-size: 30px;
  font-family: s;
  font-weight: 600;
  color: #333333;
}
#content .gs_detail .gs_r .fen {
  margin-bottom: 11px;
}
#content .gs_detail .gs_r .fen img {
  width: 16px;
  height: 16px;
}
#content .gs_detail .gs_r .fen span {
  vertical-align: middle;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
}
#content .gs_detail .gs_r .wang,
#content .gs_detail .gs_r .call {
  margin-bottom: 8px;
}
#content .gs_detail .gs_r .wang img,
#content .gs_detail .gs_r .call img {
  width: 20px;
  height: 20px;
}
#content .gs_detail .gs_r .wang span,
#content .gs_detail .gs_r .call span {
  vertical-align: middle;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: rgba(102, 102, 102, 0.7);
}
#content .gs_detail .gs_r .call {
  margin-bottom: 0;
}
#content .gs_text {
  margin-bottom: 35px;
}
#content .gs_text .gs_t {
  display: flex;
  margin-bottom: 12px;
}
#content .gs_text .gs_t h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #333333;
}
#content .gs_text .gs_t h3 img {
  width: 28px;
  height: 28px;
  margin-right: 6px;
  transform: translateY(-2px);
}
#content .gs_text .gs_cont {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
}
#content .about_fed {
  margin-bottom: 32px;
}
#content .about_fed h3 {
  font-size: 30px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
  text-align: center;
}
#content .about_fed .about_fed_text {
  overflow: hidden;
  height: 80px;
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 8px;
}
#content .about_fed .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background: #F4F4F4;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
}
#content .about_fed .more span {
  margin-left: 2px;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #333333;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 24px 12px;
  }
  #content .jd {
    display: none;
  }
  #content .m_jd {
    display: flex;
  }
  #content .sou {
    margin-bottom: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 24px 12px;
  }
  #content .jd {
    display: none;
  }
  #content .m_jd {
    display: flex;
  }
  #content .sou {
    margin-bottom: 16px;
  }
}
@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 .m_jd {
    display: flex;
  }
  #content .sou {
    margin-bottom: 16px;
  }
  #content .jd {
    display: none;
  }
  #content .search {
    width: 100%;
    height: 48px;
  }
  #content .search .select {
    width: calc(100% - 56px);
    font-size: 16px;
  }
  #content .search .dfj {
    width: 56px;
    height: 48px;
  }
  #content .sou {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
  }
  #content .sou .btn {
    width: 56px;
    height: 42px;
    line-height: 40px;
  }
  #content .sou .btn img {
    width: 22px;
    height: 22px;
  }
  #content .sou input {
    font-size: 16px;
    width: calc(100% - 66px);
  }
  #content .gs_text .gs_t h3 {
    font-size: 18px;
  }
  #content .gs_text .gs_t h3 img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  #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 .gs_text .gs_t h3 {
    font-size: 18px;
  }
  #content .gs_text .gs_t h3 img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  #content .m_jd {
    display: flex;
  }
  #content .sou {
    margin-bottom: 16px;
  }
  #content .jd {
    display: none;
  }
  #content .search {
    width: 100%;
    height: 48px;
  }
  #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;
  }
  #content .sou {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
  }
  #content .sou .btn {
    width: 56px;
    height: 42px;
    line-height: 40px;
  }
  #content .sou .btn img {
    width: 22px;
    height: 22px;
  }
  #content .sou input {
    font-size: 16px;
    width: calc(100% - 66px);
  }
}
.hui {
  background: #F4F4F4;
}
.hui .track {
  background: #4F21AB;
  color: #fff;
}
.bai .track {
  border: 2px solid #4F21AB;
  color: #4F21AB;
}
.bian {
  height: auto !important;
}
.zhuan .down_hui {
  transform: rotate(180deg);
}
