﻿.detail-container{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-top:60px;
}
.detail-infor{
    background:#fff;
    padding:10px;
    height: 630px;
    overflow-x: hidden;
    overflow-y: auto;
}
.inner-detail-infor{
    width:100%;
    height: auto;
    overflow: hidden;
}
.detail-h3{
    font-size:28px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.detail-h4{
    font-size: 16px;
    color:#b3b3b3;
    margin-bottom: 15px;
}
.color-chose-bar{
    border-top:solid 1px #fbf9f1;
    border-bottom:solid 1px #fbf9f1;
    height: 40px;
    line-height: 40px;
}
.detail-bar{
    padding:10px;
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
}
a.detail-bar-cell{
    width:62px;
    height: 62px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    float: left;
}
a.detail-bar-cell img{
    width:100%;
}
.over-shade{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1;
    background:rgba(0,0,0,0.3);
}
.on .over-shade{
    background: rgba(0,0,0,0);
}
.size-bar-cell{
    border:solid 1px #333;
    text-align:center;
    line-height: 62px;
}
/*滚动条*/
/*滚动条的宽度*/

.detail-infor::-webkit-scrollbar {
    width:5px;
    height:9px;
}

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/

.detail-infor::-webkit-scrollbar-track {
    width: 2px;
    background-color:#efefef;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

/*滚动条的设置*/

.detail-infor::-webkit-scrollbar-thumb {
    background-color:#ccc;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
/*滚动条移上去的背景*/

.detail-infor::-webkit-scrollbar-thumb:hover {
    background-color:#fff;
}
.detail-select-bd{
    display: none;
}
@media (max-width: 767px) {
    .detail-container{
        margin-top:0;
        margin-left:-15px;
        margin-right:-15px;
        width:auto;
    }
    .detail-h3 {
        font-size: 16px;
    }
    .detail-h4 {
        font-size: 12px;
    }
    .prolist-display-imgbox {
        height: 130px;
    }
    .detail-infor {
        height: auto;
    }
}












