﻿body {
    font-size: 13px;
    color: #4b4b4b;
}

.slider_3 {
    width: 100%;
    overflow: hidden;
}

.slider_3_wrap {
    position: relative;
    width: 100%;
    margin: auto;
    height: auto;
    /*overflow: visible!important;
	max-height:320px;*/
}

.slider_3 ul:not([style*="translate3d"]) li:nth-of-type(n+2) {
    display: none;
}

.slider_3 ul li a {
    display: block;
}

    .slider_3 ul li a img {
        /*width:100%;
	max-width:100%;*/
    }

.slider_3 .slider_3_indicate {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 100;
    text-align: center;
    pointer-events: none;
    /* border: 1px solid red; */
    background: url(../imgs/w_43.png);
    background-repeat: repeat-x;
    background-position: center -6px;
    -webkit-background-size: auto 48px;
}

    .slider_3 .slider_3_indicate span {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        margin: 15px 4px;
        border: 1px solid #d1d1d1;
    }

        .slider_3 .slider_3_indicate span.on {
            background: #f58538;
            border-color: #f58538;
        }

/********************************/
html {
    background: #f1f1f1;
}

.section_body {
    background: #ffffff;
    border: 1px solid #ced3d7;
    border-width: 0;
    -webkit-border-image: url(../imgs/border.gif) 2 stretch;
    margin-bottom: 7px;
}

/**********************************************/
.info_basic {
    background: #fff;
    margin-bottom: 0;
    border-width: 1px 0 0 0;
    padding: 10px 16px 6px 16px;
}

    .info_basic ul {
    }

        .info_basic ul li {
        }

            .info_basic ul li:nth-of-type(n+2) {
                /*border: 1px solid #ced3d7;
	border-width:1px 0 0 0 ;
	-webkit-border-image: url(../imgs/border.gif) 2 stretch;*/
            }

    .info_basic .price_and_fav > div, .info_basic .title_and_fav > div {
        vertical-align: middle;
        /*padding:5px 0;*/
    }

        .info_basic .price_and_fav > div:first-of-type {
            width: 100%;
            padding-top: 6px;
        }

        .info_basic .price_and_fav > div:nth-of-type(2), .info_basic .title_and_fav > div:nth-of-type(2) {
            text-align: center;
        }

            .info_basic .price_and_fav > div:nth-of-type(2) label, .info_basic .title_and_fav > div:nth-of-type(2) label {
                white-space: pre;
                padding: 3px 10px;
                text-align: center;
            }

    .info_basic .title_and_fav .fav {
        border: 1px solid #e3e3e3;
        border-width: 0 0 0 1px;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
        position: relative;
        padding-left: 10px;
    }

    .info_basic .title_and_fav > div:nth-of-type(2) label {
        width: 50px;
        display: block;
        height: 15px;
        visibility: hidden;
    }

    .info_basic .title_and_fav .icon_fav:after {
        content: "收藏";
        position: absolute;
        bottom: -1px;
        width: 50px;
        padding-left: 10px;
        text-align: center;
        left: 0;
        font-size: 11px;
        color: #1a1a1a;
    }

    .info_basic .title_and_fav .icon_fav.on:after {
        content: "已收藏";
    }


    .info_basic .price_and_fav .price .tuan_price, .info_basic .price_and_fav .price .WeChat_price {
        color: #ff2e45;
        font-size: 14px;
        line-height: 25px;
    }

    .info_basic .price_and_fav .label_activityTag {
        display: inline-block;
        vertical-align: text-top;
        line-height: 10px;
        background: #ff2e45;
        color: #ffffff;
        font-size: 10px;
        padding: 2px;
        margin-top: 1px;
        margin-left: 4px;
    }

    .info_basic .price_and_fav .price .tuan_price label, .info_basic .price_and_fav .price .WeChat_price label {
        font-size: 19px;
    }

    .info_basic .price_and_fav .price p:nth-of-type(3) {
        color: #999999;
        font-size: 11px;
        line-height: 18px;
        padding-bottom: 4px;
    }

        .info_basic .price_and_fav .price p:nth-of-type(3) span {
            text-decoration: line-through;
        }

.icon_fav {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../imgs/w_7.png) no-repeat center -1170px;
    -webkit-background-size: 40px auto;
}

    .icon_fav.on {
        background-position: center -1130px;
    }

.info_basic .title {
    line-height: 18px;
    color: #1a1a1a;
    font-size: 15px;
    padding: 3px 10px 0 0;
}

.freight {
    line-height: 22px;
    font-size: 12px;
    color: #666666;
}

    .freight label {
        padding-left: 40px;
    }

.freight_2 {
    font-size: 12px;
    line-height: 23px;
    vertical-align: middle;
    padding: 3px 0;
    overflow: hidden;
    height: 23px;
    color: #666666;
    margin-bottom: 3px;
    width: 100%;
}

    .freight_2 div {
        display: inline-block;
    }

    .freight_2 > div:nth-of-type(1) {
        width: 41%;
        float: left;
    }

        .freight_2 > div:nth-of-type(1) .area_send {
            float: left;
            width: 30px;
        }

        .freight_2 > div:nth-of-type(1) .area_send_con {
            float: right;
            width: 82px;
            text-align: right;
        }

        .freight_2 > div:nth-of-type(1) div {
            width: 100%;
        }

    .freight_2 > div:nth-of-type(2) {
        width: 58%;
        float: right;
        text-align: right;
        line-height: 20px;
        vertical-align: middle;
        overflow: hidden;
    }

        .freight_2 > div:nth-of-type(2) > div:nth-of-type(1) {
            text-align: right;
            padding-right: 13px;
            overflow: hidden;
            vertical-align: middle;
            line-height: 23px;
            border: 1px solid #e3e3e3;
            border-width: 0 1px 0 0;
            -webkit-border-image: url(../imgs/border.gif) 2 stretch;
        }

        .freight_2 > div:nth-of-type(2) > div:nth-of-type(2) {
            text-align: right;
            overflow: hidden;
            vertical-align: middle;
            vertical-align: middle;
            line-height: 23px;
            padding-left: 10px;
        }

    .freight_2 div #areaName {
        width: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right;
        display: inline-block;
        vertical-align: top;
    }

    .freight_2 label {
        white-space: nowrap;
        line-height: 22px;
        color: #666666;
        font-size: 12px;
    }

    .freight_2 a {
        font-size: 12px;
        color: #666666;
    }

        .freight_2 a span.icon {
            display: inline-block;
            width: 17px;
            line-height: 22px;
            background: url(../imgs/w_7.png) no-repeat -12px -329px;
            -webkit-background-size: 40px auto;
            float: right;
        }

