#wrapper{
    position:absolute;
    z-index:1;
    top:45px;
    left:0;
    height:auto;
    width:100%;
    -webkit-overflow-scrolling: touch;
}
#scroller {
    position:absolute; z-index:1;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    width:100%;
    padding:0;
}
/* 轮播 */
.detail_banner .swiper-slide img {
    width:100%;
}
.detail_banner .swiper-pagination {
    width:40px;
    height:40px;
    background:rgba( 190,190,191,0.8 );
    border-radius:50%;
    color:#fff;
    position:absolute;
    left:auto;
    right:10px;
    bottom:10px;
    line-height:40px;
}
.detail_banner .swiper-pagination span:nth-of-type(1) {
    font-size:18px;
}

.goods_info {
    padding: 12px;

}
.goods_info .name_box {
    position: relative;
}
.goods_info .name_box  h2 {
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    padding-right: 40px;
}
.goods_info .option_share {
    padding-top: 24px;
    width: 30px;
    color: #666;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/share.png) no-repeat 8px top;
    background-size: 22px 22px;
    padding-left: 4px;
}
.goods_plain_color {
    color: #f02b2b;
}

.goods_info .extra {
    padding-top: 10px;
}
.goods_info .price {
    color: #f02b2b;
    font-size: 18px;
    padding-left: 2px;
}
.goods_info .price em {
    font-size: 23px;
}
.phone_price {
    font-size: 12px;
    color: #f02b2b;
    border: 1px solid #f02b2b;
    border-radius: 3px;
    padding: 1px;
    position: relative;
    line-height: 13px;
    height: 12px;
    top: -4px;
    margin-left: 2px;
    display: inline-block;
}
.goods_info .old_price {
    padding: 6px 0;
    color: #999;
}

.goods_info .other {
    position: relative;
    color: #999;
}
.goods_info .other li:nth-of-type(1){
    position: absolute;
    top: 0;
    left: 0;
}
.goods_info .other li:nth-of-type(2){
    text-align: center;
}
.goods_info .other li:nth-of-type(3){
    position: absolute;
    top: 0;
    right: 0;
}

