@charset "UTF-8";
:root {
  --theme-c: #0099ff;
}

.transportation-box {
  width: 100%;
  height: 522px;
  position: relative;
  overflow: visible;
  margin-top: 60px;
}
.transportation-box .step-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transportation-box .step-box a {
  box-sizing: border-box;
  width: 120px;
  min-height: 50px;
  text-align: center;
  border-radius: 18px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--theme-c);
  padding: 8px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  cursor: default;
  position: absolute;
}
.transportation-box .step-box a span {
  font-size: 18px;
  color: #787878;
  line-height: 140%;
}
.transportation-box .step-box a .iconfont {
  font-size: 24px;
  margin-right: 4px;
  color: #787878;
}
.transportation-box .step-box a.active {
  background-color: var(--theme-c);
  border-color: #fff;
}
.transportation-box .step-box a.active span {
  color: #fff;
}
.transportation-box .step-box a.active .iconfont {
  color: #fff;
}
.transportation-box .step-box a:after {
  font-size: 14px;
  color: var(--theme-c);
  position: absolute;
  bottom: -28px;
  left: 70px;
  width: auto;
  min-width: 6em;
  text-align: left;
}
.transportation-box .step-box .step-1 {
  left: 0;
  top: 200px;
}
.transportation-box .step-box .step-2 {
  left: 178px;
  top: 38px;
}
.transportation-box .step-box .step-3 {
  left: 178px;
  top: 353px;
}
.transportation-box .step-box .step-4 {
  left: 356px;
  top: 160px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
}
.transportation-box .step-box .step-4 span {
  font-size: 30px;
}
.transportation-box .step-box .step-5 {
  left: 490px;
  top: 330px;
  width: 146px;
}
.transportation-box .step-box .step-6 {
  left: 722px;
  top: 195px;
}
.transportation-box .step-box .step-6:after {
  content: "安排航班";
}
.transportation-box .step-box .step-7 {
  left: 722px;
  top: 278px;
}
.transportation-box .step-box .step-7:after {
  content: "运输";
}
.transportation-box .step-box .step-8 {
  left: 722px;
  top: 361px;
}
.transportation-box .step-box .step-8:after {
  content: "派送上门";
}
.transportation-box .step-box .step-9 {
  left: 722px;
  top: 444px;
}
.transportation-box .step-box .step-10 {
  right: 0;
  top: 235px;
}
.transportation-box .step-box .step-11 {
  right: 0;
  top: 361px;
}
.transportation-box .step-box .step-11:after {
  content: "自提";
}
.transportation-box .step-box .step-12 {
  right: 0;
  top: 444px;
}
.transportation-box .opera-list {
  position: absolute;
  padding: 12px;
}
.transportation-box .opera-list svg {
  left: 0;
  top: 0;
}
.transportation-box .opera-list a {
  cursor: default;
  display: flex;
  align-items: center;
}
.transportation-box .opera-list a:nth-of-type(n + 2) {
  margin-top: 8px;
}
.transportation-box .opera-list a span {
  font-size: 18px;
  color: #787878;
  line-height: 130%;
}
.transportation-box .opera-list a .iconfont {
  font-size: 20px;
  margin-right: 4px;
  color: var(--theme-c);
}
.transportation-box .opera-list.list-1 {
  left: 178px;
  top: 128px;
}
.transportation-box .opera-list.list-2 {
  left: 495px;
  top: 0;
}
.transportation-box .opera-list.list-3 {
  left: 885px;
  top: 18px;
}
.transportation-box .svg-1 {
  left: 60px;
  top: 62px;
}
.transportation-box .svg-2 {
  left: 562px;
  bottom: 50px;
}
.transportation-box .svg-3 {
  left: 781px;
  bottom: 50px;
}
.transportation-box .svg-4 {
  left: 781px;
  bottom: 220px;
}
.transportation-box .svg-5 {
  left: 781px;
  top: 98px;
}
.transportation-box .svg-6 {
  left: 427px;
  top: 66px;
}

