
.main-left {
}

.main-right {
    margin: 20px 0 0 20px
}

.category-list {
    font-size: 12px;
    color: #fff;
    width: 220px;
    height: 314px;
    background: #474F60;
    /* padding: 12px 14px; */
    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;
}

.category-list .category-item:hover {
    background: rgba(42, 48, 59, 1);
}

.category-list .category-item:hover .hover-category {
    display: flex;
}

.category-list .category-item a {
    margin-right: 10px;
    white-space: nowrap;
}

.category-list .category-item a {
    color: #fff;
}

.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;
    /* visibility: hidden; */
}

.category-list .category-item a:hover {
    color: #0092FF;
}

.category-list .category-item .hover-category a {
    color: #333;
}

.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: 317px;
    border-left: 1px solid #eee;
    padding: 0px 20px 0 24px;
    margin: 20px 0px;
}

.hover-category .right .item {
    line-height: 1.8;
    width: 126px;
    margin-bottom: 20px;
    align-self: flex-start;
}

.hover-category .right .item:not(:nth-child(2n)) {
    margin: 0 20px 0 0;
}

.hover-category .right .item {
    line-height: 1;
}

.hover-category .right .item .name {
    margin: 8px 0 10px 0;
}

.hover-category .right .hover-img-wrapper {
    width: 126px;
    height: 84px;
    overflow: hidden;
}

.hover-category .right .hover-img-wrapper:hover img {
    transform: scale(1.05);
}

.hover-category .right img {
    width: 126px;
    height: 84px;
    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;
    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-top: -24px;
}

.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 {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #DDD;
    padding: 0 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #888;
    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: 20px 0 0px 0;
    padding: 0px 20px 0 20px;
    width: 960px;
}

.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 {
    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: 293px;
    min-height: 341px;
    margin-bottom: 20px;
    transition: all .4s linear;
    animation: all .4s linear;
}

.market .market-list .market-item .pay-type {
    font-size: 12px;
    width: 65px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 3px;
}

.market .market-list .market-item .pay-type.person {
    color: #0092FF;
    border-color: #0092FF;
}

.market .market-list .market-item .pay-type.saas {
    color: #FF9900;
    border-color: #FF9900;
}

.market .market-list .market-item .sales {
    font-size: 12px;
    color: #333;
}


.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: 195px;
    overflow: hidden;
}

.market .market-list .market-item img {
    width: 100%;
    height: 195px;
    transition: all .4s linear;
}

.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 {
    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 .goods-desc {
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 15px;
    margin-bottom: 14px;
}

.market .market-list .market-item .goods-content .star-wrapper {
    font-size: 14px;
    margin-bottom: 32px;
}

.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 {
    display: block;
    margin-bottom: 16px;
}

.market .market-list .market-item a.goods-name:hover {
    color: #0092FF;
}

.market .market-list .market-item:not(:nth-child(3n)) {
    margin-right: 20px;
}

.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;
}

/* 分页 */


/* 右侧推荐 */
.right-recommend {
    width: 220px;
    line-height: 1;
    padding: 15px;
    margin: 20px 0px 0 0;
    background: #fff;
}

.right-recommend .right-recommend-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.right-recommend .right-recommend-title .special-font {
    font-size: 24px;
    line-height: 28px;
    font-weight: bolder;
    color: #F2A056;
    background-image: -webkit-linear-gradient(left, #F2A056, #F16863);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.right-recommend .right-recommend-title img {
    vertical-align: text-bottom;
}

.right-recommend .right-recommend-title .dot {
    margin: 0 6px;
}

.right-recommend-item {
    font-size: 12px;
}

.right-recommend-item div {
    margin: 15px 0 25px 0;
}

.right-recommend-item:last-child div {
    margin-bottom: 0;
}

.right-recommend-item img {
    width: 190px;
    height: 157px;
}

/* 猜你喜欢 */
.four-row-guess {
    width: 960px;
    line-height: 1;
    padding: 20px 20px 0 20px;
    margin-bottom: 24px;
}

.four-row-guess .guess-item {
    margin-bottom: 20px;
    width: 215px;
}

.four-row-guess .guess-item:not(:nth-child(4n)) {
    margin-right: 20px;
}

.four-row-guess .guess-item .goods-text-desc {
    border: 1px solid #eee;
    padding: 0 10px;
}

.four-row-guess .guess-item .goods-text-desc a.goods-name {
    width: 14em;
    display: block;
    padding: 16px 0;
}

.four-row-guess .guess-item .goods-text-desc a.goods-name:hover {
    color: #0092FF;
}

.four-row-guess .guess-item .goods-text-desc .goods-price {
    color: #FF6219;
}

.four-row-guess .guess-item .goods-text-desc .goods-price span {
    font-size: 22px;
}

.four-row-guess .guess-item .goods-text-desc .already-buy-num {
    font-size: 12px;
    text-align: right;
    margin: 15px 0;
}

.four-row-guess .img-wrapper img {
    width: 215px;
    height: 143px;
}

/* 猜你喜欢 end */
.ys-pagination {
    *zoom: 1;
    width: 100%;
    vertical-align: middle;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    justify-content: flex-end;
}

.ys-pagination div {
    height: 24px;
    line-height: 24px;
    border: 1px solid #e2e2e2;
    padding: 0 11px;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}

.ys-pagination div.disabled {
    color: #d2d2d2;
    cursor: not-allowed;
}

.ys-pagination a.active {
    color: #fff;
    background-color: #0092FF;
    border-color: #0092FF;
}

.ad-image-wrapper{
    display: block;
    width: 100%;
    margin-top: 20px;
}

.ad-image-wrapper img{
    width: 100%;
    height: 200px;
}