/**********************SKU**************************/
.list_sku {
    /*padding:10px 0;*/
}
    /*.list_sku section{
	padding: 10px 0;
}*/
    .list_sku label {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 5px 10px 5px 0;
        color: #1a1a1a;
        font-size: 14px;
    }

    .list_sku section > div:first-of-type label {
        height: 20px;
        line-height: 20px;
    }

    .list_sku .label_radio input {
        display: none;
    }

    .list_sku .label_radio span {
        display: block;
        padding: 0 10px;
        /*min-width:60px;*/
        text-align: center;
        border: 1px solid #d5d5d5;
        border-width: 1px;
        border-radius: 3px;
        color: #666666;
        font-size: 12px;
    }
    /*.list_sku .label_radio input:not(:checked) + span{
	-webkit-border-image: url(../imgs/border_dialog.gif) 2 stretch;
}*/
    .list_sku .label_radio input:checked + span {
        border-color: #ff2e45;
        background: #ff2e45;
        color: #ffffff;
        font-size: 12px;
    }

    .list_sku .label_radio input:disabled + span {
        color: #e0e3e6;
        border-color: #e0e3e6;
        /*-webkit-border-image: url(../imgs/border.gif) 2 stretch;*/
    }

#scroller_sku_list li {
    position: relative;
    padding-bottom: 5px;
}

.sku_dialog .table_number {
    width: 100%;
}

    .sku_dialog .table_number td {
        padding: 13px 0 13px 13px;
    }

        .sku_dialog .table_number td:nth-of-type(2) {
            width: 90%;
        }

    .sku_dialog .table_number .sku_Rule {
        text-align: right;
    }

        .sku_dialog .table_number .sku_Rule .Purchase {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            color: #666666;
        }

        .sku_dialog .table_number .sku_Rule .Purchasecon {
            display: inline-block;
            vertical-align: middle;
        }

    .sku_dialog .table_number .box {
        /*-webkit-border-image: url(../imgs/border_dialog.gif) 2 stretch;*/
        background: #ffffff;
        overflow: hidden;
    }

    .sku_dialog .table_number input {
        -webkit-appearance: none;
        display: inline-block;
        height: 35px;
        width: 35px;
        text-align: center;
        border: 0;
        background: none;
        background: url(../imgs/w_7.png) no-repeat center -644px;
        -webkit-background-size: 40px auto;
        font-size: 13px;
        color: transparent;
        /*border-radius:3px;*/
    }

    .sku_dialog .table_number .box div:nth-child(1) input {
        border-radius: 3px 0 0 3px;
        border: 1px solid #c7c7c7;
        border-width: 1px 0 1px 1px;
    }

    .sku_dialog .table_number .box div:nth-child(3) input {
        border-radius: 0 3px 3px 0;
        border: 1px solid #c7c7c7;
        border-width: 1px 1px 1px 0;
    }

    .sku_dialog .table_number input[value="-"] {
        background-position: center -684px;
    }

    .sku_dialog .table_number input[type="tel"] {
        width: 43px;
        color: inherit;
        background: #fff;
        border: 1px solid #c7c7c7;
    }
/****/

.btn_group > div {
    padding-top: 10px;
}

.btn_group .btn {
    width: 130px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border: 0;
}

    .btn_group .btn[disabled] {
        background: #7f8c8d !important;
        pointer-events: none;
    }

    .btn_group .btn.black {
        background: #3e3e3e;
    }
