
.scroll-section::-webkit-scrollbar,
.filter-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-radius: 3px;
}

.scroll-section::-webkit-scrollbar-thumb,
.filter-list::-webkit-scrollbar-thumb {
    background: #b1b1b1;
    border-radius: 4px;
}

.scroll-section::-ms-scrollbar,
.filter-list::-ms-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-radius: 3px;
}

.scroll-section::-ms-scrollbar-thumb,
.filter-list::-ms-scrollbar-thumb {
    background: #b1b1b1;
    border-radius: 4px;
}

.pagination-wraper {
    overflow: hidden;
    margin-top: 20px;
    font-size:13px;
    color:#555;
}

.pagination-wraper span.total {
    float: right;
    line-height: 35px;
}

.pagination-wraper .pagination {
    float: right;
}

.pagination>li {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: abelRegular !important;
    background-color: #222;
    border: 2px solid #222;
    transition: all .25s ease-in-out;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background: #fff;
    color: #222;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #222;
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #222;
    cursor: default;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #fff;
    background-color: #222;
    border-color: #222;
    cursor: not-allowed;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;

}

.page-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 1190px;
}

.btn {
    width: 100%;
    height: 40px;
    background: #585e71;
    font-size: 17px;
    color: #fdfcfc;
    cursor: pointer;
    transition:background 0.4s;
}

.btn:hover {
     background: #424654;
}

.input-text {
    width: 100%;
    height: 43px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #bababa;
    font-size: 14px;
}

.input-text:hover {
    border: solid 1px #000;
}

.input-text.error {
    border:1px solid #b82f4b;
    color:#b82f4b;
}

.message {
    opacity:0.90;
    position:fixed;
    top:0;
    left:0%;
    right:0%;
    height:50px;
    line-height:50px;
    font-size:16px;
    font-family: "Microsoft YaHei";
    color:#000;
    background-color: #f6d806;
    z-index:999999999;
    text-align:center;
    border-bottom: solid 1px #f6d806;
}

.pagination-wraper.simple {
    text-align: center;
}

.pagination-wraper.simple .pagination {
    float: none;
}

.pagination-wraper.simple .pagination>li {
    padding: 2px;
}

.pagination-wraper.simple .pagination> li> span,
.pagination-wraper.simple .pagination> li> a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    color: #221e1f;
    font-family: abelRegular !important;
    border-radius: 50%;
    background-color: transparent;
    border:0;
    overflow: hidden;
}

.pagination-wraper.simple .pagination>.active>a, 
.pagination-wraper.simple .pagination>.active>span, 
.pagination-wraper.simple .pagination>.active>a:hover, 
.pagination-wraper.simple .pagination>.active>span:hover, 
.pagination-wraper.simple .pagination>.active>a:focus, 
.pagination-wraper.simple .pagination>.active>span:focus {
    box-shadow: 0 0 0 2px #221e1f;
}

.pagination-wraper.simple .pagination>li>a:hover, 
.pagination-wraper.simple .pagination>li>span:hover, 
.pagination-wraper.simple .pagination>li>a:focus, 
.pagination-wraper.simple .pagination>li>span:focus {
    box-shadow: 0 0 0 2px #221e1f;
}

.pagination-wraper.simple .pagination>.disabled>span:hover {
    box-shadow: 0 0 0 0 #221e1f;
}

