a{
    display: inline-block;
}

a:hover{
    color: #0092FF;
}

.top-category-wrapper{
    margin-top: 20px;
}

.top-category-wrapper .vip-wrapper{
    width: 220px;
    height: 269px;
    position: relative;
}

.top-category-wrapper .vip-wrapper .bg{
    width: 220px;
    height: 269px;
}

.top-category-wrapper .vip-wrapper .big-vip {
    width: 113px;
    height: 100px;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}

.top-category-wrapper .vip-wrapper .vip-order {
    font-size: 12px;
    position: absolute;
    top: 122px;
    left: 23px;
}

.top-category-wrapper .vip-wrapper .vip-order .vip-item {
    color: #FF4A19;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.top-category-wrapper .vip-wrapper .vip-order .vip-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.top-category-wrapper .vip-wrapper .vip-order .vip-item span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

.top-category-right {
    font-size: 12px;
    width: 960px;
    height: 269px;
    margin: 0px 20px 0 0px;
    padding: 0px 20px 0 20px;
    background: #fff;
}

.top-category-right .top-category-right-item {
    display: flex;
    align-items: center;
    padding: 20px  0;
}

.top-category-right .top-category-right-item.brand a.select{
    border-color: #0092FF;
}

.top-category-right .top-category-right-item.brand a.select div{
    color: #0092FF;
    display: block!important;
}

.top-category-right .top-category-right-item.brand a.select img{
    display: none;
}

.top-category-right .top-category-right-item.brand ul li:not(:first-child):hover img{
    display: none;
}

.top-category-right .top-category-right-item.brand a:not(:first-child) div {
    font-size: 14px;
    text-align: center;
    width: 90px;
    height: 39px;
    line-height: 39px;
    display: none;
}

.top-category-right .top-category-right-item.brand  ul li div {
    display: none;
}

.top-category-right .top-category-right-item.brand  ul li:not(:first-child):hover div {
    display: block;
}

.top-category-right .top-category-right-item.brand ul li:not(:first-child) a{
    height: 44px;
    line-height: 40px;
    width: 92px;
    border-radius: 0;
    padding: 0;
    border: 1px solid #eee;
}

.top-category-right .brand img{
    width: 90px;
    height: 40px;
}

.top-category-right .top-category-right-item:not(:last-child) {
    border-bottom: 1px solid #efefef;
}

.top-category-right .category-title-right {
    height: 20px;
    line-height: 20px;
    min-width: 4em;
    margin-right: 20px;
    white-space: nowrap;
}

.top-category-right  .search-bar{
    border: 1px solid #DEDEDE;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
}

.top-category-right .search-bar img{
    width: 14px;
    height: 14px;
    position: relative;
}

.top-category-right  .search-bar img::after {
    content: '';
    width: 1px;
    height: 30px;
    /*background: #DEDEDE;*/
    background: red;
    position: absolute;
    top: 0;
    right: 50px;
}

.top-category-right .category-list-right li{
    width: 110px;
}


.top-category-right .category-list-right a:not(:first-child) {
    min-width: 68px;
}

.top-category-right .category-list-right a {
    text-align: left;
    text-align: center;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 10px;
    color: #333;
    transition: background .15s;
    /* margin: 0 40px 0px 0; */
}


.top-category-right .type img {
    width: 49px;
    height: 13px;
}

.top-category-right .category-list-right a.active {
    color: #fff;
    background: rgba(255, 153, 0, 1) !important;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
}

.top-category-right .category-list-right a:hover {
    color: #0092FF;
}

/**/
.market {
    margin-top: 20px;
    padding: 0px 20px 0 20px;
}

.market.guess{
    padding-top: 20px;margin: 0 auto 24px auto
}

/* 商品列表筛选 */
.market .filtrate {
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
    position: relative;
}

.market .filtrate div:not(:last-child) {
    margin-right: 30px;
}

.market .filtrate .filtrate-left img {
    width: 10px;
    height: 10px;
}

.market .filtrate .filtrate-right img.deactive-img,
.market .filtrate .filtrate-left img.deactive-img {
    display: none;
}

.market .filtrate .filtrate-left div,
.market .filtrate .filtrate-right div {
    cursor: pointer;
}

.market .filtrate .filtrate-left div:hover{
    color: #0092FF;
}

.market .filtrate .filtrate-left div:hover .deactive-img {
    display: block;
}

.market .filtrate .filtrate-left div:hover .active-img {
    display: none;
}

.market .filtrate .filtrate-left > div.active,
.market .filtrate .filtrate-right > div.active {
    color: #0092FF;
}

.market .filtrate .filtrate-right span {
    color: #FF6219;
}


/* 商品列表筛选 end */

.market .market-list .market-item {
    width: 220px;
    min-height: 240px;
    margin-bottom: 20px;
    transition: all .4s linear;
    animation: all .4s linear;
}

.market .market-list .market-item:hover {
    transition: all .4s linear;
    animation: all .4s linear;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .06), -2px 3px 5px rgba(0, 0, 0, .06);
}

.market .market-list .market-item:hover .buy-now {
    background: #ee7A3C;
}

.market .market-list .market-item .img-wrapper {
    width: 100%;
    height: 166px;
    overflow: hidden;
}

.market .market-list .market-item:hover .img-wrapper img {
    transform: scale(1.05);
    transition: all .4s linear;
    animation: all .4s linear;
}

.market .market-list .market-item .count{
    font-size: 12px;
}

.market .market-list .market-item .price {
    display: flex;
    align-items: center;
}

.market .market-list .market-item .price img {
    width: 8px;
    height: 12px;
    margin-right: 7px;
}

.market .market-list .market-item .sales img {
    width: 49px;
    height: 13px;
}

.market .market-list .market-item .goods-content {
    line-height: 1;
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px 10px 20px 10px;
}

.market .market-list .market-item .goods-name {
    display: block;
    margin-bottom: 16px;
}

.market .market-list .market-item:not(:nth-child(5n)) {
    margin-right: 15px;
}

.market .market-list .market-item img {
    width: 100%;
    height: 166px;
    transition: all .4s linear;
}

.market .change-data {
    color: #0092ff;
    padding: 6px 0 26px 0;
}

.market .change-data img {
    width: 16px;
    height: 14px;
    margin-right: 5px;
}

.market .change-data .inner {
    font-size: 12px;
    height: 34px;
    line-height: 32px;
    padding: 0 24px;
    border-radius: 17px;
    transition: all .25s;
    background: #fff;
    color: #00A4FF;
}

.market .change-data .inner:hover {
    background-color: rgba(0, 0, 0, .3);
    background-color: #F4F5F9;
}

/* 商品列表 end */

/* 分页 */
#pagination{
    text-align: right;
}

.layui-laypage span,
.layui-laypage a{
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    padding:0 11px ;
    border-radius: 3px!important;
}

.layui-laypage a, .layui-laypage span{
    height: 24px;
    line-height: 24px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    height: 24px;
    line-height: 24px;
    background: #0092FF;
}

.layui-laypage a:hover, .layui-laypage span:hover{
    color: #0092FF;
}

/* 分页 */

/* 标题 */
.common-title {
    display: flex;
    align-items: center;
    color: #333333;
    line-height: 1;
    padding: 30px 0 17px 0;
    font-size: 22px;
    /*border-bottom: 1px solid #EEEEEE;*/
    /*margin-bottom: 18px;*/
}

.common-title img {
    width: 24px;
    height: 22px;
    margin-right: 10px;
}