.voucher {
    padding: 0 0 0 12px;
    border-bottom: 1px solid #ccc;
}
.voucher div {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.voucher .cuxiao_extra {
    height: auto;
    margin-left: 40px;
    padding: 6px 0;
    line-height: 26px;
    border-bottom: none;
}
.voucher .cuxiao_title {
    height: 26px;
    line-height: 26px;
    margin-top: 6px;
}
.voucher div span {
    /*color: #f02b2b;
    border: 1px solid #f02b2b;
    border-radius: 3px;*/
    padding: 1px;
    margin-right: 5px;
    line-height: 13px;
    font-size: 12px;
    color: #999;
    height: 12px;
    display: inline-block;
}
.voucher div em {
    display: inline-block;
    padding: 2px;
    height: 12px;
    line-height: 12px;
    color: #fff;
    /*background: #f02b2b url(../images/spe_bg.jpg) no-repeat center;*/
    background: #f02b2b;
    /*background-size: cover;*/
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
    margin: 0 5px;
}
.voucher .use_info {
    position: absolute;
    right: 32px;
    line-height: 40px;
    font-size: 13px;
    color: #999;
    
}
.voucher .arrow{ width: 22px;height: 22px;
    background: url(../images/icon.png) no-repeat 0 -198px;
    background-size: 22px;
    position: absolute;
    right: 5px;
    top:50%;margin-top: -11px;}
.voucher .use_info i{color:#f02b2b;margin: 0 3px;font-weight: bold; }
.voucher div strong {
    font-weight: normal;
}
.voucher .btn_bg {
    width: 40px;
    height: 40px;
    background: url(../images/btn_bg.png) no-repeat center;
    background-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.stages {
    padding: 0 0 0 12px;
    position: relative;
    background: #fff3f3;
}
.stages .spec_bg {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #fff3f3 url(../images/bottom_bg.jpg) no-repeat bottom center;
}
.stages div {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.stages div:nth-of-type(2) {
    border-bottom: none;
    height: 50px;
}
.stages .plain1 {
    line-height: 40px;
    color: #f02b2b;
}
.stages .plain1 strong {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
}
.stages .plain2 .tab {
    display: inline-block;
    padding-left: 16px;
    margin-right: 2px;
}
.stages .plain2 .tab1 {
    background: url(../images/tab1.png) no-repeat left center;
    background-size: 14px;
}
.stages .plain2 .tab2 {
    background: url(../images/tab2.png) no-repeat left center;
    background-size: 14px;
}
.stages .plain2 .tab3 {
    background: url(../images/tab3.png) no-repeat left center;
    background-size: 14px;
}
.stages .plain2 .tab4 {
    background: url(../images/tab4.png) no-repeat left center;
    background-size: 14px;
}

.stages .btn_bg {
    width: 40px;
    height: 40px;
    background: url(../images/btn_bg.png) no-repeat center;
    background-size: 20px;
    position: absolute;
    right: 0px;
    top: 0;
}

.choose_option {
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    position: relative;
}
.choose_option span {
    color: #999;
    font-size: 14px;
}
.choose_option em {
    font-size: 14px;
    display: inline-block;
    margin-left: 6px;
}
.choose_option .btn_bg {
    width: 40px;
    height: 40px;
    background: url(../images/btn_bg.png) no-repeat center;
    background-size: 20px;
    position: absolute;
    right: 0;
    top: 3px;
}


.comment {
   padding-bottom: 10px;
}

.comment .screen {
    position: fixed;
    width: 100%;
    left: 0;
    top: 45px;
    z-index: 99;
    background: #fff;
    line-height: 40px;
    padding-left: 12px;
    border-bottom: 1px solid #eee;
}
.comment .screen a {
    margin-right: 20px;
    display: inline-block;
    font-size: 14px;
    padding-left: 20px;
    background: url("../images/icon_check.png") no-repeat left center;
    background-size: 14px 14px;
}
.comment .screen a.active {
    background: url("../images/icon_checked.png") no-repeat left center;
    background-size: 14px 14px;
}

.comment .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    padding: 0 12px;
    font-size: 14px;
    position: relative;
}
.comment .title h3 {
    color: #999;
    font-weight: normal;
    font-size: 14px;
}
.comment .title span {
    color: #666;
    padding-right: 30px;
}
.comment .title span em {
    color: #ff3333;
}
.comment .title .arrow {
    width: 22px;
    height: 22px;
    background: url(../images/icon.png) no-repeat 0 -198px;
    background-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.comment .title .arrow.active {
    background-position: 0 -220px;
}

.comment .content {
    padding-left: 12px;
    
}
.comment .content .cell {
    border-bottom: 1px solid #eee;
    padding: 10px 0 0 0;
}
.comment .content .cell:nth-last-of-type(1){
    border-bottom: none;
}
.comment .content .cell .name {
    color: #999;
    font-size: 14px;
}
.comment .content .cell .p_star {
    padding: 2px 12px 0 0;
}
.comment .content .cell .info {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.comment .content .spe_cell {
    border-bottom: none;
}
.more_comment {
    display: none;
}
.more_btn {
    display: block;
    border: 1px solid #f02b2b;
    border-radius: 5px;
    color: #f02b2b;
    width: 94px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
}

.shop_box {
    padding: 12px;
}
.shop {
    position: relative;
}
.shop .pic {
    width: 48px;
    border: 1px solid #eee;
}
.shop .pic img {
    width: 100%;
}
.shop .shop_name {
    padding: 6px 0 0 60px;
}
.shop .shop_name h3 {
    font-size: 15px;
    color: #333;
    line-height: 20px;
}
.shop .shop_name .tel {
    color: #999;
    font-size: 13px;
}
.shop .license {
    padding-left: 22px;
    height: 20px;
    color: #999;
    position: absolute;
    right: 0;
    top: 6px;
    background:url(../images/zzf_new_order/license.png) no-repeat left center;
    background-size: 18px;
    line-height: 20px;
}

.shop_box .extra {
    padding: 10px 0;
}
.shop_box .extra span {
    display: inline-block;
    margin-right: 15px;
    color: #999;
}
.shop_box .extra em {
    color: #f02b2b;
}

.shop_box .option {
}
.shop_box .option a {
    display: inline-block;float: left;margin: 0 3%;
    width: 42%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    text-align: center;
}
/*.shop_box .option a:nth-of-type(1) {
    margin-right: 4%;
}*/
.shop_box .option .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 4px;
}
.shop_box .option .icon1 {
    background: url(../images/cy02/i_shop02.jpg) no-repeat center;
    background-size: cover;
}
.shop_box .option .icon2 {
    background: url(../images/cy02/i_kefu02.jpg) no-repeat center;
    background-size: cover;
}

.guess_like {
    padding: 12px;
}
.guess_like .swiper-container {
    padding-bottom: 10px;
}
.guess_like .cell {
    display: block;
    float: left;
    width: 32%;
    margin: 0 2% 12px 0;
}
.guess_like .cell .pic {
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.guess_like .cell .pic img {
    width: 100%;
}
.guess_like .swiper-slide .cell:nth-of-type(3n){
    margin-right: 0;
}
.guess_like .cell .mes {
    font-size: 13px;
    color: #333;
    line-height: 18px;
    height: 36px;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.guess_like .cell .money {
    font-size: 13px;
    color: #f02b2b;
}
.like_banner h2 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
    padding-left: 4px;
    border-left: 3px solid #fb0628;
}

.guess_like .swiper-pagination-bullet {
    width: 10px;
    height: 3px;
    background:#ccc;
    opacity:1;
    margin: 0 2px !important;
}
.guess_like .swiper-pagination-bullet-active {
    background:#f02b2b;
    opacity:1;
}

.guess_like .swiper-container-horizontal>.swiper-pagination-bullets,
.guess_like .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}


#tab_choose {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    position: fixed;
    left: 0;
    width: 100%;
    top: 45px;
    background: #fff;
    z-index: 99;
}
#tab_choose a {
    /*border-right: 1px solid #eee;*/
    width: 33.3%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    font-size: 14px;
}
#tab_choose a.active {
    color: #f02b2b;
}
#tab_choose a:nth-last-of-type(1) {
    border-right: 0;
}

