


.banner-swiper{position: relative;height: 8rem;width: 100%;}
.banner-swiper .bw-pic{width: 100%;height: 100%;}
.banner-swiper .bw-inner{position: absolute;left: 0;top: 0;width: 100%;height: 100%;color: #fff;}
.banner-swiper .bw-content{display: flex;flex-direction: column;justify-content: center;height: 100%;}
.banner-swiper .bw-title{line-height: 1.4;}
.banner-swiper .bw-info{line-height: 1.5;}
.banner-swiper .swiper-pagination-bullet{position: relative;width: 0.26rem;height: 0.26rem;background-color: transparent;opacity: 1;transition: 0.3s;}
.banner-swiper .swiper-pagination-bullet::after{content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 0.12rem;height: 0.12rem;border-radius: 50%;background-color: #fff;transition: 0.3s;}
.banner-swiper .swiper-pagination-bullet-active{box-shadow: 0 0 0 0.01rem var(--theme-color) inset;}
.banner-swiper .swiper-pagination-bullet-active::after{background-color: var(--theme-color);}





.server-flow-wrap{padding: 0.95rem 0.6rem 1.15rem;background: url("/static/home/images/img/server-flow-bg.jpg") no-repeat center center/cover;}
.server-flow-wrap .flow-box{margin-top: 0.45rem;}
.server-flow-wrap .flow-row{position: relative;display: flex;align-items: center;padding-bottom: 0.94rem;}
.server-flow-wrap .flow-row:last-child{padding-bottom: 0;}
.server-flow-wrap .flow-row::after{content: "";position: absolute;left: 0;bottom: 0;margin-left: 0.55rem;width: 0.26rem;height: 0.94rem;background: url("/static/home/images/icon/flow-arr-down.png") no-repeat center/contain;}
.server-flow-wrap .flow-row:last-child::after{display: none;}
.server-flow-wrap .flow-label{position: relative;display: flex;align-items: center;justify-content: space-between;flex-shrink: 0;padding: 0.28rem 0.83em;margin-right: 0.2rem;min-width: 8.125em;height: 4em;white-space: nowrap;color: #fff;background: url("/static/home/images/icon/flow-arr-right.png") no-repeat center;background-size: 100% 100%;}
.server-flow-wrap .flow-content{display: flex;align-items: stretch;flex: 1;overflow-x: auto;overflow-y: visible;}
.server-flow-wrap .flow-content::-webkit-scrollbar{display: none;}
.server-flow-wrap .flow{display: flex;-webkit-user-select: none;-moz-user-select: none;user-select: none;text-align: center;height: 100%;}
.server-flow-wrap .flow::before{content: "";height: 0;width: 1.6rem;margin-top: 19%;border-top: 0.02rem dashed #999;}
.server-flow-wrap .flow-inner{display: flex;flex-direction: column;align-items: center;width: 1.12rem;}
.server-flow-wrap .flow-icon{width: 0.95rem;height: 0.7rem;pointer-events: none;}
.server-flow-wrap .flow-title{color: #222;line-height: 1.4;margin-top: 0.08rem;width: 2rem;height: auto;}
@media (max-width: 750px){.flow-box .flow-label{width: 1.95rem;height: 0.98rem;}
.flow-box .flow-label span{font-size: 0.25rem;}
.flow-box .flow::before{width: 1rem;}
}




