.container { background-color: #f7f7f7; overflow-y: auto; height: 100vh; .banner_swiper { height: 600rpx; width: 100%; image { width: 100%; height: 100%; display: block; } } .consult_swiper { height: 420rpx; width: 100%; image { width: 100%; height: 100%; display: block; } } .logo_wrap { width: 100%; display: flex; justify-content: center; align-items: center; padding: 60rpx 0; background-color: #fff; .logo { width: 246rpx; } } .active_baoming { position: fixed; right: 28rpx; bottom: 60rpx; width: 146rpx; } .function_wrap { width: 100%; display: flex; justify-content: space-between; background-color: #fff; padding: 40rpx; .item { width: 214rpx; height: 232rpx; background: #F7F7F7; border-radius: 8rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; .img { width: 72rpx; height: 72rpx; background: #FFFFFF; border: 1px solid; border-radius: 50%; } .name { font-weight: 600; font-size: 32rpx; color: #111111; margin: 22rpx 0 10rpx; } .placeholder9 { font-weight: 300; color: #666666; } } } // 产品视频 .product_video { padding: 72rpx 40rpx; background-color: #fff; video { width: 670rpx; height: 300rpx; border: 1px solid; } } .strategy { padding: 80rpx 40rpx; background: #F7F7F7; image { width: 100%; height: 100%; } .line { display: flex; justify-content: space-between; .line_left { width: 324rpx; height: 304rpx; } .line_right { .item { width: 322rpx; height: 140rpx; &:nth-last-child(1) { margin-top: 24rpx; } } } } .home_id { width: 670rpx; height: 240rpx; margin-top: 24rpx; } } // 咨询 .consult { padding: 80rpx 40rpx 60rpx; background: #fff; } .service { padding: 0rpx 40rpx 0rpx; background: #fff; } .com_header { display: flex; justify-content: space-between; align-items: center; width: 670rpx; margin-bottom: 42rpx; .left { font-weight: 600; font-size: 36rpx; color: #111111; line-height: 50rpx; flex: 1; .name { display: flex; align-items: center; .icon { width: 36rpx; height: 36rpx; margin-right: 8rpx; } } .desc { font-weight: 300; font-size: 26rpx; color: #333333; } } .ar_right { width: 44rpx; height: 44rpx; } } }