.p_tab_box {
    padding: 55px 12px 0;
}
.p_tab_box .tab {
    display: none;
}
.p_tab_box .tab1 img {
    width: 100%;display: block;margin: 0;padding: 0;
}
.p_tab_box .tab2 {
    
}
.specification {
    border-bottom: solid 1px #e7e7e7;
    border-left: solid 1px #e7e7e7;
    min-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
}
.specification td:first-child {
    padding-left: 5%;
    width: 66px;
}
.specification td {
    color: #848689;
    font-size: 12px;
}
.specification td, .table-border th {
    border-top: solid 1px #e7e7e7;
    border-right: solid 1px #e7e7e7;
    padding: 10px;
}

.packing {
    position: relative;
    font-size: .75em;
    color: #5a5a5a;
    overflow: hidden;
    height: 100%;
}
.packing .bdr-t {
    position: relative;
}
.sale-service-grey {
    background-color: #f0f2f5;
    height: 7px;
}
.sale-service-floor {
    padding: 14px 15px;
    background-color: #fff;
    color: #868489;
    font-size: 12px;
    line-height: 16px;
}
.sale-service-title {
    text-align: center;
    position: relative;
}
.bdr-t::before {
    position: absolute;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #e3e5e9;
    z-index: 10;
}
.sale-service-title::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #d7d7d7;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.sale-service-title .title-text {
    z-index: 10;
    position: relative;
    background-color: #fff;
    padding: 0 16px;
}
.sale-service-content {
    margin-top: 10px;
}


/* 商品选择 */
.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 .pic img {
    width: 100%;
}
.goods_choose .top .goods_name {
    font-size: 14px;
    line-height: 15px;
    color: #333;
    padding: 10px 10px 0 121px;
}
.goods_choose .top .goods_price {
    font-size: 15px;
    line-height: 15px;
    color: #f23030;
    padding-top: 10px;
    padding-left: 121px;
    font-weight: 700;
}
.goods_choose .top .close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -44px;
    right: 10px;
    background: url(../images/spe_close.png) no-repeat center;
    background-size: 24px;
}
.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;
}
.goods_choose .extra .version,
.goods_choose .extra .color,
.goods_choose .extra .choosen {
    border-bottom: 1px solid #eee;
}
.goods_choose .center .name {
    display: block;
    font-size: 15px;
    color: #81838e;
    white-space: normal;
    height: auto;
    line-height: 40px;
    
}
.goods_choose .extra .plain {
    font-size: 13px;
    color: #252525;
}
.goods_choose .extra .choose {
    padding-bottom: 6px;
}
.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 .extra .choose a.active {
    background: #ffe6e9;
    color: #fb0628;
    border-color: #fb0628;
}
.goods_choose .extra .choose a.disable {
    border: 1px solid #eee;
    color: #999;
    background: #eee;
}
.goods_choose .desc {
    margin-bottom: 15px;
}

