/* 公共 */
.hidden {
  display: none;
}
p,
div,
body,
button,
ul,
li {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
.bg-white {
  background-color: #ffffff;
}
.section {
  padding: 80px 0 50px 0;
  text-align: center;
}
.section-content {
  width: 1260px;
  height: 100%;
  margin: 0 auto;
}
.h2-title {
  position: relative;
  margin-bottom: 70px;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0.12px;
  text-align: center;
  line-height: 30px;
}
.h2-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -22px;
  width: 44px;
  border-bottom: solid 2px #317ee7;
}

/* banner */
.section-banner {
  height: 404px;
  padding: 0;
  background: url("https://cdn.kuaidi100.com/images/snt/businessscheme/tbanner1.png") center top / auto 50% no-repeat, url("https://cdn.kuaidi100.com/images/snt/businessscheme/tbanner2.png") center bottom / auto 50% no-repeat;
}
.section-banner .section-content {
  width: 773px;
  height: 200px;
  padding-top: 144px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}
.section-banner .section-content .title {
  width: auto;
  height: 50px;
  margin-bottom: 15px;
}
.section-banner .section-content p {
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 18px;
}
.section-banner .section-content .button {
  display: inline-block;
  width: 210px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border-radius: 4px;
  color: #317ee7;
  font-size: 22px;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
}

.section-1 .list {
  height: 240px;
  padding: 0;
  margin-bottom: 14px;
}
.section-1 .o-icon {
  margin: 21px auto 50px;
  width: 98px;
  height: 98px;
  background: url("https://cdn.kuaidi100.com/images/snt/item_split_index.png") -6px -504px / 452px auto no-repeat;
}

.section-1 .item-mask {
  background: url("https://cdn.kuaidi100.com/images/snt/businessscheme/a1.png") center / cover no-repeat;
}

.item-2 .item-mask {
  background-image: url("https://cdn.kuaidi100.com/images/snt/businessscheme/a2.png");
}

.item-3 .item-mask {
  background-image: url("https://cdn.kuaidi100.com/images/snt/businessscheme/a3.png");
}

.item-4 .item-mask {
  background-image: url("https://cdn.kuaidi100.com/images/snt/businessscheme/a4.png");
}

.item-2 .o-icon {
  background-position: -110px -504px;
}
.item-3 .o-icon {
  background-position: -214px -504px;
}
.item-4 .o-icon {
  background-position: -318px -504px;
}

.section-1 .m-icon {
  margin: 40px auto 20px;
  width: 80px;
  height: 80px;
  background: url("https://cdn.kuaidi100.com/images/snt/item_split_index.png") -6px -609px / 452px auto no-repeat;
}

.item-2 .m-icon {
  background-position: -92px -609px;
}
.item-3 .m-icon {
  background-position: -178px -609px;
}
.item-4 .m-icon {
  background-position: -264px -609px;
}

.section.section-1 {
  padding-top: 55px;
}
.section-1 .item {
  position: relative;
  float: left;
  width: 282px;
  height: 240px;
  border: solid 1px transparent;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.section-1 .list .item + .item {
  margin-left: 18px;
}

.section-1 .img-box {
  width: 98px;
  height: 98px;
  border: solid 1px #ddd;
  border-radius: 50%;
  margin: 20px auto 50px auto;
  overflow: hidden;
}
.section-1 .label {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 20px;
}

.section-1 .item-mask {
  position: absolute;
  left: 0;
  top: 240px;
  width: 100%;
  height: 100%;
  border: solid 1px transparent;
  border-radius: 8px;
  transition: top 0.5s;
  color: #fff;
}
.section-1 .item:hover .item-mask {
  top: 0;
}
.section-1 .item-mask > .img-box {
  margin-bottom: 20px;
}
.section-1 .item-mask > .label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.section-1 .item-mask > p {
  padding: 0 36px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
}
.section-1 .list-tab {
  position: relative;
  margin: 82px auto 0;
  height: 84px;
  width: 802px;
  border-radius: 42px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}
.section-1 .cursor {
  position: absolute;
  left: 1px;
  top: 1px;
  height: 82px;
  width: 460px;
  border-radius: 42px;
  background-color: #0082fa;
  z-index: -1;
  transition: left 0.3s ease-in-out;
}
.section-1 .item-tab.active {
  color: #fff;
}

.section-1 .item-tab {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 460px;
  height: 82px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 82px;
  font-size: 24px;
  border: 0;
  color: #666;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.5s ease-in-out;
  z-index: 1;
}

.section-1 .item-tab + .item-tab {
  margin-left: -100px;
}

.section-2 {
  padding: 40px 0;
}
.section-2 .section-content {
  padding: 50px 80px 40px;
  margin: 0 auto;
  background-color: #fff;
}
.scene {
  background: url("https://cdn.kuaidi100.com/images/snt/businessscheme/send_bg.png") center / cover no-repeat;
}

.scene .s-title {
  width: 186px;
  height: 58px;
  line-height: 58px;
  opacity: 1;
  background: #fff;
  border-radius: 29px;
  color: #0082fa;
  font-size: 24px;
  box-shadow: 0px 2px 8px 0px rgba(0, 130, 250, 0.2);
}

.scene .s-item {
  display: inline-block;
  margin-top: 50px;
}

.scene .s-item:last-of-type {
  position: relative;
  top: -40px;
}

.scene .s-item + .s-item {
  margin-left: 176px;
}

.scene .s-desc {
  margin-top: 12px;
  font-size: 20px;
}

.scene .s-pic {
  margin-top: 12px;
  width: 452px;
  height: auto;
}
.section-3 {
  padding-top: 60px;
  padding-bottom: 40px;
}
.section-3 .list {
  height: 282px;
  padding: 0;
  margin-bottom: 50px;
}
.section-3 .item {
  width: 160px;
  height: 282px;
  padding: 0 30px;
  float: left;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: solid 1px transparent;
}

.section-3 .item:hover {
  background-color: #0082fa;
  color: #fff;
}

.section-3 .a-icon {
  margin: 34px auto 22px;
  width: 85px;
  height: 85px;
  background: url("https://cdn.kuaidi100.com/images/snt/item_split_index.png") -6px -695px / 452px auto no-repeat;
}
.section-3 .a-icon.icon-2 {
  background-position: -97px -695px;
}
.section-3 .a-icon.icon-3 {
  background-position: -188px -695px;
}
.section-3 .a-icon.icon-4 {
  background-position: -97px -695px;
}
.section-3 .a-icon.icon-5 {
  background-position: -6px -785px;
}
.section-3 .list .item + .item {
  margin-left: 30px;
}

.section-3 h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 20px;
}
.section-3 p {
  font-size: 14px;
  color: #969ea6;
  line-height: 22px;
}

