.banner_playOrder{
    background-color: #eff8ff;
    width: 100%;
    height: 500px;
    padding-bottom: 10px;
    position: relative;
}
.banner_playOrder .tu{
    position: absolute;
    bottom: 0px;
    height: 500px;
    right: 0;
     left: 50%;
    transform: translateX(-100px);
    /*transform: translateX(50%);*/
}
.banner_content {
    position: relative;
    z-index: 2;
}
.banner_playOrder .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_playOrder .introduce{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    /* opacity: 0.8; */
    width: 400px;
    margin: 30px 0px;
}
.banner_playOrder .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_playOrder .consult .icon{
    width: 20px;
    height: 22px;
}
.playOrder_section1 {
    padding: 40px 0px;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
 .playOrder_section8 , .playOrder_section10{
    background-color: #fff;
    padding: 100px 0px;
}
.playOrder_section1 .title , .playOrder_section2 .title , .playOrder_section3 .title ,
.playOrder_section4 .title , .playOrder_section5 .title  ,.playOrder_section6 .title ,
.playOrder_section7 .title , .playOrder_section8 .title ,.playOrder_section11 .title , 
.playOrder_section12 .title, .playOrder_section13 .title ,.playOrder_section9 .title ,
.playOrder_section10 .title{
    font-size: 36px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
}
.playOrder_section6 .small_title{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #505668;
    opacity: 0.7;
    text-align: center;
    margin: auto;
    line-height: 30px;
}
.playOrder_section1 .grid-Feature{
    display: grid;
    grid-template-columns:repeat(4,276px);
    gap: 32px;
    
}
.playOrder_section1 .grid-Feature .grid-block{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 0 10px 0px #bedded;
}
.playOrder_section1 .grid-Feature .grid-block .icon{
    width: 40px;
}
.playOrder_section1 .grid-Feature .grid-block .grid-block-title{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    line-height: 40px;
}
.playOrder_section1 .grid-Feature .grid-block .grid-block-introduce{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    margin-top: 5px;
}
.playOrder_section2  {
    padding: 40px 0px;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.playOrder_section2 .icon_bright{
    width: 20px;
    margin-right: 10px;
}
.playOrder_section2 .icon_small{
    width: 20px;
    margin-right: 10px;
}
.playOrder_section2 .bind_text{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    line-height: 20px;
}
.playOrder_section2 .tu{
    width: 100%;
    object-fit: contain;
}
.playOrder_section12{
    background-color: #eff8ff;
    padding: 80px 0 60px;
}

.playOrder_section13{
    background-color: #fff;
    padding: 80px 0 60px;
}
.playOrder_section3 {
    padding: 40px 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.playOrder_section3 .tu{
    width: 100%;
}
.playOrder_section4{
    background: #fff;
    padding: 100px 0;
}
.playOrder_section4 .tu{
    width: 50%;
    object-fit: contain;
}
.playOrder_section4 .introduce{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    /* line-height: 35px; */
}
.playOrder_section4 .introduce_small{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #505668;
    line-height: 20px;
}
.playOrder_section4 .introduce.active{
    color: #0099ff;
}
.playOrder_section4 .Centre img{
    width: 16px;
    height: 16px;
    margin-right: 15px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}
.playOrder_section5{
    padding: 100px 0;
}
.playOrder_section5 .advantage_block{
    width: 298px;
    border: 1px solid #EEF0F2;
    padding: 40px 20px;
    transition: all .3s;
}
.playOrder_section5 .advantage_block:hover{
    border: 1px solid #fff;
    box-shadow: 0 0 40px -20px #bedded;
    transition: all .3s;
}
.playOrder_section5 .advantage_block .system_move{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    margin-bottom: 30px;

}
.playOrder_section5 .advantage_block .system_introduce{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
}
.playOrder_section6{
    padding: 100px 0;
    position: relative;
}
.playOrder_section6 .tu{
    width: 30%;
    margin: 0 auto 30px; 
    display: flex;
}
.playOrder_section6 .small_text{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #505668;
    text-align: center;
}
.playOrder_section6 .bg_color{
    position: absolute;
    top: 50%;
    background: linear-gradient(180deg, #EFF8FF, #FFFFFF);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.playOrder_section7{
    background: #FFFFFF;
    padding: 100px 0;
}
.playOrder_section7 .act-enter-scene-col{
    width: calc(33.3% - 20px);
    min-width: 230px;
    transition: all .3s;
    margin-right: 30px;
    background: rgb(194, 233, 251 , 0.2);
    border-radius: 16px;
    /* min-height: 172px; */
}
.playOrder_section7 .act-enter-scene-col:nth-child(3n){
    margin-right: 0px;
}
.playOrder_section7 .act-enter-scene-col.active-col{
    width: 600px;
}
.act-enter-scene-item-normal{
    padding: 20px 0;
}
.playOrder_section7 .act-enter-scene-col.active-col .act-enter-scene-item-normal , .playOrder_section7 .act-enter-scene-col .act-enter-scene-item-hover{
    display: none;
}
.playOrder_section7 .active-col .act-enter-scene-item-hover{
    display: block;
    padding: 20px 40px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgb(153, 153, 153 ,0.2);
}
.playOrder_section7 .act-enter-scene-col .act-enter-scene-item-tit{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    text-align: center;
    /* margin-bottom: 10px; */
}
.playOrder_section7 .act-enter-scene-col .tu{
    width:  75px;
    height: 75px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}
.playOrder_section7 .active-col .act-enter-scene-item-hover .act-enter-scene-item-tit{
    text-align: left;
    margin-bottom: 20px;
}
.playOrder_section7 .active-col .act-enter-scene-item-hover .act-enter-scene-item-desc{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    z-index: 5;
    position: relative;
}
.playOrder_section7 .active-col .act-enter-scene-item-hover .tuBlur{
    width: 350px;
    height: 350px;
    position: absolute;
    right:  -20px;
    bottom: -90%;
    object-fit: contain;
}
.playOrder_section7 .active-col .act-enter-scene-item-hover .tick{
    width: 30px;
    height: 30px;
    position: absolute;
    right:  10px;
    bottom: 10px;
}
.playOrder_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%;
}
.playOrder_section14 .title{
    font-size: 30px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.playOrder_section14 .swiper{
    width: 100%;
    height: auto;
}
.playOrder_section14 .swiper .company{
    background-color: #fff;
    padding: 60px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
}
.playOrder_section14 .swiper .company .logo{
    padding: 30px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 2px rgb(190, 199, 211 ,0.75);
}
.playOrder_section14 .swiper .company .logo img{
    width:  100px;
    height: 100px;
    object-fit: scale-down;
}
.playOrder_section14 .swiper .company .company_introduce{
    width: 500px;
    position: relative;
}
.playOrder_section14 .swiper .company .company_introduce h1{
    font-size: 24px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    margin-bottom: 10px;
}
.playOrder_section14 .swiper .company .company_introduce p{
    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
}
.playOrder_section14 .swiper .company .company_introduce .company_introduce_vertical{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}
.playOrder_section14 .swiper .company .company_introduce .marks1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}
.playOrder_section14 .swiper .company .company_introduce .marks2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
}
.playOrder_section14 .swiper .swiper-button-next, .playOrder_section14 .swiper .swiper-button-prev{
    color: #fff !important;
}
:root {
    --theme-c: #0099ff;
}

.border-svg {
    pointer-events: none;
    position: absolute;
}
.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;
}
.public-svg-box .svg-con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.public-svg-box .svg-con .border-svg {
    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 .svg-con > em.arrow-1 {
    offset-path: path("M205,36,L300,36");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-2 {
    offset-path: path("M433,36,L525,36");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-3 {
    offset-path: path("M680,36,L770,36");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-4 {
    offset-path: path("M927,36,L1017,36");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-5 {
    offset-path: path("M1160,249,L1100,249");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-6 {
    offset-path: path("M1160,249,L1160,164,L1100,164");
    animation-duration: 4s;
}
.public-svg-box .svg-con > em.arrow-7 {
    offset-path: path("M1160,249,L1160,334,L1100,334");
    animation-duration: 4s;
}
.public-svg-box .svg-con > em.arrow-8 {
    offset-path: path("M1008,249,L886,249");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-9 {
    offset-path: path("M1008,164,L886,164");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-10 {
    offset-path: path("M1008,334,L886,334");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-11 {
    offset-path: path("M760,249,L665,249");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-12 {
    offset-path: path("M760,334,L665,334");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-13 {
    offset-path: path("M510,249,L398,249");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-14 {
    offset-path: path("M200,249,L132,249");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-15 {
    offset-path: path("M68,249,L68,316");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-16 {
    offset-path: path("M68,338,L68,405");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-17 {
    offset-path: path("M137,423,L200,423,L200,470,L249,470");
    animation-duration: 4s;
}
.public-svg-box .svg-con > em.arrow-18 {
    offset-path: path("M137,423,L200,423,L200,379,L249,379");
    animation-duration: 4s;
}
.public-svg-box .svg-con > em.arrow-19 {
    offset-path: path("M353,470,L427,470");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-20 {
    offset-path: path("M300,169,L300,220");
    animation-duration: 2s;
}
.public-svg-box .svg-con > em.arrow-21 {
    offset-path: path("M602,57,L602,145,L365,145");
    animation-duration: 6s;
}
.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: 6px;
    position: absolute;
    padding: 9px 16px;
    min-height: 49px;
    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: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
}
.public-svg-box .list-box > a > .iconfont {
    font-size: 28px;
    color: #666;
    margin-right: 8px;
}
.public-svg-box .list-box .inner-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.public-svg-box .list-box .inner-list .inner {
    padding: 8px 20px;
}
.public-svg-box .list-box .inner-list .inner span {
    white-space: nowrap;
    font-size: 10px;
    color: #666;
    display: block;
}
.public-svg-box .list-box .inner-list.list-b {
    top: 60px;
}
.public-svg-box .list-box .inner-list.list-t {
    bottom: 66px;
}
.public-svg-box .list-box .inner-list rect {
    width: 100%;
    height: 100%;
}

.mainstreamModules-box {
    height: 500px;
}
.mainstreamModules-box .list-box .a-1 {
    left: 3px;
    top: 2px;
}
.mainstreamModules-box .list-box .a-2 {
    left: 296px;
    top: 12px;
}
.mainstreamModules-box .list-box .a-3 {
    left: 520px;
    top: 12px;
}
.mainstreamModules-box .list-box .a-4 {
    left: 766px;
    top: 12px;
}
.mainstreamModules-box .list-box .a-5 {
    left: 1012px;
    top: 12px;
}
.mainstreamModules-box .list-box .a-6 {
    left: 236px;
    top: 120px;
}
.mainstreamModules-box .list-box .a-7 {
    left: 1006px;
    top: 138px;
}
.mainstreamModules-box .list-box .a-8 {
    left: 1006px;
    top: 224px;
}
.mainstreamModules-box .list-box .a-9 {
    left: 1006px;
    top: 310px;
}
.mainstreamModules-box .list-box .a-10 {
    left: 760px;
    top: 138px;
}
.mainstreamModules-box .list-box .a-11 {
    left: 760px;
    top: 224px;
}
.mainstreamModules-box .list-box .a-12 {
    left: 760px;
    top: 310px;
    width: 130px;
}
.mainstreamModules-box .list-box .a-13 {
    width: 162px;
    left: 510px;
    top: 224px;
}
.mainstreamModules-box .list-box .a-14 {
    left: 510px;
    top: 310px;
}
.mainstreamModules-box .list-box .a-15 {
    left: 200px;
    top: 213px;
}
.mainstreamModules-box .list-box .a-16 {
    left: 3px;
    top: 224px;
}
.mainstreamModules-box .list-box .a-17 {
    left: 3px;
    top: 310px;
}
.mainstreamModules-box .list-box .a-18 {
    left: 3px;
    top: 398px;
}
.mainstreamModules-box .list-box .a-19 {
    left: 244px;
    top: 350px;
}
.mainstreamModules-box .list-box .a-20 {
    left: 244px;
    top: 444px;
}
.mainstreamModules-box .list-box .a-21 {
    left: 422px;
    top: 444px;
}/*# sourceMappingURL=play_order_add.css.map */