.printondemand-box{
    overflow: auto;
    background-color: #f2f2f2;
}
.pd-wrap{
    background-color: #f2f2f2;
    max-width: 100%;
    min-width: 1200px;
}
.pd-wrap .Product{
    position: relative;
}

.pd-wrap .Product .search-info{
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
.pd-wrap .Product .search-info a{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.pd-wrap .Product .search-info a:hover{
    color: var(--color-theme-1);
}
.pd-wrap .Product .search-info a:last-child{
    color: var(--color-theme-1);
}
.pd-wrap .Product .hasListData{
    width: 1200px;
    margin: 0 auto;
}
.pd-wrap .Product h1 {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    padding: 16px;
    text-align: center;
}
.pd-wrap .Product .top{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: #f2f2f2;
    border-bottom: 4px solid var(--color-theme-1);
}
.pd-wrap .Product .POD-top-Header {
    background: #f2f2f2;
}
.pd-wrap .Product .POD-top-Header-Box {
    width: 1200px;
    margin: 0 auto;
    min-height: 107px;
    background: #f2f2f2;
}

.pd-wrap .Product .head-fixed {
    position: fixed;
    z-index: 20;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
}
.pd-wrap .Product .Category {
    width: 1200px;
    padding: 0;
    position: relative;
    height: 34px;
    overflow: hidden;
}

.pd-wrap .Product .Category .swiper-box {
    width: 100%;
    position: relative;
}
.pd-wrap .Product .Category .swiper-continer {
    width: 100%;
    overflow: hidden;
    border-bottom: 6px solid var(--color-theme-1);
}
.pd-wrap .Product .Category .swiper-wrapper {
    display: flex;
    transition-timing-function: ease;
}
.pd-wrap .Product .Category .swiper-main {
    width: 20%;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    /* background-color: #fff; */
    cursor: pointer;
    padding: 0px 10px;
    flex-shrink: 0;
}

.swiper-item {
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.pd-wrap .Product .Category ul{
    width: max-content;
    transition: all .3s;
    height: 34px;
    position: absolute;
}

.pd-wrap .Product .Category li {
    display: inline-block;
    padding-right: 10px;
}
.pd-wrap .Product .Category .tab-item {
    display: inline-block;
    width: 230px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    border-radius: 4px 4px 0px 0px;
    
    cursor: pointer;
    background:#fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pd-wrap .Product .Category .tab-item:hover{
    color: var(--color-primary-hover);
}
.pd-wrap .Product .Category .CategoryAct {
    background-color: var(--color-theme-1);
    color: #fff;
}
.pd-wrap .Product .Category .CategoryAct:hover{
    color: #fff;
}

.pd-wrap .Product .Category::-webkit-scrollbar {
    display: none;
}
#topNav .swiper-slide span{
    transition:all .3s ease;
    display:block;
}
#topNav .active span{
    transform:scale(1.1);
    background-color: var(--color-theme-1);
    color: #fff;
}

.PrintContent .hasListData li {
    width: 235px;
    height: 340px;
    border-radius: 2px;
    float: left;
    position: relative;
    margin: 0 5px 10px 5px;
    transition: all .3s;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    cursor: pointer;
}
.PrintContent .hasListData li .tag{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/image/CJ-home/bestNum.png);
    width: 20px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.PrintContent .hasListData li:hover{
    transition: all .3s;
}
.PrintContent .hasListData li a{
    width: 234px;
    height: 220px;
    display: inline-block;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
}
.PrintContent .hasListData li a img {
    width: 100%;
    height: 220px;
    transition: all 0.3s;
}
.PrintContent .hasListData li a img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}

.PrintContent .hasListData li .isVideo {
    position: absolute;
    right: 0;
    top: 0;
    width: 98px;
    height: 25px;
    background: rgba(255, 119, 0, 1);
    border-radius: 0px 2px 0px 2px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    text-align: center;
}

.PrintContent .hasListData li .info {
    padding: 0 12px;
}

.PrintContent .hasListData li .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 41px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    text-align: left;
}
.PrintContent .hasListData li .info h3:hover{
    color: var(--color-theme-1);
}
.PrintContent .hasListData li .info .info-txt {
    margin: 3px auto 0 auto;
    line-height: 30px;
    text-align: right;
}