.section-3 .item:hover h3,
.section-3 .item:hover p {
  color: #fff;
}

.section.section-4 {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: -30px;
}
.section-4 .list {
  height: 120px;
  line-height: 120px;
}
.section-4 .item {
  height: 120px;
  float: left;
  font-size: 20px;
  color: #41444d;
  letter-spacing: 0.08px;
  cursor: pointer;
}
.section-4 .item.active {
  position: relative;
  color: #317ee7;
}
.section-4 .item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -13px;
  width: 25px;
  height: 4px;
  background-color: #317ee7;
}
.section-4 .list .item + .item {
  margin-left: 80px;
}

.section-5 {
  padding: 0;
  height: 570px;
  background: url("https://cdn.kuaidi100.com/images/snt/businessscheme/s1banner1.png?") center top / auto 50% no-repeat, url("https://cdn.kuaidi100.com/images/snt/businessscheme/s1banner2.png?") center bottom / auto 50% no-repeat;
}

.section-5-1 {
  background: url("https://cdn.kuaidi100.com/images/snt/businessscheme/s2banner1.png") center top / auto 50% no-repeat, url("https://cdn.kuaidi100.com/images/snt/businessscheme/s2banner2.png") center bottom / auto 50% no-repeat;
}

.section-5-2 {
  background: url("https://cdn.kuaidi100.com/images/snt/businessscheme/s3banner1.png") center top / auto 50% no-repeat, url("https://cdn.kuaidi100.com/images/snt/businessscheme/s3banner2.png") center bottom / auto 50% no-repeat;
}
.section-5 .section-content {
  border-top: 1px solid transparent;
}

.section-5 .section-content-inner {
  position: relative;
  width: 648px;
  height: 448px;
  padding: 40px;
  margin-top: 60px;
  margin-bottom: 140px;
  border-radius: 8px;
  border: solid 1px #fff;
  background-color: #fff;
  text-align: left;
  box-sizing: border-box;
}

.section-5 .c-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 32px;
  background: url("https://cdn.kuaidi100.com/images/snt/item_split_index.png") -286px -146px / 452px auto no-repeat;
}
.section-5 .c-icon-2 {
  background-position: -335px -148px;
}
.section-5 .c-icon-3 {
  background-position: -386px -146px;
}
.section-5 .section-content-inner .dt {
  font-size: 24px;
  color: #0e0e0e;
  margin-bottom: 30px;
}
.section-5 .section-content-inner .dd {
  margin-right: 240px;
  font-size: 18px;
  color: #41444d;
  line-height: 24px;
  margin-bottom: 30px;
}

.section-5 .section-content-inner .c-btn {
  display: inline-block;
  width: 130px;
  border: solid 1px transparent;
  margin-bottom: 25px;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #317ee7;
}

.brand-group {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 260px;
  height: 100px;
  background: url("https://cdn.kuaidi100.com/images/snt/brand_group.png") left center / contain no-repeat;
}
.brand-group::after {
  content: "......";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 10px;
  color: #333;
}
.section-5 .list {
  width: 345px;
}
.section-5 .item {
  height: 44px;
  width: 44px;
  box-shadow: 0 0 10px #eee;
  float: left;
  margin: 0 25px 15px 0;
}

.section-6 {
  padding-top: 60px;
}

/* 賦能 */
.section-empower {
  height: 356px;
  box-sizing: border-box;
  background: url("https://cdn.kuaidi100.com/images/snt/businessscheme/fbanner1.png") center top / auto 50% no-repeat, url("https://cdn.kuaidi100.com/images/snt/businessscheme/fbanner2.png") center bottom / auto 50% no-repeat;
}
.section-empower .section-content {
  text-align: center;
}

.section-empower .p1 {
  margin: 72px 0 12px 0;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

.section-empower .p2 {
  margin-bottom: 30px;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.3px;
  line-height: 10px;
}
.section-empower .p3 {
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  margin-bottom: 28px;
}
.section-empower .btn {
  display: inline-block;
  width: 165px;
  height: 36px;
  background: #0082fa;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 21px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
.section-empower .btn:hover {
  opacity: 0.7;
}
