/* 快速询价 start */
.searchPrice {
  width: 1200px;
  height: 322px;
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -62px;

  z-index: 2;

}

.searchPrice .top {
  width: 100%;
  border-bottom: 2px solid #EEEEEE;
}

.searchPrice .top li {
  font-size: 18px;
  font-weight: 400;
  padding-top: 36px;
  padding-bottom: 24px;
  color: #666666;
  width: 140px;
}

.searchPrice .top .active {
  font-size: 18px;
  font-weight: bold;
  color: #13a538;
  position: relative;
}

.searchPrice .top .active::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #13a538;
  content: " ";
}

.searchPrice .type {
  margin: 28px 0;
}

.searchPrice .type li {
  /* width: 83px;
    height: 31px; */
  padding: 5px 10px;
  border: 1px solid #999999;
  border-radius: 4px;
  line-height: 31px;
  text-align: center;
  /* width: 46px; */
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-left: 20px;
  padding: 0 20px;
}

.searchPrice .type .active {
  border: 1px solid #13a538;
  color: #13a538;
}

.formSubBox {
  margin-left: 20px;
}

.formSubBox .formSubitemAddress .selectAddress .hotCount>li {
  color: #13a538;
  font-size: 14px;
  cursor: pointer;
  margin: 5px;
  margin-bottom: 10px;
}

.formSubitemAddress {
  width: 659px;
  height: 67px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.formSubitemAddress img {
  width: 38px;
  height: 38px;
}

.formSubitemAddressafter {
  position: absolute;

  padding: 0 10px;
  color: #999999;
  top: -0.5rem;
  background-color: #fff;
  left: 2rem;
}

.formSubitemAddressbefore {
  position: absolute;

  padding: 0 10px;
  color: #999999;
  top: -0.5rem;
  background-color: #fff;
  left: 57%;
}

.boxtype {
  width: 112px;
  height: 67px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-left: 30px;
}

.boxtypeafter {
  position: absolute;

  padding: 0 10px;
  color: #999999;
  top: -0.5rem;
  background-color: #fff;
  left: 2rem;
}

.boxNumber {
  width: 112px;
  height: 67px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-left: 30px;
}

.boxNumberafter {
  position: absolute;

  padding: 0 10px;
  color: #999999;
  top: -0.5rem;
  background-color: #fff;
  left: 2rem;
}

.placeOfDispatch,
.deliveryTo,
.boxtypeContent {
  color: rgba(0, 0, 0, .85);
  flex: 1;
  margin-left: 25px;
  font: 14px Helvetica
}

.boxtypeContent2 {
  color: rgba(0, 0, 0, .85);
  flex: 1;
  font: 14px Helvetica
}

.placeOfDispatch .selectAddress,
.deliveryTo .selectAddress {
  position: absolute;
  left: -20px;
  width: 838px;
  bottom: -188px;

  background: #FFFFFF;
  box-shadow: 0px 4px 9px 0px rgb(153 153 153 / 40%);
  border-radius: 4px;
  display: none;
  z-index: 2;
  padding-left: 20px;
}

.placeOfDispatch .selectAddress p,
.deliveryTo .selectAddress p {
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
  color: #13a538;
}

.placeOfDispatch .selectAddress .addressItem,
.deliveryTo .selectAddress .addressItem {
  flex-wrap: wrap;
  height: 223px;
  overflow-y: auto;
}

.placeOfDispatch .selectAddress .addressItem li,
.deliveryTo .selectAddress .addressItem li {
  display: inline-block !important;
  margin: 15px 0;
  width: 6rem;
  height: 1rem;

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}

.clearAddress {

  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  outline: 0;
  width: 18%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  border: 1px solid #13a538;
  color: #fff;
  background-color: #13a538;
}

.selectBox {
  /* width: 191px;
    height: 233px;    
    padding: 20px 15px;
    box-shadow: rgb(0 0 0 / 12%) 1px 1px 30px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    display: none;
    top:3rem;
    z-index: 2;
    left: -1rem; */
  position: absolute;
  top: 43px;
  left: -25px;
  z-index: 10;
  display: none;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ebeef5;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.input {
  width: 160px;
  line-height: 1.3;
  padding: 8px 10px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  color: rgba(0, 0, 0, .85);
  border-radius: 4px;
  margin-top: 15px;
}

.inputNumber {
  border: none;
  width: 80%;
  margin-left: 10px;
}

.inputboxTypeContent {
  border: none;
  width: 80%;
  padding: 0 10px;
}

.boxitem {
  /* height: 170px;
    overflow-y: auto; */

}

#boxTypeContent {
  display: block;
  text-align: center;
}

.boxitem .item {
  /* padding:  5px 0;
    border-top: 1px solid #DDDDDD; */
  list-style: none;
  line-height: 36px;
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
  /* 不换行 */
  padding: 0 20px;
  margin: 0;
  font-size: 14px !important;
  color: #606266;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
}

.boxitem .item:hover {
  /* padding:  5px 0; */
  list-style: none;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 14px !important;
  color: #13a538;
  cursor: pointer;
  /* width: 150px; */
  background-color: rgba(60, 210, 173, .1);
  outline: none;
}

.boxitem .item .weight {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.boxitem .item .content {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.selectboxbtn {
  display: inline-block;
  cursor: pointer;
  outline: 0;
  margin-top: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  border: 1px solid #13a538;
  color: #fff;
  width: 162px;
  background-color: #13a538;
}

.searchBox {
  width: 116px;
  height: 67px;
  background: #13a538;
  border-radius: 10px;
  margin-left: 30px;
}

.searchBox div {
  font-size: 12px;
  margin-top: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.searchBox img {
  width: 28px;
  height: 28px;
}

/* 快速询价 end */

/* 平台优势 start */
.platformSuperiority {
  position: relative;
  left: 0;
  top: -42px;
}

.platformSuperiorityList {
  margin-top: 85px;
  text-align: center;
}



.platformSuperiorityItem img {
  width: 149px;
  height: 149px;
  display: block;
}

.platformSuperiorityItem p {
  /* font-size: 12px; */
  font-weight: 400;
  width: 146px;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}

.flex1 {
  font-size: 30px;
}

/* 平台优势 end */



/* 合作伙伴 start */
#swiper2 {
  margin: 91px auto;
}

#swiper2 .swiper-container {
  width: 100%;
  height: 100%;
}

#swiper2 .swiper-slide {
  width: 100%;
  background: #fff;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#swiper2 .swiper-slide img {
  width: 100%;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 30px;
  margin-right: 30px;
  width: 120px;
  height: 70px;
}

#swiper2 .swiper-slide div {
  width: 100%;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
  width: 120px;
  height: 70px;
}

#swiper2 .swiper-pagination-bullet-active {
  background-color: #13a538;
}

.partner {
  margin-top: 30px;
}

/* 合作伙伴 end */
.flex0 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 40px;
}

.flex1 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 40px;
}

.flex2 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 40px;
  text-align: center;

}

.flex3 {
  font-size: 25px;
  font-weight: 400;
}