.agency{
	padding: 20rpx 20rpx 0 20rpx;
	background-color: #f2f3f4;
	&_box{
		background-color: #FFFFFF;
		border-radius: 20rpx;
		margin-bottom: 20rpx;
		&_head{
			border-bottom-color: #F1F1F1;
			border-bottom-style: solid;
			border-bottom-width: 1rpx;
			color: #999999;
			font-size: 34rpx;
			padding: 25rpx 30rpx;
		}
	}
	&-ul{
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		&_li{
			flex-direction: column;
			align-items: center;
			justify-content: center;
			&-icobox{
				background-color: $gl_background;
				border-radius: 15rpx;
				width: 70rpx;
				height: 70rpx;
				flex-direction: row;
				align-items: center;
				justify-content: center;
			}
			&_agtext{
				font-size: 34rpx;
				color: #333333;
				margin-top: 25rpx;
			}
		}
		&_rightbor{
			border-right-color: #F1F1F1;
			border-right-style: solid;
			border-right-width: 1rpx;
		}
		&_bottombor{
			border-bottom-color: #F1F1F1;
			border-bottom-style: solid;
			border-bottom-width: 1rpx;
		}
	}
}