.border-svg {
  pointer-events: none;
  position: absolute;
}
.border-svg rect {
  width: 100%;
  height: 100%;
}
.border-svg rect,
.border-svg path {
  stroke-dasharray: 4 4; /* 定义虚线的长度和间隔 */
  stroke: var(--theme-c);
  stroke-width: 2px;
  fill: none;
  stroke-dashoffset: 0; /* 初始虚线偏移量 */
  transition: all 10s linear;
  animation-name: ring;
  animation-duration: 100s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes ring {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 5000;
  }
}
@keyframes backring {
  from {
    stroke-dashoffset: 5000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.operationCenter-box {
  width: 100%;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.operationCenter-box .box-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 22px 25px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  position: relative;
}
.operationCenter-box .box-item.item-1, .operationCenter-box .box-item.item-3 {
  width: 245px;
}
.operationCenter-box .box-item.item-1 a:nth-of-type(even), .operationCenter-box .box-item.item-3 a:nth-of-type(even) {
  text-align: right;
}
.operationCenter-box .box-item.item-2 {
  width: 543px;
  padding-left: 40px;
  padding-right: 40px;
}
.operationCenter-box .box-item.item-4 {
  margin-top: 35px;
  width: 100%;
}
.operationCenter-box .box-item a {
  font-size: 16px;
  color: #333;
}
.operationCenter-box .box-item .list {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 0px;
}
.operationCenter-box .box-item.item-2 .list {
  grid-template-columns: repeat(3, 1fr);
}
.operationCenter-box .box-item.item-2 .list a:nth-of-type(3n + 2) {
  text-align: center;
}
.operationCenter-box .box-item.item-2 .list a:nth-of-type(3n + 3) {
  text-align: right;
}
.operationCenter-box .item-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}
.operationCenter-box .item-inner .list2 {
  padding-top: 20px;
}
.operationCenter-box .item-inner .list2 a {
  display: block;
  margin-top: 12px;
}
.operationCenter-box h4 {
  font-size: 30px;
  text-align: center;
  color: var(--theme-c);
  line-height: 1.1;
}
.operationCenter-box h5 {
  font-size: 22px;
  text-align: center;
  color: var(--theme-c);
  line-height: 1.1;
  padding-bottom: 8px;
}
.operationCenter-box .arrow-box {
  width: 110px;
  height: 50px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(91px, -50%);
  z-index: 11;
  pointer-events: none;
}
.operationCenter-box .arrow-box .arrow-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  fill: var(--theme-c);
  overflow: visible;
}
.operationCenter-box .arrow-box span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: var(--theme-c);
  position: absolute;
  left: 0;
}
.operationCenter-box .arrow-box .text-t {
  top: 0;
  transform: translateY(-100%);
}
.operationCenter-box .arrow-box .text-b {
  bottom: 0;
  transform: translateY(100%);
}

