body {
	 font-family:'黑体','microsoft Yahei','Arial','Verdana','Helvetica','sans-serif';
	 color:#333;
	 font-size:12px;
	 width:100%;
	 height:100%;
}
body,
p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
	 margin:0;
	 padding:0;
}
li {
	 list-style:none;
}
a {
	 text-decoration:none;
	 color:#333;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

input,
select,
textarea {
	 border:none;
	 outline:none;
	 background:none;
	 font-family:'黑体','microsoft Yahei','Arial','Verdana','Helvetica','sans-serif';
	 border-radius:0;
}
input[type=button] {
	 -webkit-appearance: none;
}
input[type=submit] {
	 -webkit-appearance: none;
}
textarea {
	 resize:none;
	 overflow:hidden;
	 -webkit-appearance:none;
}
img {
	 vertical-align:top;
	 border:none;
}
table {
	 border:0;
	 border-collapse: collapse;
}
em,
i {
	 font-style:normal;
}
.mt12{margin-top: 12px!important;}

.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
/* 预留20px位置 */
.p_spe_head {
    top: 20px !important;
}
.p_spe_spacing {
    width: 100%;
    height: 20px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.p_spe_spacing.bg1 {
    background: #ff2741;
}
.p_spe_spacing.bg2 {
    background: #fff;
}

.p_pt {
    padding-top: 65px !important;
}



.home {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
}
.overflow {
	 overflow:hidden;
	 white-space:nowrap;
	 text-overflow:ellipsis;
}

.fl {
	 float:left;
}
.fr {
	 float:right;
}

.clearfix {
	 zoom:1;
}
.clearfix:after {
	 content:"";
	 display:block;
	 clear:both;
}

.mt45 {
    margin-top: 45px;
}
.pb50 {
    padding-bottom: 50px;
}
.spacing10 {
    height: 10px;
    background: #eee;
}

.p_mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
}

/* 部分内页头部 */
header {
    position: fixed;
    left:0;
    right:0;
    top:0;
    background:#fff;
    border-bottom:1px solid #eee;
    height:44px;
    line-height: 44px;
    z-index: 999;
}
header h1{
    text-align: center;font-size:16px;
    font-weight: normal;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    margin: 0 50px;
}

a.goback{
    display:inline-block;position:absolute;left:14px;top:11px;
    background:url(../images/cy_new/i_back_tongyi.png) no-repeat;
    background-size:12px 19px;
    width:12px;
    height:22px;
}
.h_register{color:#2674b9; font-size:14px; position:absolute; right:1em; top:0;}


/* 公共评论板块 */
.p_comment {
    
}
.p_comment .top {
   border-bottom: 1px solid #eee;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}
.p_comment .btn {
    width: 44px;
    height: 44px;
    background: url(../images/edit2.png) no-repeat center;
    background-size: 18px;
}
.p_comment .section {
    padding: 15px 12px 15px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.p_comment .section:nth-last-of-type(1) {
    border-bottom: none;
}
.p_comment .section .name {
    padding-left: 38px;
    color: #999;
    display: inline-block;
    line-height: 33px;
}
.p_comment .section .name1 {
    background: url(../images/comment_name1.png) no-repeat left center;
    background-size: 33px;
}
.p_comment .section .name2 {
    background: url(../images/comment_name2.png) no-repeat left center;
    background-size: 33px;
}
.p_comment .section .time {
    color: #999;
    display: inline-block;
    line-height: 33px;
}
.p_comment .section p {
    color: #333;
    padding-top: 10px;
}


/* 关注 */
.focus_tips {
    width: 180px;
    height: 80px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -40px;
    border-radius: 10px;
    background: #000;
    opacity: 0.8;
    z-index: 998;
    font-size: 16px;
    color: #fff;
    display: none;
}
.focus_tips .box {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate( -50%,-50% );
    -moz-transform: translate( -50%,-50% );
    -ms-transform: translate( -50%,-50% );
    -o-transform: translate( -50%,-50% );
    transform: translate( -50%,-50% );
    text-align: center;
}
.focus_tips .box p {
    padding-top: 6px;
}



/* 评论星星 */
.p_star span {
    width: 12px;
    height: 12px;
    background: url(../images/star.png) no-repeat center;
    background-size: cover;
    display: inline-block;
    margin: 0 4px;
}

/* 加减 */
.choose-amount{position: relative;font-size:15px;width:120px;height:30px;border:1px solid #dcdcdc;}
.choose-amount a{display:block;position:absolute;top:0;background:#fff;width:40px; height:30px;line-height:30px; text-align: center;color:#666; font-size:20px; }
a.btn-reduce{left:0;border-right:1px solid #dcdcdc; font-size:20px;}
a.btn-add{right:0;border-left:1px solid #dcdcdc;}
.amount-text{width:40px;height:30px;line-height:30px;font-size:15px;text-align:center;padding:0 6px;border:0;margin-left: 30px; color: #000;  font-weight: bold;}

/* 上拉查看图文信息 */
.push_option {
    line-height: 40px;
    color: #666;
    text-align: center
}
.push_option  a {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/push.png) no-repeat left center;
    background-size: 16px;
}

.push_option.active a {
    background: url(../images/pull.png) no-repeat left center;
}

/* 分享 */
.share_box {
    position: fixed;
    width: 100%;
    z-index: 1002;
    left: 0;
    bottom: 0;
    padding-bottom: 125px;
    -webkit-transform: translate( 0,120% );
    -moz-transform: translate( 0,120% );
    -ms-transform: translate( 0,120% );
    -o-transform: translate( 0,120% );
    transform: translate( 0,120% );

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.share_box.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 );
}
.share_box a {
    display: block;
    width: 33.33%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 24px;
}
.share_box .icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 8px;
    background: url(../images/share_btn.png) no-repeat;
    background-size: 60px;
}
.share_box .icon1 {
    background-position: 0 0;
}
.share_box .icon2 {
    background-position: 0 -60px;
}
.share_box .icon3 {
    background-position: 0 -120px;
}
.share_box .icon4 {
    background-position: 0 -180px;
}
.share_box .icon5 {
    background-position: 0 -240px;
}
.share_box em {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../images/share_close.png) no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -15px;

}


/* 商品列表 */
.p_goods_list {
    
}
.p_goods_list a {
    width: 49.5%;
    display: block;
    float: left;
    margin: 0 1% 4px 0;
    background: #fff;
    padding-bottom: 5px;
}
.p_goods_list a:nth-of-type(2n) {
    margin-right: 0;
}
.p_goods_list a img {
    width: 100%;
}
.p_goods_list .mes {
    padding: 0 10px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    font-size: 13px;
}
.p_goods_list .price {
    padding: 0 10px;
    color: #f02b2b;
    font-size: 18px;
    padding-top: 4px;
}
.p_goods_list .price span {
    font-size: 15px;
}
.p_goods_list .price i {
    font-size: 14px;
}




    /* 共用头部 */
#header {
    height: 44px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    z-index: 999;
    background: #fff;
}
#header .h_tab {
    position: absolute;
    left: 50%;
    -webkit-transform: translate( -50%,0 );
    -moz-transform: translate( -50%,0 );
    -ms-transform: translate( -50%,0 );
    -o-transform: translate( -50%,0 );
    transform: translate( -50%,0 );
    height: 42px;
    line-height: 42px;
    min-width: 174px;
}
#header .h_tab a {
    margin: 0 10px;
    display: inline-block;
    font-size: 16px;
}
#header .h_tab a.active {
    border-bottom: 2px solid #333;
    color: #333;
}

#header .goBack,
#header .navShow {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0px;
}

