/*crumb*/
.crumbs {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}

.crumbs span,
.crumbs a {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 24px;
}

.crumbs a:hover {
    color: #1677ff;
}

/*cat*/
.fenlei-wrap {
    width: 100%;
    position: relative;
}

.bcat-wrap {
    padding-top: 21px;
}

.cat-pre-notice,
.bcat-wrap li a,
.cat-sort-wrap li a {
    font-size: 14px;
    display: inline-block;
}

.cat-pre-notice {
    float: left;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #4a4747;
    margin-left: 10px;
}

.bcat-wrap li,
.cat-sort-wrap li {
    float: left;
    height: 32px;
    margin: 0px 8px;
    position: relative;
}

.bcat-menu-a,
.cat-sort-wrap li a {
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
    color: #666666;
}

.bcat-menu-wrap li:hover .bcat-menu-a {
    border-bottom: 2px solid #1677ff;
    color: #1677ff;
}

.bcat-menu-wrap li:hover .bcat-menu-a.current {
    color: #fff;
    border-bottom: 0px;
}

.bcat-menu-a.current,
.cat-sort-wrap li a.current {
    border-radius: 5px;
    color: #fff;
    background-color: #1677ff;
    border-bottom: none;
}

.cat-sort-wrap ul {
    display: inline-block;
}

.cat-sort-wrap {
    width: 100%;
    height: 50px;
    position: relative;
    border-top: 1px solid #EDEDED;
    margin-top: 25px;
}

.cat-order-wrap {
    padding-top: 9px;
    height: 32px;
    float: left;
}

.cat-sort-wrap a:hover {
    color: #1677ff;
}

.cat-order-wrap {
    margin-right: 50px;
}

.cat-item {
    position: absolute;
    left: -176px;
    top: 42px;
    z-index: 10;
    width: 386px;
    visibility: hidden;
    background-color: #fff;
    padding: 13px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .13);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .13);
    border: 1px solid #eee;
}

.cat-item a {
    width: 96px;
    height: 36px;
    text-align: center;
    transition: unset;
    line-height: 36px;
    float: left;
}

.cat-item a:hover,
.cat-item a.current {
    color: #F4543C;
}

.bcat-menu-wrap {
    display: inline-block;
    width: 1440px;
}

.cat-active {
    visibility: visible;
    top: 32px;
}

/*pic-content*/
.pic-content-wrap {
    width: 100%;
    position: relative;
    background-color: #f5f5f5;
    padding-top: 11px;
    overflow: hidden;
}

.f-content {
    position: relative;
    margin-top: 10px;
}


/*page*/
.page {
    text-align: center;
    height: 38px;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 52px;
}

.pager-wrap {
    margin: 0;
    padding: 0;
    display: inline-block;
    max-width: 800px;
    _width: 750px;
    _padding-left: 300px
}

.pager-wrap li {
    float: left;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-left: 6px;
    text-align: center;
    font-size: 16px;
    background: #fff;
    border-radius: 2px;
    padding: 0 19px;
}

.pager-wrap li a,
.pager-wrap li span {
    color: #5f5f5f;
}

.pager-wrap li:hover,
.pager-wrap li.active {
    background: #1677ff;
}

.pager-wrap li:hover a,
.pager-wrap li:hover span,
.pager-wrap li.active span {
    color: #fff;
}

.Logo_Menu {
    width: 1500px;
}

/* sousuo */
.con-ss {
    float: right;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.con-ss input {
    height: 30px;
    line-height: 30px;
    width: 150px;
    border: 1px solid #e5e5e5;
    border-right: none;
    float: left;
    padding: 0 0 0 10px;
    outline: none;
    font-size: 14px;
}

.con-ss button {
    height: 32px;
    line-height: 32px;
    width: 40px;
    border: none;
    background: #1677ff;
    color: #fff;
}

/**********public**************/

.box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04), 0 4px 8px rgba(0, 0, 0, .06);
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .04), 0 4px 8px rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .04), 0 4px 8px rgba(0, 0, 0, .06);
    -webkit-backface-visibility: hidden;
}

.box-shadow:hover {
    transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    -moz-transform: translate(0px, -4px);
    -webkit-transform: translate(0px, -4px);
    -o-transform: translate(0px, -4px);
    -webkit-transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

/**********waterfall-img-box*************/
.i-flow-item {
    position: absolute;
    width: 280px;
    height: auto;
    background-color: #fff;
    margin: 0px 10px 18px 10px;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.img-out-wrap {
    position: relative;
    overflow: hidden;
}

.i-flow-item .img-wrap {
    display: block;
    width: 260px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
}

.i-flow-item .img-wrap img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

/*title*/
.i-title-wrap {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    color: #333;
    margin: 0 14px;
    text-align: center;
}



/*show-operate-area*/
.i-p-op {
    overflow: hidden;
    margin: 12px 0;
    display: flex;
    justify-content: center;
    gap: 18px;
}

.i-op-k, .i-op-d {
    width: 70px;
    height: 27px;
    display: flex;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    gap: 5px;
}

.i-op-k {
    background-color: #3b8cff;
    background-image: linear-gradient(to bottom right, #3b8cff, #36baff);
}

.i-op-d {
    background-color: #1677ff;
    background-image: linear-gradient(to bottom right, #1677ff, #2f54eb);
}


.i-p-info {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    font-size: 14px;
    color: #858585;
    border-top: 1px solid #f1f1f1;
    background-color: #fff;
}

.i-p-info img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #eee;
}

.i-p-info .price {
    display: flex;
    align-items: center;
}

.i-p-info .price span {
    color: #f00;
    font-size: 17px;
}

/*operate*/
.p-pic-operate-wrap {
    position: absolute;
    right: 18px;
    z-index: 1;
    top: 10px;
    transition: .25s;
    opacity: 0;
}

.i-flow-item:hover .p-pic-operate-wrap {
    top: 20px;
    opacity: 1;
}

.p-pic-operate-wrap a {
    display: inline-block;
    height: 32px;
    float: left;
    margin: 5px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    text-indent: 20px;
}

.p-pic-operate-wrap .p-unkeep {
    width: 32px;
    background: url(../images/fenlei-tiny-icon.png) no-repeat -20px -20px #fff;
}

.p-pic-operate-wrap .p-unkeep:hover {
    background: url(../images/fenlei-tiny-icon.png) no-repeat -20px -20px #efefef;
}

.p-pic-operate-wrap .p-keeped {
    width: 32px;
    background: url(../images/fenlei-tiny-icon.png) no-repeat -20px -116px #fff;
}

.p-pic-operate-wrap .p-keeped:hover {
    background: url(../images/fenlei-tiny-icon.png) no-repeat -20px -116px #efefef;
}

.p-pic-operate-wrap .p-down-operate {
    width: 85px;
    background: url(../images/fenlei-tiny-icon.png) no-repeat -23px 4px #F4543C;
}

.p-pic-operate-wrap .p-down-operate:hover {
    background: url(../images/fenlei-tiny-icon.png) no-repeat -23px 4px #FF7460;
}

.p-pic-operate-wrap .p-down-operate-zip {
    width: 56px;
    background: url(../images/fenlei-tiny-icon.png) no-repeat -23px 4px #F4543C;
}

.p-pic-operate-wrap .p-down-operate-zip:hover {
    background: url(../images/fenlei-tiny-icon.png) no-repeat -23px 4px #FF7460;
}

/*other*/
.line-hold {
    width: 1px;
    height: 12px;
    margin-top: 13px;
    background-color: #CCCCCC;
    float: left;
    display: block;
}