/**********************************************/
.link_to_shop {
    padding: 10px 16px 15px 16px;
    overflow: hidden;
    margin-top: 7px;
}

    .link_to_shop .shopName {
        width: 72%;
        vertical-align: middle;
        line-height: 36px;
        color: #1a1a1a;
        display: inline-block;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .link_to_shop .img_wrap {
        width: 36px;
        height: 36px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 8px;
    }

    .link_to_shop .Authentication {
        width: 26%;
        color: #24bf24;
        line-height: 21px;
        vertical-align: middle;
        text-align: right;
        font-size: 11px; /*display:inline-block*/
        display: none;
    }

        .link_to_shop .Authentication i {
            width: 22px;
            height: 21px;
            line-height: 21px;
            background: url(../imgs/w_7.png) no-repeat -11px -1721px;
            -webkit-background-size: 45px auto;
            display: inline-block;
            background-size: 45px auto;
        }

    .link_to_shop .shop_area {
        border: 1px solid #bdbdbd;
        border-radius: 5px;
        width: 48%;
        line-height: 32px;
        color: #666666;
        margin-top: 15px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }

    .link_to_shop div:last-child {
        margin-left: 2%;
    }

    .link_to_shop .shop_area a {
        width: 100%;
        height: 32px;
        color: #666666;
        display: block;
    }

    .link_to_shop .shop_area i {
        background: url(../imgs/w_7.png) no-repeat;
        -webkit-background-size: 45px auto;
        width: 25px;
        height: 25px;
        display: inline-block;
    }

        .link_to_shop .shop_area i.shops {
            background-position: -12px -1673px;
        }

        .link_to_shop .shop_area i.dianpu {
            background-position: -12px -1626px;
        }

        .link_to_shop .shop_area i.Store {
            background-position: -12px -1582px;
        }

.link_sku_dialog {
    margin-top: 7px;
    margin-bottom: 0px;
}

    .link_sku_dialog a {
        display: block;
        line-height: 45px;
        font-size: 15px;
        color: #1a1a1a;
        position: relative;
        padding: 0 30px 0 45px;
        background: url(../imgs/w_7.png) no-repeat 3px -674px;
        -webkit-background-size: 45px auto;
    }

        .link_sku_dialog a:after {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            border: 2px solid #c3c3c3;
            border-width: 2px 2px 0 0;
            position: absolute;
            top: 50%;
            right: 5%;
            margin-top: -5px;
            -webkit-transform: rotate(45deg);
        }

    .link_sku_dialog a {
        background: none;
        padding-left: 16px;
        line-height: 18px;
        padding: 14px 30px 14px 15px;
    }

    .link_sku_dialog label > div {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/**********************************************/
.info_recommend {
}

    .info_recommend a {
        display: block;
    }

    .info_recommend > div {
        margin: 10px 16px;
    }

    .info_recommend .title {
        font-size: 13px;
        height: 20px;
        line-height: 20px;
    }

    .info_recommend .img_wrap {
        display: block;
        width: 80px;
        height: 80px;
        border: 1px solid #ced3d7;
        border-width: 1px;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
        margin: 5px auto;
    }

        .info_recommend .img_wrap img {
            width: 100%;
            height: 100%;
        }

    .info_recommend figure {
        text-align: center;
    }

        .info_recommend figure label {
            display: block;
            padding: 0 5px;
            height: 15px;
            line-height: 15px;
            font-size: 9px;
            color: #4a4a4a;
        }

/*****************************************************/
.info_detail .div_nav li {
    border: 1px solid #ced3d7;
    border-width: 0 1px 1px 0;
    -webkit-border-image: url(../imgs/border.gif) 2 stretch;
}

    .info_detail .div_nav li:last-of-type {
        border-right: 0;
    }

.info_detail .div_nav a {
    display: block;
    width: 100px;
    margin: auto;
    overflow: hidden;
    line-height: 45px;
    font-size: 13px;
    color: #4a4a4a;
    text-align: center;
}

    .info_detail .div_nav a.on {
        color: #ff5366;
    }

.info_detail .div_sections > section {
    display: none;
    padding: 10px 15px;
    min-height: 100px;
}

    .info_detail .div_sections > section.section_comments {
        padding-left: 0;
    }

    .info_detail .div_sections > section.on {
        display: block;
    }

.section_specification {
}

    .section_specification div {
        padding: 0 10px;
    }

        .section_specification div dd {
            color: #5f646e;
            font-size: 11px;
            line-height: 36px;
            border: 1px solid #ffffff;
            border-width: 0 0 1px 0;
            -webkit-border-image: url(../imgs/border.gif) 2 stretch;
            padding: 0 10px;
        }

            .section_specification div dd:last-of-type {
                border: 0;
            }

            .section_specification div dd label:nth-of-type(2) {
                color: #4a4a4a;
                float: right;
            }

.section_detail * {
    max-width: 100%;
}


.section_detail {
    margin: 0;
    width: 100%;
    overflow: hidden;
}
/************/
.no_comments {
    padding: 80px 0 0 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #FFFFFF;
}

    .no_comments img {
        background-image: url(../imgs/no_comments.png);
        background-repeat: no-repeat;
        background-size: 105px 105px;
    }

        .no_comments img.no_Attribute {
            background-image: url(../imgs/no_Attribute.png);
            background-repeat: no-repeat;
            background-size: 105px 105px;
        }

    .no_comments p {
        line-height: 30px;
        color: #c3c3c3;
        font-size: 14px;
    }

    .no_comments ~ * {
        display: none;
    }

.nav_comments {
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    padding: 0 4%;
    margin: 6px 0 10px 0;
}

    .nav_comments li {
        border-radius: 4px;
        border: 1px solid #d6d6d6;
        color: #666666;
        text-align: center;
        -webkit-box-flex: 1;
        box-flex: 1;
        text-align: center;
        margin: 0 3px;
        background: #ffffff;
        font-size: 12px;
        line-height: 25px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .nav_comments li:first-of-type {
            width: 30px;
        }

        .nav_comments li.on {
            background: #ff2e45;
            color: #ffffff;
            border-color: ff2e45;
            font-size: 12px;
            border-color: #ff2e45;
        }

        .nav_comments li label {
            display: block;
            margin: 0 auto;
            pointer-events: none;
        }

#list_comments {
}

.list_comments {
    position: relative;
    background: #FFFFFF;
}

    .list_comments .nomore {
        width: 100%;
        position: absolute;
        bottom: -30px;
        color: #848484;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

    .list_comments:not(.on) {
        display: none;
    }

    .list_comments li:nth-of-type(n+2) .tbox > *:nth-of-type(n+2) {
        border: 1px solid #ced3d7;
        border-width: 1px 0 0 0;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
    }

    .list_comments .img_wrap {
        display: inline-block;
        width: 34px;
        height: 34px;
        border-radius: 100px;
        overflow: hidden;
    }

        .list_comments .img_wrap img {
            width: 100%;
            height: 100%;
            border-radius: 100px;
        }

    .list_comments .tbox > * {
        vertical-align: middle;
        padding: 15px 0;
    }

        .list_comments .tbox > *:first-of-type {
            padding: 0 5px;
            text-align: center;
        }

            .list_comments .tbox > *:first-of-type p {
                padding: 3px 5px 0 0;
                width: 70px;
                font-size: 10px;
                color: #4a4a4a;
            }

                .list_comments .tbox > *:first-of-type p:nth-of-type(2) {
                    font-size: 9px;
                    color: #7f8c8d;
                }

        .list_comments .tbox > *:nth-of-type(2) p:nth-of-type(2) {
            position: relative;
        }

    .list_comments .comment_content {
        font-size: 14px;
        line-height: 18px;
        color: #666666;
        margin: 4px 0 3px 0;
    }

    .list_comments .comment_rate, .list_comments .comment_time {
        display: inline-block;
        height: 18px;
        line-height: 18px;
        font-size: 9px;
        color: #7f8c8d;
        width: 152px;
    }

    .list_comments .comment_time {
        position: absolute;
        right: 0;
        margin-top: 3px;
        text-align: right;
    }

    .list_comments .comment_rate {
        background: url(../imgs/w_12.png) no-repeat 0 center;
        -webkit-background-size: auto 15px;
        width: 75px;
    }

        .list_comments .comment_rate[data-rate="0"] {
            background-position: -75px;
        }

        .list_comments .comment_rate[data-rate="1"] {
            background-position: -60px;
        }

        .list_comments .comment_rate[data-rate="2"] {
            background-position: -45px;
        }

        .list_comments .comment_rate[data-rate="3"] {
            background-position: -30px;
        }

        .list_comments .comment_rate[data-rate="4"] {
            background-position: -15px;
        }

        .list_comments .comment_rate[data-rate="5"] {
            background-position: 0px;
        }


    .list_comments .reply {
        position: relative;
        border-radius: 5px;
        padding: 6px;
        margin: 8px 0 6px 0;
        background: #f7f7f7;
        font-size: 12px;
        color: #666666;
    }

        .list_comments .reply:before {
            content: "";
            position: absolute;
            z-index: 10;
            left: 30px;
            top: 0;
            border: 1px solid #f7f7f7;
            border-width: 1px 1px 0 0;
            -webkit-transform: rotate(-45deg);
            width: 7px;
            height: 7px;
            margin-top: -4px;
            background: #f7f7f7;
        }


/***************************/
*[data-role="iframe_page"] {
    width: 100%;
    min-height: 100px;
    border: 0;
    height: 1700px;
}

    *[data-role="iframe_page"].hidden, .container.ordercreate.hidden {
        display: none;
    }


/***************/
.fixed_btn {
    /*display: none;*/
    height: 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
}

    .fixed_btn.on {
        display: block;
    }

    .fixed_btn ol {
        height: 60px;
        background: #f5f5f5;
        text-align: center;
        position: static;
        bottom: 0;
        z-index: 100;
        opacity: 0;
        padding: 0 2%;
        /*display: none;*/
        border: 1px solid red;
        border-width: 1px 0 0 0;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
        text-align: left;
        max-width: 640px;
    }

.IsComputer .fixed_btn ol {
    padding: 0;
    max-width: 640px;
}

.fixed_btn ol[style*="fixed"] {
    opacity: 1;
    /*display: block;*/
}

.fixed_btn ol li {
    height: 60px;
    vertical-align: middle;
    padding: 8px 0;
}

    .fixed_btn ol li a {
        /*white-space: pre;*/
        display: block;
        width: auto;
        font-size: 15px;
        height: 44px;
        line-height: 44px;
        margin: 0 0 0 5px;
    }

    .fixed_btn ol li:first-child div:first-child a {
        margin: 0 0 0 1px;
    }

    .fixed_btn ol li a.bargain {
        text-decoration: none;
        color: #4b4b4b;
        font-size: 16px;
    }

        .fixed_btn ol li a.bargain label {
            font-size: 15px;
            color: #ffffff;
        }

    .fixed_btn ol li a label {
        display: inline-block;
        width: 80px;
    }

    .fixed_btn ol li:nth-of-type(1) a:nth-of-type(1) {
        margin-left: 0px;
    }

    .fixed_btn ol li:nth-of-type(2) a {
    }

        .fixed_btn ol li:nth-of-type(2) a:not(.on) {
            background: #999999 !important;
        }

.fixed_btn ol .box > div:nth-of-type(1) a {
    background: #ff8522;
}

.btn.red {
    background: #ff2e45;
}

.btn.orange {
    background: #ff8522;
}

.fixed_btn ol li:nth-of-type(2) a.lucky {
    background: #ff8522 !important;
}
/****/
.fixed_btn ol li .btn_add {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    background: url(../imgs/w_7.png) no-repeat center -1160px;
    -webkit-background-size: 40px auto;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
}

.fixed_btn ol li .btn_user_center {
    background-position: center -1560px;
}

.fixed_btn ol li .btn_add_shopcart {
    position: relative;
    background-position: center -1240px;
}

    .fixed_btn ol li .btn_add_shopcart.on {
        background-position: center -1200px;
    }

    .fixed_btn ol li .btn_add_shopcart:not([data-count="0"])::after {
        content: attr(data-count);
        display: inline-block;
        padding: 0 2px;
        height: 16px;
        min-width: 16px;
        border-radius: 20px;
        background: #ff2e45;
        color: #ffffff;
        text-align: center;
        font-size: 10px;
        position: absolute;
        left: 23px;
        top: 3px;
        line-height: 16px;
        -webkit-box-sizing: border-box;
    }

/**商品详情信息**/
#div_nav_fixed {
    height: 46px;
    width: 100%;
}

#div_nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
}


/**满减优惠**/
.dl_GoodDiscount {
    background: #f7f7f7;
    margin-bottom: 0;
}

.Discount_top {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    font-size: 12px;
    margin: 0 0 0 16px;
}

    .Discount_top span {
        color: #666;
        font-size: 12px;
    }

    .Discount_top > div:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        box-flex: 1;
        -webkit-box-flex: 1;
    }

    .Discount_top > div:last-child {
        width: 30px;
        text-align: center;
        margin-right: 3.5%;
        line-height: 41px;
    }

        .Discount_top > div:last-child a {
            display: block;
            position: relative;
        }

            .Discount_top > div:last-child a:after {
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                border: 2px solid #c3c3c3;
                border-width: 2px 2px 0 0;
                position: absolute;
                top: 35%;
                -webkit-transform: rotate(135deg);
            }

    .Discount_top div:last-child a.on:after {
        top: 50%;
        -webkit-transform: rotate(-45deg);
    }

    .Discount_top p {
        color: #666;
        display: inline-block;
        float: left;
        line-height: 42px;
    }

    .Discount_top .Discount_label {
        float: left;
        width: 85%;
        padding-top: 11px;
        color: #666;
    }

        .Discount_top .Discount_label span {
            background: #ff2e45;
            color: #fff;
            border-radius: 3px;
            padding: 0 6px;
            font-size: 12px;
            text-align: center;
            margin-right: 8px;
            margin-bottom: 8px;
            line-height: 20px;
            display: inline-block;
        }

    .Discount_top #DiscountInfo {
        display: inline-block;
    }