.pagination-wraper.simple .pagination> li:last-child a,
.pagination-wraper.simple .pagination> li:last-child span {
    text-indent: 30px;
    background-image: url(../images/pagination/Next.png);
    background-image: image-set(url(../images/pagination/Next.png) 1x ,url(../images/pagination/Next_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/pagination/Next.png) 1x ,url(../images/pagination/Next_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-wraper.simple .pagination> li:first-child a,
.pagination-wraper.simple .pagination> li:first-child span {
    text-indent: 30px;
    background-image: url(../images/pagination/Previous.png);
    background-image: image-set(url(../images/pagination/Previous.png) 1x ,url(../images/pagination/Previous_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/pagination/Previous.png) 1x ,url(../images/pagination/Previous_x2.png) 2x);
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-wraper.simple .pagination> .disabled:first-child span {
    background-image: url(../images/pagination/PreviousGray.png);
    background-image: image-set(url(../images/pagination/PreviousGray.png) 1x ,url(../images/pagination/PreviousGray_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/pagination/PreviousGray.png) 1x ,url(../images/pagination/PreviousGray_x2.png) 2x);
}

.pagination-wraper.simple .pagination> .disabled:last-child span {
    background-image: url(../images/pagination/NextGray.png);
    background-image: image-set(url(../images/pagination/NextGray.png) 1x ,url(../images/pagination/NextGray_x2.png) 2x);
    background-image: -webkit-image-set(url(../images/pagination/NextGray.png) 1x ,url(../images/pagination/NextGray_x2.png) 2x);
}

.hover-gray {
	background-color: #f7f7f7;
}

.hover-black {
	background-color: #221e1f;
}

.hover-gray:hover {
	background-color: #fbfbfb;
}

.hover-black:hover {
	background-color: #424654;
}

/* sc logo 头部的 */
.logo-sc {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(/static/common/images/sc_logo.png);
	background-image: image-set(url(/static/common/images/sc_logo.png) 1x ,url(/static/common/images/sc_logo_x2.png) 2x);
	background-image: -webkit-image-set(url(/static/common/images/sc_logo.png) 1x ,url(/static/common/images/sc_logo_x2.png) 2x);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
	margin-top: 6px;
	margin-left: 3%;
	float: left;
}

/* KIN UI */
.kin-ui-pop {
    position: relative;
}

/* 遮罩 */
.kin-ui-mask {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11111;
    background-color: rgba(255, 255, 255, .9);
}

/* loading */
.kin-ui-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-image: url(/static/artist/images/baseIcon/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
}

/* discontinued */

.discontinued-p {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #000000;
    opacity: 0.5;
    color: #ffffff;
    font-family: abelRegular !important;
    font-size: 14px !important;
    height: 22px !important;
    line-height: 22px !important;
}

.to-discont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 32px;
    position: absolute;
    z-index: 10;
    font-size: 16px;
    color: #d30000;
    background-color: #fff;
    opacity: 0.8;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    line-height: normal;
}

.to-discont-img {
    margin-right: 4px;
}

.to-discont img{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.to-discont p{
    display: inline-block;
    font-family: abelRegular !important;
}

/* 购物车 */
.cart-discontinued {
    margin-top: 8px; 
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart-discontinued img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 2px;
}

.cart-discontinued p,.cart-discontinued-moble p {
    font-size: 14px !important;
    color: #d30000 !important;
    font-family: "abelRegular" !important;
    overflow: unset !important;
}

/* 下架 */
.discontinued{
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 10;
}

.discontinued .discontinued-img {
    height: 36px !important;
    width: auto;
}

.cart-discontinued-moble {
    margin-top: 10px;
    display: none;
    flex-direction: row;
    align-items: center;
}

/* 没有弹窗关闭按钮 */
.no-close-bg {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    font-size: 20px !important;
    color: #999 !important;
    background: none !important;
    right: 18px !important;
    top: 18px !important;
    z-index: 999;
}
.no-close-bg:hover {
    color: #221e1f !important;
    background: none !important;
}

/* 禁止滚动 */
.no-scroll {
    overflow: hidden !important;
}

@media screen and (max-width: 1200px) {
    .discontinued-p {
        display: none;
    }

    .cart-discontinued-moble{
        display: flex;
    }

    .to-discont-mobile{
        height: 48px;
        flex-direction: column;
    }

    .to-discont p {
        font-size:14px; 
    }
}

@media screen and (max-width: 768px){
    .discontinued{
        bottom: 6px;
        right: 6px;
    }
    
    .discontinued .discontinued-img {
        height: 32px !important;
    }
}

/* discontinued end */

@media screen and (max-width: 800px) {
    ::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
}


