/*root_nav开始*/
.root_nav {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}

.root_title {
    color: #666;
    height: 35px;
    line-height: 35px;
}

.root_title a { color: #666; }

.root_title strong { font-size: 14px; }

.root_detail {
    border-bottom: 1px solid #ededed;
    height: 560px;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 1200px;
    position: relative;
}

.root_detail_l {
    float: left;
    width: 450px;
}

.root_detail_r {
    color: #666;
    float: right;
    font-family: arial, "microsoft yahei";
    width: 728px;
}

.root_detail_l .detail_t {
    height: 450px;
    /*border: 1px solid #ededed;*/
    width: 450px;
}

/*.root_detail_l .detail_t img { width:450px;height:450px; }*/

.detail_b {
    margin: 0;
    margin-top: 20px;
    position: relative;
}

.detail_b .detail_images { margin: 0 35px; }

.detail_b .detail_images li {
    border: 1px solid #fff;
    float: left;
    height: 58px;
    margin: 0 8px;
    width: 58px;
}

.detail_b .detail_images img {
    border: 1px solid #ededed;
    cursor: pointer;
    height: 58px;
    width: 58px;
}

.detail_b .direction {
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 35px;
}

.detail_b .prev, .detail_b .next {
    position: absolute;
    top: 0px;
}

.detail_b .prev { left: 0; }

.detail_b .next { right: 0; }

.detailphotos { font-size: 0px; }

.detailphotos li {
    margin: 0;
    padding: 0;
}

.detailphotos img {
    margin: 0px;
    max-width: 970px;
    padding: 0px;
    vertical-align: middle;
}

.root_detail_l .direction:hover { background: #f5f5f5; }

.root_detail_l .direction .iconfont { font-size: 30px; }

.root_detail_l .detail_b li img:hover { border: 1px solid #e3393c; }

.root_detail_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.root_news {
    color: #e3393c;
    font-size: 14px;
    line-height: 1.5em;
    word-break: break-all;
}

.root_price {
    background: #f5f5f5;
    height: auto;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0 10px 20px;
}

.root_price .pircebox { float: left; }

.root_price .sales {
    border-left: 1px solid #ededed;
    color: #666;
    float: right;
    line-height: 24px;
    padding: 5px 10px;
}

.root_price .price:first-child span {
    color: #e3393c;
    font-size: 20px;
    font-weight: 700;
}

.root_price .price { line-height: 26px; }

.root_price .price .spanbtn {
    background: #e3393c;
    color: #fff;
    display: inline-block;
    line-height: 14px;
    margin: 0 5px;
    padding: 0 3px;
}

.root_information {
    color: #666;
    line-height: 26px;
    padding-left: 20px;
}

.root_information.last {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.root_information .red { color: red; }

.root_information span.stock {
    font-size: 12px;
    font-weight: bold;
}

.red.icon { color: #e3393c; }

.root_price .sales span {
    color: #005ea7;
    display: block;
}

.root_info { padding-left: 20px; }

.root_info li { margin: 15px 0; }

.root_info li span {
    border: 2px solid #ededed;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    min-width: 20px;
    padding: 0 5px;
    position: relative;
    text-align: center;
}

.root_info li span label { cursor: pointer; }

.root_info li span.current { border: 2px solid #e3393c; }

.root_info li span.current .iconfont {
    bottom: -12px;
    color: red;
    font-size: 10px;
    position: absolute;
    right: -2px;
}

.root_info .num { margin-top: 20px; }

.root_info .num input {
    border: 1px solid #ededed;
    color: #666;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    width: 50px;
}

.root_info .addShopping {
    background-color: #f5f5f5;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-left: -20px;
    padding-left: 20px;
}

.root_info .addShopping label {
    display: block;
    float: left;
}

.root_info .addShopping a {
    background: #e4393c;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin-left: 30px;
    padding: 8px 10px;
}

.root_info .addShopping a:hover { background: red; }

#selectedInfo {
    color: red;
    min-width: 80px;
}

/*root_nav结束*/

.section-detail { overflow: hidden; }

/*commodity_information开始*/

.commodity_information {
    margin: 10px auto;
    width: 1200px;
}

.commodity_l {
    float: left;
    width: 210px;
}

.commodity_r {
    border: 1px solid #ededed;
    border-top: 0;
    float: right;
    width: 970px;
}

.commodity { margin-bottom: 10px; }

/*commodity_information结束*/


.commodity_tab {
    background: #f1f1f1;
    border-top: 2px solid #999;
    height: 34px;
    line-height: 34px;
}

.commodity_tab li {
    float: left;
    padding: 0 10px;
}

.commodity_tab li.current {
    background: #fff;
    border-top: 2px solid #e3393c;
    height: 36px;
    margin-top: -4px;
}

.commodity_r .information {
    overflow: hidden;
    text-align: center;
}

/****规格参数****/

.specification { display: none; }

.specification .table {
    border-bottom: 1px solid #d5d5d5;
    border-collapse: collapse;
    border-right: 1px solid #d5d5d5;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    width: 95%;
}

.specification .table td {
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    line-height: 20px;
    min-height: 20px;
    padding: 2px 4px;
}

.specification .table .title {
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    width: 100px;
}

.specification .table .value {
    padding-left: 10px;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
}

.specification .table .groupname {
    background-color: #f9fbfd;
    font-weight: bold;
}

/****评价****/

.commodity_evaluation {
    display: none;
    margin: 10px auto;
    overflow: hidden;
    width: 950px;
}

.evaluation_title {
    background: #f1f1f1;
    height: 30px;
    line-height: 30px;
}

.evaluation_title li {
    float: left;
    padding: 0 15px;
}

.evaluation_title li:hover a { color: #e3393c; }

.evaluation_title li.current, .evaluation_title li.current a {
    color: #e3393c;
    font-weight: 700;
}

.evaluation_detail { line-height: 26px; }

.evaluation_detail .evaluation1 {
    float: left;
    padding-left: 10px;
    width: 190px;
}

.evaluation_detail .evaluation2 {
    float: left;
    margin: 0 10px;
    width: 600px;
}

.evaluation_detail .evaluation3 {
    float: right;
    width: 100px;
}

.evaluation1 > span { display: block; }

.evaluation1 > span .icon { font-size: 18px; }

.evaluation_detail li {
    margin: 10px 0;
    overflow: hidden;
}

/****售后****/

.sale_service {
    display: none;
    line-height: 26px;
    margin: 10px auto;
    overflow: hidden;
    width: 950px;
}

.sale_service dl { margin-bottom: 10px; }

.sale_service dt {
    color: #e3393c;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.sale_service dd p { padding: 2px 5px; }

.care { background: #f1f1f1; }

/*commodity_information结束*/



/*页面css迁移*/
.root_info #liModels { max-height: 115px; }

.root_info #liModels span { margin: 2px 3px; }

.of-scroll { overflow-y: auto; }



/***********店铺信息 第三方入驻商家**********/
.store-info {
    width: 190px;
    height: 363px;
    border: solid 1px #eee;
    padding: 0 10px;
    position: absolute;
    background: white;
    right: 0;
    top: 10px;
}

.store-info .store-logo {
    padding: 15px 5px 0;
    text-align: center;
}

    .store-info .store-logo a {
        width: 180px;
        height: 60px;
        display: block;
        overflow: hidden;
    }

        .store-info .store-logo a img {
            max-width: 100%;
            max-height: 100%;
        }

.store-info .store-name {
    padding: 15px 5px;
    overflow: hidden;
    line-height: 20px;
    border-bottom: 1px dotted #e5e5e5;
}

    .store-info .store-name.third-store {
        text-align: center;
    }

    .store-info .store-name a.name {
        display: inline-block;
        width: 130px;
        height: 20px;
        color: #005aa0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        font-size: 12px;
    }

    .store-info .store-name em {
        float: right;
        width: auto;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 3px;
        color: #fff;
        background: #e4393c;
        vertical-align: middle;
        font-size: 12px;
        padding: 0 5px;
    }

.store-info .store-score dt {
    padding: 0 10px;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 32px;
    overflow: hidden;
}

    .store-info .store-score dt span {
        float: left;
        width: 80px;
    }

.store-info .store-score dd {
    overflow: hidden;
    border-bottom: 1px dotted #e5e5e5;
}

    .store-info .store-score dd .score-sum {
        width: 90px;
        padding-top: 24px;
        text-align: center;
        font-size: 34px;
        font-family: Arial;
        float: left;
    }

        .store-info .store-score dd .score-sum span {
            font-size: 12px;
            display: block;
            color: #999;
            font-family: "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif
        }

    .store-info .store-score dd .score-part {
        width: 90px;
        float: left;
        padding: 10px 0;
    }

        .store-info .store-score dd .score-part li {
            height: 26px;
            line-height: 26px;
            overflow: hidden;
        }

            .store-info .store-score dd .score-part li span {
                float: left;
            }

            .store-info .store-score dd .score-part li .score-desc {
                color: #999;
                padding-right: 8px;
            }

.store-info .store-other {
    width: 190px;
    margin-top: 13px;
    overflow: hidden;
}

    .store-info .store-other dt {
        width: 60px;
        text-align: right;
        color: #999;
        float: left;
    }

        .store-info .store-other dt.tool {
            line-height: 28px;
        }

    .store-info .store-other dd {
        width: 125px;
        margin-left: 5px;
        float: left;
    }

        .store-info .store-other dd img {
            max-width: 100%;
            max-height: 100%;
        }

        .store-info .store-other dd.tool .service-btn {
            display: inline-block;
            height: 26px;
            border: 1px solid #eee;
            background: #fafafa;
            color: #666;
            width: auto;
            padding: 0 8px;
            position: relative;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
        }

            .store-info .store-other dd.tool .service-btn:hover {
                color: #333;
            }

        .store-info .store-other dd.tool a i {
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            margin-top: 2px;
        }

.store-info .enter-store {
    margin: 15px 0 0;
    padding: 15px 0;
    border-top: 1px dotted #e5e5e5;
}

    .store-info .enter-store .enter-store-item {
        overflow: hidden;
    }

        .store-info .enter-store .enter-store-item a {
            float: left;
            width: 88px;
            position: relative;
            display: block;
            color: #fff;
            line-height: 28px;
            height: 28px;
            border-radius: 3px;
            text-align: center;
            border-width: 1px;
            border-style: solid;
        }

            .store-info .enter-store .enter-store-item a i {
                vertical-align: middle;
            }

        .store-info .enter-store .enter-store-item .shop-add {
            margin-left: 10px;
            background: #fafafa;
            border: 1px solid #e5e5e5;
            color: #666;
        }

            .store-info .enter-store .enter-store-item .shop-add .collect {
                color: #E31939;
            }


            /*专柜价格样式*/
.original-price span {
    color: gray !important;
}