.w1200 {
    width: 1400px;
    margin: auto;
}

.fl {
    float: left;
}

i {
    font-style: normal;
}


/* 头部导航 */

.classifyItme {
    display: flex;
    justify-content: flex-end;
    margin: auto;
}

.background-slider {
    display: flex;
    position: relative;
    height: 100px;
    background: #000;
    top: 59px;
    z-index: 999;
    background: rgba(0, 0, 0, 0)
}


/* 轮播 */

#slider {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    /* margin: 20px auto 0 auto; */
    border-radius: 4px;
}

#slider ul {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 460px;
    /* width: 100% !important; */
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    /* width: 2130px; */
    max-width: 2130px;
    /* min-width: 1400px; */
    height: 100%;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

#slider li img {
    width: 100%;
    height: 100%;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}


/* ned */


/* 关于用户 */

.aboutUsers {
    position: absolute;
    display: flex;
    width: 280px;
    margin-left: 14px;
    top: 15%;
    right: 13.5%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

#notLoginId {
    display: block;
    width: 100%;
}

#loginID {
    display: block;
    width: 100%;
}

#clregisterID {
    display: block;
    width: 100%;
}

#userID {
    display: block;
    width: 100%;
    margin-top: 10px;
}

#userID .user-message {
    flex-direction: column;
    border-bottom: 1px solid #ccc;
}

.user-box,
.commodity {
    width: 100%;
    font-size: 16px;
}

#personal {
    display: block;
}

.user-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    font-size: 20px;
    color: #494C4E;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.icon-gerenxinxi {
    font-size: 35px;
    margin: auto;
    color: #4B4E50;
}

.notLogin-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    height: 180px;
    width: 96%;
    font-size: 13px;
    color: #9b9b9b;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.notLogin-message {
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 95%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.notLogin-message a {
    width: 40%;
    font-size: 16px;
    text-align: center;
    color: #3090F0;
    line-height: 28px;
    border-radius: 5px;
    background-color: #fff;
    border: 1.5px solid #3090F0;
}

.notLogin-message a:hover {
    color: #fff;
    background-color: #3090F0;
}

.user-message {
    display: flex;
    font-size: 16px;
    width: 80%;
    padding-bottom: 10px;
    color: #666 !important;
    margin: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
}

.user-message span {
    margin: 2px;
    color: #666 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commodity {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.commodity img {
    height: 100%;
}

.commodity a {
    padding: 10px;
}

.settled,
.message {
    display: flex;
    align-items: center;
    height: 50%;
    margin: auto;
    transition: all linear 0.1s;
    justify-content: space-evenly;
    width: 200px;
    color: #AFAFAF;
}

.settled img,
.message img {
    width: 30px;
    height: 30px;
}

.settled span,
.message span {
    width: 90px;
}

.icon-ruzhuxinxi,
.icon-chanpin {
    font-size: 60px;
}

.settled:hover {
    color: red;
}

.message:hover {
    color: red;
}


/* end */


/* 产品类型 */

.productType {
    display: flex;
    align-items: center;
    height: 205px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    justify-content: space-between;
}

.productType>a {
    display: flex;
    height: 100%;
    width: 24%;
    background-color: cadetblue;
}


/* .icon-shangpin3,
.icon-shangpin1,
.icon-shangpin2 {
    font-size: 80px;
    margin: auto;
} */


/* 商品展示 */

.productShow-background {
    width: 100%;
    -moz-background-size: contain !important;
    background: url("../images/bg.jpg") no-repeat 0px 0px !important;
    background-size: cover !important;
}

.productShow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
}

.productShow-box,
.supplierCenter-box {
    float: left;
    display: flex;
    margin-top: 80px;
    width: 49%;
}

.productShow-box-title {
    display: flex;
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
}

.box-title-children {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background-color: blanchedalmond;
}

.children-span {
    font-size: 22px;
    line-height: 60px;
    font-weight: 600;
}

.children-img {
    height: 100%;
    width: 100%;
}

.box-title-list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-title-list>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: 200px;
}

.title-list {
    overflow: hidden;
}

.list-span {
    font-size: 16px;
    line-height: 50px;
}

.list-img {
    width: 115px;
    height: 115px;
    cursor: pointer;
    transition: all 0.7s;
}

.list-img:hover {
    transform: scale(1.1);
}

.box-title-lists>div:hover {
    opacity: 1;
    transition: 0.3s;
    margin-top: -20px;
    box-shadow: 2px 2px 5px #000;
}

.supplierCenter-box {
    width: 100%;
}

.supplierCenter-box-title {
    display: flex;
    width: 100%;
    height: 300px;
}

.supplierCenter-children {
    width: 25%;
}

.supplierCenter-title-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.supplierCenter-title-list>div {
    width: 14.2864%;
    height: 49%;
}

.upplierCenter-show-img {
    height: 100px;
    width: 100px;
    margin: auto;
    margin-top: 15%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.supplierCenter-show-item {
    position: relative;
    width: 14%;
    overflow: hidden;
    border: 1px solid #eee;
}

.supplierCenter-show-item:hover .upplierCenter-show-img {
    transform: scale(1.1);
}

.supplierCenter-show-item:hover .supplierCenter-show-name {
    bottom: 0;
}

.supplierCenter-show-name {
    position: absolute;
    left: 0;
    bottom: -54px;
    width: 100%;
    height: 26px;
    padding: 8px 13px;
    font-size: 12px;
    line-height: 1.5;
    background-color: #e53935;
    background-color: rgba(0, 0, 0, .7);
    color: #ffF;
    transition: all linear 0.3s;
}


/* end */

.swiper-container {
    width: 100%;
    height: 400px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}