.Discount_list {
    margin-top: -8px;
    padding-left: 3.5%;
}

    .Discount_list ul li {
        display: -moz-box;
        display: -webkit-box;
        display: box;
        -moz-box-orient: horizontal;
        -webkit-box-orient: horizontal;
        box-orient: horizontal;
    }

        .Discount_list ul li div:first-child {
            width: 60px;
            margin-right: 3.5%;
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .Discount_list ul li div label {
            background: #ff2e45;
            line-height: 20px;
            color: #fff;
            border-radius: 3px;
            padding: 0 1px;
            font-size: 12px;
            width: 54px;
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 20px;
            display: block;
        }

        .Discount_list ul li div:last-child {
            box-flex: 1;
            -webkit-box-flex: 1;
            line-height: 22px;
            border: 1px solid #cacaca;
            border-width: 0 0 1px 0;
            -webkit-border-image: url(../imgs/border.gif) 2 stretch;
            padding: 6px 0 8px 0;
            padding-right: 7%;
        }

        .Discount_list ul li div p {
            line-height: 18px;
            color: #666666;
            font-size: 12px;
        }

            .Discount_list ul li div p:first-child {
                padding-bottom: 4px;
            }

        .Discount_list ul li:last-child div:last-child {
            border-bottom: 0;
        }

/**优惠券**/
.Coupons {
    background: #f7f7f7;
    line-height: 36px;
    padding-left: 16px;
    color: #666666;
    position: relative;
}

    .Coupons > div:first-child {
        border: 1px solid #cacaca;
        border-width: 1px 0 0 0;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
        position: relative;
        font-size: 12px;
    }

    .Coupons > div.noborder {
        border: none;
        border-width: 0;
    }

    .Coupons > div:first-child:after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 2px solid #c3c3c3;
        border-width: 2px 2px 0 0;
        position: absolute;
        top: 50%;
        right: 5%;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
    }

    .Coupons span {
        color: #fff;
        font-size: 12px;
        height: 20px;
        background: #ff2e45;
        border-radius: 3px;
        padding: 0 5px;
        text-align: center;
        margin-right: 6px;
        line-height: 20px;
        display: inline-block;
    }

