@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
a{text-decoration:none;cursor:pointer}
.clear{clear: both;}
/* input */
input{font-size:12px;font-size:100%;outline:none;line-height:normal;color:#444;}
.ipt{border:solid 1px #d2d2d2;border-left-color:#ccc;border-top-color:#ccc;border-radius:2px;box-shadow:inset 0 1px 0 #f8f8f8;background-color:#fff;padding:4px 6px;height:21px;line-height:21px;color:#555;width:180px;vertical-align:baseline;}
.ipt:focus{border-color:#95C8F1;box-shadow:0 0 4px #95C8F1;}
.buy-event,.item-props-can{cursor: pointer;}

.theme-popover-mask{z-index:1000;position:fixed;left:0;top:0;width:100%;height:100%;background:#333;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;display:none;}
.theme-popover{z-index:1001;position:fixed;bottom:0;left:0;width:100%;display:none;}
.theme-poptit{padding:12px;position:relative;overflow: hidden;background:#fff ;height:80px ;}
.theme-poptit .close{float:right;color:#999;padding:5px;margin:-2px -5px -5px;font:bold 14px/14px simsun;text-shadow:0 1px 0 #ddd}
.theme-poptit .close:hover{color:#444;}
.theme-popover .confirm { background-color: #d2364c; border-color: #d2364c; color: #fff !important; }

/* 轮播 */
.scoll { margin-bottom: 10px; position: relative; }

/*内容布局*/
.clearfix-right dd { margin: 0; }
.theme-popover .theme-poptit h3,.btn.close,i.buy-event, form.buy-form {display:none}
.theme-span{width:100%;background:transparent;height: 15px;}
.theme-popbod.dform{background:#fff;}
/*商品信息*/
.heme-signin{position:relative;}
.theme-signin-right {background:#fff;overflow: visible;}
.theme-signin-right .img-info{position: absolute;top:0;left:10px;background:#fff;border-radius:5px;border:1px solid #f5f5f5;}
.theme-signin-right .img-info img{margin:5px 5px ;width:80px;height:80px ;}
.theme-signin-right .text-info{position:absolute;left:110px;top:20px ;}
.text-info .price-now{display:block;font-size:16px ;color:#C40000;}
.stock-tips{ font-size:12px; }

/*可选规格*/
.iteminfo_parameter { margin-bottom: 10px; }
.theme-signin-left{max-height:250px ;overflow-y: scroll;background: #fff;}
.theme-options{display: block;overflow: hidden;padding-left: 10px;padding-right:10px; margin-bottom: 5px;color: #666;}
.theme-signin-left .sku-line{float: left; margin:10px;margin-left:0;border-radius:3px ; background:#efefef ;padding:3px 8px; border: 1px solid #d5d5d5;}
.theme-signin-left .sku-line.selected{background:#d2364c;color: #fff; border: 1px solid #d2364c;}
.sku-line-images { padding:3px !important; }
.sku-line-images img { width: 30px; height: 30px; vertical-align: middle; }
.theme-signin .btn{width:100%;font-size: 16px;padding:5px ;}
.btn-op{position:fixed;left:0;bottom: 0;width:100%; z-index: 3;}
.iteminfo_parameter dt.buy-event {text-align: left;width:100% ;}

.theme-options dd{margin:10px 0px ;}
.introduce-main .am-sticky-placeholder { margin: 0px !important; }
.am-sticky-placeholder .am-nav-tabs > li span { color: #888; }
.am-sticky-placeholder .am-nav-tabs > li.am-active span { color: #333; }
.sku-not-active { border: 1px solid #f03726 !important; box-shadow: 0 0px 3px #ed7f76, 0 0 6px rgba(0, 0, 0, 0); }
.sku-items-disabled { color: #d2cfcf !important; background-color: #ffffff !important; border: 1px dashed #d5d5d5 !important; box-shadow: none !important; }
.sku-dont-choose { color: #b4b3b3 !important; background-color: #ffffff !important; border: 1px solid #ebeaea !important; box-shadow: none !important; }
.sku-dont-choose img { opacity: 0.5; }
.sku-items-disabled img{ opacity: 0.3; }

/* 购买导航 */
.buy-nav { position: fixed; bottom: 0px; right: 0px; z-index: 1000; width: 100%; background: #fff; }
.buy-nav-opt a { color: #666; }
.text-active { color: #cf2915 !important; }
.buy-nav-opt span { font-size: 12px; color: #555; }

/*详情*/
.detail-content img { max-width: 100%; height: auto; }

@media only screen and (min-width:641px) {
    .theme-span{height:0px;background:#fff ;}
    .theme-popover{box-shadow:0 0 10px #666;position:fixed;top:20%;left:calc(50% - 250px);width:500px;bottom:auto;border:solid 6px #d3d3d3;border-radius:3px;}
    .theme-poptit{display: none;}

    /*商品规格*/
    .theme-signin-left{max-height: none;overflow: visible;}
    .theme-options .cart-title{margin-top:5px ;}
    .theme-options ul{float: left;}

    .theme-signin-left .sku-line {background: none;border-radius:0 ;margin:5px;border:1px solid #d5d5d5 ;color:#333; background-color: #f5f5f5; }
    .theme-signin-left .sku-line.selected, .theme-signin-left .sku-line:hover  {background:none;color:#333;border: 1px solid #e23f36; box-shadow: 0px 0 0px 1px #e23f36; }

    /*选中样式*/
    .sku-line{position: relative;}
    .theme-options li a:hover{ border:2px solid #e4393c; padding:0 5px; text-decoration:none;}
    .theme-options li i{ position:absolute; width:10px; height:10px; font-size:0; line-height:0; right:0px; bottom:0px; background:url(../images/sys-item-selected.gif) no-repeat right bottom; z-index:99; display:none;}
    .theme-options li.selected a{ border:2px solid #e4393c; padding:0 5px;}
    .theme-options li.selected i{ display:block;} 

    /*商品信息*/
    .theme-signin-right{display: none;}
    .text-info .price-now{float: left;margin-right:10px ;}
    .text-info span.stock-tips {float:left;font-size: 12px;}

    /*操作*/
    .btn-op{overflow: hidden;padding:10px 30%; position: static;}
    .theme-signin .btn {width:auto; font-size:12px ;padding:5px 15px ;border-radius:0;}
    .btn.close {display:block;float: left;position: static;}
    i.buy-event{display: inline-block;}
    .btn.confirm { float: right; }
}

@media only screen and (min-width:1025px) {
    i.buy-event{display: none;}  
    .theme-signin-right{float: left;display:block;overflow: hidden;padding: 10px;}
    .theme-signin-right .img-info,.theme-signin-right .text-info{position: static;}
    .theme-signin-right .img-info img{width:120px;height:120px; }
}


/*导航*/
.introduce-main .am-nav > li > a{padding:7px 0px;font-size: 12px;}
.introduce-main .am-nav-tabs > li > a { margin-right:0px;}
.introduce-main .am-nav-tabs > li {border-top: 2px solid #f5f5f5;}
.introduce-main .am-nav-tabs > li.am-active { border-bottom: 2px solid #F03726; }
.introduce ul.am-tabs-nav.am-nav.am-nav-tabs {background: #F5F5F5;}
.introduce .am-nav-tabs, .introduce .am-tabs-bd{border-color:transparent ;}
.introduce .am-nav-tabs > li.am-active > a,
.introduce .am-nav-tabs > li.am-active > a:hover,
.introduce .am-nav-tabs > li.am-active > a:focus,
.introduce .am-nav-tabs > li > a:hover,
.introduce .am-nav-tabs > li > a:focus { color: #555555;background:none;border-color:transparent;cursor: default;}
.introduce .am-nav-tabs > li{border-bottom:2px solid  transparent;text-align: center;}
.introduce .am-nav-tabs > li.am-active {border-bottom:2px solid #d2364c;}
.introduce .am-tabs-nav li {height:36px;font-size:14px;line-height:36px ;}
.introduce .am-tabs-nav li a,
.introduce .am-tabs-nav li.am-active a,
.introduce .am-tabs-nav li{cursor: pointer !important;}
.introduce .am-nav-tabs > li.am-active{color: #E4393C;}

/**
 * 小导航基础容器
 */
.tabs-nav-base-container { border-color: #eee; border-style: none solid solid solid; border-width: 1px; }

/* 商品评论 */
.goods-comment .am-comment { margin-top: 15px; text-align: left; }
.goods-comment .am-comment-main { border: 1px solid #eee; }
.goods-comment .comment-spec { color: #B0B0B0; }
.comment-reply { border-top: 1px dashed #eee; margin-top: 10px; padding-top: 10px; }
.goods-comment .am-comment .am-comment-hd { background: #fbfbfb; }
.goods-comment .am-comment .am-comment-main:after { border-right-color: #fbfbfb; }
.goods-comment .comment-images, .goods-comment .comment-spec { margin-top: 5px; }
.goods-comment .comment-images img { width: 50px; height: 50px; border: 1px solid #eee; }
.goods-comment .comment-images li:not(:last-child) { margin-right: 5px; }
.comment-reply-title { color: #666; }
.comment-reply-desc { color: #905602; }

/* 评分 */
.score-container { padding: 15px 25px; }
.score-container .score { width: 80px; border-right: 1px solid #eee; padding-right: 25px; }
.score-container .score .name { color: #666; }
.score-container .score .value { color: #f03726; font-weight: 700; font-size: 32px; line-height: 32px; margin-top: 5px; }
.score-container .am-progress { width: calc(100% - 105px); margin-bottom: 0; margin-top: 18px; line-height: 2rem; text-align: center; }


/*商品详细页*/
.simple-desc { color: #f00; }
.tb-detail-hd h1, .simple-desc { word-break: break-all; }

/*价格*/
.tb-detail-price{text-align: left; position: relative;}
.tb-detail-price .price em {font-family: arial;}
.tb-detail-price .original-price-value {text-decoration:line-through; font-size:14px; color: #999; }
.iteminfo_mktprice {padding-top: 10px;}
.iteminfo_mktprice em, .goods-price { color:#c00;}
.tb-detail-price dd {display: inline-block;}
.goods-favor-count { color: #999; }
.iteminfo_parameter a:hover{text-decoration: none;color:initial ;}
.tm-indcon .tm-label, .tb-detail-price dt, .specpara-title { white-space:nowrap; color:#666; font-weight: 400; }
.tb-detail-price{ background: #fcf1e3 url(../images/goods-meta-bg.png); background-size: cover; -moz-background-size: cover; background-repeat: no-repeat; height:auto;padding:10px; }
.tb-detail-price .items {display: block; margin: 5px 0;}
.tb-detail-price .items dt { float:left; text-align: left;}
.tb-detail-price .goods-price {font-size: 24px;font-weight: bold; line-height: 16px;}

/* 二维码 */
.goods-qrcode{position: absolute; bottom: 5px; right: 10px; cursor: pointer; color: #666; width: 150px; text-align: right;}
.goods-qrcode .qrcode-images{display: none; position: absolute; z-index: 2; top: 30px; right: 0;}
.goods-qrcode:hover .qrcode-images{display: block;}

/* 视频 */
.goods-video-container,
.goods-video-submit-start,
.goods-video-submit-close { position: absolute; }
.goods-video-container { background: #000; text-align: center; width: 100%; height: 100%; top: 0; left: 0; z-index: 11; }
.goods-video-submit-start,
.goods-video-submit-close { width: 50px; height: 50px; line-height: 35px; text-align: center; padding: 0; border-radius: 1000px; font-size: 60px; color: #999; cursor: pointer; z-index: 12; }
.goods-video-submit-start:hover,
.goods-video-submit-close:hover { color: #666; }
.goods-video-submit-close { border: 2px solid #999; top: 10px; right: 10px; }

/* 视频 放大镜 */
.box .goods-video-submit-start { left: 1px; bottom: 100px; padding: 10px 10px 2px 10px; }

/* 视频 轮播下 */
.scoll .slider-content { overflow: hidden; position: relative; }
.scoll .goods-video-submit-start { left: 0; bottom: 30px; padding: 10px 10px 5px 10px; }

/*销量*/
.tm-ind-panel, .iteminfo_parameter, .parameters-base { border-bottom: 1px dotted #dadada; }
.tm-ind-panel {padding: 10px 5px;position: relative;overflow: hidden;clear: both;display: flex;}    
.tm-ind-item {float: left;width: 33%;text-align: center;position: relative;left: -1px;border-left: 1px solid #E5DFDA;
flex: 1 1 0%;line-height: 16px;cursor: pointer;}   
.tm-ind-panel .tm-count {display: inline-block;line-height: 16px;height: 16px;color: #C40000;font-weight: 700;margin-left: 3px;}

/**
 * 商品基础参数
 */
.parameters-base { color: #666; }

/*规格*/
.theme-signin .btn-op.act{display: none;}
.theme-signin .btn-op.act .btn{width:50%;float: left;}
.buy-event .cart-title{ width:100%;padding:5px;}
.buy-event .cart-title .am-icon-angle-right{float: right;}

/*数量*/
.iteminfo_parameter.munber,.iteminfo_parameter.freight{display:none ;}
.iteminfo_parameter.munber dd{margin-left:5px ;}
#min, #add{ width: 35px; height: 25px; outline:none; line-height: 23px; padding: 0; cursor: pointer; }
#text_box { width: 60px; height: 25px; text-align: center; font-size: 12px !important; }
.theme-popover .am-input-group { display: inline-flex; }
@media only screen and (min-width: 641px) {
    .theme-popover .am-input-group { margin-left: 5px; }
}


/*购物车*/
@media only screen and (max-width:640px) {
    .theme-signin-left { margin-bottom:30px; }
    .parameters-content li:nth-child(2n-1) { padding-left: 5px; }
    .parameters-content li:nth-child(2n) { padding-right: 5px; }
    header { display: none; }
}


/**
 * 购买导航按钮
 */
.buy-nav .buy-nav-opt,
.buy-nav .buy-submit-container {
    float: left;
}
.buy-nav .buy-nav-opt,
.buy-nav .buy-submit-container,
.buy-nav .buy-submit-container .buy-btn,
.buy-nav .nav-icon,
.goods-not-buy-tips {
    height: 50px;
    line-height: 50px;
}
.buy-nav .buy-submit-container .buy-btn {
    display: block;
    float: left;
    text-align: center;
    width: 240px;
    color: #FFF;
    border: 1px solid #d2364c;
    background-color: #d2364c;
    font-size: 18px;
    text-decoration: none;
}
.buy-nav .buy-submit-container .buy-btn-second {
    background-color: #ffeded;
    color: #d2364c;
}
.goods-not-buy-tips {
    color: #FF5722;
    font-size: 14px;
    text-align: center;
}
@media only screen and (min-width:641px) {
    .buy-nav .buy-submit-container .buy-btn:not(:last-child) {
        margin-right: 20px;
    }
    .buy-nav .buy-nav-opt {
        position: absolute;
        margin-left: 285px;
        display: block;
    }
    .buy-nav .buy-nav-opt .nav-icon-home {
        display: none;
    }
    .buy-nav .buy-nav-opt .nav-icon {
        cursor: pointer;
    }
    .buy-nav .buy-nav-opt .nav-icon:not(:last-child) {
        margin-right: 10px;
    }
    .buy-nav .buy-nav-opt,
    .goods-not-buy-tips {
        padding-top: 8px;
    }
    .buy-nav-opt-button-number-0,
    .buy-nav-opt-button-number-1 {
        margin-left: 135px !important;
    }
    .goods-not-buy-tips {
        width: 85px;
        text-align: left;
    }
}
@media only screen and (min-width:1025px) {
    .buy-nav {
        padding-left: 65px;
        margin-top: 10px !important;
    }
}
@media only screen and (max-width:640px) {
    .buy-nav .buy-submit-container,
    .goods-not-buy-tips {
        width: 60%;
    }
    .buy-nav .buy-submit-container .buy-btn-second {
        border: 1px solid #ffeded;
    }
    .buy-nav .nav-icon {
        display:inline-block;
        width: 50%;
        float: left;
        cursor: pointer;
        text-align: center;
     }
     .goods-not-buy-tips,
     .buy-nav .nav-icon {
        border-top: 1px solid #f5f5f5;
        border-left: 1px solid #f5f5f5;
        float: left;
     }
    .buy-submit-container-number-0 .buy-btn,
    .buy-submit-container-number-1 .buy-btn {
        width: 100% !important;
    }
    .buy-submit-container-number-2 .buy-btn {
        width: 50% !important;
    }
    .buy-submit-container-number-3 .buy-btn {
        width: 33.33% !important;
    }
    .buy-submit-container-number-4 .buy-btn {
        width: 25% !important;
    }
    .buy-submit-container-number-5 .buy-btn {
        width: 20% !important;
    }
    .buy-submit-container-number-6 .buy-btn {
        width: 16.66% !important;
    }
    .buy-submit-container-number-7 .buy-btn {
        width: 14.28% !important;
    }
    .buy-submit-container-number-8 .buy-btn {
        width: 12.5% !important;
    }
    .buy-submit-container-number-9 .buy-btn {
        width: 11.11% !important;
    }
    .buy-submit-container-number-10 .buy-btn {
        width: 10% !important;
    }
    .buy-nav-opt-number-1 .nav-icon {
        width: 100% !important;
    }
    .buy-nav-opt-number-2 .nav-icon {
        width: 50% !important;
    }
    .buy-nav-opt-number-3 .nav-icon {
        width: 33.33% !important;
    }
    .buy-nav-opt-number-4 .nav-icon {
        width: 25% !important;
    }
    .buy-nav-opt-number-5 .nav-icon {
        width: 20% !important;
    }
    .buy-nav-opt-number-6 .nav-icon {
        width: 16.66% !important;
    }
}
@media only screen and (min-width: 1025px) {
    .buy-nav .buy-nav-opt {
        margin-left: 280px;
    }
    .buy-nav .buy-nav-opt .nav-icon:not(:last-child) {
        margin-right: 15px;
    }
}



/*介绍*/
.introduce{width:100%;margin: 0px auto;padding-bottom: 20px;}
.introduce-main{width:100%;background:#fff ;}
.introduce-main .am-tab-panel { padding: 0px; }


/*推荐商品*/
.like{margin-top:25px;border-radius:4px;}
.like li{ float:left; padding:8px 10px 5px;font: 14px/1.5 tahoma,arial,"Hiragino Sans GB",宋体,sans-serif;}
.like li{ text-align:left; border-top: 1px solid #eee; } 
.like li .p-price strong {
    font-size: 14px; color: #E4393C;font-weight: 400;font-family: Verdana;}
.like li img{width:100%}

/*轮播*/
.clearfix-left{display:none; position: relative;}
.scoll img{width:100%; margin-left:0}

/*左侧商品-看了又看*/
.browse { display: none; }

@media only screen and (min-width:641px) {
    /*导航固定*/
    ul.am-tabs-nav.am-nav.am-nav-tabs {margin-right:10px ;margin-left: 10px;width: auto;}
    .scoll{float: left;width: calc(45% - 20px);}
    .scoll .slider-content { border: 1px solid #eee; }
    .clearfix-right{float:right;width:55%;min-height: 270px;}
    .iteminfo_parameter.freight{display: block;margin-top: 10px;margin-bottom:10px ;}
    .iteminfo_parameter.freight dt{margin-left:-70px ;float: left;margin-right:10px ;padding-top:5px ;padding-bottom:20px ;}
    .buy-nav{position: static; margin-top: 20px; overflow: hidden; }
    ul.am-avg-sm-4.am-tabs-nav.am-nav.am-nav-tabs {width: auto;}

    /*可选规格*/
    .buy-event .cart-title{border:none ;margin-left: -60px;position: relative;padding:10px 0px 5px 10px ;}
    .buy-event .cart-title .am-icon-angle-right {position: absolute;right: -50px;}

    /*销量*/
    .tm-ind-panel {border-width:1px 0px;margin: -1px 0px 0px 0px;padding: 10px 0px;
    position: relative;overflow: hidden;clear: both;display: flex;}    
    .tm-ind-item {float: left;width: 33%;text-align: center;position: relative;left: -1px;border-left: 1px solid #E5DFDA;
    flex: 1 1 0%;line-height: 16px;cursor: pointer;}   
    .tm-ind-panel .tm-count {display: inline-block;line-height: 16px;height: 16px;color: #C40000;font-weight: 700;margin-left: 3px;}    

    /*基础*/
    .tb-detail-price .items dt { min-width: 65px; }
    .iteminfo_parameter {padding-left: 50px;}
    .tb-detail-hd,.tb-detail-price{text-align: left;}
    .tb-detail-hd h1 {font-size: 16px;}

    /*购物*/
    .tb-btn-buy{margin-right:10px;}
    .tb-btn button{width:98px ;border: 1px solid #d2364c;}

    /*印象*/
    .p-bfc {padding: 0px ; }
    .rate {float: left;padding-top:20px ;display: block;margin-right: 30px;}
    .rate strong {font: 400 46px/30px arial;color: #e4393c;}

    /* 推荐商品 */
    .like li:not(:nth-of-type(3n)) { border-right: 1px solid #eee; }
    .like li:nth-child(1), .like li:nth-child(2), .like li:nth-child(3) { border-top: 0px; }

    /* 视频 */
    .scoll .goods-video-submit-close { top: 10px; }

    /* 基础主体 */
    .item-inform { margin-top: 10px; margin-bottom: 10px; }
}

@media only screen and (min-width:1025px) {
    /*放大镜*/
    .box { position: relative; border: 1px solid #eee; }
    .tb-booth { border-bottom:1px solid #f5f5f5; position:relative; z-index:1;overflow: hidden; height: 358px; }
    .tb-booth img { max-width: 100%;height: 100%; margin: 0 auto; display: block; }
    .tb-thumb { padding: 5px; overflow: hidden; background: #f9f9f9; height: 70px; -webkit-box-shadow: none;box-shadow: none;}
    .tb-thumb ul.am-slides li { padding:1px; border: 1px solid #eee; height:60px; width:60px !important;cursor: pointer; }
    .tb-thumb ul.am-slides li img {height: 56px; width: 56px !important;}
    .tb-thumb ul.am-slides .tb-selected { border: 1px solid #C30008;}
    div.zoomDiv { z-index:999; position:absolute; top:0px; left:0px; width:400px; height:400px; background:#ffffff; border:1px solid #CCCCCC; display:none; text-align:center; overflow:hidden; }
    div.zoomDiv img { min-width: 1000px; display: block; }
    div.zoomMask { position:absolute; background:url(../images/goods-mask.png)repeat scroll 0 0 rgba(33, 150, 243, 0.3); cursor:move; z-index:1; }
            
    /*规格*/
    .theme-popover {display: block;position: static;border:none ;box-shadow: none;width: 100%;}
    .theme-poptit,.theme-signin-right,.iteminfo_parameter dt.buy-event,.btn-op{display: none;}

    .theme-options{overflow: visible;padding:0px 0px; margin-bottom: 5px;}
    .theme-options ul{overflow: hidden;float: none;}
    .theme-signin-left .sku-line{cursor: pointer; }
    .theme-signin-left .cart-title{margin-left: -46px;float: left;}
        
    .scoll{display: none;}
    .item-inform{max-width:1000px; background:#fff; margin-bottom: 30px; }
    .clearfix-left{display:block;float: left;width:350px;}
    .clearfix-right{width:calc(100% - 370px);margin-left:10px;}
    .freight{width:400px;float: left;}
    .iteminfo_parameter.freight dt{padding-top:6px ;padding-bottom:0px ;}
    .iteminfo_parameter { border-bottom: 0; }

    /*左侧商品-看了又看*/
    .introduce-main{width:80%;float:left;background:#fff ;}
    .browse{display:block; float:left;width:20% ;}
    .browse ul{border:1px solid #eee ;width: 90%;}
    .browse ul .mt{background-color: #f7f7f7; height: 35px;line-height: 35px;text-align: center;}
    .browse ul li {margin:0px 10px;padding:12px 0px;border-top: 1px dotted #DEDEDE;}
    .browse ul li.first {border-top:none;}
    .browse li img{width:100% ;}
    .browse li .p-price strong {color: #c00;font-weight: 600;}
    /*导航固定*/
    ul.am-tabs-nav.am-nav.am-nav-tabs {left:20% ;max-width:960px ;margin-right: 0px;margin-left: 0px;}
    .introduce-main .am-nav-tabs > li.am-active {border-bottom: none;}
    .introduce-main .am-nav-tabs > li.am-active {border-top: 2px solid #F03726;}

    /*评论*/
    .tb-r-filter-bar{border: 1px solid #F5F5F5;background-color: #FAFAFA;}
    .tb-r-filter-bar li {text-align:left;width:auto ;padding:0px 10px;}

    /* 推荐商品 */
    .like li:nth-of-type(4n) { border-right: 0px !important; }
    .like li:nth-of-type(3n) { border-right: 1px solid #eee; }
    .like li:nth-child(4) { border-top: 0px; }
}

@media only screen and (min-width:1260px) {
    .item-inform ,.match,.introduce-main,.am-breadcrumb-slash{max-width: 1200px;}
    .clearfix-left { width: 400px; }
    .tb-booth { height: 398px; }
    /*放大镜*/
    .clearfix-right {width: calc(100% - 420px);margin-left:20px;}

    /* 视频 */
    .box .goods-video-submit-close { left: 340px; }

    /*导航固定*/
    ul.am-tabs-nav.am-nav.am-nav-tabs {left:auto;right:auto;width:960px ;}
}


/* 小于1025 */
@media only screen and (max-width:1025px) {
    ul.am-tabs-nav.am-nav.am-nav-tabs { width:100% !important; left: 0px !important; }
    .system-goods-detail { padding: 0 5px 10px 5px; }
}

/* 手机模式下 */
@media only screen and (max-width:640px) {
    .system-goods-detail { padding: 0px; }
    .detail-title, .detail-attr, .simple-desc { padding: 0px 5px; }
    .tb-detail-price { padding: 10px 5px; }
    .buy-nav .buy-nav-opt { width: 40%; }
    ul.tm-ind-panel li { border-left: 0px; }
    ul.tm-ind-panel li:first-child { text-align: left; }
    ul.tm-ind-panel li:last-child { text-align: right; }
    .tb-detail-price .items dt { margin-right: 10px; }
    
    /* 推荐商品 */
    .like li:not(:nth-of-type(2n)) { border-right: 1px solid #eee; }
    .like li:nth-child(1), .like li:nth-child(2) { border-top: 0px; }
    .goods-favor-count { display: none; }

    /* 商品评论 */
    .goods-comment .am-comment { margin-left: 5px; margin-right: 5px; }

    /* 商品评分 */
    .score-container { padding: 10px; border-style: none none solid none; }
    .score-container .score { padding-right: 10px; }
    .score-container .am-progress { width: calc(100% - 90px); }

    /* 底部 */
    .am-footer { padding-bottom: 35px; }
}

/**
 * 插件公共数据
 */
/**
 * 插件公共面板数据
 */
.goods-plugins-view-panel-container {
    background: #ffedf0;
    color: #d2354c;
}
.goods-plugins-view-panel-container p {
    padding: 5px 10px;
}
.goods-plugins-view-panel-container p:not(:first-child) {
    border-top: 1px dashed #ffdbdf;
}
@media only screen and (max-width:640px) {
    .goods-plugins-view-panel-container p {
        padding: 5px;
    }
}
/**
 * 插件公共icon数据
 */
.goods-plugins-view-icon-container a {
    background: #fff;
    border: 1px solid #3bb4f2;
    color: #3bb4f2;
}
.goods-plugins-view-icon-container a:not(:first-child) {
    margin-left: 2px;
}