@charset "utf-8";
/* CSS Document */

h1,h2,h3 {
    font-weight: normal;
}
.search-menu {
    height: 37px;
    position: absolute;
    right: 14px;
    top: 0px;
    display: block;
    background: url(../images/sort/icon_menu.png) no-repeat right center;
    width: 22px;
    background-size: auto 5px;
}

article{
	overflow:hidden;
	border:none;
	background:none;
}

.cart .option {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}
.cart .edit {
    color: #fff;
    right: 44px;
}
.cart .cart_mes {
    right: 0;
    background: url(../images/cart_mes.png) no-repeat center;
    background-size: 25px auto;
}

.cart-con, .cart-box{
    position: relative;background: #fff;
    margin-bottom: 5px;
}
.cart-box+.cart-box{margin-top: 5px;}
.cart-s-info .check-box {
	position: relative;
}
.cart-s-info .check-box .check {
	left: -130px;
	top: 35px;
}
.cart-t, .cart-con {
	padding: 15px 15px 15px 42px;
	background: #fff;
}
.cart-t {
    background: #fafafa;
    border-bottom: none;
}
.cart-con {
    position: relative; padding: 15px 12px 15px 42px;
}
.cart-con+.cart-con:before{position: absolute;top: 0;left: 50px;right: 0;height:1px;background: #eee;content: '';}
.cartItem_bottomBox+.cart-con:before{position: absolute;top: 0;left: 0px;right: 0;height:1px;background: #eee;content: '';}
.cart-con .border {
    /*border-bottom: 1px solid #eee;
    padding: 0 0 15px 0;*/
}
.cart-shop:first-child .cart-t{
    border-top: 0;
}
.cart-t h2{
    display: inline-block;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 65%;
}
.i-shop{
    display: inline-block;
    width: 19px;
    height: 15px;
    margin-right:10px;
    background: url(../images/cart/new_icon_shop.png) no-repeat center center;
	background-size:contain;
    vertical-align: middle;
}
.cart-tax{
	color: #fb0628;
	
}
.cart-tax-price{
	font-size: 14px;
    color: #fb0628;
    display: inline-block;
    line-height: 14px;
}
.blue{
	display: none;
}
.cart-tax-price:before{
	content: "¥";
}
.check {
	background: #fff;
	border: none;
	display: inline-block;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 13px;
	left: 12px;
	background: url(../images/cart/new_check.png) no-repeat center;
	background-size: contain;
}
.em-on {
	background: url(../images/cart/new_check_active.png) no-repeat center;
	background-size: contain;
	border: none;
}

.cart-img{
    float: left;
    width: 88px;
    height: 88px;
    overflow: hidden;
	margin-bottom:10px;
}
.cart-img a{
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.cart_extra{height: 14px;overflow: hidden;font-size: 12px;color: #999;height:28px;line-height:28px;padding-right:15px;}
.cart_extra.cur{position: relative; background: #f0f2f5;}
.cart_extra.cur:before{position:absolute;right:2px;top:50%;margin-top:-3px;width:10px;height:5px;background: url(../images/cy_new/cart_sku_down.png) no-repeat;content:'';-webkit-background-size: 10px 5px;background-size: 10px 5px;}
.cart_extra span {margin-right: 10px;}
.cart-img img{width:100%;}

.cart-s-info{
    position: relative;
    margin-left: 100px;
}
.cart-s-info h3{
    font-size: 13px;
    color: #343434;
    margin-bottom:6px;
}
.cart-s-info h3 a{
    display: block;margin-right: 34px;
    color: #343434;
    height: 32px;
    line-height: 16px;
    word-break:break-all;
    overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}
.cart-s-info h3 a em{display: inline-block;padding: 0 3px;margin-right: 3px; height: 15px;line-height: 15px;font-size: 13px;color: #fff; background: #fb0628;border-radius: 3px;}
.cart-sales{
    margin-bottom:10px;
	margin-left: 100px;
}
.cart-sales i{
    display: inline-block;
    background: #d22d39;
    color: #fff;
    padding: 2px 4px;
    font-size:10px;
	letter-spacing:-1px;
    margin-right: 5px;
	margin-bottom:5px;
}
.cart-s-info .check {
    right: 0;
    top: 0;
}
.cart-num{
    text-align: right;
    margin-top: 4px;
}
.cart-price{
    font-size: 18px;
    color: #fb0628;
    display: inline-block;
    line-height: 26px;
}
.cart_stagesLabel{display: inline-block;padding: 0 3px;height: 14px;line-height: 14px;font-size: 12px;color: #333 !important; background: #f0f2f5;border-radius: 2px;}
.cart-price span {
    font-size: 14px;
}
.cart_tit_tips{position: absolute;top: 0;right:42px;display: block; height: 46px;line-height: 46px;color: #333;}
.cart_coupon {
    position: absolute;
    right: 12px;
    top: 0;
    height: 46px;
    line-height: 46px;
    color: #ff2741;
}

.cart-price:before{
    content: "¥";
}
.cart-ov{
    font-size: 24px;
    color: #d22d39;
    display: block;
    white-space: nowrap;
    line-height: 1.3;
}
.no-pd{
    padding: 0;
}
.cart-cp{
    width: 100%;
    margin: 10px 0;
    text-align: right;
    display: table;
    vertical-align: middle;
}
.cart-cp-l{
    padding-left: 15px;
    font-size: 15px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.cart-cp-l h2{
    color: #666; 
    line-height: 1.3;
    font-size: 16px;
}
.cart-cp-l h2:first-child{
    margin-bottom: 4px;
}
.cart-cp-l .c-back{
    display: inline-block;
    color: #d22d39;
    width: 220px;
    vertical-align: top;
}
.cart-cp-l .c-red{
    color: #d22d39;
}
.cart-cp-l .c-red:before,
.cart-ov .c-red:before{
    content: "¥";
}
.cart-cp-r{
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
}
.cart-btn{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    background: #999;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
}
.cart-btn-on{
    background: #d22d39;
}
.c-number{
    display: inline-block;
    float: left;
    width: 26px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #333;
}
.c-reduce, .c-add{
    width: 24px;
    /* height: 22px; */
    border: 1px solid #ccc;
    float: left;
    text-align: center;
    line-height: 22px;
    font-size: 27px;
    border-radius: 0 4px 4px 0;
}
.c-reduce {
    background: url(../images/cart/icon_reduce.png) no-repeat center center;
    background-size:contain;
    border-radius: 4px 0 0 4px;
}
.c-reduce.cur {background: url(../images/cart/icon_reduce01.png) no-repeat center center;background-size: contain;}
.c-add{
	background: url(../images/cart/icon_add.png) no-repeat center center;
	background-size:contain;
}


/* 结算 */
.fix_account {
    height: 45px;
    line-height: 45px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 48px;
    padding-left: 12px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}
.fix_account .all_check {
    padding-left: 25px;
    border: none;
    background: url(../images/cart/new_check.png) no-repeat left 12px;
    background-size: 20px;
    font-size: 14px;
    color: #333;
}
.fix_account .all_check.em-on {
    background: url(../images/cart/new_check_active.png) no-repeat left 12px;
    background-size: 20px;
}
.fix_account .money {
    font-size: 12px;
    color: #666;
}
.fix_account .money i {
    color: #ff2741;
    font-family: 'microsoft Yahei','黑体','Arial','Verdana','Helvetica','sans-serif';
}
.fix_account .money em {
    color: #ff2741;
    font-size: 18px;
}
.fix_account .money b {
    color: #ff2741;
    font-weight: normal;
    font-size: 14px;
}
.fix_account .account {
    width: 100px;
    background: #ff2741;
    color: #fff;
    font-size: 14px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
}




/****cy******************************************/
.cart_all_tips{position: fixed;padding: 0px;height: 40px;top: 65px;line-height: 40px;font-size: 12px;color: #fff;background: #ff7a83 url(../images/cy02/i_cart_ringdang.png) no-repeat 15px center;-webkit-background-size: 11px 12px;background-size: 11px 12px;z-index: 999;width: 100%;left: 0;}
.cart_all_tips .i_cart_close{display: block; position: absolute;right: 15px; top: 0;width: 40px;height: 40px;background: #ff7a83 url(../images/cy02/i_cart_close.png) no-repeat right center;-webkit-background-size: 8px;background-size: 8px;}
.cart_all_innertext{
	position: absolute;
    left: 40px;
    top: 0px;
}
.ringdang{
	position: absolute;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
}
.cart_tip_label_promotion{padding-top: 6px;height: 16px;line-height: 16px;overflow: hidden;color: red;}
.cart_tip_label{padding-top: 6px;height: 16px;line-height: 16px;overflow: hidden;}
.cart_tip_label span{display: inline-block;margin-right: 4px;font-size: 12px;padding: 0 2px;height: 14px;line-height: 14px;background: #fee8eb; color: #fb0628;}
.cartItem_bottomBox{position: relative; margin-left: 50px; padding: 12px 12px 12px 0; height: 24px;background: #fff;border-top: 1px solid #eee;}
.cartItem_bottomBox em{display: inline-block; height: 18px;line-height: 18px;margin-top:3px; padding: 0 2px;border: 1px solid #fb0628;color: #fb0628; font-size: 10px;border-radius: 2px;}
.cartItem_bottomBox span{position: absolute;top:12px;left: 36px;right: 42px; display:block;height:24px;line-height: 24px;font-size: 12px;color: #666;/*margin: 0 30px 0 36px;*/white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}
.cartItem_bottomBox a{display: inline-block;float: right;height:24px;line-height: 24px;font-size: 12px;color: #666;}
.cartItem_bottomBox02{height:24px;padding:10px 0 10px 50px;line-height:24px;font-size:12px;color:#666;background: #fff9f9;position: relative;}
.cartItem_bottomBox02:before{position: absolute;left:24px;top: -5px;width: 12px;height: 5px;background: #ff7a83 url(../images/cy02/i_up_cy.png) no-repeat right center;-webkit-background-size: 12px 5px;background-size: 12px 5px;content: '';}
.cartItem_bottomBox02 span{display:inline-block;height:24px;margin-right:20px ;}
.cartItem_bottomBox02 a{position: absolute;top: 0; right: 15px;display: block; padding-right: 15px; font-size: 12px;color: #666;}
.cartItem_bottomBox02 a:before{position: absolute;right:-5px; top:50%; width: 22px;height: 22px;
    background: url(../images/icon.png) no-repeat 0 -198px;background-size: 22px;;margin-top: -11px;content: '';}

.cart_coudan{height: 44px;padding:0 15px;line-height: 44px;font-size: 12px;color: #fb0628; background: #fce7e8;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cart_coudan a{float: right;position: relative;display: block;line-height: 44px;font-size: 12px;color: #fb0628;padding-right: 10px;}
.cart_coudan a:before{position: absolute;right:0px; top:50%; width: 10px;height: 10px;
    background: url(../images/cy02/i_right_red.png) no-repeat right center;background-size: 5px 9px;content: '';margin-top: -4px;}
.cart_func_Box{height: 44px;display: none;}
.cart_func_Box a{display: block;float: right;height: 44px;width: 74px;text-align:center;font-size: 14px;}
.cart_func_Box .cart_del{color: #fff;background: #fb0628;}
.cart_func_Box .cart_Collect{color: #fff;background: #ffae00;}
.cart_func_Box .cart_share{color: #333;background: #e4e4e4;}

.sxBOx{}
.cart-box +.sxBOx,.cart-shop +.sxBOx{margin-top: 5px;}
.cart-con +.sxBOx,.cartItem_bottomBox +.sxBOx{border-top: 1px solid #eee;}
.sxBOx .sx_tit{padding: 9px 12px;margin-bottom: 10px; height:26px;line-height: 26px;font-size: 14px;color: #333;border-bottom: 1px solid #eee; background: #fff;}
.sxBOx .sx_tit a{display: block;float: right;height: 26px;line-height: 26px;font-size: 12px;color: #999; /*padding: 0 6px;border: 1px solid #ccc; border-radius: 2px;*/}
.sxBOx .sxCont{position: relative;padding: 15px 12px 15px 45px;background: #fff;border-bottom: 1px solid #eee; }
.sxBOx .sxCont img{position: absolute;left: 50px;top: 15px;width: 90px;height: 90px;}
.sxBOx .sxCont .sx_label{position: absolute;left: 12px;top: 50%; transform: translate(0,-50%);width:26px;height:16px;line-height: 16px;text-align: center;font-size: 10px;color: #fff; background: #999; border-radius: 2px;}
.sxBOx .sxinfor{margin-left: 100px;}
.sxBOx .sxinfor .tit{font-size:13px;margin-right:34px;color:#343434;margin-bottom:6px;height:32px;line-height: 16px;
    word-break:break-all;
    overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2;}
.sxBOx .sxinfor .sku_Box{font-size: 12px;color: #999;}
.sxBOx .sxinfor .sku_Box .span{margin-right: 10px;}
.sxBOx .sxinfor  .type01{padding-top:6px;height:16px;line-height:16px;font-size:12px;color:#999;}
.sxBOx .find_similarity{position: absolute;bottom:45px;right: 15px;padding: 0 3px;height:14px;line-height: 14px; border: 1px solid #fb0628;font-size: 12px;color: #fb0628;border-radius: 2px; }
.sxPriceBox{margin-top: 4px;height: 26px;}
.sxPriceBox span{font-size: 14px;color: #999;display: inline-block;line-height: 26px;}
.sxPriceBox span i{font-size: 18px;}
.sxPriceBox span em{margin: 0 3px;}
.cart_noneBox{display: block;}
.cart_noneBox a,.cart_noneBox img{display: block;margin: 0;padding: 0;width: 100%;}



.your_like02{background: #fff;}
.your_like02 a{width: 47%;border: 1px solid #f4f4f4;box-sizing: border-box;padding-bottom: 0;}
.your_like02 a:nth-of-type(1){margin-left: 2%;}
.your_like02 a:nth-of-type(2){margin-right: 2%;}
.your_like02 .mes{margin-top: 2px;}
.your_like02 .goodsLabelBox{margin: 5px 10px ;height: 14px;overflow: hidden;}
.your_like02 .goodsLabelBox span{display: inline-block;padding: 0 2px;height: 14px;line-height: 14px;font-size: 10px;color: #fb0628; background: #fee8eb;border-radius: 0 2px;margin-right: 4px;}
.your_like02 a .look_similarity{bottom: 55px;}
.your_like02 .tab{height: 16px;}
.your_like02 .list_shop_label{border-top: 1px dashed #f4f4f4;padding: 5px 0;margin-top: 4px;  height: 20px;line-height: 20px;}
.your_like02 .list_shop_label .list_shopLoge_smallBox{display: block;float: left;margin-left: 10px;margin-top: 5px; width:36px;height: 10px}
.your_like02 .list_shop_label .list_shopLoge_smallBox img{display: block;margin: 0;padding: 0;max-width: 100%;max-height: 100%;}
.your_like02 .list_shop_label .shopName{margin-left:52px;display: block; font-size: 12px;color: #999999;line-height: 20px;height: 20px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.your_like .pic {
    position: relative;
    margin-bottom: 15px;
}
.your_like .pic .shop_tab {
    display: inline-block;
    padding: 1px 5px;
    height: 16px;
    background: #ed9b93;
    color: #fff;
    position: absolute;
    bottom: -9px;
    left: 50%;
    line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 85%;
    transform: translateX( -50% );
    -webkit-transform: translateX( -50% );
}
.your_like .price em {
    width: auto !important;
    display: inline-block;
    border-radius: 4px;
    padding: 0 4px;
    text-align: center;
    height: 14px;
    font-size: 12px;
    background: #fee8eb;
    color: #fb0628;
    line-height: 14px;
    position: relative;
    top: -1px;
}
/* 商品选择 */
.goods_choose {
    position: fixed;
    bottom: 0;
    height: 70%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1002;
    -webkit-transform: translate( 0,120% );
    -moz-transform: translate( 0,120% );
    -ms-transform: translate( 0,120% );
    -o-transform: translate( 0,120% );
    transform: translate( 0,120% );
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.goods_choose.active {
    -webkit-transform: translate( 0,0 );
    -moz-transform: translate( 0,0 );
    -ms-transform: translate( 0,0 );
    -o-transform: translate( 0,0 );
    transform: translate( 0,0 );
}
.goods_choose .top {
    height: 95px;
    width: 100%;
    border-bottom: 1px solid #e3e5e9;
}
.goods_choose .top .pic {
    position: absolute;
    left: 8px;
    top: -18px;
    width: 100px;
    height: 100px;
    border-radius: 3px;
    border: 1px solid #f0f1f3;
    background-color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center
}
.goods_choose .top .goods_price {
    font-size: 15px;
    line-height: 15px;
    color: #f23030;
    padding-top: 10px;
    padding-left: 121px;
    font-weight: 700;
}
.goods_choose .center {
    position: absolute;
    bottom: 43px;
    top: 96px;
    left: 0;
    right: 0;
    padding-left: 10px;
    overflow: auto;
}
.goods_choose .extra {
    height: auto;
    padding-bottom: 15px;
}
.clearfix {
	 zoom:1;
}
.goods_choose .center .name {
    display: block;
    font-size: 15px;
    color: #81838e;
    white-space: normal;
    height: auto;
    line-height: 40px;
    
}
.goods_choose .extra .choose {
    padding-bottom: 6px;
}
.goods_choose .extra .choose a.active {
    background: #ffe6e9;
    color: #fb0628;
    border-color: #fb0628;
}
.goods_choose .extra .choose a,.goods_choose .extra .choose a.unRelated {
    display: block;
    height: 27px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    line-height: 25px;
    font-size: 13px;
    color: #232326;
    float: left;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 69px;
    max-width: 98%;
    box-sizing: border-box;
    text-align: center;
}
.goods_choose .extra .choose a {
    display: block;
    height: 27px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    line-height: 25px;
    font-size: 13px;
    color: #232326;
    float: left;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 69px;
    max-width: 98%;
    box-sizing: border-box;
    text-align: center;
}
.goods_choose .option {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    background: #fb0628;
    color: #fff;
    letter-spacing: 8px;
}
/* 左滑操作  */
.cart_option_box {
    position: absolute;
    right: -174px;
    top: 0;
    height: 100%;
}
.cart_option_box a.bg2 {
    background: #ffae00;
}
.cart_option_box a {
    float: left;
    display: block;
    height: 100%;
    padding: 0 15px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.cart_option_box a.bg1 {
    background: #e4e4e4;
    color: #666;
}
.cart_option_box a.bg3 {
    background: #fb0628;
}
.cart-tax-no-price {
	font-size: 14px;
    color: #fb0628;
    display: inline-block;
    line-height: 14px;
}
.cart-payment {
	color: #fb0628;
}
.giftNum {
	position: absolute;
    right: 0px;
}
.giftNum:before {
	content: "x";
}
.similarity a:nth-of-type(odd) {
	margin-right: 2%;
}
.similarity a {display: block;width: 49%;background: #fff;font-size: 13px;margin-bottom: 7px;position: relative;float: left;}
.similarity .pic img {width : 100%;height : auto;}
.similarity .mes {color: #333;line-height: 16px;margin-top: 22px;padding: 0 8px;width: 100%;box-sizing: border-box;height: 32px;overflow: hidden;margin-top: 2px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
.similarity .price {padding: 6px 8px 4px; }
.similarity a .price span {color: #ff2741;font-size: 18px;}
.similarity a .price span:before {content: "¥";}
.similarity .pic .shop_tab {display: inline-block;padding: 1px 5px;height: 16px;background: #ed9b93;color: #fff;position: absolute;bottom: 70px;left: 50%;transform: translateX( -50% );-webkit-transform: translateX( -50% );overflow: hidden;word-break: break-all;white-space: nowrap;max-width: 80px;}
.zzf_similarity_product {display: block;margin: 0px 12px;}
.zzf_similarity_product .pic {width: 120px;margin-right: 20px;}
.zzf_similarity_product img {width: 120px;}
.zzf_similarity_product mes h3 {padding-top: 12px;}
.zzf_similarity_price {font-weight: normal;font-size: 16px;font-family: 'microsoft Yahei','Arial','黑体','Verdana','Helvetica','sans-serif';}
.list-wrapper {
    position: fixed;
    z-index: 1;
    top: 55px;
    bottom: 50px;
    left: 0;
    width: 100%;
    background: #eee;
    overflow: hidden;
}

#pullDown {padding:12px 10px;height:30px;line-height:30px;color:#888;text-align:center;}
      .bottom_shareBox,
      .bottom_skuBox,
      .bottom_PromotionEditBox{
          display: none;
      }
      .use_coupon {
          padding-right: 12px;
      }
      .voucher_box {
        padding: 0;
		max-height: 430px;
		overflow-y: auto
      }


      .voucher_main .left .user_shop {
          color: #fff !important;
      }
      .voucher_main .center {
          left: 32%;
      }
      .voucher_main .center p {
          padding-top: 0;
          color: #999;
      }
      .voucher_main .center strong {
          display: block;
          padding-bottom: 6px;
      }

      .voucher_main .right {
          width: auto;
          color: #333;
      }
h1 {
	font : inherit;
}
#wrapper{
    position:absolute;
    z-index:0 !important;
    top:45px;
    left:0;
    height:auto;
    width:100%;
    -webkit-overflow-scrolling: touch;
}
#scroller {
    position:absolute; z-index:0;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    width:100%;
    padding:0;
}
.promotionProduct{
    border: 1px solid #b5b2b2;
    border-radius: 50%;
    background: #ddd;
    height: 18px;
}
.nocard{
	background: #f0f2f5 !important;
    color: #333 !important;
}
.paywayscroll{
	overflow: scroll;
    height: 230px;
}
.fqshow {
	background: #ccc;
}
.js_count {
	color: red;
}