.Coupon_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5500;
    top: 0;
    left: 0;
}
/**********************/
.btip_widget .widget_wrap {
    height: 28px;
}

.btip_label {
    position: fixed;
    bottom: 60px;
    left: 0;
    z-index: 100;
    line-height: 28px;
    font-size: 13px;
    color: #ffffff;
    background: #ff7130;
    width: 100%;
    text-align: center;
}
/*****************************************/
.sku_dialog, .areaList_dialog {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

    .sku_dialog .widget_mask, .areaList_dialog .widget_mask {
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

    .sku_dialog ul, .areaList_dialog .widget_wrap {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 640px;
        background: #ffffff;
        z-index: 101;
        border: 1px solid red;
        border-width: 1px 0 0 0;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
    }

        .sku_dialog ul li {
            border: 1px solid #ced3d7;
            border-width: 1px 0 0 0;
            -webkit-border-image: url(../imgs/border.gif) 2 stretch;
        }

            .sku_dialog ul li:first-of-type {
                border-width: 0;
                min-height: 100px;
            }

    .sku_dialog .sku_header {
        min-height: 100px;
        border: 1px solid #ced3d7;
        border-width: 0 0 1px 0;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
        width: 94%;
        margin: 0 3%;
    }

        .sku_dialog .sku_header p {
            font-size: 14px;
            color: #ff2e45;
            line-height: 14px;
            padding: 2px 0;
        }

    .sku_dialog #label_sku_price {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sku_dialog .sku_header p:nth-of-type(2), .sku_dialog .sku_header p:nth-of-type(3) {
        font-size: 13px;
        color: #1a1a1a;
    }

    .sku_dialog .sku_header p:nth-of-type(3) {
        max-height: 30px;
        overflow: hidden;
        line-height: 14px;
    }

        .sku_dialog .sku_header p:nth-of-type(2):empty, .sku_dialog .sku_header p:nth-of-type(3):empty {
            display: none;
        }

    .sku_dialog .sku_header dd {
        vertical-align: bottom;
        position: relative;
    }

        .sku_dialog .sku_header dd:nth-of-type(2) {
            width: 100%;
        }

    .sku_dialog .sku_header .sku_close {
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 1;
        top: 0;
        right: -8px;
    }

    .sku_dialog .sku_header .title_pic {
        width: 115px;
        display: inline-block;
        margin-right: 12px;
        height: 88px;
        position: relative;
    }

        .sku_dialog .sku_header .title_pic .img_wrap {
            position: absolute;
            width: 113px;
            height: 113px;
            left: 0;
            bottom: 0;
            border: 1px solid #e9e9e9;
            border-radius: 2px;
        }

    .sku_dialog .sku_header .sku_close {
        margin-right: 0;
        background: url(../imgs/w_7.png) no-repeat center -1280px;
        -webkit-background-size: 40px auto;
    }

    .sku_dialog .sku_header .sku_Choice {
        width: 86%;
        height: 70px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: left;
        padding-bottom: 2px;
    }

        .sku_dialog .sku_header .sku_Choice div {
            width: 100%;
            text-align: left;
        }

    .sku_dialog .sku_header .img_wrap img {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

        .sku_dialog .sku_header .img_wrap img[src=""] {
            background: #cccccc;
        }

    .sku_dialog .list_sku, .sku_dialog .table_choose {
        width: 94%;
        margin: 0 3%;
    }

        .sku_dialog .list_sku > section {
            padding: 5px 12px 10px;
        }

        .sku_dialog .list_sku > section, .table_choose {
            border: 1px solid #ced3d7;
            border-width: 0 0 1px 0;
            -webkit-border-image: url(../imgs/border.gif) 2 stretch;
        }


    .sku_dialog .table_number td {
        border: none;
    }

    .sku_dialog .sku_btn_group {
        background: #f5f5f5;
        padding: 8px 0;
        text-align: center;
    }

        .sku_dialog .sku_btn_group a {
            display: inline-block;
            margin: 0 1%;
            white-space: pre;
            width: auto;
            font-size: 15px;
            height: 44px;
            line-height: 44px;
            width: 46%;
            background: #ff2e45;
            border-radius: 5px;
            color: #fff;
            display: none;
        }

        .sku_dialog .sku_btn_group #btn_dialog_ok {
            width: 96%;
        }

    .sku_dialog .sku_inventory {
        font-size: 11px;
        color: #666666;
    }

    .sku_dialog .sku_btn_group a:first-of-type {
        background: #ff8522;
    }

    .sku_dialog .sku_btn_group.group_1 a:nth-of-type(-n+2) {
        display: inline-block;
    }

    .sku_dialog .sku_btn_group.group_2 a:nth-of-type(3) {
        display: inline-block;
    }

    /**************地区选择*******************/
    .areaList_dialog .areaList_title {
        position: relative;
        text-align: center;
        color: #1a1a1a;
        line-height: 40px;
        border: 1px solid #d7d7d7;
        border-width: 0 0 1px 0;
        font-size: 14px;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
    }

        .areaList_dialog .areaList_title .areaList_close {
            width: 40px;
            height: 40px;
            position: absolute;
            z-index: 1;
            top: 0;
            right: 4px;
            background: url(../imgs/w_7.png) no-repeat center -1280px;
            -webkit-background-size: 40px auto;
        }
    /* 已经选择地区头部 */
    .areaList_dialog #areaList_choose {
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
        line-height: 36px;
        height: 40px;
        border: 1px solid #e3e3e3;
        border-width: 0 0 1px 0;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
    }

        .areaList_dialog #areaList_choose ul {
            position: relative;
            width: 100%;
            height: 40px;
            z-index: 10;
            left: 0;
            top: 0;
        }

            .areaList_dialog #areaList_choose ul li {
                width: 50%;
                height: 40px;
                text-align: center;
                color: #1a1a1a;
                font-size: 13px;
                float: left;
                cursor: pointer;
            }

                .areaList_dialog #areaList_choose ul li.active {
                    color: #ff2e45;
                }

                .areaList_dialog #areaList_choose ul li span {
                    font-size: 13px;
                }

            .areaList_dialog #areaList_choose ul .activeborder {
                width: 50%;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 2px;
                z-index: 10;
                background: #ff2e45;
                -webkit-transition: left 0.2s;
                transition: left 0.2s;
            }

    .areaList_dialog #areaList_list {
        width: 100%;
        height: 320px;
        position: relative;
    }

    .areaList_dialog .areaList_con {
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        max-width: 640px;
        background: #fff;
        opacity: 0;
    }

    .areaList_dialog div.areaList_con:first-child {
        z-index: 2;
        opacity: 1;
    }

    .areaList_dialog #areaList_Province, .areaList_dialog #areaList_City {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    .areaList_dialog .City_scroller {
        position: absolute;
        z-index: 1;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        width: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -o-text-size-adjust: none;
        text-size-adjust: none;
    }

    .areaList_dialog .areaList_con ul li a {
        padding: 0 15px;
        line-height: 40px;
        font-size: 13px;
        color: #1a1a1a;
        display: block;
    }

        .areaList_dialog .areaList_con ul li a.active {
            color: #ff2e45;
            background: #f2f2f2;
        }


