/* 商品详情页 放大镜 */
ul li{
    list-style: none;
}
img{
    border: 0;
}
/* 垂直居中 */
.images-cover,
.small-img{
    display: flex;
    align-items:center;
    justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
    width: 353px;
    position: relative;
    float:left;
}
.magnifier-container{
    width: 353px;
    height: 353px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.move-view{
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: rgba(255,255,255,0.6);
    cursor: move;
    display: none;
}
.images-cover{
    height: 100%;
}
.images-cover img{
    max-width: 100%;
    max-height: 100%;
}
.magnifier-assembly{
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    z-index:100;
}
.magnifier-btn{
    position: absolute;
    font-family: "宋体";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.magnifier-btn span{
    line-height: 75px;
    height:75px;
    width: 25px;
    /* background-color: #ddd; */
    color: #ccc;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 30px;
    font-weight:bold;
    cursor: pointer;
    border-radius: 3px;
}
.magnifier-btn span:nth-child(1){
    float: left;
}
.magnifier-btn span:nth-child(2){
    float: right;
}
.magnifier-line{
    position: relative;
    overflow: hidden;
    height: 92px;
}
.magnifier-line ul{
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 9997;
}
.magnifier-line li{
    float: left;
    width: 73px;
    cursor: pointer;
    margin-right: 0 !important;
}
.magnifier-line ul > .active .small-img{
    border-color: #df1121;
}
.small-img{
    height: 65px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.small-img img{
    max-width: 100%;
    max-height: 100%;
}
.magnifier-view{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    background-repeat: no-repeat;
    display: none;
}
.animation03{
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
}

.detail_img{max-width:970px;height:auto;margin:0 auto;text-align:center}
.detail_img>p>img{width:850px;margin:auto;}
.detail_img>p>img:first-child{margin-top: 20px;}

.g_detail_lis {padding:15px;margin-bottom: 10px;margin-top:10px;}
.g_detail_lis ul li{display:inline-block;line-height:20px;font-size:14px;}
.g_detail_lis ul li:first-child{border-left:1px solid #999;padding-left:15px;color:#999;width:90px;vertical-align:top;}
.g_detail_lis ul li:last-child{overflow:hidden;}
.g_detail_lis .col-sm-6 li:last-child{width:350px;text-overflow:ellipsis;white-space:nowrap;}
.g_detail_lis_x {font-size: 14px;}
.g_detail_lis_x .l{color:#999;}
.g_detail_lis_x .l p{padding-left:50px;line-height: 30px;height:30px;}
.g_detail_lis_x .r{width:800px;float:left;}
.g_detail_lis_x .r ul li{line-height: 30px;}
 
 
/* 详情页供应商地区 */
.place_s{width:100%;height:auto;padding:10px 30px;}
.place_s .s_l{width:65px;display:inline-block;vertical-align: top;color:#999;}
.place_s .s_r{width:830px;display:inline-block;height:auto;color:#fff;border-radius: 3px;border:1px solid #ddd;}
.place_s .s_r span{margin:10px;background: #aa0409;display:inline-block;border-radius: 4px;padding:2px 5px;}
.place_s .s_r .success{background:#5cb85c;}
.place_s .s_r .danger{background:#337ab7;}