.btn-operationCenter {
  width: 236px;
  height: 48px;
  border-radius: 10px;
  display: block;
  margin: 30px auto 0;
  background: linear-gradient(to right, #0099ff, #0077cc) !important;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  transition: 0.3s ease-in-out;
}
.btn-operationCenter:hover {
  transform: translateY(-3px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.btn-operationCenter:after {
  content: ">";
  font-size: 18px;
  margin-left: 8px;
  font-family: "宋体";
  font-weight: bold;
}

.forwardCenter-box {
  width: 600px;
  height: 418px;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}
.forwardCenter-box svg {
  width: 439px;
  height: 380px;
  position: absolute;
  left: 76px;
  bottom: 0;
  overflow: visible;
}
.forwardCenter-box svg .line {
  fill: none;
  stroke: var(--theme-c);
  stroke-width: 1px;
}
.forwardCenter-box svg circle {
  fill: var(--theme-c);
}
.forwardCenter-box h1 {
  font-size: 40px;
  line-height: 110%;
  color: var(--theme-c);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
}
.forwardCenter-box > p {
  font-size: 16px;
  color: var(--theme-c);
  position: absolute;
}
.forwardCenter-box .p-1 {
  top: 0;
  left: 94px;
}
.forwardCenter-box .p-2 {
  top: 29px;
  left: 460px;
}
.forwardCenter-box .p-3 {
  top: 178px;
  right: 0;
}
.forwardCenter-box .p-4 {
  top: 339px;
  left: 505px;
}
.forwardCenter-box .p-5 {
  top: 340px;
  left: 35px;
}
.forwardCenter-box .p-6 {
  top: 131px;
  left: 0;
}

.transportation_section5 .tab-con .member_details {
  display: none;
}
.transportation_section5 .tab-con .member_details.active {
  display: block;
  animation: scaleIn 0.5s ease-in-out;
}

@keyframes scaleIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.toker-channel-box {
  margin-top: 20px;
  width: 100%;
  height: 436px;
  position: relative;
}
.toker-channel-box .list-box {
  position: absolute;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.toker-channel-box .list-box.list-1 {
  left: 5px;
  top: 3px;
  width: 444px;
}
.toker-channel-box .list-box.list-2 {
  right: 5px;
  top: 3px;
  width: 628px;
}
.toker-channel-box .list-box.list-3 {
  left: 5px;
  bottom: 3px;
  width: 444px;
}
.toker-channel-box .list-box.list-4 {
  right: 5px;
  bottom: 3px;
  width: 452px;
}
.toker-channel-box .list-box a {
  font-size: 12px;
  line-height: 105%;
  color: #666;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid var(--theme-c);
  text-align: center;
  padding: 0 15px;
  min-width: 82px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(65, 151, 255, 0.5);
  position: relative;
}
.toker-channel-box .list-box a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
}
.toker-channel-box .list-box.list-1 a:after, .toker-channel-box .list-box.list-2 a:after {
  border-left: 1px solid var(--theme-c);
  border-top: 1px solid var(--theme-c);
  bottom: -53px;
  animation: arrowToTop 1.5s linear infinite;
}
.toker-channel-box .list-box.list-3 a:after, .toker-channel-box .list-box.list-4 a:after {
  border-right: 1px solid var(--theme-c);
  border-bottom: 1px solid var(--theme-c);
  top: -55px;
  animation: arrowToBottom 1.5s linear infinite;
}
.toker-channel-box .border-svg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.toker-channel-box .border-svg path {
  animation-name: backring;
}
.toker-channel-box .svg-1,
.toker-channel-box .svg-4 {
  width: 122px;
  height: 50px;
}
.toker-channel-box .svg-2,
.toker-channel-box .svg-3 {
  width: 61px;
  height: 50px;
}
.toker-channel-box .svg-1 {
  left: 45px;
  top: 38px;
}
.toker-channel-box .svg-2 {
  width: 61px;
  left: 166px;
  top: 38px;
}
.toker-channel-box .svg-3 {
  width: 61px;
  left: 226px;
  top: 38px;
}
.toker-channel-box .svg-4 {
  left: 286px;
  top: 38px;
}
.toker-channel-box .svg-5,
.toker-channel-box .svg-6,
.toker-channel-box .svg-8,
.toker-channel-box .svg-9 {
  width: 90px;
  height: 50px;
  top: 345px;
}
.toker-channel-box .svg-5 {
  left: 45px;
}
.toker-channel-box .svg-6 {
  left: 136px;
}
.toker-channel-box .svg-7 {
  width: 2px;
  height: 50px;
  top: 345px;
  left: 226px;
}
.toker-channel-box .svg-8 {
  left: 228px;
}
.toker-channel-box .svg-9 {
  left: 318px;
}
.toker-channel-box .svg-10,
.toker-channel-box .svg-11,
.toker-channel-box .svg-12,
.toker-channel-box .svg-13,
.toker-channel-box .svg-15,
.toker-channel-box .svg-16 {
  width: 90px;
  height: 50px;
  top: 38px;
}
.toker-channel-box .svg-10 {
  left: 607px;
}
.toker-channel-box .svg-11 {
  left: 698px;
}
.toker-channel-box .svg-12 {
  left: 789px;
}
.toker-channel-box .svg-13 {
  left: 880px;
}
.toker-channel-box .svg-14 {
  left: 971px;
  width: 1px;
  height: 50px;
  top: 38px;
}
.toker-channel-box .svg-15 {
  left: 973px;
}
.toker-channel-box .svg-16 {
  left: 1064px;
}
.toker-channel-box .svg-17,
.toker-channel-box .svg-18 {
  width: 176px;
  height: 176px;
  top: 345px;
}
.toker-channel-box .svg-17 {
  left: 801px;
}
.toker-channel-box .svg-18 {
  left: 972px;
}
.toker-channel-box .svg-19,
.toker-channel-box .svg-20 {
  width: 378px;
  height: 1px;
  top: 217px;
}
.toker-channel-box .svg-19 {
  left: 225px;
}
.toker-channel-box .svg-20 {
  left: auto;
  right: 225px;
}
.toker-channel-box .arrow {
  width: 29px;
  height: 50px;
  fill-rule: evenodd;
  fill: var(--theme-c);
  position: absolute;
  overflow: visible;
}
.toker-channel-box .arrow-1 {
  left: 210px;
  top: 96px;
}
.toker-channel-box .arrow-2 {
  left: 210px;
  top: 288px;
}
.toker-channel-box .arrow-3 {
  left: 955px;
  top: 96px;
}
.toker-channel-box .arrow-4 {
  left: 957px;
  top: 288px;
}
.toker-channel-box .main-list-box {
  width: 877px;
  height: 180px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toker-channel-box .main-list-box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(65, 151, 255, 0.5);
  text-align: center;
  position: relative;
}
.toker-channel-box .main-list-box > a span {
  position: relative;
  z-index: 3;
  line-height: 112%;
}
.toker-channel-box .main-list-box .item-2,
.toker-channel-box .main-list-box .item-4 {
  box-sizing: border-box;
  width: 112px;
  height: 48px;
  background-color: var(--theme-c);
  border-radius: 30px;
  border: 3px solid #fff;
  font-size: 14px;
  color: #fff;
}
.toker-channel-box .main-list-box .item-2:before, .toker-channel-box .main-list-box .item-2:after,
.toker-channel-box .main-list-box .item-4:before,
.toker-channel-box .main-list-box .item-4:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
}
.toker-channel-box .main-list-box .item-2:before,
.toker-channel-box .main-list-box .item-4:before {
  border-left: 1px solid var(--theme-c);
  border-top: 1px solid var(--theme-c);
  left: 0;
  transform: translateX(-8px) rotate(-45deg);
  animation: arrowToLeft 1.2s linear infinite;
}
.toker-channel-box .main-list-box .item-2:after,
.toker-channel-box .main-list-box .item-4:after {
  border-right: 1px solid var(--theme-c);
  border-bottom: 1px solid var(--theme-c);
  right: 0;
  transform: translateX(8px) rotate(-45deg);
  animation: arrowToRight 1.2s linear infinite;
}
.toker-channel-box .main-list-box .item-1,
.toker-channel-box .main-list-box .item-5 {
  width: 132px;
  height: 132px;
  box-shadow: none;
  font-size: 22px;
  font-weight: bold;
  color: var(--theme-c);
}
.toker-channel-box .main-list-box .item-1:before,
.toker-channel-box .main-list-box .item-5:before {
  content: "";
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 3px solid var(--theme-c);
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(65, 151, 255, 0.5);
}
.toker-channel-box .main-list-box .item-3 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: var(--theme-c);
  border: 3px solid #fff;
  font-size: 22px;
  line-height: 110%;
  color: #fff;
  display: block;
  padding-top: 14px;
}
.toker-channel-box .main-list-box .item-3 svg {
  display: block;
  margin: 0 auto;
  fill: #fff;
}

@keyframes arrowToTop {
  0% {
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    transform: translate3d(0, -40px, 0) rotate(45deg);
  }
}
@keyframes arrowToBottom {
  0% {
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    transform: translate3d(0, 40px, 0) rotate(45deg);
  }
}
@keyframes arrowToLeft {
  0% {
    transform: translate3d(-8px, 0, 0) rotate(-45deg);
  }
  100% {
    transform: translate3d(-50px, 0, 0) rotate(-45deg);
  }
}
@keyframes arrowToRight {
  0% {
    transform: translate3d(8px, 0, 0) rotate(-45deg);
  }
  100% {
    transform: translate3d(50px, 0, 0) rotate(-45deg);
  }
}
.manager-user-box {
  width: 100%;
  height: 490px;
  position: relative;
}
.manager-user-box .circle-box {
  width: 380px;
  height: 490px;
  position: absolute;
  left: 0;
  top: 0;
}
.manager-user-box .circle-box .item {
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid var(--theme-c);
  position: absolute;
  color: var(--theme-c);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 120%;
}
.manager-user-box .circle-box .item-1 {
  font-size: 14px;
  width: 70px;
  height: 70px;
  left: 160px;
  top: 0;
}
.manager-user-box .circle-box .item-2 {
  font-size: 16px;
  width: 80px;
  height: 80px;
  left: 64px;
  top: 50px;
}
.manager-user-box .circle-box .item-3 {
  font-size: 20px;
  width: 100px;
  height: 100px;
  left: 0;
  top: 140px;
}
.manager-user-box .circle-box .item-4 {
  font-size: 24px;
  width: 126px;
  height: 126px;
  left: 128px;
  top: 154px;
}
.manager-user-box .circle-box .item-5 {
  font-size: 32px;
  width: 160px;
  height: 160px;
  left: 10px;
  top: 254px;
}
.manager-user-box .circle-box .item-6 {
  font-size: 42px;
  width: 200px;
  height: 200px;
  left: 180px;
  top: 288px;
}
.manager-user-box .list-box {
  display: flex;
  position: absolute;
  right: 0;
  top: 150px;
}
.manager-user-box .list-box .iconfont {
  font-size: 80px;
  color: var(--theme-c);
}
.manager-user-box .list-box .item {
  text-align: center;
  position: relative;
}
.manager-user-box .list-box .item:nth-of-type(n + 2) {
  margin-left: 170px;
}
.manager-user-box .list-box .item span {
  font-size: 14px;
  color: #999;
  position: absolute;
  white-space: nowrap;
  left: 176px;
  line-height: 120%;
}
.manager-user-box .list-box .item span.text-1 {
  top: 0;
  transform: translate(-50%, 0);
}
.manager-user-box .list-box .item span.text-2 {
  bottom: 0;
  transform: translate(-50%, 0);
}
.manager-user-box .list-box .item svg {
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
  fill: var(--theme-c);
  fill-rule: evenodd;
  width: 137px;
  height: 48px;
  pointer-events: none;
}
.manager-user-box .list-box .item p {
  display: table;
  margin: 0 auto;
  font-size: 16px;
  color: var(--theme-c);
  line-height: 30px;
  border: 1px solid var(--theme-c);
  border-radius: 30px;
  min-width: 76px;
  background-color: #fff;
  padding: 0 10px;
  box-shadow: 0 0 10px rgba(65, 151, 255, 0.5);
}
.manager-user-box .text-list {
  padding: 15px 32px;
  position: absolute;
  overflow: hidden;
}
.manager-user-box .text-list svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.manager-user-box .text-list rect {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: var(--theme-c);
  stroke-width: 2px;
  stroke-dasharray: 4px 4px;
  rx: 8px;
  ry: 8px;
}
.manager-user-box .text-list a {
  font-size: 16px;
  color: var(--theme-c);
  line-height: 160%;
}
.manager-user-box .text-list.list-1 {
  left: 454px;
  top: 45px;
}
.manager-user-box .text-list.list-2 {
  left: 710px;
  top: 45px;
}
.manager-user-box .text-list.list-3 {
  left: 930px;
  top: 45px;
}
.manager-user-box .text-list.list-4 {
  left: 454px;
  top: 286px;
}
.manager-user-box .text-list.list-5 {
  left: 970px;
  top: 286px;
}/*# sourceMappingURL=transportation_add.css.map */