.widget_list_address .widget_wrap {
    z-index: 1550;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.widget_list_address {
}

.widget_list_address {
    min-height: 300px;
}

    .widget_list_address li {
        line-height: 45px;
        padding: 0 10px;
        border: 1px solid #ced3d7;
        border-width: 1px 0 0 0;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
    }

        .widget_list_address li label, .widget_list_address li a {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 13px;
            color: #616c7f;
            position: relative;
        }

    .widget_list_address .level_1 > li a:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 50%;
        margin-top: -5px;
        width: 8px;
        height: 8px;
        border: 1px solid #434a54;
        border-width: 0px 1px 1px 0px;
        -webkit-transform: rotate(-45deg);
    }

    /****/
    .widget_list_address .areaList .arrow_back {
        color: #000000;
        font-size: 15px;
        display: block;
        line-height: 45px;
        text-align: center;
        position: relative;
    }

        .widget_list_address .areaList .arrow_back:before {
            content: "";
            display: block;
            position: absolute;
            z-index: 10;
            left: 15px;
            top: 50%;
            margin-top: -5px;
            width: 8px;
            height: 8px;
            border: 1px solid #434a54;
            border-width: 0px 1px 1px 0px;
            -webkit-transform: rotate(-230deg);
        }

/*****************************/
.title_3 {
}

    .title_3 .widget_wrap {
        overflow: hidden;
        text-align: center;
        margin: 0 10px;
    }

    .title_3 label {
        display: inline-block;
        padding: 0 10px;
        height: 35px;
        line-height: 35px;
        position: relative;
        color: #888888;
        font-size: 13px;
    }

        .title_3 label > p {
            overflow: hidden;
            max-width: 150px;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 13px;
            color: #4a4a4a;
        }

        .title_3 label:before, .title_3 label:after {
            content: "";
            display: inline-block;
            position: absolute;
            width: 1000px;
            margin-left: -1000px;
            height: 0;
            left: 0;
            top: 50%;
            border: 1px solid #b2b2b2;
            border-width: 1px 0 0 0;
            -webkit-border-image: url(../imgs/border_dialog.gif) 2 stretch;
        }

        .title_3 label:after {
            left: inherit;
            right: 0;
            margin-right: -1000px;
        }

