
/* 产品中心 */
.goods {
    /* height: 2585px; */
    background-color: #f1ebeb;
}
.goods-c {
    width: 1400PX;
    margin: 0 auto;
    overflow: hidden;
}

/* 衣服系列 */

/* 衣服上的名称 */
.goods .goodsww {
    display: flex;
    margin-top: 120px;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #dfdfdf;
}
.goods .goodsww .bjt {
    width: 24.4%;
    background: url(../images/cp1w.png) no-repeat ;
    height: 80px;
    background-size: 100% 100%;
    overflow: hidden;
    color: #ef7474;
    font-size: 25px;
    text-align: center;
    line-height: 80px;
}
.goods .goodsww .bjt a{
    display: block;
}
/* 夏季系列 2 */
.goods .goodsww .bjt:nth-of-type(2) {
    background: url(../images/cp2w.png) no-repeat ;
    color: #005765;
}
/* 夏季系列 3 */
.goods .goodsww .bjt:nth-of-type(3) {
    background: url(../images/cp3w.png) no-repeat ;
    color: #804b00;
}
/* 夏季系列 4 */
.goods .goodsww .bjt:nth-of-type(4) {
    background: url(../images/cp4w.png) no-repeat ;
    color: #919191;
}


/* 画龙点睛 */
.bjt .English {
    display: none;
    font-size: 30px;
    background-image: linear-gradient(to right, rgba(233, 90, 90,0.5), #ece2e2, rgba(233, 90, 90,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.goods .bjt:hover .Chinese {
    display: none;
}
.goods .bjt:hover .English {
    display: block;
}
.goods .goodsss .temp .cc:hover {
    box-shadow: 10px -5px 5px #ccc ;
}


/* 下面的衣服 */
.goods .goodsss {
    margin-top: 50px;
}
.goods .goodsss .temp {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin-bottom: 12px;
    margin: -10px;
}
.goods .goodsss .cc {
    background-color: #fff;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    /* height: 565px; */
}
 .goods .goodsss .cc img {
    width: 100%;
    /*height: 100%;*/
}
.goods .goodsss .cc4 img {
    width: 100%;
    /*height: 100%;*/
} 



/* 产品下面的按钮 */
.goods .cc_botton {
    width: 100%;
    display: flex;
    background-color: #f1ebeb;
}
.goods .pagination{
    display: flex;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 120px;
	font-size: 14px;
}
.btn-group {
	display: flex;
}
#page_center_botton {
	display: none;
}
.goods .pagination .btn{
	display: block;
    width: 100px;
    height: 40px;
    background-color: #222222;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-right: 1px;
    font-weight: bold;
    cursor: pointer;
	margin-right: 10px;
}
.goods .pagination .btn-group  a {
	/* background-color: #e37518; */
}
.goods .pagination .btn:hover{
    background-color: #e37518;
}




/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .goods-c {
        width: 1200PX;
    }
    .goods .goodsss .cc {
        padding: 20px;
    }
}

/* 手机端 */
@media screen and (max-width: 550px) {
    .goods-c {
        width: 100%;
    }
    .goods .goodsww {
        margin-top: 60px;
        flex-wrap: wrap;
    }
    .goods .goodsww .bjt {
        width: 50%;
    }
    .goods .goodsss .temp {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        flex-wrap: wrap;
    }
    .goods .pagination .btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }
    .goods .goodsss .cc {
        background-color: #fff;
        width: 100%;
        /* height: 695px; */
        border-bottom: 1px solid #ccc;
    }
    .goods .goodsss .cc img {
        margin: 10px auto;
        display: block;
    }
}
