﻿.MProductDetail_box {
    width: 100%;
}

    .MProductDetail_box .MProductDetail_left {
        float: left;
        position: relative;
    }

.flexslider {
    clear: both;
    position: relative;
    overflow: hidden;
    background: url(/images/fix-loading.gif) 50% no-repeat;
    margin: 0 auto;
}

    .flexslider li a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .flexslider .slides {
        position: relative;
        z-index: 1;
    }

        .flexslider .slides li {
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
        }

            .flexslider .slides li img {
                width: 100%;
            }

    .flexslider .flex-control-nav {
        display: none;
        position: absolute;
        z-index: 2;
        width: 100%;
        text-align: center;
        height: 20px;
        bottom: 0px;
    }

        .flexslider .flex-control-nav li {
            display: inline-block;
            width: 14px;
            height: 14px;
            margin: 0 5px;
            *display: inline;
            zoom: 1;
            list-style-type: none;
        }

        .flexslider .flex-control-nav a {
            display: inline-block;
            width: 14px;
            height: 16px;
            line-height: 60px;
            overflow: hidden;
            background: url(/images/dot.png) right 0 no-repeat;
        }

        .flexslider .flex-control-nav .flex-active {
            background-position: 0 0;
        }

.MProductDetail_box .MProductDetail_box_Carousel {
    position: absolute;
    opacity: 0.5;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    right: 15px;
    bottom: 15px;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
    color: red;
    z-index: 2;
}

.MProductDetail_box .MProductDetail_right {
    float: left;
    height: 100%;
}

    .MProductDetail_box .MProductDetail_right ul li {
        width: 83px;
    }

        .MProductDetail_box .MProductDetail_right ul li a {
            color: #383737;
            text-align: center;
            display: block;
        }

            .MProductDetail_box .MProductDetail_right ul li a i {
                width: 21px;
                height: 19px;
                display: block;
                margin: 0 auto;
                margin-bottom: 5px;
                background-size: 100%;
                background-position: center;
                background-repeat: no-repeat;
            }

.MProductDetail_right .MProductDetail_right_Collection {
    background-image: url(/MobileShop/Resource/images/MProductDetail_Collection.png);
}

.MProductDetail_right .MProductDetail_right_Collection1 {
    background-image: url(/MobileShop/Resource/images/MProductDetail_Collection1.png);
}

.MProductDetail_right .MProductDetail_right_Detail {
    background-image: url(/MobileShop/Resource/images/MProductDetail_Detail.png);
}

.MProductDetail_right .MProductDetail_right_Parameter {
    background-image: url(/MobileShop/Resource/images/MProductDetail_Parameter.png);
}

.MProductDetail_right .MProductDetail_right_Evaluation {
    background-image: url(/MobileShop/Resource/images/MProductDetail_Evaluation.png);
}

.MProductDetail_right .MProductDetail_right_Consultation {
    background-image: url(/MobileShop/Resource/images/推荐1.png);
}


.MProductDetail_title {
    margin: 10px auto;
    width: 90%;
    font-size: 16px;
    font-weight: bold;
    color: #383737;
}

.MProductDetail_Price {
    margin: 0 auto;
    width: 90%;
    color: #e72648;
}

    .MProductDetail_Price span {
        font-size: 18px;
        font-weight: bold;
    }

    .MProductDetail_Price s {
        color: #929292;
        margin-left: 10px;
    }

.MProductDetail_hr {
    background-color: #f2f3f7;
    width: 100%;
    height: 5px;
    border: none;
}

.MProductDetail_Silverdollar {
    margin: 0 auto;
    width: 90%;
    color: #383737;
    border-bottom: #eee 1px solid;
}

    .MProductDetail_Silverdollar ul li {
        float: left;
        text-align: center;
        width: 33.3%;
        line-height: 33px;
        height: 33px;
        overflow: hidden;
    }

        .MProductDetail_Silverdollar ul li i {
            background-color: #eee;
            margin-top: 6px;
            float: right;
            height: 16px;
            width: 1px;
        }

.MProductDetail_Silverdollar_red {
    color: #e72648;
}

.MProductDetail_OnSale {
    margin: 10px auto;
    width: 90%;
}

    .MProductDetail_OnSale .MProductDetail_OnSale_title {
        float: left;
    }

    .MProductDetail_OnSale .MProductDetail_OnSale_text {
        float: left;
        color: #e72648;
        width: auto !important;
        padding: 0px 5px;
        background-color: #ffe1e1;
        border-radius:10px;
        font-size:12px;
    }

.MProductDetail_Attribute {
    margin: 0 auto;
    width: 90%;
}

    .MProductDetail_Attribute .MProductDetail_Attribute_Title {
        color: #929292;
        font-size: 12px;
        line-height: 33px;
    }

    .MProductDetail_Attribute .MProductDetail_Attribute_Cate li {
        float: left;
        border: 1px solid #eeeeee;
        padding: 4px 10px;
        border-radius: 4px;
        margin-right: 6px;
        margin-bottom: 5px;
    }

.MProductDetail_Number_box {
    width: 90%;
    margin: 10px auto;
}

.MProductDetail_Number_box_left {
    float: left;
}

.MProductDetail_Number {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

    .MProductDetail_Number li, .inputli {
        float: left;
        width: 30px;
        text-align: center;
        height: 25px;
        line-height: 25px;
    }

    .MProductDetail_Number .inputli {
        width: 30px;
    }

        .MProductDetail_Number .inputli input {
            width: 30px;
            height: 25px;
            display: block;
            border: none;
            border-left: 1px solid #d9d9d9;
            border-right: 1px solid #d9d9d9;
            text-align: center;
            font-size: 15px;
            color: #e72648;
            line-height: 25px;
        }

.MProductDetail_Number_box .MProductDetail_Number_Stock {
    float: left;
    line-height: 30px;
}

.MProductDetail_btn {
    text-align: center;
    overflow: hidden;
    margin:10px auto;
}
    .MProductDetail_btn ul{
        font-size:0;
    }
    .MProductDetail_btn ul li {
        font-size:14px;
        width: 120px;
        height: 30px;
        line-height: 30px;
        text-align: center;
       
    }

        .MProductDetail_btn ul li a {
            display: block;
            color: #fff;
        }

    .MProductDetail_btn .MProductDetail_btn_left {
        background-color: #eca3a3;
        display: inline-block;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .MProductDetail_btn .MProductDetail_btn_right {
        background-color: #f84141;
        display: inline-block;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
@media screen and (min-width: 320px) and (max-width :420px) {
    .MProductDetail_btn .MProductDetail_btn_left ,.MProductDetail_btn .MProductDetail_btn_right {
       width:90px;
    }
}