.PrintContent .hasListData li .info .price {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 116, 0, 1);
    line-height: 25px;
    margin-right: 12px;
    vertical-align: middle;
}

.PrintContent .hasListData li .info .Personalise {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/image/CJ-home/pod@2x.png);
    width: 22px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    /*float: right;*/
    /*cursor: pointer;*/
    line-height: 40px;
    margin-right: 4px;
}

.PrintContent .hasListData li .info .listed {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: left;
}

.PrintContent .hasListData li .info .Nwishlist {
    width: 17px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.PrintContent .hasListData li .info .Ywishlist {
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.PrintContent .hasListData li .info .listOrsource {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    width: 56px;
    height: 22px;
    background: rgba(247, 142, 41, 1);
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 10px;
}

.PrintContent .hasListData li .info .listOrsource:hover {
    background-color: #FFA200;
}

.PrintContent .hasListData li .info .listedNum {
    float: left;
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin-right: 6px;
}

.asj-page-box {
    color: #757575;
    font-size: 12px;
    height: 48px;
    line-height: 28px;
    padding: 10px 0;
    width: 1200px;
    margin: 0 auto;
}

.asj-page-box .select-page-num {
    float: left;
    width: 115px;
    margin-right: 20px;
    margin-left: 5px
}

.asj-page-box .select-page-num select {
    display: inline-block;
    width: 56px;
    height: 28px;
    /*line-height: 28px;*/
    border-color: #e9e9e9;
    color: #f99429;
    font-size: 12px;
    padding: 6px 5px;
}

.asj-page-box .total-num {
    float: left;
    width: 120px;
    margin-right: 20px
}

.asj-page-box .total-items {
    float: left;
    margin-right: 30px;
}

.asj-page-box .page-index {
    width: 330px;
    float: left;
}

.asj-page-box .page-index a {
    float: left;
    width: 36px;
    height: 28px;
    text-align: center;
    color: #8d9da5;
}

.asj-page-box .page-index a.current {
    color: var(--color-theme-1);
}

.asj-page-box .page-index a:hover {
    color: var(--color-theme-1);
}

.asj-page-box.vip .page-index a.current {
    color: var(--color-theme-1-vip);
}

.asj-page-box.vip .page-index a:hover {
    color: var(--color-theme-1-vip);
}

.asj-page-box .to-go {
    float: left;
    width: 250px
}

.asj-page-box .to-go input {
    display: inline-block;
    width: 48px;
    height: 28px;
    border-color: #e9e9e9
}

.asj-page-box .to-go a {
    display: inline-block;
    width: 40px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    background-color: #f8f8f8;
    border-color: #e5e1da;
    color: var(--color-primary);
    margin-left: 20px;
    font-size: 12px
}
.Product .prev{
    background-image: url(/static/image/CJ-home/left@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    left: -50px;
    top: 5px;
    cursor: pointer;
}
.Product .next{
    background-image: url(/static/image/CJ-home/rightcopy@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    right: -50px;
    top: 5px;
    cursor: pointer;
}
.Product .new-prev,.Product .new-next {
    position: absolute;
    width: 24px;
    height: 34px;
    background: rgba(102, 102, 102, 0.9);
    z-index: 100;
    line-height: 34px;
    cursor: pointer;
    text-align: center;
    top: 0;
    color: #fff;
}
.Product .new-prev:hover,.Product .new-next:hover {
    background: #666;
}
.Product .new-prev {
    left: 0;
    border-radius: 0 100px 100px 0;
}
.Product .new-next {
    right: 0;
    border-radius: 100px 0 0 100px;
}
.pd-wrap .SearchTxt{
    width: 980px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 55px;
}
.isSearch{
    padding-top: 0!important;
}
.PrintContent .hasListData .inventory-show-more .show-more-item{
    height: auto;
    background: none;
    border: 0 none;
    float: none;
    margin: 0;
    width: auto;
}
.pd-wrap .Product .podNoData {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pd-wrap .Product .podNoData .podNoDataImg {
    width: 200px;
    height: 200px;
}
.pd-wrap .Product .podNoData .podNoDataText {
    font-size: 14px;
    color: var(--color-font-3);
    margin: 20px 0 0 0;
}