

/* ============block1============ */
.block1{
    background-color: #f2f4f7;
    padding:40px 0;
}
.block1 .row1{
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
    margin-bottom: 30px;
}
.block1 .row1 .box{
    
}
.block1 .row1 .box1{
    width:56%;
}
.block1 .row1 .box2{
    width:22%;
}
.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;
}

/* 最新加入企业 */
.company{
    background-color: #fff;
    margin:0 10px;
    border-radius: 5px;
    padding:5px 15px 5px 15px;
}
.company .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;
}
.company .title a{
    font-size:14px;
    font-weight: normal;
    color:#999;
}
.company .title a:hover{
    color:var(--theme);
}
.company .title::after{
    content: '';
    height: 2px;
    width:30%;
    display: block;
    background-color: var(--theme2);
    position: absolute;
    bottom:0;
    left:0;
}
.company ul li{
    margin:15px 0;
}
.company ul li a{
    display: block;
    border: 1px solid #F2F3F4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:5px;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.company ul li a:hover{
    border-color:var(--theme2);
    box-shadow:0 0 8px rgba(0,0,0,0.05);
}
.company ul li a .clogo{
    width:32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.company ul li a .clogo img{
    display: block;
    max-width: 32px;
    max-height: 32px;
}
.company ul li a .name{
    margin-right: auto;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.company 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;
}

/* 最新资讯 */
.news{
    margin:0 10px;
}
.news ul li{
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
.news ul li:last-child{
    border:none;
}
.news ul li a .cover{
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.news ul li a .cover img{
    display: block;
    max-width: 50px;
    max-height: 50px;
}
.news ul li a{
    display: block;
    border: 1px solid #F2F3F4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding:5px 0;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.news ul li:first-child a{
    padding-top:0px;
}
.news ul li a:hover .text .name{
    color:var(--theme);
}
.news ul li a .text .name{
    margin-right: auto;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-weight: 700;
    font-family: sans-serif;
    margin-bottom: 4px;
    line-height: 14px;
}
.news ul li a .text .des{
    font-size:12px;
    color:#696969;
     word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.news .ad .item{
    margin-top:8px;
}
.news .ad .item img{
    display: block;
    width:100%;
    border-radius: 8px;
}

/* 最新产品 */
.block1 .row2{
    background-color: #fff;
    border-radius: 5px;
}
.newGoods{
    overflow: hidden;
}
.newGoods .title{
    border-bottom: 1px solid #eee;
    height: 36px;
    line-height: 36px;
    margin:0 15px;
}
.newGoods .slider{
    margin:35px 35px 35px 35px;
    overflow: hidden;
}
.newGoods .item{
    width:100%;
}
.newGoods .item a{
    overflow: hidden;
    width: 100px;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
    display: block;
    max-width: 100%;
}
.newGoods .item a p{
    text-align: center;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.newGoods .item a .imgbox{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden; 
    width: 100px;
    max-width: 100%;
    margin-bottom: 6px;
}
.newGoods .item a .imgbox img{
    display: block;
    max-width: 100%;
    max-height: 100px;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.newGoods .item a:hover{
    border-color: #fafafa;
}
.newGoods .item a:hover img{
    transform:scale(1.1);
}
.newGoods .item a:hover p{
    color:var(--theme);
}


/* ============block2============ */
/* 现货色卡 */
.seka{
    padding:40px 0;
}
.seka .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:35px;
}
.seka .top .left{
    display: flex;
    align-items: flex-end;
}
.seka .top .left h3{
    font-weight: 700;
    font-size: 32px;
    margin-right: 30px;
    line-height: 32px;
}
.seka .top .left .more{
    font-size: 16px;
    line-height: 16px;
    color: #7E7E7E;
}
.seka .top .right .arrow {
    display: flex;
}
.seka .top .right .arrow .iconfont{
    display: block;
    height: 45px;
    width:45px;
    background-color: #F2F3F4;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    font-size:18px;
    font-weight: 700;
    color:#7E7E7E;
    margin-left:15px;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
    cursor: pointer;
}
.seka .top .right .arrow .iconfont:hover{
    background-color: var(--theme);
    color:#fff;
}
.seka .slider{
    overflow: hidden;
}
.seka .slider .item {
    background-color: #F4F6FA;
    padding:12px;
    border-radius: 10px;
    position: relative;
    border:1px solid #F4F6FA;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.seka .slider .item .imgbox{
    margin-bottom: 10px;
}
.seka .slider .item .imgbox img{
    display: block;
    width:100%;
}
.seka .slider .item .text{
    text-align: center;
}
.seka .slider .item .text h3{
    font-size:14px;
    font-family: sans-serif;
}
.seka .slider .item .text p{
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    opacity: 0.7;
}
.seka .slider .item .popup{
    position: absolute;
    width:100%;
    height: 0%;
    bottom:0%;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seka .slider .item .popup .btn{
    background-color: #ed4e6e;
    color:#fff;
    padding:7px 12px;
    border-radius: 5px;
    position: relative;
    top:0px;
    opacity: 0;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}

.seka .slider .item:hover{
    background-color: #fff;
    border-color:var(--theme2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.seka .slider .item:hover .text h3{
    color:var(--theme);
}
.seka .slider .item:hover .btn{
    top:-100px;
     opacity: 1;
}


/* VR展厅 */
.vr{
    padding:0 0 40px 0;
}
.vr .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:35px;
}
.vr .top .left{
    display: flex;
    align-items: flex-end;
}
.vr .top .left h3{
    font-weight: 700;
    font-size: 32px;
    margin-right: 30px;
    line-height: 32px;
}
.vr .top .left .more{
    font-size: 16px;
    line-height: 16px;
    color: #7E7E7E;
}
.vr .top .right .arrow {
    display: flex;
}
.vr .top .right .arrow .iconfont{
    display: block;
    height: 45px;
    width:45px;
    background-color: #F2F3F4;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    font-size:18px;
    font-weight: 700;
    color:#7E7E7E;
    margin-left:15px;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
    cursor: pointer;
}
.vr .top .right .arrow .iconfont:hover{
    background-color: var(--theme);
    color:#fff;
}
.vr .slider{
    overflow: hidden;
}
.vr .slider .item {
    padding:15px;
    border-radius: 15px;
    position: relative;
    border:1px solid #F4F6FA;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.vr .slider .item .imgbox{
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 15px;
}
.vr .slider .item .imgbox img{
    display: block;
    width:100%;
    transition: .5s ease-in-out; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out;
}
.vr .slider .item .imgbox .icon{
    position: absolute;
    top:0px;
    left:0;
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.vr .slider .item .imgbox .icon .box{
    background-color: rgba(0, 0, 0, 0.3);
    width:50px;
    height: 50px;
    border-radius: 50%;
    padding:10px;
    color:#fff;
    font-size:12px;
    text-align: center;
    opacity: 1;
}
.vr .slider .item .imgbox .icon .box img{
    width:32px;
    margin: 0 auto;
}
.vr .slider .item .name{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 2px solid #e9ecef;
    margin: 15px 0;
    padding-bottom: 5px;
}
.vr .slider .item .btns{
    display: flex;
    justify-content: space-between;
}
.vr .slider .item .btns .btn{
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    background-color:#e9ecef;
    width:100%;
    color: #ffffff;
    cursor: pointer;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.vr .slider .item .btns .btn:hover{
    opacity: 0.9;
}
.vr .slider .item .btns .btn.show{
    width:65%;
    flex-shrink: 0;
    margin-left:15px;
    background-color: #f0820d;
}
.vr .slider .item .btns .btn.copylink{
    background-color: #1fdb5a;
}

.vr .slider .item:hover{
    background-color: #fff;
    border-color:var(--theme2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.vr .slider .item:hover .imgbox img{
    transform:scale(1.1);
}
.vr .slider .item:hover .text h3{
    color:var(--theme);
}
.vr .slider .item:hover .imgbox .icon{
    opacity: 0;
}

/* ============block3============ */
/* 图片链接 */
.imgLink{
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px;
    padding-bottom: 30px;
}
.imgLink .item{
    width:33.333%;
}
.imgLink .item a{
    display: block;
    margin:0 10px;
    border-radius: 15px;
    overflow: hidden;
}
.imgLink .item img{
    width:100%;
}

/* ============block4============ */
.block4{
    background-color: #f2f4f7;
    padding:20px 0;
}
.column {
    padding:20px 0;
}
.column .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.column .top .title {
    font-weight: 700;
    font-size: 32px;
    margin-right: 30px;
    color:#41464c;
}
.column .top .classify ul {
    display: flex;
}
.column .top .classify ul li{
    margin-left:20px;
}
.column .top .classify ul li a{
    color:var(--theme);
    font-size:16px;
    font-family: sans-serif;
    font-weight: 700;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
    position: relative;
    top:0;
    padding:6px 0;
}
.column .top .classify ul li a:hover{
    top:-3px;
}
.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;
}
.column .list .item .imgbox img{
    display: block;
    width:100%;
    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;
    margin-bottom: 15px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.column .list .item .price{
    display: flex;
    font-size: 18px;
    font-weight: bold;
}
.column .list .item .price .label{
    color:#666;
}
.column .list .item .price .val{
    color:var(--theme);
}
.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);
}

/* ============block5============ */
.ranking{
    display: flex;
    padding:40px 0;
}
.ranking .item{
    width:25%;
}
.ranking .item .title{
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color:#41464c;
}
.ranking .item .title::before{
    content: '';
    display:block;
    position: absolute;
    bottom:0px;
    left: 0px;
    height: 3px;
    width:20%;
    background-color: var(--theme2);
}
.ranking .list ul li{
    margin:30px 0;
}
.ranking .list .box{
    display: flex;
    align-items: center;
    position: relative;
    top:0;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);-webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.ranking .list .box:hover{
    top:-5px;
}
.ranking .list .box .imgbox{
    width:110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.ranking .list .box .imgbox img{
    max-width:110px;
    max-height: 110px;
    display: block;
}
.ranking .list .box .text{
    padding-right: 10px;
}
.ranking .list .box .name{
    font-family: sans-serif;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.ranking .list .box .start{
    display: flex;
    align-items: center;
    font-size:13px;
    color:#B6B6B6;
    margin-bottom: 15px;
}
.ranking .list .box .start .icon,.ranking .list .box .start .level{
    width:60px;
    height: 12px;
    background: url(img/rating-stars.png)repeat 0% 100%;
    margin-right: 5px;
}
.ranking .list .box .start .level{
    width:90%;
    background: url(img/rating-stars.png)repeat 0% 0%;
}
.ranking .list .box .price{
    color: #843011;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

/* 毛织企业 */
.block6{
    background-color: #f2f4f7;
}
.enterprise{
    padding:40px 0;
}
.enterprise .top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}
.enterprise .top .title{
    font-weight: 700;
    font-size: 32px;
    color:#41464c;
}
.enterprise .more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#7E7E7E;
}
.enterprise .more .iconfont{
    font-size:14px;
}
.enterprise .more:hover{
    color:var(--theme);
}
.enterprise ul{
    overflow: hidden;
    margin:0 -10px;
}
.enterprise ul li{
    width:20%;
    float:left;
}
.enterprise .box{
    margin:12.5px;
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    top:0;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.enterprise .box:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    top:-5px;
}
.enterprise .box .icon{
    width:60px;
    height: 50px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
}
.enterprise .box .icon img{
    display: block;
    max-width:100%;
    max-height: 50px;
}
.enterprise .box .text .name{
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.enterprise .box .text .des{
    color: #adadad;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}


@media screen and (min-width:0px) and (max-width:768px){
    .block1{padding:10px 0;}
    .block1 .row1 .box1{width:100%;}
    .block1 .row1 .box2{width:100%;margin:15px 0;}
    .block1 .row1 .box3{width:100%;}
}