.goods_choose .choose-amount {
    margin-left: 34px;
}

.goods_choose .center .stock {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    padding: 0 10px;
}


.ensure_box {
    padding: 10px 10px 25px 0;
}
.ensure_box .big_title {
    font-size: 13px;
    color: #848689;
    line-height: 13px;
}
.ensure_box .cell {
    padding-top: 21px;
}
.ensure_box .caption .title {
    display: inline-block;
    font-size: 13px;
    color: #232326;
    line-height: 16px;
    vertical-align: bottom;
    float: left;
    padding-left: 20px;
}
.ensure_box .caption .intro {
    display: inline-block;
    font-size: 12px;
    color: #f23030;
    line-height: 14px;
    vertical-align: top;
    margin-right: 4px;
    padding-right: 16px;
    background: url(../images/question.png) no-repeat right center;
    background-size: 12px;
}
.ensure_box .caption .title1 {
    background: url(../images/cu.png) no-repeat left center;
    background-size: 14px ;
}
.ensure_box .caption .title2 {
    background: url(../images/yan.png) no-repeat left center;
    background-size: 14px ;
}
.ensure_box .caption .title3 {
    background: url(../images/yiwai.png) no-repeat left center;
    background-size: 14px ;
}
.ensure_box .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ensure_box .tab_choose a {
    display: block;
    width: 48%;
    height: 26px;
    border: 1px solid #e3e5e9;
    border-radius: 2px;
    line-height: 16px;
    font-size: 11px;
    color: #232326;
    margin-top: 11px;
    padding: 5px 6px;
    box-sizing: border-box;
}
.ensure_box .tab_choose a.active {
    border: 1px solid #f23030;
    color: #f23030;
}

.ensure_box .tab_choose .text {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
    float: left;
    padding-right: 7px;
    box-sizing: border-box;
}
.ensure_box .tab_choose .price {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding-left: 7px;
    text-align: left;
    border-left: 1px solid #e3e5e9;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods_choose .option {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
}
.goods_choose .option a {
    float: left;
    width: 50%;
    color: #fff;
}
.goods_choose .option .add_cart {
    background: #ffb03f;
}
.goods_choose .option .buy_now {
    background: #fb082a;
}

.voucher_explain,
.promotion {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1002;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;

    -webkit-transform: translate( 0,110% );
    -moz-transform: translate( 0,110% );
    -ms-transform: translate( 0,110% );
    -o-transform: translate( 0,110% );
    transform: translate( 0,110% );
    padding: 40px 10px 45px;
    box-sizing: border-box;
}
.voucher_explain.active,
.promotion.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 );
}

.voucher_box {
    padding: 0 16px;
}
.voucher_box .title {
    font-size: 16px;
    color: #999;
    padding-bottom: 10px;
    text-align: center;
}
.voucher_main img {
    width: 100%;
}
.voucher_main {
    position: relative;
    max-width: 636px;
    margin: 0 auto 10px;
}
.voucher_main .left,
.voucher_main .center,
.voucher_main .right {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translate( 0,-50% );
    -moz-transform: translate( 0,-50% );
    -ms-transform: translate( 0,-50% );
    -o-transform: translate( 0,-50% );
    transform: translate( 0,-50% );
}

.voucher_main .left {
    left: 3.9%;
    text-align: left;
}
.voucher_main.no_get .left {
    color: #fb0628;
}
.voucher_main.is_get .left {
    /*color: #248bd3;*/
    color: #fb0628;
}
.voucher_main.is_get2 .left {
    /*color: #ff8d02;*/
    color: #fb0628;
}
.voucher_main .left .much {
    font-size: 15px;
}
.voucher_main .left .much span {
    font-size: 30px;
    font-weight: bold;
}
.voucher_main .left .user_shop {
    line-height: 20px;
    font-weight: bold;
    color: #333 !important;
}

