*{outline:none}
.c-bg-fff{background: #fff;box-shadow: 3px 0 10px #e6e6e6;}
.c-bg-p1{ padding: 40px 25px 20px;}
.c-color1{color: var(--genericColor);}
.c-color2{color: #232323;}
.c-color3{color: #979797;}
.p20{ padding: 20px;}
.c-title{ font-size: 18px; color: #232323; height: 25px; line-height: 25px; border-left: 2px solid var(--genericColor); padding-left: 10px;}
.c-title-subhead { font-size: 12px;color: #979797;}
.c-title-button{ font-size: 14px; cursor: pointer;}
.c-title-button:hover{ color: #3b3b3b;}
.c-titleBar{ padding: 12px 0;font-size: 10px;color: #979797;position: absolute;top: -21px;}
.c-titleBar a{color: #979797;}
.c-titleBar a:hover{ color: #808080;}
.c-ul{margin-top: 20px;}
.c-ul li{float: left;padding: 10px;}
.c-ul li div{width: 100%;}
.c-ul1 li{width: 25%;}
.c-ul2 li{width: 16.66%;}
.c-ul3 li{width: 33%;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("../images/icon/icon-nextPage.png");
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("../images/icon/icon-previousPage.png");
}
.swiper-button-prev, .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px;
}
.c-works1{
}
.c-works1-img{
    height: 150px;
    text-align: center;
    line-height: 100px;
}

.c-works2-img{
    position: relative;
    height: 197px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 197px;
    box-shadow: 0 0 10px #e6e6e6;
    transition: all .3s ease;
}
.c-works3-img{
    height: 200px;
    /*min-width: 200px;*/
    text-align: center;
    line-height: 198px;
    box-shadow: 0 0 15px rgba(21, 19, 19, 0.31);
    transition: all .3s ease;
    position: relative;
}
.c-works3-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.6);
}
.c-works3-btn{
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    color: var(--genericColor);
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-works3:hover .c-works3-mask{
    display: flex;
}

.c-works1-img img, .c-works2-img img, .c-works3-img img{
    max-width: 100%;
    max-height: 100%;
}
.c-works1-text{
    width: 95%;
    text-align: center;
    font-size: 14px;
    color: #232323;
    padding: 15px 0 10px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c-works2-bottom{
    padding: 15px 0 10px;
}
.c-works2-text{
    width: 95%;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}
.c-works2-btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
.c-works2:hover .c-works2-btn{
    display: block;
}
.c-works2-btn button{
    width: 45px;
    height: 23px;
    line-height: 23px;
    border: 0;
    background: rgba(0,0,0,0);
    padding: 0;
    text-align: center;
    background: var(--genericColor);
    color: #fff;
    border-radius: 3px;
    margin: 5px;
    font-size: 12px;
}
.c-works3-bottom{
    position: relative;
    padding: 10px 0;
}
.c-works3-text1-1{
    height: 25px;
    line-height: 25px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #232323;
    font-size: 14px;
}
.c-works3-text1-2{
    font-size: 12px;
    color: #979797;
    /* height: 25px; */
    line-height: 25px;
    display: flex;
    align-items: center;
}
.c-works3-text1-2-span{
    /* max-width: 35%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block; */
    /* display: flex;
    align-items: center; */
}
.c-works3-text1-2-hr{
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #979797a1;
    margin: 0 5px 2px;
}
.c-works3-text2{
    font-size: 14px;
    color: #979797;
    height: 25px;
    line-height: 25px;
    margin: 0;
}
.c-works3-text3{
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
    color: var(--genericColor);
    line-height: 25px;
}

.c-noData{
    padding: 120px 0;
    text-align: center;
}
.c-noData p{
    margin: 30px 0 0;
    font-size: 14px;
    color: #232323;
    line-height: 30px;
}
.c-commodity-top{
    margin: 0 20px;
    border-bottom: 1px dashed #979797

}
.c-commodity-top-title{
    display: inline-block;
    margin-right: 50px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}
.c-commodity-top-content{
    float: left;
    width: 1127px;
    transition: all 1s ease-out;
    overflow: hidden;
}

.c-commodity-top-content span{
    display: inline-block;
    padding-right: 40px;
}

.c-commodity-top-btn{
    float: right;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    color: var(--genericColor);
    transition: all .2s ease;
}

.c-modal{

}
.c-modal .c-modal-head{
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.c-modal .c-modal-head p{
    font-size: 18px;
    color: #232323;
    margin: 0;
}
.c-modal-hide{
    position: absolute;
    top: 0;
    right: 10px;
    display: inline-block;
    width: 40px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}
.c-modal-body{
    position: relative;
    text-align: center;
    padding: 40px;
}
.c-modal-foot{
    text-align: center;
    padding: 20px 0;
}
.c-modal-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
}
.c-modal-btn-hide{
    color: #232323;
    background: #fff;
    border: 1px solid #ddd;
}
.c-modal-btn-submint{
    color: #fff;
    background: var(--genericColor);
    /*border: 1px solid var(--genericColor);*/
    border-radius: 20px;
}
.c-commodity-details-top-left{
    float: left;
    width: 220px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    margin-right: 20px;
    overflow: hidden;
}
.c-commodity-details-top-left img{
    max-width: 100%;
    max-height: 100%;
}
.c-commodity-details-top-right{
    float: left;
    height: 300px;
    position: relative;
}
.c-commodity-details-title{
    font-size: 20px;
    color: #232323;
    margin: 20px 0;
    font-weight: 400;
}
.c-commodity-details-title1{
    font-size: 14px;
    color: #979797;
    margin-bottom: 30px;
}
.c-commodity-details-title2{
    font-size: 14px;
    color: #979797;
}
.c-commodity-details-title2 span{
    font-size: 18px;
    color: var(--genericColor);
}
.c-commodity-details-title3{
    position: absolute;
    left: 0;
    bottom: 0;
}
.c-btn1{
    background: var(--genericColor);
    border-radius: 3px;
    border: 1px solid var(--genericColor);
    color: #fff;
}
.c-btn2{
    background: #fff;
    border-radius: 3px;
    border: 1px solid var(--genericColor);
    color: var(--genericColor);
}
.c-btn1 img, .c-btn2 img{
    width: 13px;
    margin-right: 10px;
}
.c-modal-btn-hide:active, .c-modal-btn-submint:active, .c-btn1:active, .c-btn2:active{
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.c-commodity-details-bottom img{
    width: 100%;
}
/*.swiper-pagination-current{
    color: var(--genericColor);
}
*/
/*地址管理*/
.c-address-form{
    padding: 30px 0;
}
.c-title1{
    padding: 35px 0 11px;
    font-size: 18px;
    color: #232323;
    border-bottom: 1px solid #ddd;
}
.c-form{
    margin-bottom: 20px;
    clear: both;
}
.c-form-label{
    float: left;
    display: block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
    text-align: right;
}
.c-form-content{
    margin-left: 120px;
    min-height: 34px;
}
.c-input1{
    height: 34px;
    width: 518px;
    border: 1px solid #dedede;
    border-radius: 0;
    padding: 0 10px;
    color: #232323;
}
.c-select1{
    height: 34px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 0;
    padding: 0 10px;
    color: #232323;
}
.c-textarea1{
    height: 120px;
    width: 518px;
    border: 1px solid #dedede;
    border-radius: 0;
    padding: 10px;
    color: #232323;
}
.c-input-checkbox{
    width: 13px;
    height: 13px;
}
.c-table1{
    width: 100%;
}
.c-table1 thead tr{
    background: #fafafa;
}
.c-table1 thead tr th{
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    color: #232323;
}
.c-table1 tbody tr{
    border-bottom: 1px solid #ddd;
}
.c-table1 tbody tr td{
    padding: 14px 14px;
    text-align: center;
    font-size: 13px;
    color: #232323;
}
.c-table-operation{
    display: inline-block;
}
.c-table-operation li{
    float: left;
    padding: 0 14px;
    height: 20px;
}
.c-table-operation li .c-table-operation-btn{
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.c-table-operation li .c-table-operation-edit{
    background: url("../images/icon/icon-edit.png") no-repeat center;
    background-size: 18px;
}
.c-table-operation li .c-table-operation-delete{
    background: url("../images/icon/icon-delete.png") no-repeat center;
    background-size: 18px;
}
.c-table-operation li .c-table-operation-btn1{
    height: 20px;
    line-height: 20px;
    color: var(--genericColor);
    cursor: pointer;
}
.c-table-operation li .c-table-operation-icon{
    height: 20px;
    line-height: 20px;
    color: var(--genericColor);
}

/*head*/
.container{
    padding-right: 0;
    padding-left: 0;
    width: 1200px;
}
.c-head{
    height: 80px;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px #e6e6e6;
}
.c-head-logo{
    float: left;
    width: 190px;
    height: 80px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.c-head-logo img{
    max-width: 100%;
    max-height: 100%;
    height: 60px;
}
.c-head-operation{
    float: right;
    padding-top: 20px;
}
.c-head-operation-logIn{
    height: 40px;
    text-align: center;
    border-radius: 20px;
    background: var(--genericColor);
    color: #fff;
    padding: 10px 30px;
}
.c-head-operation-logIn button{
    border: 0;
    background: rgba(0,0,0,0);
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    float: left;
}
.c-head-operation-logIn-user{
    display: inline-block;
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    float: left;
}
.c-head-operation-logIn span.c-head-operation-logIn-hr{
    float: left;
    display: inline-block;
    height: 15px;
    width: 1px;
    background: #fff;
    margin-top: 2.5px;
}
.c-navbar-head{
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-left: 36px;
}
.c-navbar-head-icon{
    display: inline-block;
    width: 30px;
    height: 40px;
    margin-right: 6px;
    float: left;
    cursor: pointer;
}
.c-navbar-head-icon-plus{
    background: url("../images/icon/icon-push.png") no-repeat center;
    background-size: 13px;
}
.c-navbar-head-icon-subtract{
    background: url("../images/icon/icon-subtract.png") no-repeat center;
    background-size: 13px;
}
.c-navbar-head-title{
    display: inline-block;
    font-size: 14px;
    color: #232323;
    height: 40px;
    line-height: 40px;
    float: left;
}
.c-navbar-body a{
    display: block;
    width: 95%;
    height: 35px;
    line-height: 35px;
    color: #232323;
    font-size: 12px;
    padding-left: 72px;
    transition: .3s linear;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c-navbar-body a.pageOn{
    color: var(--genericColor);
}

.commodity-search{
    float: right;
}
.commodity-search input{
    float: left;
    width: 240px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    color: #333;
}
.commodity-search button{
    float: right;
    height: 30px;
    width: 60px;
    background: var(--genericColor);
    border: 1px solid var(--genericColor);
    color: #fff;
    border-radius: 0 3px 3px 0;
}
.message-nav{
    position: fixed;
    top: 100px;
    right: 20px;
    bottom: 20px;
    border: 0px;
    z-index: 105;
    overflow: auto;
}
.message-div{
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 10px 20px;
}
.message-div .message-title{
    font-size: 16px;
    font-weight: 600;
    color: #0A0A0A;
    padding-left: 24px;
    background: url(../images/icon/announcement.png) no-repeat left center;
    margin: 5px 0;
}
.message-list{
    padding: 0 10px;
    margin-top: 20px;
}
.message-list li{
    padding: 0 0 7px 20px;
    background: url(../images/icon/news.png) no-repeat left 7px;
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.message-list li p{
    margin: 0;
    padding: 0;
    line-height: 25px;
    color: #333;
}
.c-input10{
    width: 32px;
    height: 28px;
    background: #F7F8FA;
    padding: 0 10px;
    color: #232323;
    border:none;
}
