/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

/*将标签原有的默认内外边距去掉*/

fieldset, img, input, button {
    border: none; /*去掉边框*/
    padding: 0;
    margin: 0;
    outline-style: none; /*去掉环绕边框*/
}

ul, ol {
    list-style: none; /*去掉原样式中的小黑点*/
    /*ctrl+alt+l*/
}

input {
    padding-top: 0;
    padding-bottom: 0;

}

select, input {
    vertical-align: middle; /*输入字居中显示*/
}

select, input, textarea {
    font-size: 14px;
    margin: 0;
}

/**/
textarea {
    resize: none; /*防止拖动*/
}

img {
    border: 0;
    vertical-align: middle; /*  去掉图片底部默认的3像素空白缝隙*/
}

table {
    border-collapse: collapse; /*合并外边线*/
}

body {
    font-family:  Microsoft YaHei, Arial, "\5b8b\4f53";
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
    /*兼容IE6下的写法*/
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none; /**/
    font-weight: normal; /*不加粗*/
    font-size: 100%;
}
a{
    text-decoration: none;
}
s, i, em {
    /*一般起装饰作用*/
    font-style: normal; /*将字体变成正常字体*/
    text-decoration: none; /*去掉中划线*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}

/*.wrap{ height:9rem; overflow: hidden;margin-top: 1rem;margin-left:0.5rem;}*/
/*授权企业名单*/
.left-bottom{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;

}
.left-bottom-info{
    width: 100%;
    height: calc(100% - 35px);
}
.left-bottom-info .qiye{
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
}
.left-bottom-info .qiye .qiye-span1{
    width: 20%;
    text-align: center;
}
.left-bottom-info .qiye .qiye-span2{
    width: 80%;
}


/*产品供应信息*/
.cen-bottom{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.cen-bottom-info{
    width: 99%;
    height: calc(100% - 35px);
    margin-left: 1%;
}
.cen-bottom-info .gongying{
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
}
.cen-bottom-info .gongying span{
    width: 14.2%;
}

.wrap{
    color: #fff;
    width: 100%;
    /*height: 150px;*/
    height: calc(100% - 35px);
    position:relative;
    overflow:hidden;
    line-height: 30px;
}

.cen-bottom .wrap li span{
    width: 14.2%;
    overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
}

/*.wrap li{  line-height:1.5rem; height:.8rem; font-size: .8rem; text-indent: .24rem; margin-bottom: 1rem; }*/
.wrap li{
    height: 30px;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
}
.left-bottom-info .wrap li .span1{
    width: 20%;
    text-align: center;
}
.left-bottom-info .wrap li .span2{
    width: 80%;
}
/*.wrap li p{border: 1px solid rgba(25,186,139,.17);color: rgba(255,255,255,.6); }*/