a:hover{
    color: #0092FF;
}
.category-list {
    font-size: 12px;
    color: #fff;
    width: 220px;
    height: 314px;
    background: #474F60;
    padding: 8px 0 0 0;
    z-index: 999;
    position: relative;
}

.category-list .category-item {
    font-weight: normal !important;
    display: flex;
    height: 42px;
    line-height: 42px;
    padding: 0 14px;
    cursor: pointer;
}

.category-list .category-item:hover {
    background:rgba(43,48,59,1);
}

.category-list .category-item:hover .hover-category{
    display: flex;
}

.category-list .category-item a {
    margin-right: 10px;
    white-space: nowrap;
    color: #fff;
}

.category-list .category-item a:hover {
    color: #0092FF;
}

.category-list .category-item .app-category {
    min-width: 5em;
    font-size: 14px;
    font-weight: bold;
}

/* 浮动出现的分类 */
.hover-category {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    width: 980px;
    height: 314px;
    position: absolute;
    top: 0px;
    left: 220px;
    z-index: 9;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13);
    display: none;
}

.category-list .category-item .hover-category a{
    color: #333333;
}

.category-list .category-item .hover-category a:hover{
    color: #0092FF;
    text-decoration: underline;
}

.hover-category .left {
    width: 660px;
    writing-mode: vertical-lr;
    overflow: hidden;
}

.hover-category .h-category-item {
    width: 210px;
    padding: 22px 20px 10px;
    display: inline-block;
    writing-mode: lr-tb;
    vertical-align: top;
}

.hover-category .h-category-item .item-name {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    writing-mode: lr-tb;
}

.hover-category .h-category-item .item-name span {
    color: #666;
}

.hover-category .h-category-item .item-list {
    writing-mode: lr-tb;
}

.hover-category .h-category-item .inner-item {
    margin: 0 10px 0px 0;
    line-height: 24px;
    writing-mode: lr-tb;
}

.hover-category .h-category-item .inner-item.hot {
    color: #FF6219;
}

.hover-category .right {
    font-size: 12px;
    width: 301px;
    border-left: 1px solid #eee;
    padding: 0px 20px 0 24px;
    margin: 20px 0px;
}

.hover-category .right .item {
    line-height: 1;
    width: 116px;
    margin-bottom: 20px;
    align-self: flex-start;
}

.hover-category .right .item .name {
    margin: 8px 0 10px 0;
}

.hover-category .right .item:not(:nth-child(2n)) {
    margin: 0 20px 0 0;
}

.hover-category .right .hover-img-wrapper {
    width: 116px;
    height: 88px;
    overflow: hidden;
}

.hover-category .right .hover-img-wrapper:hover img{
    transform: scale(1.05);
}

.hover-category .right img {
    width: 116px;
    height: 88px;
    transition: all .4s linear;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, .06), -2px 3px 5px rgba(0, 0, 0, .06);
}
/* 浮动的类 end */

.top-category-right {
    font-size: 12px;
    width: 960px;
    height: 294px;
    margin: 20px 0 0 20px;
    padding: 0px 20px 0 20px;
    background: #fff;
}

.top-category-right .top-category-right-item {
    display: flex;
    padding: 18px 0 0 0;
    /* margin-bottom: 20px; */
}

.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 .category-list-right li {
    width: 100px;
    margin: 0 0px 17px 0;
}

.top-category-right .category-list-right a {
    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;
}

.top-category-right .category-list-right a.active {
    color: #fff;
    background: rgba(255, 153, 0, 1) !important;
    border-radius: 10px;
}

.top-category-right .category-list-right a:hover {
    background: rgba(240, 240, 240, 1);
    border-radius: 10px;
}

.price-input {
    width: 225px;
    font-size: 0;
    margin: -24px 0 0 00px;
}

.price-input-input {
    display: inline-block;
    border: 1px solid #DDD;
    width: 65px;
    height: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 25px;
    vertical-align: middle;
    text-indent: 5px;
    outline: 0;
    transition: all .25s
}

.price-input-input:focus {
    border-color: #00A4FF
}

.price-input-text {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    vertical-align: middle;
    margin: 0 5px
}

.price-input-button {
    color: #888;
    border: 1px solid #DDD;
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    margin-left: 10px;
    padding: 0 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
    transition: all .25s;
    border-radius: 0;
}

.price-input-button:hover {
    background-color: #00A4FF;
    color: #fff;
    border-color: #00A4FF;
}



/*  */
.common-title {
    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;
}

/* 商品列表 */
.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 span{
    color: #FF6219;
}

.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,
.market .filtrate .filtrate-right 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-left .active,.market .filtrate .filtrate-right .active {
    color: #0092FF;
}
.market .filtrate .filtrate-left .noactive,.market .filtrate .filtrate-right .noactive {
    color: #333;
}

.market .filtrate .filtrate-right > div img {
    margin-right: 8px
}

.market .filtrate .filtrate-right > div.active img.deactive-img {
    display: block;
}

.market .filtrate .filtrate-right > div.active img.active-img {
    display: none;
}

/* 商品列表筛选 end */

.market .market-list .market-item {
    width: 220px;
    min-height: 276px;
    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 a.img-wrapper {
	display: block;
    width: 100%;
    height: 166px;
    overflow: hidden;
}

.market .market-list .market-item:hover img {
    transform: scale(1.05);
    transition: all .4s linear;
    animation: all .4s linear;
}

.market .market-list .market-item .price {
    font-size: 14px;
    color: #FF6219;
}

.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-content .star{
    font-size: 14px;
    margin-bottom: 20px;
}

.market .market-list .market-item .goods-content .star div{
    margin-left: 10px;
}

.market .market-list .market-item .goods-content .star i{
    font-size: 14px;
    color: #FF9900;
}

.market .market-list .market-item .goods-name {
    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 a:hover,
.layui-laypage span:hover{
    color: #0092FF;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    height: 24px;
    line-height: 24px;
    background: #0092FF;
}
/* 分页 */