	.grid-item-1 {
		&-scroll {
			background-color: #ffffff;
			border-radius: 3px;
		}
		&-ul {
			@include  flexRowWrap;
			justify-content: space-around;
			padding: 10px 0;
			background-color: #ffffff;
		}
		&-list {
			height: 70px;
			align-items: center;
			justify-content: center;
		}
		&-test {
			@include styleFont(#333,12);
			height: 20px;
			line-height: 20px;
		}
	}
	.foot-item {
		width: 60rpx;
		height: 3px;
		background-color: rgba(0, 0, 0, 0.3);
		position: relative;
		&-for {
			@include positionAbsolute;
			width: 30rpx;
			height: 100%;
			background-color: #fff;
		}
	}