
/* ============block1============ */
.block1{
    background-color: #f2f4f7;
    padding:40px 0 0px 0;
}
.block1 .row1{
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
}
.block1 .row1 .box1{
    width:21%;
}
.block1 .row1 .box2{
    width:57%;
}
.block1 .row1 .box3{
    width:22%;
}

/* 横幅 */
.adSlider{
	position: relative;
	overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin:0 10px;
}
.adSlider a{
    display: block;
}
.adSlider .img{
	display:block;
	margin:0 auto;
    width: 100%;
}
.adSlider-pagination-center{
	text-align:center;
	position: absolute;
    bottom: 15px;
	width:100%;
	z-index:10;
}
.adSlider-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin: 0 5px;
	border-radius:0;
	height: 6px;
    width:11px;
	border-radius:3px;
    background-color: #fff;
    opacity: 0.9;
	-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.adSlider-pagination .swiper-pagination-bullet-active{
    opacity:1;
	background:#4eb92d;
    width:25px;
}

/* 针织服饰分类 */
.hengji{
    background-color: #fff;
    margin:0 10px;
    border-radius: 5px;
    padding:5px 15px 5px 15px;
    min-height: 425px;
}
.hengji .title{
    font-size:22px;
    font-weight: 700;
    border-bottom: 1px solid #ececec;
    height: 45px;
    line-height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hengji .title::after{
    content: '';
    height: 2px;
    width:30%;
    display: block;
    background-color: var(--theme2);
    position: absolute;
    bottom:0;
    left:0;
}
.hengji ul li{
    margin:10px 0;
}
.hengji ul li a{
    display: block;
    border: 1px solid #F2F3F4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:8px 10px;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.hengji ul li a:hover{
    border-color:var(--theme2);
    box-shadow:0 0 8px rgba(0,0,0,0.05);
}
.hengji ul li a .clogo{
    width:32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.hengji ul li a .clogo img{
    display: block;
    max-width: 32px;
    max-height: 32px;
}
.hengji ul li a .name{
    margin-right: auto;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.hengji ul li a .arrow{
    background-color: #f7f7f7;
    height: 25px;
    width:25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size:15px;
    margin-left:5px;
}

/* 本周上新 */
.week{
    background-color: #fff;
    margin:0 10px;
    border-radius: 5px;
    padding:5px 15px 5px 15px;
}
.week .title{
    font-size:22px;
    font-weight: 700;
    border-bottom: 1px solid #ececec;
    height: 45px;
    line-height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.week .title::after{
    content: '';
    height: 2px;
    width:30%;
    display: block;
    background-color: var(--theme2);
    position: absolute;
    bottom:0;
    left:0;
}
.week .count{
    padding:15px 0;
    color:#666;
}
.week .count strong{
    color:#333;
}
.week ul li{
    margin:8px 0;
}
.week ul li a{
    display: flex;
    align-items: center;
    border: 1px solid #F2F3F4;
    padding:10px;
    border-radius: 5px;
}
.week ul li a:hover{
    border-color:var(--theme2);
    box-shadow:0 0 8px rgba(0,0,0,0.05);
}
.week ul li .imgbox {
    width:50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 5px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.week ul li .imgbox img{
    display: block;
    max-width:50px;
    max-height:50px;
}



/* ============block2============ */
.block2{
    background-color: #f2f4f7;
    padding:20px 0;
}
.column {
    padding:20px 0;
}
.column .top{
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.column .top .title h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin-right: 30px;
    color:#41464c;
}
.column .top .more a{
    color:#666;
    font-size:15px;
}
.column .top .more a .iconfont{
    font-size:14px;
}
.column .top .more a:hover{
    color:var(--theme);
}

.column .list{
    overflow: hidden;
    margin:0 -10px;
}
.column .list .item{
    float:left;
    width:20%;
}
.column .list .item .box{
    display: block;
    margin:12px;
    padding:25px;
    border-radius: 15px;
    border: 1px solid #ececec;
    background-color: #fff;
}
.column .list .item .imgbox{
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
    height: 240px;
    width:240px;

}
.column .list .item .imgbox img{
    display: block;
    max-width:240px;
    max-height:240px;
    transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out;
}
.column .list .item h3{
    font-family: sans-serif;
    font-size:16px;
    margin-bottom: 4px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.column .list .item h3:hover{
    color:var(--theme);
}
.column .list .item .cName{
    color:#B6B6B6;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.column .list .item:hover .imgbox img{
    transform:scale(1.1);
}
.column .list .item:hover .box{
    border-color: var(--theme2);
}
.column .list .item:hover .box h3{
    color: var(--theme);
}