sub_menu.less 706 Bytes
@charset "UTF-8";

// 分类
.cate-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding:50px 22px;
    background-color: #fff;
    .cate-item{
        display: flex;
        width: 20%;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
        font-size: 25px;
    }
    img{
        width: 110px;
        height: 110px;
        margin-bottom: 14px;
        // border-radius: 50%;
        // opacity: 0.7;
        // box-shadow: 4px 4px 20px rgba(43, 41, 41, 0.3);
    }
}

.ad-1{
	width: 100%;
	height: 210px;
	padding: 10px 0;
	background-color: #fff;
	img{
		width: 100%;
		height: 100%;
	}
}