.company-section .banner{
    background:url(../../images/xhbBanner.png);
}
.t_stock_left .t-stock-section {
    padding: 0 20px 20px;
    padding-top: 10px;
}

.container{background: #fff;}
.t-stock-head{text-align: center;height:44px;line-height: 44px;background: #f2f2f2;font-size:14px;color:#666;}
.company-section{padding-top:10px; height:76px;}
.company-section .banner{width: 100%;height:26px;}
.company-section .company-info-wrapper{width:100%;height:50px;text-align: center;}
.company-section .company-info-wrapper .image-section{
    margin-right:14px;width:50px;height:50px;
    display: inline-block;
}
.company-section .company-info-wrapper .image-section img{
    max-width:50px;max-height:50px;
}
.company-section .company-info-wrapper .info-section{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    max-width: 240px;
}

.company-section .company-info-wrapper .info-section h2{
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
}
.company-section .company-info-wrapper .info-section p{
    font-size: 12px;
    line-height: 12px;
    color: #333;
    overflow: hidden;
    max-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-stock-section{padding: 0 20px 20px;}
.t-stock-section .t-stock-list-head{
    font-size: 12px;
    color: #333;
    margin-bottom: 15px;
    margin-top:5px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.t-stock-section .t-stock-list dl{
    border-top: 1px dotted #eee;
    height: 30px;
    line-height: 30px;
}
.t-stock-section .t-stock-list dl:last-child{
    border-bottom: 1px dotted #eee;
}
.t-stock-section .t-stock-list dl dd{

    display: inline-block;
    text-align: center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.t-stock-section .t-stock-list dl dd.col-part-no{
    width: 50%;text-align: left;color:#ed7718;}
.t-stock-section .t-stock-list dl dd.col-mfr{width: 25%;}
.t-stock-section .t-stock-list dl dd.col-stock{width: 25%;text-align:right;}

.t-stock-section .t-stock-list-adv{
    padding:20px 0;font-size:12px;color:#999;line-height: inherit;
}
.t-stock-section .vendor-info{
    padding:15px 10px;
    border-radius:8px;
    background:#fff;
    box-shadow:rgba(6,155,126,0.5) 0 0 5px;
}

.t-stock-section .vendor-info .left-pic-section{
    text-align: center;
    display: inline-block;
    margin-right:5px;
}
.t-stock-section .vendor-info .left-pic-section h3{
    font-size:14px;color:#333;font-weight: bold;margin-top:8px;
}
.t-stock-section .vendor-info .left-pic-section .avatar-section{
    display: inline-block;
    background: #fff;
}
.t-stock-section .vendor-info .left-pic-section .avatar-section img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
    background:#fff;
}

.t-stock-section .vendor-info .right-info p{
    font-size: 12px;
    color: #333;
    margin-bottom: 6px;
    line-height: 22px;
    position: relative;
}
/*.t-stock-section .vendor-info .right-info p:before{content:'';width:14px;height:14px;position:absolute;}*/
.t-stock-section .vendor-info .right-info p i{
    vertical-align: top;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #abcdef;
    margin-right: 10px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}
.t-stock-section .vendor-info .right-info p span{
    display: inline-block;
    word-break: break-all;
}

.comment-section{
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px dotted #ccc;
    position:relative;
}
.comment-section .left-item{margin-right:15px;}
.comment-section .left-item i{display:inline-block;margin-right:10px;vertical-align: text-top;width: 15px;height:15px;background:#abcdef;}
.comment-section .right-item{position: absolute;right:0;color:#069b7e;}
.comment-section .right-item i{width:15px;height:15px;display:inline-block;margin-left:10px;background:#abcdef;vertical-align: text-top;}

.comment-content{
    padding: 20px;
    background: #f2f2f2;
    position:relative;
    text-align: center;
}
.comment-content .comment-head{
    color:#999;
    display: inline-block;
    width: 20%;
    position:relative;
}
.comment-content .comment-head:before{
    content:'';border-top:1px solid #999;width:200%;position:absolute;left:-200%;top:50%;
}
.comment-content .comment-head:after{
    content:'';border-top:1px solid #999;width:200%;position:absolute;top:50%;right: -200%;
}

.comment-content .comment-end{
    color:#999;
    display: inline-block;
    width: 33%;
    position:relative;
}

.comment-content .comment-end:before{    content:'';border-top:1px solid #999;width:100%;position:absolute;left:-100%;top:50%;    }
.comment-content .comment-end:after{   content:'';border-top:1px solid #999;width:100%;position:absolute;top:50%;right: -100%;   }

.comment-content .comment-list{
    padding:20px 0;
}

.comment-list dl{
    margin-bottom:20px;text-align: left;
}
.comment-list dl:last-child{margin-bottom:0;}
.comment-list dl dt{display: inline-block;
    width: 20%;
    height: 50px;
    vertical-align: top;}
.comment-list dl dd{
    display: inline-block;
    width: 78%;
    text-align: left;
    line-height: 22px;
}
.comment-list dl dd .time{
    font-size:12px;color:#999;
}

.t-stock-section .qr-code-section{
    margin-top: 20px;
    height:70px;
    padding:10px 0;
    background: #f2f2f2;
}
.t-stock-section .qr-code-section .tip{
    width:50%;display: inline-block;
}
.t-stock-section .qr-code-section .qr-code-wrapper{
    width: 48%;
    display: inline-block;
    height: 70px;
    text-align: center;
}
.t-stock-section .qr-code-section .qr-code-wrapper img{
    max-height: 70px;
    display: inline-block;
}
.t-stock-footer p{padding-top:10px;text-align: center;font-size:12px;color:#999;}
.t-stock-footer p:last-child{padding-bottom:20px;}
.t-stock-footer p em{color:#069b7e;}
/*无logo*/
.company-section .company-info-wrapper div.without-logo{text-align: center;}
.comment-section .left-item .icon{
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.25em;
    fill: currentColor;
    overflow: hidden;
    margin-right: 5px;
    font-size: 14px;
}
.comment-section .left-item.vote-times .icon{vertical-align: -2px;}
.comment-section .right-item .icon{
    margin-left: 5px;
}

@media screen and (max-width: 320px) {
    .t-stock-section .vendor-info .left-pic-section{
        width:52px;
    }
    .t-stock-section .vendor-info .left-pic-section .avatar-section{
        width:40px;height:40px;
    }

    .t-stock-section .vendor-info .right-info{
        display: inline-block;
        vertical-align: top;
        max-width: 72%;
    }

    .t-stock-section .vendor-info .left-pic-section h3{font-size:12px;}
    .t-stock-section .vendor-info .right-info p{
        font-size: 12px;
        color: #333;
        margin-bottom: 3px;
        line-height: 22px;
        position: relative;
        padding-left: 24px;
    }
    .t-stock-section .vendor-info .right-info .icon{
        width: 1.2em;
        height: 1.2em;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
        position: absolute;
        left: 0;
        font-size: 14px;
        top: 2px;
    }

}

@media screen and (min-width: 321px) and (max-width: 360px) {

    .t-stock-section .vendor-info .left-pic-section{
        width:62px;
    }
    .t-stock-section .vendor-info .left-pic-section .avatar-section{
        width:50px;height:50px;
    }

    .t-stock-section .vendor-info .right-info{
        display: inline-block;
        vertical-align: top;
        max-width: 76%;
    }

    .t-stock-section .vendor-info .left-pic-section h3{font-size:12px;}
    .t-stock-section .vendor-info .right-info p{
        font-size: 12px;
        color: #333;
        margin-bottom: 3px;
        line-height: 22px;
        position: relative;
        padding-left: 24px;
    }
    .t-stock-section .vendor-info .right-info .icon{
        width: 1.2em;
        height: 1.2em;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
        position: absolute;
        left: 0;
        font-size: 14px;
        top: 2px;
    }


}

@media screen and (min-width: 361px) and (max-width: 481px){

    .t-stock-section .vendor-info .left-pic-section{
        width:72px;
    }
    .t-stock-section .vendor-info .left-pic-section .avatar-section{
        width: 60px;
        height: 60px;
    }
    .t-stock-section .vendor-info {
        padding: 15px 4%;
    }

    .t-stock-section .vendor-info .right-info{
        display: inline-block;
        vertical-align: top;
        max-width: 73%;
    }

    .t-stock-section .vendor-info .left-pic-section h3{font-size:12px;}
    .t-stock-section .vendor-info .right-info p{
        font-size: 12px;
        color: #333;
        margin-bottom: 3px;
        line-height: 22px;
        position: relative;
        padding-left: 30px;
    }
    .t-stock-section .vendor-info .right-info .icon{
        width: 1.3em;
        height: 1.3em;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
        position: absolute;
        left: 0;
        font-size: 14px;
        top: 2px;
    }



}
@media screen and (min-width: 482px){

    .t-stock-head{text-align: center;height:60px;line-height:60px;
        font-size:18px;}
    .company-section .company-info-wrapper{height:120px;}
    .company-section .company-info-wrapper .image-section{
        width:120px;height:120px;margin-right:20px;
    }
    .company-section .company-info-wrapper .image-section img {
        max-width: 120px;
        max-height: 120px;
    }
    .company-section .company-info-wrapper .info-section h2{
        font-size:24px;margin-bottom:20px;
    }
    .company-section .company-info-wrapper .info-section p{font-size:16px;line-height: 16px;}

    .t-stock-section .t-stock-list-head{
        font-size: 18px;
        color: #333;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 60px;
        line-height: 60px;
        margin:0;
    }

    .t-stock-section .t-stock-list dl{height: 60px;  line-height: 60px;}
    .t-stock-section .t-stock-list dl dd{height: 60px;  line-height: 60px; font-size:18px;color:#333;}
    .t-stock-section .t-stock-list dl dd.col-part-no{font-weight:bold;}

    .t-stock-section .t-stock-list-adv{
        padding: 20px 0;
        font-size: 18px;
        color: #999;
        line-height: 36px;
    }

    .t-stock-section .vendor-info .left-pic-section{
        width:112px;
    }
    .t-stock-section .vendor-info .left-pic-section .avatar-section{
        width:90px;height:90px;
    }
    .t-stock-section .vendor-info .left-pic-section h3{font-size:18px;margin-top:20px;}

    .t-stock-section .vendor-info {
        padding: 30px;
    }

    .t-stock-section .vendor-info .right-info{
        display: inline-block;
        vertical-align: top;
        max-width:  78%;
    }


    .comment-content .comment-head{
        width: 20%;
        font-size: 18px;
        height: 56px;
        line-height: 56px;
    }
    .comment-content .comment-head:before{
        width: 200%;
        left: -200%;
    }
    .comment-content .comment-head:after{
        width: 282%;
        right: -282%;
    }
    .comment-content .comment-end{width:33%;font-size: 18px;
        height: 56px;
        line-height: 56px;}
    .comment-content .comment-end:before{width: 99%;
        left: -99%;}
    .comment-content .comment-end:after{width:99%;right:-99%;}
    .t-stock-section .vendor-info .right-info p{padding-left:44px;margin-bottom:20px;}
    .t-stock-section .vendor-info .right-info p span{font-size:18px;color:#333;}

    .t-stock-section .vendor-info .right-info .icon{
        width: 24px;
        height: 24px;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
        position: absolute;
        left: 0;
        font-size: 14px;

    }

    .company-section {
        padding-top: 40px;
        height: 146px;
    }

    .comment-section{margin-top: 30px;padding: 30px 0 10px 0px;}
    .comment-section span{font-size:18px;}
    .comment-section .left-item .icon{width:22px;height:22px;margin-right:10px;}
    .comment-section .right-item .icon{width:22px;height:22px;margin-left:10px;}
    .comment-list dl{margin-bottom:40px;}
    .comment-list dl dt {
        display: inline-block;
        width: 60px;
        height: 60px;
        vertical-align: top;
        margin-right:20px;
    }
    .comment-list dl dd{max-width: 520px;
        line-height: 36px;}
    .comment-list dl dd .name{font-size: 18px;color:#666;}
    .comment-list dl dd .message{font-size: 18px;color:#333;}
    .comment-list dl dd .time{font-size: 16px;color:#999;}

}