.voucher_main .center {
    left: 41%;
}
.voucher_main .center strong {
    font-size: 14px;
    color: #333;
}
.voucher_main .center p {
    font-size: 12px;
    color: #666;
    padding-top: 4px;
}

.voucher_main .right {
    right: 3.8%;
}
.voucher_main.no_get .right {
    /*color: #ff363a;*/
    color: #333;
}
.voucher_main.is_get .right {
    /*color: #248bd3;*/
    color: #999;
}
.voucher_main.is_get2 .right {
    /*color: #ff8d02;*/
    color: #333;
}

.voucher_explain h2 {
    font-size: 14px;
    color: #999;
    padding: 20px 0 10px 0;
    text-align: center;
    font-weight: normal;
}
.voucher_explain .cell {
    margin-bottom: 5px;
}

.voucher_explain .cell .icon {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 24px;
}
.voucher_explain .cell .icon1 {
    background-image: url(../images/voucher_icon1.png);
    background-size: 18px;
}
.voucher_explain .cell .icon2 {
    background-image: url(../images/voucher_icon2.png);
    background-size: 18px;
}
.voucher_explain .cell .icon3 {
    background-image: url(../images/voucher_icon3.png);
    background-size: 18px;
}
.voucher_explain .cell p {
    line-height: 24px;
    padding-left: 75px;
    color: #999;
}
.voucher_explain .sure,
.promotion .sure {
    height: 40px;
    line-height: 40px;
    background: #f02b2b;
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.voucher_explain .close,
.promotion .close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/zzf_new_order/goods_bottom_fixed_close.png) no-repeat center;
    background-size: 12px;
}

.promotion .plain_tab {
    font-size: 12px;
    color: #f02b2b;
    border: 1px solid #f02b2b;
    border-radius: 3px;
    padding: 1px;
    line-height: 13px;
    height: 12px;
    margin-left: 2px;
}
.promotion .cell em {
    margin-left: 10px;
    line-height: 16px;
    font-size: 14px;
    display: block;
    padding-left: 32px;
}
.promotion .title {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding-bottom: 5px;
}
.promotion .cell .time {
    padding-top: 5px;
    padding-left: 42px;
    color: #999;
}
.promotion .cell.right_arrow {
    background: url(../images/zzf_new_order/black_right.png) no-repeat right center;
    background-size: 6px;
}
.promotion .cell {
    padding: 10px 0;
    border-bottom: 1px solid #e3e2e2;
}












@media screen and (max-width:320px) {
    .voucher div span {
        margin-right: 2px;
    }
    .voucher div em {
        margin: 0 2px;
    }
    .voucher .use_info {
        font-size: 12px;
    }

    .voucher_main .left {
        left: 4.9%;
    }
    .voucher_main .right {
        right: 5.3%;
    }
}

@media screen and (min-width:375px) {
    .stages .plain2 .tab {
        margin-right: 5px;
    }

    .voucher_main .left {
        left: 5%;
    }
    .voucher_main .right {
        right: 5.8%;
    }
}

@media screen and (min-width:400px) {
    .stages .plain2 .tab {
        margin-right: 10px;
    }

    .voucher_main .left {
        left: 6.8%;
    }
}

/**cy20171112*******************************/
.detail_banner .swiper-slide{width: 100%;}
.detail_banner .swiper-button-prev{width: 1px; height: 1px;opacity: 0;position: fixed;left: -200%;overflow: hidden;z-index: -999;}

