swiper { width: 690rpx; height: 300rpx; border-radius: 6rpx; overflow: hidden !important; transform: translateY(0); margin: 0 auto; } swiper image { width: 690rpx; height: 300rpx; } .dv { width: 690rpx; margin: 30rpx auto; padding:20rpx 0; border-radius: 20rpx; display: flex; justify-content: space-between; box-shadow: 0 0 10rpx #efefef; } .dv_xinzen { padding-top:30rpx; width: 220rpx; /*height: 110rpx;*/ display: flex; flex-direction: column; /*background-color:#fa3534;*/ /*box-shadow: 0 0 10rpx #efefef;*/ border-radius: 20rpx; align-items: center; align-content: center; justify-content: center; } .dv_img { width: 50rpx; height: 50rpx; /*margin-bottom:20rpx;*/ } .xinzen { /*color:#fff;*/ text-align: center; font-weight: bold; width: 50%; padding:10rpx 0; } .box { /*width: 630rpx;*/ /* display: flex; */ justify-content: center; align-items: center; box-shadow: 0 6rpx 10rpx #efefef; border-radius: 10rpx; margin: 30rpx auto; text-align: center; padding: 0 0 40rpx 0; } .box .tag { display: flex; justify-content: flex-end; align-items: center; } .box .tag .tag_li { width: 108rpx; position: relative; font-size: 0; } .box .tag image { width: 108rpx; } .box .tag text { position: absolute; top: 50%; font-size: 20rpx; color: #fff; left: 50%; white-space: nowrap; transform: translate(-50%, -50%); line-height: 1.1em; } .box_img { width: 30rpx; height: 30rpx; } .icon_ul { padding: 0 60rpx; } .box_x { /*width: 140rpx;*/ line-height: 40rpx; background: #fa3534; border-radius:10rpx; color:#fff; font-size: 22rpx; padding: 0 30rpx; /*color: #666;*/ } .box_x > view { white-space: nowrap; } .detail { width: 375rpx; line-height: 70rpx; background: -webkit-linear-gradient(180deg, #dd6161, #fa3534); text-align: center; color: #fff; font-size: 32rpx; margin: 40rpx auto 0 auto; border-radius: 35rpx; box-shadow: 0 10rpx 20rpx rgba(255, 158, 76, 0.2); } .bottom_dv { width: 690rpx; height: 100rpx; display: flex; justify-content: space-around; border-radius: 20rpx; align-items: center; background: -webkit-linear-gradient(180deg, #dd6161, #fa3534); font-size: 26rpx; color: #fff; margin: 30rpx auto } .bottom_img { width: 135rpx; height: 40rpx } /*首页跑马灯效果*/ .example { display: block; width: 65%; height: 70rpx; line-height: 70rpx; overflow: hidden; } .marquee_box { width: 100%; position: relative; } .marquee_text { white-space: nowrap; position: absolute; top: 0; width: 100%; left: 100%; overflow: auto; display: flex; align-content: center; animation: myfirst linear 8s infinite backwards; } @keyframes myfirst { 0% { left: 100%; } 100% { left: -100% } } .ad-image { width: 40rpx !important; height: 40rpx !important; margin-right: 10rpx; margin-top: 15rpx; } /*首页跑马灯效果*/ .index-new-button { width: 100rpx; height: 100rpx; border-radius: 20%; background-color: #fa3534; display: flex; justify-content: center; align-items: center; /*margin-bottom:20rpx;*/ }