/* 到底了 */
.End {
    text-align: center;
    overflow: hidden;
    color: #848484;
    font-size: 12px;
    line-height: 32px;
    padding-top: 3px;
    text-align: center;
}

/*----------开启关注购买-----------*/

.limit_buy_dialog .widget_body {
    padding: 30px 10px;
    font-size: 15px;
    color: #303030;
}

.limit_buy_dialog .widget_footer ul li .button {
    font-size: 15px;
}

.limit_buy_dialog .widget_footer ul li:first-child .button {
    color: #8a8a8a;
}

*[data-role="widget"] {
    background: #f1f1f1;
}


/******************** 优惠券-start  ********************/
.sale {
    width: 100%;
    background: #FFF;
    color: #fff;
    padding: 8px;
    padding-bottom: 6px;
    padding-right: 12px;
    position: relative;
    overflow: hidden;
}

    .sale .saleLeft {
        position: absolute;
        left: 0;
        top: 0;
        width: 12px;
        height: 100%;
        background: #FFFFFF;
        z-index: 1;
    }

    .sale .saleRight {
        position: absolute;
        right: 0;
        top: 0;
        width: 12px;
        height: 100%;
        background: #FFFFFF;
        z-index: 1;
    }

        .sale .saleLeft span, .sale .saleRight span {
            content: "";
            display: inline-block;
            width: 7px;
            height: 7px;
            border: 1px solid #595f68;
            border-width: 1px 1px 0 0;
            position: absolute;
            top: 50%;
            margin-top: -3px;
            z-index: 2;
        }

    .sale .saleLeft span {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        left: 4px;
        opacity: 0;
    }

    .sale .saleRight span {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 4px;
    }

    .sale .swiper-slide {
        position: relative;
        padding-left: 4px;
    }

    .sale .coupon {
        cursor: pointer;
    }

    .sale a {
        color: #FFFFFF;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
    }

    .sale .swiper-slide img {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .sale .saleCon {
        position: absolute;
        top: 50%;
        height: 50px;
        margin-top: -22px;
        width: 76%;
        text-align: center;
        left: 4%;
    }

        .sale .saleCon h3 {
            font-size: 28px;
            overflow: hidden;
            line-height: 28px;
            font-weight: normal;
            height: 28px;
            position: relative;
            padding-left: 10px;
        }

            .sale .saleCon h3 span {
                font-size: 12px;
                position: absolute;
                top: 0px;
                line-height: 18px;
                margin-left: -10px;
            }

        .sale .saleCon h4 {
            font-size: 28px;
            overflow: hidden;
            line-height: 28px;
            font-weight: normal;
            height: 28px;
            position: relative;
        }

            .sale .saleCon h4 span {
                font-size: 11px;
                position: absolute;
                bottom: 0px;
                line-height: 18px;
            }

        .sale .saleCon h5, .sale h5.tishi {
            font-size: 18px;
            line-height: 26px;
            font-weight: normal;
            height: 26px;
            position: relative;
            padding-top: 2px;
        }

    .sale h5.tishi {
        color: #ff2e45;
    }

    .sale .saleCon p {
        text-align: center;
        padding-left: 6px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 10px;
        line-height: 12px;
    }

        .sale .saleCon p.tishi {
            color: #999999;
            padding-left: 0px;
        }

    .sale .sale_buttons {
        position: absolute;
        right: 7%;
        top: 50%;
        width: 6%;
        text-align: center;
        line-height: 14px;
        color: #fff;
        font-size: 12px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        margin-top: -22px;
    }

    .sale [data-State="Receive"] .sale_buttons {
        margin-top: -28px;
        color: #fff;
    }

        .sale [data-State="Receive"] .sale_buttons:after {
            content: '立即领取';
        }

    .sale [data-State="Received"] .sale_buttons:after {
        content: '已领取';
    }

    .sale [data-State="Leadend"] .sale_buttons:after {
        content: '已领完';
    }

    .sale [data-State="Expired"] .sale_buttons:after {
        content: '已过期';
    }
/******************** 优惠券-end  ********************/

#goods_center {
    width: 100%;
    min-height: 200px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

#goods_det {
    background: #FFFFFF;
}