.cy_commentBox{}
.comment_item{margin: 0 15px; border-bottom: 1px solid #eee;}
.comment_item .comment_tit{padding-top: 10px;height: 24px;line-height: 24px;}
.comment_item .comment_tit img{display: block;float: left; width: 24px;height: 24px;border-radius: 50%;display: block;margin: 0;padding: 0;border: none;}
.comment_item .comment_tit .name{float: left;display: block; margin-left: 6px;line-height: 24px;font-size: 12px;color: #999;}
.comment_item .comment_tit .starBox{float: right;width: 70px; height:10px;margin-top: 6px; }
.comment_item .comment_tit .starBox i{display: block;float:left;margin-left: 4px; width: 10px;height: 10px;background:url(../images/star.png) no-repeat;-webkit-background-size: 10px;background-size: 10px;}
.comment_item .comment_tit .starBox i.grayStar{background:url(../images/star_gray.png) no-repeat;-webkit-background-size: 10px;background-size: 10px;}
.comment_item .commentCont{margin: 8px 0; font-size: 14px;color: #333;line-height: 18px;height: 36px;overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; }
.comment_item .comment_imgBox{*zoom: 1;}
.comment_item .comment_imgBox img{display: block;float: left;width:24%;margin-right:1%;padding: 0;}
.comment_item .comment_equipment{height: 32px;line-height: 32px;font-size: 12px;color: #999;}
.comment_showtab {position: fixed;width: 100%;left: 0;top: 45px;z-index: 99;background: #fff;line-height: 40px;padding:0 15px;border-bottom: 1px solid #eee;box-sizing: border-box;}
.comment_showtab_a{float: left;margin-top: 6px; padding: 0 6px; height: 26px;line-height: 26px;border: 1px solid #eee; background: #eee;font-size: 14px;color: #333;text-align: center;margin-right: 10px;border-radius: 4px;}
.comment_showtab_a.cur{color: #fb082a; border: 1px solid #fb082a;background: #fff;}
.comment_showtab span{float: right;height: 40px;padding-right: 10px;font-size: 14px;color: #666}
.comment_showtab span em{color:#fb082a;margin-left: 5px; }
.comment_showtab .arrow{    width: 22px;height: 22px;
    background: url(../images/icon.png) no-repeat 0 -198px;
    background-size: 22px;
    position: absolute;
    right: 5px;
    top:50%;margin-top: -11px;}

.comment_showtab .first_row {
    width: 100%;
    
}
.comment_showtab .first_row a {
    padding: 0;
    width: 22.6%;
    margin-right: 2%;
}
.comment_showtab .first_row a:nth-last-of-type(1) {
    margin-right: 0;
}

.no_img{}
.cy_shop_infor{padding: 15px;}
.cy_shop_infor ul li{display: block;float: left; width: 33.33%;}
.cy_shop_infor ul li span{display: block; text-align: center;}
.cy_shop_infor ul li span.num{height:26px;line-height: 26px;font-size: 18px;color: #666; }
.cy_shop_infor ul li span.name{height:20px;line-height:20px;font-size: 12px;color: #999; }



/* zzf20180126  */
.no_border_bottom {
    border-bottom: none !important;
}

.zzf_new_cart {
    width: 44px;
    height: 44px;
    position: absolute;
    background: url(../images/zzf_new_order/zzf_new_cart.png) no-repeat center;
    background-size: 18px;
    right: 44px;
}
.zzf_new_cart .num {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fb0628;
    border: 1px solid #f8092a;
    text-align: center;
    line-height: 14px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
}
.detail_banner {
    border-bottom: 1px solid #eee;
}

.goods_info {
    padding: 12px 0;
}
.goods_info .extra {
    padding: 0 12px 10px 12px;
}
.goods_info .name_box {
    padding: 10px 12px;
}
.goods_info .option_share {
    top: 10px;
    padding: 0;
    width: 35px;
    height: 35px;
    background: url(../images/zzf_new_order/new_share.png) no-repeat center;
    background-size: 20px;
    border-left: none;
}
.voucher div span.spe_span {
    color: #dc001f;
    border: 1px solid #dc001f;
    border-radius: 3px;
    margin-right: 5px;
    padding: 0 1px;
    line-height: 12px;
    font-size: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}
.voucher div strong {
    display: inline-block;
    width: 76%;
    height: 26px;
    overflow: hidden;
    vertical-align: middle;
}
.voucher div strong.spe_strong {
    height: 40px;
}

.zzf_safe {
    border-top: 1px solid #eee;
    line-height: 45px;
    padding: 0 12px;
}
.zzf_safe i  {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/zzf_new_order/zzf_safe.png) no-repeat left center;
    background-size: 15px;
}

.zzf_new_evaluated {
    padding: 4px 0 14px 15px;
}
.zzf_new_evaluated a {
    display: inline-block;
    width: 80px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #666;
    border: 1px solid #999;
    border-radius: 5px;
    margin-right: 12px;
}
.zzf_new_evaluated a.active {
    color: #fc4761;
    background: #ffe6e9;
    border-color: #f02b2b;
}


/* 服务保障弹窗 */
.bottom_safe_cont .cell {
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
.bottom_safe_cont .cell .title {
    padding-left: 30px;
    background: url(../images/zzf_new_order/safe_check.png) no-repeat left center;
    background-size: 16px;
    color: #666;
    font-size: 14px;
    line-height: 18px;
}
.bottom_safe_cont .cell .word {
    padding-left: 30px;
    line-height: 16px;
    color: #999;
    padding-top: 6px;
}


/* 下架 */
.zzf_xiajia {
    font-size: 14px;
    color: #fff;
    background: #666;
    height: 45px;
    line-height: 45px;
    width: 100%;
    position: fixed;
    bottom: 51px;
    left: 0;
    z-index: 6;
    text-align: center;
}


/* 跨境 */
.goods_info .kuajing_extra .other {
    margin: 6px 0;
}
.goods_info .kuajing_extra .other .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/zzf_new_order/zzf_kuajing_icon.png) no-repeat center;
    background-size: cover;
    margin-right: 6px;
}
.goods_info .kuajing_extra .other .icon,
.goods_info .kuajing_extra .other i {
    vertical-align: middle;
}
.goods_info .kuajing_extra .tax {
    color: #999;
}


/* 限时特惠 */
.goods_info .tehui_extra {
    padding: 0;
}
.goods_info .tehui_extra .price{
    color: #fff;
    padding-top: 4px;
}
.goods_info .tehui_extra .old_price {
    color: #fff;
}
.goods_info .tehui_extra .left {
    box-sizing: border-box;
    width: 60%;
    background: #fb0628;
    padding-left: 12px;
}
.goods_info .tehui_extra .phone_price  {
    color: #fff;
    border-color: #fff;
}

.zzf_surplus_time {
    width: 40%;
    background: #ffe6e9;
    height: 60px;
}
.zzf_surplus_time .item1 {
    color: #fb0628;
    padding: 6px 0;
    font-size: 14px;
    text-align: center;
}
.zzf_surplus_time .item2 {
    text-align: center;
}
.zzf_surplus_time .item2 span {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fb0628;
    font-size: 13px;
    line-height: 20px;
    border-radius: 4px;
}
.goods_info .tehui_extra .other {
    background: #eee;
    padding: 10px 15px 5px 15px;
}


/* 限时秒杀 */
.goods_info .tehui_extra .phone_price.miaosha {
    padding: 4px 4px 4px 19px;
    background: url(../images/zzf_new_order/zzf_clock.png) no-repeat 4px center;
    background-size: 12px;
}


/* 限时抢购 */
.zzf_time_rob .remind {
    padding: 6px 0;
    line-height: 20px;
}
.zzf_time_rob .remind .phone_price,
.zzf_time_rob .remind span {
    vertical-align: top;
}
.zzf_time_rob .remind .phone_price {
    position: static;
}
.zzf_time_rob .remind span {
    color: #f02b2b;
    margin-left: 6px;
}
.zzf_time_rob .remind span a {
    text-decoration: underline;
    color: #16a62e;
    margin-left: 10px;
    display: inline-block;
}



/* 评价 */
.zzf_new_style .check {
    position: static;
    vertical-align: middle;
    margin-right: 3px;
}
.zzf_new_style em {
    vertical-align: middle;
    font-size: 14px;
}

.zzf_new_eval_box {
    font-size: 13px;
}
.zzf_new_eval_box .icon {
    width: 9px;
    height: 5px;
    background: url(../images/zzf_new_order/zzf_top_eva.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -5px;
    left: 25px;
}
.zzf_new_eval_box .cell_1 {
    position: relative;
    background: #eee;
    border-radius: 10px;
    line-height: 20px;
    margin: 2px 0 6px 0;
}
.zzf_new_eval_box .cell_1 p {
    padding: 3px 10px;
}
.zzf_new_eval_box .cell_1 span {
    color: #fb0628;
}

.zzf_new_eval_box .cell_2 {
    padding-bottom: 8px;
}
.zzf_new_eval_box .cell_2 p {
    line-height: 20px;
}

.zzf_new_eval_box .cell_2 .caption {
    color: #fb0628;
}



/* 跨境商品详情页税费提醒 */
.zzf_kuajing_li {
    padding-right: 35px;
    line-height: 16px;
}
.zzf_kuajing_li i {
    color: #333 !important;
}
.zzf_kuajing_li .tax {
    margin-left: 4px;
}
.zzf_kuajing_new_tips {
    width: 30px;
    height: 30px;
    background: url(../images/zzf_new_order/zzf_rob_tips.png) no-repeat 2px center;
    background-size: 18px;
    position: absolute;
    right: 0;
    top: -6px;
}

.zzf_kuajing_pannel {
    background: #fff;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: translateY(105%);
    -webkit-transform: translateY(105%);
}
.zzf_kuajing_pannel.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.zzf_kuajing_pannel a {
    display: block;
    line-height: 36px;
    font-size: 15px;
    text-indent: 20px;
}
.zzf_kuajing_pannel .close {
    width: 40px;
    height: 40px;
    background: url(../images/zzf_new_order/goods_bottom_fixed_close.png) no-repeat center;
    background-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

/* 环球购标签 */
.purple-tag {
    font-size: 11px;
    padding: 0 5px;
    line-height: 16px;
    display: inline-block;
    background: #fb0628;
    color: #fff;
    margin-right: 4px;
}


/* 视频播放 */
.zzf_video_pannel {
    width: 100%;
    height: 375px;
    position:fixed;
    top:65px;
    left:50%;
    z-index:10000;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,0);
    display: none;
    background: #000;
}
.video_close {
    position:absolute;
    width:25px;
    height:25px;
    background:url("../images/close.png") no-repeat center;
    background-size:15px;
    top:5px;
    right:5px;
    cursor:pointer;
}
.zzf_video_pannel iframe {
    width: 100%;
    height: 375px;
}


/* 分享有礼 */
.zzf_share_gift {
    color: #666;
    display: block;
    width: 48px;
    height: 16px;
    background: url(../images/zzf_new_order/share_gift.png) no-repeat top center;
    background-size: 26px;
    position: absolute;
    padding-top: 24px;
    right: 5px;
    top: 50%;
    margin-top: -20px;
}



#header.dianqing_head .goBack .icon {
    background: url(../images/icon_dianqin.png) no-repeat;
    background-size: 22px 528px;
}
#header.dianqing_head {
    background: url(../images/zzf_new_order/dianqin_title2.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#header.dianqing_head .h_tab a {
    color: #fff;
    line-height: 41px !important;
}
#header.dianqing_head .h_tab a.active {
    border-bottom: 2px solid #fff;
}
#header.dianqing_head .zzf_new_cart {
    background: url(../images/zzf_new_order/zzf_new_cart_white.png) no-repeat center;
    background-size: 18px;
}
#header.dianqing_head .navShow .icon {
    background: url(../images/sort/icon_menu_white.png) no-repeat center !important;
    background-size: auto 5px !important;
}

.dianqing_big_logo {
    width: 52px;
    height: 70px;
    background: url(../images/zzf_new_order/zzf_detail_dianqin.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 18px;
    top: 0;
    z-index: 9;
}

.dianqing_bar {
    width: 100%;
    background: url(../images/zzf_new_order/dianqin_detail_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 6px 0 6px 17px;
}
.dianqing_bar .word {
    padding-left: 40px;
    background: url(../images/zzf_new_order/sb_dianqing_caption.png) no-repeat left center;
    background-size: 31px;
}
.dianqing_bar .word h2 {
    font-size: 15px;
    color: #fff79c;
    padding-bottom: 5px;
}
.dianqing_bar .word p {
    color: #fff;
}



/* 免责声明 */
.zzf_statement {
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding: 6px 0 10px;
    line-height: 18px;
}


/* 返回顶部 */
.go_top  {
    width: 45px;
    height: 45px;
    display: block;
    background: url(../images/zzf_new_order/go_top.png) no-repeat center;
    background-size: 38px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 1000;
    display: none;
}