#header .goBack_cy,
#header .cy_header_share,
#header .navShow_cy {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;margin-top: -15px;
}
#header .navShow_cy i{position: absolute;left: 50%; top:50%;margin-top: -18px; width: 16px;height: 16px;display: block;border-radius: 50%;background: #fb082a;font-size: 10px;color: #fff; text-align: center;}
#header .goBack {
    left: 0;
}
#header .navShow {
    right: 0;
}
#header .goBack_cy {
    left:20px;
    background: url(../images/cy02/i_back_cy.png) no-repeat ;
    background-size: 29px;
}
#header .cy_header_share {
    right:60px;
    background: url(../images/zzf_new_order/sb_cart_icon.png) no-repeat ;
    background-size: 29px;
}
#header .navShow_cy {
    
    right:20px;
    background: url(../images/cy02/i_more_cy.png) no-repeat ;
    background-size: 29px;
}
#header .goBack .icon,
#header .navShow .icon {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/icon.png) no-repeat;
    background-size: 22px 528px;
    margin: 12px auto;
}
#header .navShow .icon {
    background-position: 0 -22px;
}


/*快捷菜单 HSX20140526*/
.bj_qmenu{z-index: 9999;position: fixed;top: 0;right: 0;bottom: 0;left: 0;}
.qmenu{ z-index: 10000;position: fixed; top:0;right:-140px;bottom:0;width: 100px;}
.qmenu .qmenuMenu{background: url("../images/icon-yuan.png") no-repeat center 0; background-size: 22px;position: absolute;left: -25px;top: 10px;display: inline-block;width: 25px;height: 25px;}
.qmenu .qmenulist{ z-index: 2;position: absolute;left:0;bottom:0; top:0;right: 0;overflow:hidden;background: #d22d39; width:100px;}
.qmenu .qmenulist ul{ height:100%;position: absolute;left: 0;top:0; bottom:0; right:0; z-index: 0;overflow: hidden;}
.qmenu .qmenulist ul li{ padding:0 25px; width:50px;display:block; margin-bottom:25px; position:relative;}
.qmenu .qmenulist ul li i{ display:block; width:35px; margin:0 8px;  text-align:center; margin-bottom:4px; overflow:hidden; background:url(../images/quest_menu_icons.png) no-repeat;background-size: 35px;}
.qmenu .qmenulist ul li p{ font-family:"黑体"; font-size:12px; color:#fff; text-align:center; line-height:20px; display:block; width:50px;}
.qmenu .qmenulist ul li em{ position:absolute; display:block; width:8px; height:8px; border-radius:100%; backface-visibility:#FFF; line-height:20px; background:#fff;}
.qmenu .qmenulist ul li em{ color:#d22d39; font-size:12px; text-align:center; font-family:Arial;}
.qmenu .qmenulist ul li.lihome{ margin-top:40px;}
.qmenu .qmenulist ul li.lihome i.icon{ height:34px; background-position:0 0;}
.qmenu .qmenulist ul li.lisearch i.icon{ height:33px; background-size: 35px; background-position:0 -35px;}
.qmenu .qmenulist ul li.lishake i.icon{ height:32px; background-size: 35px; background-position:0 -69px;}
.qmenu .qmenulist ul li.licart i.icon{ height:31px; background-size: 35px; background-position:0 -102px;}
.qmenu .qmenulist ul li.limy i.icon{ height:28px; background-size: 35px; background-position:0 -134px;}
.qmenu .qmenulist ul li.licart em{ top:-7px; right:28px;}
.qmenu .qmenulist ul li.limy em{ top:-7px; right:28px;}
.qmenu .qmenulist ul li.limsg{}
.qmenu .qmenulist ul li.limsg i.icon{ height:36px; background-size: 35px; background-position:0 -203px;}
.qmenu .qmenulist ul li.limsg em{ top:-8px; right:28px;}


/* 头部渐变 */
.gradient_head .opacity_bg {
    position: absolute;
    height: 44px;
    width: 100%;
    z-index: 2;
}
.gradient_head .main {
    width: 100%;
    position: relative;
    z-index: 3;
}

/* 固定底部的操作 */
.option_fixed {
    position: fixed;
    width: 100%;
    height: 50px;
    border-top: 1px solid #ccc;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 998;
}
.option_fixed a {
    float: left;position: relative;
    text-align: center;
}
.option_fixed a.icon {
    padding-top: 26px;
    width: 13%;
    color: #666;
    box-sizing: border-box;
    height: 50px;
}
.option_fixed a:nth-of-type(1) {
    background: url(../images/cy02/i_kf_cy.png) no-repeat center 6px;
    background-size: 20px;
    /*border-right: 1px solid #eee;*/
}
.option_fixed a:nth-of-type(2) {
    background: url(../images/cy02/i_shop_cy.png) no-repeat center 6px;
    background-size: 20px;
    /*border-right: 1px solid #eee;*/
}
.option_fixed a:nth-of-type(3) {
    background: url(../images/cy_new/tw_collect.png) no-repeat center 6px;
    background-size: 20px;
    padding-top: 27px;
}
.option_fixed .page_details_collect.active {
    background: url(../images/cy_new/tw_collect_active.png) no-repeat center 6px;
    background-size: 20px;
}

.option_fixed a i{display: block;position: absolute;top: 4px;left: 50%;width:height: 12px;border: 1px solid #fb0628; color: #fb0628; text-align: center;font-size: 10px;border-radius:7px;padding: 0 4px;background: #fff;}

/*.option_fixed a:nth-of-type(3).active {
    background: url(../images/option_fixed3_active.png) no-repeat center 6px;
    background-size: 20px;
}*/
.option_fixed a:nth-of-type(4),
.option_fixed a:nth-of-type(5) {
    color: #fff;
    line-height: 50px;
    width: 30.5%;
    font-size: 16px;
}
.option_fixed a:nth-of-type(4) {
    background: #ff9500;
}
.option_fixed a:nth-of-type(5) {
    background: #f02b2b;
}


/* 猜你喜欢、为你推荐 */
.your_like {
    background: #f6f6f6;
}
.your_like .cell {
}
.your_like a {
    display: block;
    width: 49%;
    background: #fff;
    font-size: 13px;
    margin-top: 7px;
    padding-bottom: 21px;
    position: relative;
}
.your_like .cell .has_tab {
    padding-bottom: 5px;
}
.your_like a:nth-of-type(1) {
    margin-right: 2%;
}
.your_like a img {
    width: 100%;
}
.your_like .mes {
    color: #333;
    line-height: 16px;
    margin-top: 22px;
    padding: 0 8px;
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    overflow: hidden;
}
.your_like p {
    padding-left: 4px;
}
.your_like .price {
    padding: 6px 8px 4px;
}
.your_like .price span {
    color: #ff2741;
    font-size: 18px;
}
.your_like .price i {
    font-size: 14px;
}
.your_like .price em {
    display: inline-block;
    border-radius: 4px;
    width: 32px;
    text-align: center;
    height: 14px;
    font-size: 12px;
    background: #ff2741;
    color: #fff;
    line-height: 14px;
    position: relative;
    top: -1px;
}
.your_like a .look_similarity{position: absolute;right: 8px;bottom: 25px;width: 40px; height:20px;line-height: 20px;border: 1px solid #bfbfbf;font-size: 12px;color: #686868; text-align: center;}
.your_like .tab {
    /*width: 145px;*/
    /*font-size: 12px;*/
    /*border: 1px solid #f58a3d;*/
    /*height: 14px;*/
    /*line-height: 14px;*/
    /*color: #f96b25;*/

    margin-left: 5px;
}
.your_like .tab img {
    width: 135px;
}

.your_like .spe_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%,-50% );
    -webkit-transform: translate( -50%,-50% );
    -moz-transform: translate( -50%,-50% );
    -o-transform: translate( -50%,-50% );
    width: 100%;
    height: 100%;
    max-width: 324px;
    max-height: 472px;
}
.your_like .spe_img2 {
    max-width: 320px;
    max-height: 490px;
}



/* 消息数目 */
.message_num {
    color: #fb0628;
    background: #fff;
    line-height: inherit;
    position: absolute;
    border: 1px solid #fb0c2d;
    right: -3px;
    top: -3px;
    /*width: 16px;*/
    padding: 0 3px;
    height: 12px;
    font-size: 10px;
    line-height: 12px;
    border-radius: 7px;
}


/* 底部导航 */
.bottom_nav {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    left: 0;
    bottom: 0;
    border-top: 1px solid #eee;
}
.bottom_nav a {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 4px 0;
    text-align: center;
    font-size: 11px;
}
.bottom_nav .icon.icon3{
    position:relative;
}
.bottom_nav a em{color: #999;}
.bottom_nav a.active em{color: #e61b2d;}
.bottom_nav .icon {
    width: 25px;
    height: 25px;
    /*background: url(../images/bottom_nav.png) no-repeat;
    background-size: 50px;*/
    display: block;
    margin: 0 auto 2px;
    background-size: 20px;
}
.bottom_nav .icon1 {
    background: url(../images/cy02/bottom_nav01.png) no-repeat center;background-size:20px;}
.bottom_nav .icon2 {
    background: url(../images/cy02/bottom_nav02.png) no-repeat center;background-size:20px;}
.bottom_nav .icon3 {
    /* background: url(../images/cy02/bottom_nav03.png) no-repeat center; */
    /* background-size:20px; */
    }
.bottom_nav .icon4 {
    background: url(../images/cy02/bottom_nav04.png) no-repeat center;background-size:20px;}
.bottom_nav .icon5 {
    background: url(../images/cy02/bottom_nav05.png) no-repeat center;background-size:20px;}
.bottom_nav .active .icon1 {
    background: url(../images/cy02/bottom_nav01_cur.png) no-repeat center;background-size:20px;}
.bottom_nav .active .icon2 {
    background: url(../images/cy02/bottom_nav02_cur.png) no-repeat center;background-size:20px;}
.bottom_nav .active .icon3 {
    background: url(../images/cy02/bottom_nav03_cur.png) no-repeat center;background-size:20px;}
.bottom_nav .active .icon4 {
    background: url(../images/cy02/bottom_nav04_cur.png) no-repeat center;background-size:20px;}
.bottom_nav .active .icon5 {
    background: url(../images/cy02/bottom_nav05_cur.png) no-repeat center;background-size:20px;}

/*.bottom_nav .icon1 {
    background-position: 0 0;
}
.bottom_nav .icon2 {
    background-position: 0 -25px;
}
.bottom_nav .icon3 {
    background-position: 0 -50px;
}
.bottom_nav .icon4 {
    background-position: 0 -75px;
}
.bottom_nav .icon5 {
    background-position: 0 -100px;
}

.bottom_nav a.active {
    color: #ff2741;
}
.bottom_nav .active .icon1 {
    background-position: -25px 0;
}
.bottom_nav .active .icon2 {
    background-position: -25px -25px;
}
.bottom_nav .active .icon3 {
    background-position: -25px -50px;
}
.bottom_nav .active .icon4 {
    background-position: -25px -75px;
}
.bottom_nav .active .icon5 {
    background-position: -25px -100px;
}*/

/* 头部右侧显示导航 */
a.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; }
.sliderBox{display: none; position: fixed;left: 0; top: 0; right: 0;bottom: 0; z-index:999 !important;}
.p_slider{
    background:rgba(46,46,46,0.95);
    width:88px;
    height:auto;
    overflow:hidden;
    position:fixed;
    right:2px;
    z-index:9999 !important;
    border-radius:3px;
}
.p_slider a{
    display:block;
    height:20px;
    line-height:20px;
    padding:12px 0;
    padding-left:36px;
    color:#bbb;
    font-size:14px;
}
.p_slider a+a{border-top:1px solid #bbb;}
.p_slider a.ihome{background:url(../images/ihome.png) no-repeat 10px 10px; background-size:auto 22px;}
.p_slider a.isort{background:url(../images/isort.png) no-repeat 10px 10px; background-size:auto 22px;}
.p_slider a.iyx{background:url(../images/cy02/bottom_nav03_03.png) no-repeat 10px 12px; background-size:auto 20px;}
.p_slider a.icart{background:url(../images/icart.png) no-repeat 10px 10px; background-size:auto 22px;}
.p_slider a.iuser{background:url(../images/iuser.png) no-repeat 10px 10px; background-size:auto 22px;}

.sliderTrangle{
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid rgba(46,46,46,0.95);
    position:fixed;
    right:20px;
}


/* 头部 */
#i_head {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 44px;
    z-index: 999;
}
#i_head.active {
    background: #ff2741;
    opacity: 0.9;
}
#i_head .logo {
    width: 44px;
    height: 44px;
    background: url(../images/logo.png) no-repeat center;
    display: block;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 0px;
}
#i_head .search_box {
    /*margin: 7px 43px 0 64px;*/
    margin: 7px 43px 0 43px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #eee;
}
#i_head .search_box a {
    display: block;
    height: 30px;
    padding-left: 38px;
    background: url(../images/search_btn.png) no-repeat 10px center;
    background-size: 23px;
    font-size: 15px;
    color: #999;
}
#i_head .scran {
    width: 23px;
    height: 23px;
    background: url(../images/scran.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 10px;
}
#i_head .index_msg {
    width: 23px;
    height: 23px;
    background: url(../images/user/msg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 10px;
}
#i_head .index_msg em{position: absolute;top: -8px;right:-8px;height: 16px;line-height: 16px;padding: 0 2px;border-radius: 8px;color: #fff;font-size: 12px;background: #ff5540;}
.active .index_msg em{border: 1px solid #fff;}



/*中央弹窗*/
.pop_centerBox{display: none; position: fixed;left:36px;right:36px;top: 50%; transform: translate(0,-50%); background: #fff;z-index: 1111;border-radius: 6px;overflow: hidden;text-align: center;}
.pop_centerBox .pop_center_cont{padding: 10px;text-align: center;}
.pop_centerBox .pop_center_cont .popTex01{font-size: 16px;color: #333;line-height: 84px;}
.pop_centerBox .pop_center_cont .popTex02{font-size: 16px;color: #333;line-height: 44px;}
.pop_centerBox .pop_center_cont p{font-size: 14px;color: #999; line-height: 18px;}
.pop_center_btnBox{display: flex;border-top: 1px solid #ddd; }
.pop_center_btnBox a{flex: 1;height: 44px;line-height: 44px; font-size: 16px;color: #333; text-align: center;text-decoration: none;border-right: 1px solid #ddd;}
.pop_center_btnBox a:last-of-type{border-right: none;}



/* 金额样式 */
.p_money_style {
    color: #fb0628;
    font-family: "arial","microsoft Yahei";
    font-size: 15px;
}



/* 购物车左滑 */
        .cart_scroll_box {
            position: relative;
        }
        .cart_scroll_box .cart-con {
            position: relative;
            z-index: 2;
            width: 100%;
            box-sizing: border-box;
        }
        .cart_scroll_box .cart_option_box {
            position: absolute;
            right: 0;
            top: 0;
            height: 150px;
        }
        .cart_scroll_box .cart_option_box a {
            float: left;
            display: block;
            height: 150px;
            width: 70px;text-align:center;box-sizing: border-box;
            line-height: 150px;
            color: #fff;
        }
        .cart_scroll_box .cart_option_box a.bg1 {
            background: #e4e4e4;
            color: #666;
        }
        .cart_scroll_box .cart_option_box a.bg2 {
            background: #ffae00;
        }
        .cart_scroll_box .cart_option_box a.bg3 {
            background: #fb0628;
        }
