.banner_PurchaseOnBehalf{
    background-color: #eff8ff;
    width: 100%;
    height: 500px;
    padding-bottom: 10px;
    position: relative;
}
.banner_PurchaseOnBehalf .tu{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 500px;
     left: 50%;
    transform: translateX(-100px);
}
.banner_PurchaseOnBehalf .title{
    font-size: 40px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #0099ff;
    padding-top: 200px;
    text-align: unset;
    margin-bottom: 0px
}
.banner_PurchaseOnBehalf .introduce{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    /* opacity: 0.8; */
    width: 400px;
    margin: 30px 0px;
}
.banner_PurchaseOnBehalf .consult{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    margin-top: 60px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    align-items: center;
}
.banner_PurchaseOnBehalf .consult .icon{
    width: 20px;
    height: 22px;
}
.PurchaseOnBehalf_section1 {
    padding: 40px 0px;
    background:linear-gradient(180deg, #fff, #eff8ff);
}

.PurchaseOnBehalf_section1 .title , .PurchaseOnBehalf_section2 .title , .PurchaseOnBehalf_section3 .title ,
.PurchaseOnBehalf_section4 .title , .PurchaseOnBehalf_section5 .title  ,.PurchaseOnBehalf_section6 .title ,
.PurchaseOnBehalf_section7 .title , .PurchaseOnBehalf_section8 .title ,.PurchaseOnBehalf_section11 .title , 
.PurchaseOnBehalf_section12 .title, .PurchaseOnBehalf_section13 .title ,.PurchaseOnBehalf_section9 .title ,
.PurchaseOnBehalf_section10 .title{
    font-size: 36px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 30px;
    text-align: center;
    padding: 0px;
}
.PurchaseOnBehalf_section7 .small_title, .PurchaseOnBehalf_section1 .small_title, .PurchaseOnBehalf_section2 .small_title,
.PurchaseOnBehalf_section4 .small_title, .PurchaseOnBehalf_section6 .small_title, .PurchaseOnBehalf_section8 .small_title{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #505668;
    opacity: 0.7;
    text-align: center;
    margin: 0 0 20px 0;
    line-height: 30px;
}
.PurchaseOnBehalf_section1 img{
    width: 100%;
}
.PurchaseOnBehalf_bgColor{
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.PurchaseOnBehalf_section2  {
    padding: 40px 0px;
}
.PurchaseOnBehalf_section2 .PurchasingMall{
    display: flex;
    justify-content: space-evenly;
}
.PurchaseOnBehalf_section2 .PurchasingMall img  {
    width:  20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 10px;
}
.PurchaseOnBehalf_section2 .PurchasingMall .PurchasingMall_title{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    margin-bottom: 6px;
}
.PurchaseOnBehalf_section2 .PurchasingMall .PurchasingMall_introduce{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}
.PurchaseOnBehalf_section2 .PurchaseOnBehalf_section2_block{
    display: flex;
    justify-content: space-between;
}
.PurchaseOnBehalf_section2 .PurchaseOnBehalf_section2_block .item{
    background-color: #fff;
    padding: 16px;
    width: 23%;
}
.PurchaseOnBehalf_section2 .PurchaseOnBehalf_section2_block .item .item_title{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    margin-bottom: 6px;
}
.PurchaseOnBehalf_section2 .PurchaseOnBehalf_section2_block .item .item_introduce{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}
.PurchaseOnBehalf_section12{
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0 60px;
}

.PurchaseOnBehalf_section13{
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0 60px;
}
.PurchaseOnBehalf_section3 {
    padding: 40px 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.PurchaseOnBehalf_section3 .tu{
    width: 100%;
}
.PurchaseOnBehalf_section4{
    padding: 40px 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.PurchaseOnBehalf_section4 .PurchaseOnBehalf_section4_Card{
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px 70px 16px;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.PurchaseOnBehalf_section4 .PurchaseOnBehalf_section4_Card .Card_title{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    margin-bottom: 10px;
}
.PurchaseOnBehalf_section4 .PurchaseOnBehalf_section4_Card .Card_introduce{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #515362;
    z-index: 5;
    position: relative;
}
.PurchaseOnBehalf_section4 .icon_bg{
    object-fit: contain;
    width: 50%;
    z-index: 1  ;
    position: absolute;
    top: 0%;
    left: 60%;
    opacity: 0.3;
}
.PurchaseOnBehalf_section4  .consult{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    margin-top: 60px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    opacity: 0;
    transition: ease all 0.3s;
    align-items: center;
}
.PurchaseOnBehalf_section4 .PurchaseOnBehalf_section4_Card:hover .consult{
    opacity: 1;
    transition: ease all 0.3s;
}
.PurchaseOnBehalf_section4 .consult .icon{
    width: 20px;
    height: 22px;
}
.PurchaseOnBehalf_section5{
    padding: 40px 0;
}
.PurchaseOnBehalf_section5 .tu{
    width: 100%;
    position: relative;
}
.positionRelative{
    position: relative;
}
.PurchaseOnBehalf_section5 .icon_bright{
    width:  20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
.PurchaseOnBehalf_section5 .position{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.PurchaseOnBehalf_section5 .bind_text{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 6px;
}
.PurchaseOnBehalf_section5 .Purchasing_text{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}
.PurchaseOnBehalf_section6{
    padding: 40px 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.PurchaseOnBehalf_section6 .PurchaseOnBehalf_upIcon{
    width: 54px;
    margin-right: 10px;
}
.PurchaseOnBehalf_section6 .PurchaseOnBehalf_num , 
.PurchaseOnBehalf_section6 .PurchaseOnBehalf_Per, 
.PurchaseOnBehalf_section6 .PurchaseOnBehalf_upIntroduce{
    font-size: 60px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    line-height: 40px;
}
.PurchaseOnBehalf_section6 .PurchaseOnBehalf_Per{
    font-size: 24px;
    margin-left: 6px;
}
.PurchaseOnBehalf_section6 .PurchaseOnBehalf_upIntroduce{
    font-size: 16px;
    line-height: 10px;
    font-weight: 400;
}
.PurchaseOnBehalf_section7{
    background: #FFFFFF;
    padding: 100px 0;
}
.PurchaseOnBehalf_section7{
    background: #FFFFFF;
    padding: 100px 0;
}
.PurchaseOnBehalf_section7 .swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.PurchaseOnBehalf_section7 .swiper{
    height: auto;
}
.PurchaseOnBehalf_section7 .logo{
    width: 100%;
    height: 105px;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(202,213,217,0.35);
    border-radius: 16px;
}
.PurchaseOnBehalf_section7 .logo .icon{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    object-fit: cover;
}
.PurchaseOnBehalf_section8 {
    padding: 40px 0px;
}
.PurchaseOnBehalf_section8 .PurchaseOnBehalf_section8_bg{
    width: 100%;
}
.PurchaseOnBehalf_section9{
    padding: 40px 0px;
}
.PurchaseOnBehalf_section9 .PurchaseOnBehalf_section9_block{
    width: 373px;
    background-color: #fff;
    padding: 28px 36px;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    border-radius: 14px;
    margin-bottom: 40px;
}
.PurchaseOnBehalf_section9 .PurchaseOnBehalf_section9_block .icon_tu{
    height: 36px;
    object-fit: contain;
    display: flex;
    margin: 0 auto 10px;
}
.PurchaseOnBehalf_section9 .PurchaseOnBehalf_section9_block .PurchaseOnBehalf_section9_block_title{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #0099ff;
    margin-bottom: 10px;
    text-align: center;
}
.PurchaseOnBehalf_section9 .PurchaseOnBehalf_section9_block .PurchaseOnBehalf_section9_block_introduce{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}
.PurchaseOnBehalf_section14 {
    background-color: #5c90e3;
    width: 100%;
    background-image: url("../img/OverseasPosition/bg4.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 0px 40px;
    background-size: 100% 100%;
}
.PurchaseOnBehalf_section14 .title{
    font-size: 30px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.PurchaseOnBehalf_section14 .swiper{
    width: 100%;
    height: auto;
}
.PurchaseOnBehalf_section14 .swiper .company{
    background-color: #fff;
    padding: 60px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
}
.PurchaseOnBehalf_section14 .swiper .company .logo{
    padding: 30px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 2px rgb(190, 199, 211 ,0.75);
}
.PurchaseOnBehalf_section14 .swiper .company .logo img{
    width:  100px;
    height: 100px;
    object-fit: scale-down;
}
.PurchaseOnBehalf_section14 .swiper .company .company_introduce{
    width: 500px;
    position: relative;
}
.PurchaseOnBehalf_section14 .swiper .company .company_introduce h1{
    font-size: 24px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    margin-bottom: 10px;
}
.PurchaseOnBehalf_section14 .swiper .company .company_introduce p{
    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
}
.PurchaseOnBehalf_section14 .swiper .company .company_introduce .company_introduce_vertical{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}
.PurchaseOnBehalf_section14 .swiper .company .company_introduce .marks1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}
.PurchaseOnBehalf_section14 .swiper .company .company_introduce .marks2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
}
.PurchaseOnBehalf_section14 .swiper .swiper-button-next, .PurchaseOnBehalf_section14 .swiper .swiper-button-prev{
    color: #fff !important;
}
:root {
    --theme-c: #0099ff;
    --box-shadow: 0 0 8px rgba(61, 139, 255, 0.5);
}

.test-bg {
    background: rgba(255, 0, 0, 0.1);
}

.flex-100 > * {
    flex: 1;
}

.flex-item,
.flex-100 {
    display: flex;
    align-items: center;
    word-break: break-all;
}
.flex-item.dir-r,
.flex-100.dir-r {
    flex-direction: row;
}
.flex-item.dir-c,
.flex-100.dir-c {
    flex-direction: column;
}
.flex-item.a-t,
.flex-100.a-t {
    align-items: flex-start;
}
.flex-item.a-b,
.flex-100.a-b {
    align-items: flex-end;
}
.flex-item.a-s,
.flex-100.a-s {
    align-items: stretch;
}
.flex-item.j-c,
.flex-100.j-c {
    justify-content: center;
}
.flex-item.j-b,
.flex-100.j-b {
    justify-content: space-between;
}
.flex-item.j-e,
.flex-100.j-e {
    justify-content: flex-end;
}
.flex-item.j-s,
.flex-100.j-s {
    justify-content: flex-start;
}
.flex-item.wrap,
.flex-100.wrap {
    flex-wrap: wrap;
}
.flex-item .flexN,
.flex-100 .flexN {
    flex: none;
}
.flex-item .flexA,
.flex-100 .flexA {
    flex: auto;
    overflow: hidden;
}

.border-svg ellipse,
.border-svg rect,
.border-svg path {
    stroke-dasharray: 4 4; /* 定义虚线的长度和间隔 */
    stroke: var(--theme-c);
    stroke-width: 1px;
    fill: none;
    stroke-dashoffset: 0; /* 初始虚线偏移量 */
    transition: all 10s linear;
    animation-name: backring;
    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;
    }
}
@keyframes offset {
    to {
        offset-distance: 100%;
    }
}
.public-svg-box {
    position: relative;
    margin: 0 auto;
}
.public-svg-box .svg-con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.public-svg-box .svg-con > svg {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.public-svg-box .svg-con > em {
    width: 8px;
    height: 8px;
    box-sizing: content-box;
    position: absolute;
    border-right: 1px solid var(--theme-c);
    border-bottom: 1px solid var(--theme-c);
    transform: rotate(-45deg);
    animation: offset 2s linear infinite;
}
.public-svg-box .list-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.public-svg-box .list-box > a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid var(--theme-c);
    border-radius: 49px;
    position: absolute;
    padding: 9px 28px;
    min-height: 49px;
    min-width: 154px;
    box-shadow: 0 0 4px rgba(61, 139, 255, 0.5);
}
.public-svg-box .list-box > a.active {
    background-color: var(--theme-c);
    border-color: #fff;
}
.public-svg-box .list-box > a.active > span {
    color: #fff;
}
.public-svg-box .list-box > a.active > .iconfont {
    color: #fff;
}
.public-svg-box .list-box > a > span {
    font-size: 20px;
    color: #666;
    text-align: center;
    line-height: 24px;
}
.public-svg-box .list-box > a > .iconfont {
    font-size: 28px;
    color: #666;
    margin-right: 12px;
}
.public-svg-box .list-box > a i {
    position: absolute;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: var(--theme-c);
}
.public-svg-box .list-box > a i.text-1 {
    bottom: 50%;
    padding-bottom: 3px;
}
.public-svg-box .list-box > a i.text-2 {
    padding-top: 6px;
    top: 50%;
}
.public-svg-box .list-box .inner-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.public-svg-box .list-box .inner-list .inner {
    padding: 10px 30px;
}
.public-svg-box .list-box .inner-list .inner span {
    white-space: nowrap;
    font-size: 12px;
    line-height: 26px;
    color: #666;
    display: block;
    text-align: center;
}
.public-svg-box .list-box .inner-list.list-b {
    top: 72px;
}
.public-svg-box .list-box .inner-list.list-t {
    bottom: 90px;
}
.public-svg-box .list-box .inner-list rect {
    width: 100%;
    height: 100%;
}

.operationFlow-box {
    height: 326px;
}
.operationFlow-box .list-box a {
    min-height: auto;
    min-width: 110px;
    padding: 9px 20px;
    border-radius: 16px;
}
.operationFlow-box .list-box a.active {
    width: 142px;
    height: 48px;
}
.operationFlow-box .list-box a > span {
    font-size: 14px;
    line-height: 1.2;
}
.operationFlow-box .list-box a i {
    font-size: 12px;
    color: var(--theme-c);
    position: absolute;
    font-style: normal;
}
.operationFlow-box .list-box a .inner-list {
    top: 66px;
}
.operationFlow-box .list-box a .inner-list .inner {
    padding: 10px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}
.operationFlow-box .list-box .a-1 {
    left: 34px;
    top: 147px;
}
.operationFlow-box .list-box .a-1 .inner-list {
    width: 160px;
}
.operationFlow-box .list-box .a-1 i {
    transform: rotate(-45deg);
    bottom: 60px;
    left: 110px;
    white-space: nowrap;
}
.operationFlow-box .list-box .a-2 {
    left: 252px;
    top: 65px;
}
.operationFlow-box .list-box .a-2:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-c);
    border-radius: 50%;
    border: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
}
.operationFlow-box .list-box .a-3 {
    left: 432px;
    top: 65px;
}
.operationFlow-box .list-box .a-4 {
    left: 612px;
    top: 65px;
}
.operationFlow-box .list-box .a-5 {
    left: 792px;
    top: 65px;
}
.operationFlow-box .list-box .a-5 i {
    transform: rotate(45deg);
    top: 36px;
    left: 200px;
    white-space: nowrap;
}
.operationFlow-box .list-box .a-6 {
    right: 34px;
    top: 147px;
}
.operationFlow-box .list-box .a-6 i {
    transform: rotate(-37deg);
    top: 52px;
    right: 170px;
    white-space: nowrap;
}
.operationFlow-box .list-box .a-6 .inner-list {
    width: 160px;
}
.operationFlow-box .list-box .a-6:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-c);
    border-radius: 50%;
    border: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
}
.operationFlow-box .list-box .a-7 {
    right: 436px;
    top: 3px;
}
.operationFlow-box .list-box .a-8 {
    left: 708px;
    top: 212px;
}
.operationFlow-box .list-box .a-9 {
    left: 528px;
    top: 212px;
}
.operationFlow-box .list-box .a-10 {
    left: 348px;
    top: 212px;
}
.operationFlow-box .list-box .a-10 i {
    transform: rotate(37deg);
    bottom: 37px;
    right: 245px;
    white-space: nowrap;
}
.operationFlow-box .svg-con .arrow-1 {
    offset-path: path("M133,157,L158,157,L224,90,L266,90");
    animation-duration: 3s;
}
.operationFlow-box .svg-con .arrow-2 {
    offset-path: path("M390,90,L440,90");
    animation-duration: 1s;
}
.operationFlow-box .svg-con .arrow-3 {
    offset-path: path("M570,90,L620,90");
    animation-duration: 1s;
}
.operationFlow-box .svg-con .arrow-4 {
    offset-path: path("M750,90,L800,90");
    animation-duration: 1s;
}
.operationFlow-box .svg-con .arrow-5 {
    offset-path: path("M930,90,L970,90,L1037,158,L1068,158");
    animation-duration: 3s;
}
.operationFlow-box .svg-con .arrow-6 {
    offset-path: path("M1067,172,L1000,172,L914,235,L845,235");
    animation-duration: 3s;
}
.operationFlow-box .svg-con .arrow-7 {
    offset-path: path("M716,235,L660,235");
    animation-duration: 1s;
}
.operationFlow-box .svg-con .arrow-8 {
    offset-path: path("M532,235,L476,235");
    animation-duration: 1s;
}
.operationFlow-box .svg-con .arrow-9 {
    offset-path: path("M355,235,L279,235,L190,175,L133,175");
    animation-duration: 3s;
}
.operationFlow-box .svg-con .arrow-10 {
    offset-path: path("M1111,131,L1111,107,L1027,21,L750,21");
    animation-duration: 5s;
}
.operationFlow-box .svg-con .arrow-11 {
    offset-path: path("M644,21,L323,21,L323,51");
    animation-duration: 4s;
}

.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 a {
    display: flex;
}
.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%;
    white-space: nowrap;
}
.transportation-box .opera-list a .iconfont {
    font-size: 20px;
    margin-right: 4px;
    color: var(--theme-c);
    flex: none;
}
.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 .opera-list rect {
    width: 100%;
    height: 100%;
}
.transportation-box .svg-con .arrow-1 {
    offset-path: path("M420,280,L420,387,L280,387");
    animation-duration: 3s;
}
.transportation-box .svg-con .arrow-2 {
    offset-path: path("M178,387,L62,387,L62,230");
    animation-duration: 3s;
}
.transportation-box .svg-con .arrow-3 {
    offset-path: path("M62,204,L62,62,L187,62");
    animation-duration: 3s;
}
.transportation-box .svg-con .arrow-4 {
    offset-path: path("M296,62,L405,62,L405,175");
    animation-duration: 3s;
}
.transportation-box .svg-con .arrow-5 {
    offset-path: path("M480,220,L733,220");
    animation-duration: 3s;
}
.transportation-box .svg-con .arrow-6 {
    offset-path: path("M783,246,L783,286");
    animation-duration: 2s;
}
.transportation-box .svg-con .arrow-7 {
    offset-path: path("M783,326,L783,366");
    animation-duration: 2s;
}
.transportation-box .svg-con .arrow-8 {
    offset-path: path("M783,410,L783,450");
    animation-duration: 2s;
}
.transportation-box .svg-con .arrow-9 {
    offset-path: path("M844,220,L1140,220,L1140,240");
    animation-duration: 3s;
}
.transportation-box .svg-con .arrow-10 {
    offset-path: path("M1140,284,L1140,304,L825,304");
    animation-duration: 3s;
}
.transportation-box .svg-con .arrow-11 {
    offset-path: path("M721,304,L565,304,L565,350");
    animation-duration: 3s;
}
.transportation-box .svg-con .arrow-12 {
    offset-path: path("M565,453,L565,470,L734,470");
    animation-duration: 3s;
}
.transportation-box .svg-con .arrow-13 {
    offset-path: path("M842,470,L1092,470");
    animation-duration: 3s;
}
.transportation-box .svg-con .arrow-14 {
    offset-path: path("M1140,446,L1140,404");
    animation-duration: 2s;
}
.transportation-box .svg-con .arrow-15 {
    offset-path: path("M842,387,L1092,387");
    animation-duration: 3s;
}

.independent-box {
    width: 600px;
    height: 527px;
}
.independent-box .circle-list-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.independent-box .circle-list-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(61, 139, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.independent-box .circle-list-box a span {
    color: var(--theme-c);
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    font-size: 14px;
}
.independent-box .circle-list-box .a-1 {
    left: 306px;
    top: 276px;
    width: 220px;
    height: 220px;
}
.independent-box .circle-list-box .a-1 span {
    font-size: 16px;
}
.independent-box .circle-list-box .a-2 {
    left: 360px;
    top: 60px;
    width: 110px;
    height: 110px;
}
.independent-box .circle-list-box .a-3 {
    left: 460px;
    top: 124px;
    width: 80px;
    height: 80px;
}
.independent-box .circle-list-box .a-3 span {
    font-size: 12px;
}
.independent-box .circle-list-box .a-4 {
    left: 520px;
    top: 286px;
    width: 110px;
    height: 110px;
}
.independent-box .circle-list-box .a-5 {
    left: 548px;
    top: 386px;
    width: 70px;
    height: 70px;
}
.independent-box .circle-list-box .a-5 span {
    font-size: 12px;
}
.independent-box .circle-list-box .a-6 {
    left: 418px;
    top: 464px;
    width: 110px;
    height: 110px;
}
.independent-box .circle-list-box .a-7 {
    left: 312px;
    top: 505px;
    width: 70px;
    height: 70px;
}
.independent-box .circle-list-box .a-8 {
    left: 135px;
    top: 446px;
    width: 80px;
    height: 80px;
}
.independent-box .circle-list-box .a-9 {
    left: 82px;
    top: 297px;
    width: 110px;
    height: 110px;
}
.independent-box .circle-list-box .a-10 {
    left: 96px;
    top: 114px;
    width: 50px;
    height: 50px;
}
.independent-box .circle-list-box .a-10 span {
    font-size: 10px;
}
.independent-box .circle-list-box .a-11 {
    left: 172px;
    top: 120px;
    width: 80px;
    height: 80px;
}
.independent-box .svg-con .line {
    stroke-dasharray: 0 0; /* 定义虚线的长度和间隔 */
    stroke: #d3e2ff;
}/*# sourceMappingURL=agent_add.css.map */

.tabs-content{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}
.tabs-content .left{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 24px 0;
    width: 500px;
}
.tab-name{
    color: #2b2c2f;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}
.list-box{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.list-box .list-item{
    margin-bottom: 20px;
}
 .list-box .list-item .item-a{
    color: #0064ff;
}
.list-box .list-item .item-a .a-box{
    align-items: center;
    box-shadow: 0 4px 8px #16171a0d;
    display: flex;
    padding: 10px;
    width: 410px;
}
.list-box .list-item .item-a .a-box img{
    height: 36px;
    margin-right: 5px;
    width: 36px;
}
.list-box .list-item .item-a .a-box .texcont{
    margin-left: 10px;
    text-align: left;
}
.list-box .list-item .item-a .a-box .texcont .tit{
    color: #2b2c2f;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.list-box .list-item .item-a .a-box .texcont .des{
    color: #7e7f81;
    font-size: 14px;
    line-height: 22px;
}
.tabs-content .right{
    margin: 0 20px;
    padding: 30px 20px;
    width: 100%;
}
.img-content{
    height: 411px;
    margin: auto;
    position: relative;
    width: 582px;
}
.img-content .img-item{
    bottom: 0;
    box-shadow: 0 0 1px #16171a14, 0 16px 24px #16171a14;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    /*visibility: hidden;*/
}
.img-content .img-item img{
    border-radius: 3px;
    display: block;
    height: 100%;
    width: 100%;
}
.agent_section9 {
    padding: 40px 0px;
    background: linear-gradient(180deg, #fff, #eff8ff);
}
.agent_section9 .cooperation {
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-around;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 45px 40px 60px;
    margin:5px;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237, 0.75);
    flex:1 1;
}
.agent_section9 .cooperation .cooperation_title{
    color: #2b2c2f;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.agent_section9 .cooperation .cooperation_information{
    color: #7e7f81;
    font-size: 14px;
    line-height: 22px;
}
.subtitle{
    font-size: 16px;
}
.icon_tu{
    width: 100%
}