
.breadcrumb{display: flex;align-items: baseline;padding: 0.3rem 0;}
.breadcrumb.absolute{position: absolute;top: 0;left: 0;width: 100%;}
.breadcrumb .breadcrumb-item{line-height: 1.625;color: #666;transition: 0.3s;}
.breadcrumb .breadcrumb-item:nth-child(n+2)::before{content: ">";display: inline-block;margin: 0 0.18rem;color: #666 !important;}
.breadcrumb .breadcrumb-item:hover{color: var(--theme-color);}

.server-wrap{padding-top: 1.15rem;padding-bottom: 1.2rem;background: url("/static/home/images/img/index-server-bg.jpg") no-repeat center center/cover;}
.server-wrap .server-list{margin-top: 0.53rem;}
.server-wrap .server-item{display: flex;}
.server-wrap .server-pic{width: 50%;height: 3.8rem;}
.server-wrap .server-content{display: flex;flex-direction: column;flex: 1;padding: 0.36rem 1rem;}
.server-wrap .server-info{line-height: 1.36;color: #666;margin-top: 0.44rem;}
.server-wrap .view-more-box{margin-top: auto;}
.server-wrap .view-more:hover{background-color: var(--theme-color);}
.server-wrap .server-item:nth-child(n+2){margin-top: 0.8rem;}
.server-wrap .server-item:nth-child(2n){flex-direction: row-reverse;}
.server-wrap .server-item:nth-child(2n) .server-content{padding-left: 0;padding-right: 2.1rem;}
@media (max-width: 750px){.server-item{flex-direction: column !important;}
.server-item .server-pic, .server-item .server-content{width: 100%;padding-left: 0 !important;padding-right: 0 !important;}
.server-item .view-more-box{margin-top: 50px;}
}

.show-view-wrap{padding-top: 0.95rem;padding-bottom: 1.02rem;}
.show-view .view-box{margin-top: 0.5rem;}
.show-view .swiper-wrapper{position: relative;align-items: center;height: 5.4rem;}
.show-view .swiper-slide{width: 7.42rem;height: 4.35rem;transition: 0.3s;}
.show-view .swiper-slide-active{transform: scale(1.23);z-index: 10;}
.show-view .view-box-ctrl{position: absolute;display: flex;align-items: center;justify-content: space-between;left: 50%;top: 50%;transform: translate(-50%, -50%);margin: 0 auto;width: 100%;max-width: 9.2rem;height: 5.4rem;z-index: 12;}
.show-view .view-box-prev, .show-view .view-box-next{display: flex;align-items: center;justify-content: center;width: 0.5rem;height: 0.5rem;padding: 0.21rem;border-radius: 50%;background-color: #fff;transition: 0.3s;cursor: pointer;}
.show-view .view-box-prev:hover, .show-view .view-box-next:hover{background-color: var(--theme-color);}
.show-view .view-box-prev:hover img, .show-view .view-box-next:hover img{filter: grayscale(1) brightness(10);}
.show-view .view-box-prev{transform: translateX(-50%);}
.show-view .view-box-next{transform: translateX(50%);}
.show-view .view-box-next img{transform: rotate(180deg);}
.show-view .show-view-title{margin-top: 0.49rem;text-align: center;}
@media (max-width: 750px){.view-box-ctrl .view-box-prev{transform: translateX(10%);}
.view-box-ctrl .view-box-next{transform: translateX(-10%);}
}