blockquote {
    padding: .8em 0 .8em 2em;
    margin: 0;
}

/************** 弹层 **************/
.select-dialog, .validate {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

    .select-dialog .widget_mask, .validate .widget_mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1500;
    }

    .select-dialog .widget_wrap, .validate .widget_wrap {
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 640px;
        background: #ffffff;
        z-index: 501;
        border: 1px solid red;
        border-width: 1px 0 0 0;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
        border-radius: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        top: inherit;
    }

    .select-dialog .Dialog_header, .validate .validate_header, .ListAdd_header {
        position: relative;
        text-align: center;
        color: #1a1a1a;
        line-height: 50px;
        border: 1px solid #d7d7d7;
        border-width: 0 0 1px 0;
        font-size: 15px;
        -webkit-border-image: url(../imgs/border.gif) 2 stretch;
    }

        .select-dialog .Dialog_header .Dialog_close, .ListAdd_close {
            width: 40px;
            height: 40px;
            position: absolute;
            z-index: 1;
            top: 5px;
            right: 4px;
            background: url(../imgs/w_7.png) no-repeat center -1280px;
            -webkit-background-size: 40px auto;
        }

.Dialog_list {
    width: 100%;
    min-height: 220px;
    max-height: 350px;
    position: relative;
    overflow: hidden;
}

.select-dialog .scroller { /*	-webkit-touch-callout:none;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    padding: 0;
}

.select-dialog .Dialog_list ul li {
    margin-left: 15px;
    padding-right: 15px;
    min-height: 55px;
    font-size: 14px;
    color: #1a1a1a;
    display: block;
    border: 1px solid #d7d7d7;
    border-width: 0 0 1px 0;
    -webkit-border-image: url(../imgs/border.gif) 2 stretch;
    vertical-align: middle;
    position: relative;
}

    .select-dialog .Dialog_list ul li a {
        color: #1a1a1a;
        display: block;
        position: relative;
    }

    .select-dialog .Dialog_list ul li span {
        line-height: 38px;
        font-size: 13px;
        width: 76%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .select-dialog .Dialog_list ul li p {
        font-size: 10px;
        color: #999999;
        line-height: 12px;
        margin-top: -6px;
    }

    .select-dialog .Dialog_list ul li.active {
        color: #ff2e45;
        background: #f2f2f2;
    }

    .select-dialog .Dialog_list ul li label {
        border: 1px solid #ff2e45;
        border-radius: 3px;
        line-height: 23px;
        color: #ff2e45;
        text-align: center;
        width: 50px;
        font-size: 13px;
        position: absolute;
        right: 15px;
        top: 16px;
        display: block;
    }

        .select-dialog .Dialog_list ul li label.Leadend, .select-dialog .Dialog_list ul li label.Received, .select-dialog .Dialog_list ul li label.Expired {
            color: #c3c3c3;
            border: 1px solid #c3c3c3;
        }

        .select-dialog .Dialog_list ul li label.Receive:after {
            content: '领取';
        }

        .select-dialog .Dialog_list ul li label.Received:after {
            content: '已领取';
        }

        .select-dialog .Dialog_list ul li label.Leadend:after {
            content: '已领完';
        }

        .select-dialog .Dialog_list ul li label.Expired:after {
            content: '已领完';
        }

/**********otip*********/

div[data-role="widget"].otip3 .widget_wrap {
    min-height: inherit;
    text-align: center;
    background: none;
    margin-top: 0;
    top: 40%;
}

div[data-role="widget"].otip3 .widget_body {
    padding: 7px 12px;
    color: #ffffff;
    white-space: pre-line;
    background: rgba(0,0,0,0.6);
    display: inline-block;
    min-width: 100px;
    font-size: 14px;
    min-height: inherit;
    border-radius: 3px;
}

/*SKU*/
#scroller_sku_list, #scroller_sku_listTuan {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.sku_dialog .sku_btn_group #btn_dialog_okTuan {
    width: 96%;
}
/*-- iphone4 --*/
@media screen and (max-width:360px) {
    .sale .sale_number {
        font-size: 28px;
    }
}

@media screen and (min-width:320px) {
    #slider_3_wrap {
        max-height: 320px;
    }

    .areaList_dialog #areaList_list {
        height: 280px;
    }
}

@media (max-device-height:481px) and (max-width:361px) {
    #scroller_sku_list, #scroller_sku_listTuan {
        max-height: 200px;
    }

    .areaList_dialog #areaList_list {
        height: 240px;
    }
    /* 兼容iphone4/4s */
}

@media screen and (min-width:360px) {
    #slider_3_wrap {
        max-height: 360px;
    }
}

@media screen and (min-width:375px) {
    #slider_3_wrap {
        max-height: 375px;
    }

    #scroller_sku_list, #scroller_sku_listTuan {
        max-height: 300px;
    }

    .areaList_dialog #areaList_list {
        height: 350px;
    }
}

@media screen and (min-width:385px) {
    #slider_3_wrap {
        max-height: 385px;
    }

    #scroller_sku_list, #scroller_sku_listTuan {
        max-height: 350px;
    }
}

@media screen and (min-width:414px) {
    #slider_3_wrap {
        max-height: 414px;
    }

    .areaList_dialog #areaList_list {
        height: 410px;
    }

    #scroller_sku_listTuan {
        max-height: 400px;
    }
}

@media screen and (min-width:640px) {
    #slider_3_wrap {
        max-height: 640px;
    }

    .link_sku_dialog a:after {
        right: 4%;
    }

    .fixed_btn ol {
        padding: 0 8px;
    }

    .areaList_dialog #areaList_list {
        height: 600px;
    }
}
