@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
body{
    font-family: "微软雅黑","Microsoft YaHei", "黑体简体", "Arial", "Verdana", "arial", "serif", "Arial regular,helvetica regular" !important;
    /*-webkit-text-size-adjust: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    width: 100%;
    background: #f7f7f7!important;
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

a:hover{
    color:#1e88e5;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    max-width: 750px;
    margin: 0 auto;
    min-height: 100vh;
}
/*joinExhibitior.css start*/
.joinExhibitior{
    width: 9.2rem;
    height: 1.38rem;
    background: #FFFFFF;
    box-shadow: 0 0px 13px 0 #EDEDEE;
    border-radius: 8px;
    margin: 0.33rem auto 0;
    padding: 0 0.4rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.joinExhibitior p{
    height: 1.38rem;
    font-size: 0.4rem;
    color: #000000;
    line-height: 1.38rem;
    text-align: left;
    width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.joinExhibitior p span{
    color: #FF7214;
}
.joinExhibitiorBtn{
    display: inline-block;
    background:url("../img/joinExhibitiorBtn.png") no-repeat 0 0;
    width: 3.12rem;
    height: 0.88rem;
    background-size: 100%;
    overflow: hidden;
    text-indent: 9999999rem;
    line-height: 99999999rem;
}
/*joinExhibitior.css end*/
/*searchWrap.css start*/
.searchContent{
    background: none;
    margin: 0.21rem 0.4rem 0;
}
.searchWrap {
    position: relative;
    width: 100%;
    height: 1.06rem;
    border: 0.02rem solid #1e88e5;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.searchWrap .search-title {
    position: relative;
    width: 95%;
    /*height: 1.06rem;*/
    font-size: 0.42rem;
    line-height: 1;
    border: none;
    outline: none;
    color: #9e9e9e;
    /* margin-top: 0.16rem; */
    padding-left: 1.2rem;
    /*margin-top: 0.12rem;*/
    /*margin-bottom: 0.12rem;*/
}
.searchWrap .search-title::-input-placeholder{
    transform: translate(0, 11%);
    -webkit-transform: translate(0, 11%);
}
.searchWrap .search-title::-webkit-input-placeholder{
    transform: translate(0, 11%);
    -webkit-transform: translate(0, 11%);
}
.searchWrap .search-box {
    text-align: center;
    background-image: url("../img/icon/searchIcon.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 0.49rem;
    height: 0.49rem;
    bottom: 0.2rem;
    left: 0.48rem;
    cursor: pointer;
}
/*searchErap.css end*/
/*supplierContentList.css start*/
.supplierContent{
    background: #f7f7f7;
    padding-bottom: 0.4rem;
}
.supplierContentList{

    display: flex;
    flex-flow: column wrap;
    padding: 0.4rem 0.4rem 0;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}
.supplierContentList li{
    width: 4.4rem;
    break-inside: avoid;
    background: #FFFFFF;
    box-shadow: 0 2px 20px 0 rgba(205, 207, 208, 0.3);
    border-radius: 5px;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0.37rem 0.32rem;
}
.supplierContentList li:nth-child(even){
    margin-right:0;
}
.supplierContentList li:hover .companyTitle{
    color: #1E88E5;
}
.vipIconWrap{
    display: flex;
    width: 100%;
    /*height: 0.4rem;*/
    justify-content:left;
    align-items:center;
    /*margin-top: 0.37rem;*/
    margin-bottom: 0.06rem;
}
.vipIconWrap img{
    width: auto;
    height: auto;
    margin-left: 0.17rem;
}
.vipIconWrap img:first-child{
    margin-left: 0;
}
.lxStyle{
    width: 1.33rem!important;
    height: 0.32rem!important;
}
.companyLogoWrap{
    width:3.73rem;
    height: 1.87rem;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: flex;
    border-radius: 0.1rem;
    margin-bottom: 0.22rem;
    margin-top: 0.17rem;
    align-items: center;
    justify-content: center;
}
.companyLogoWrap img{
    max-width: 1.6rem;
    max-height: 1.6rem;
    width: auto;
    height: auto;
}
.companyInfoWrap{
    /*margin-left: 14px;*/
    width: 100%;
    text-align: left;
}
.companyTitle{
    font-size: 0.4rem;
    font-family: Microsoft YaHei, serif;
    color: #212121;
    line-height: 0.47rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}

.tagWrapH5{
    /*height: 0.45rem;*/
    text-align: left;
    margin-right: 0.12rem;
    display: none;
}
.tagWrapH5 img{
    height: auto;
    width: auto;
    margin-right: 0.17rem;
}
.tagWrapH5 img:last-child{
    margin-right: 0;
}
.typeWrap{
    height: 0.47rem;
    display: flex;
    justify-content:space-between;
    margin-top: 0.17rem;

}
.typeWrap span{
    background: #F5F6F9;
    font-size: 0.32rem;
    font-weight: 300;
    color: #9E9E9E;
    line-height: 0.47rem;
    padding: 0 0.1rem;
    width: 1.79rem;
    height: 0.47rem;
    border-radius: 0.04rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    flex: 1;
    margin-left: 0.1rem;

}
.typeWrap span:first-child{
    margin-left: 0;
}
.tagWrapH5{
    display: block!important;
    margin-top: 0.24rem;
}
.loadMoreBtn{
    display: block;
    height: 1.33rem;
    line-height: 1.33rem;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: #1e88e5;
    border-radius: 50px;
    width: 90%;
    border: none;
    box-shadow: 0 2px 20px 0 rgb(205 207 208 / 30%);
    margin: 0.4rem auto;
}



/*supplierContentList.css end*/

/*supplierListBgWrap.css start*/
.supplierListBgWrap{
    background: #F5F6F9;
}
.supplierListWrap{
    background: #fff;
}

.supplierListWrap {
    height: auto;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 2px 20px 0 rgba(205, 207, 208, 0.3);
}
.supplierListWrap .supplierListTitle {
    text-align: center;
}

.supplierListWrap .supplierListTitle h1 {
    font-size: 20px;
    font-family: Microsoft YaHei, serif;
    font-weight: 400;
    color: #424242;
    line-height: 76px;
}

/*方形图标*/
.square {
    overflow: hidden;
    padding-bottom: 0.53rem;
}
.supplierListWrap{
    max-width: 100%;
    width: 10rem;
}

.borders {
    width: 250px;
    height: 1px;
    line-height: 1px;
    background: #e0e0e0;
    margin: 6px auto 0;
}

.imgBox {
    box-sizing: border-box;
    padding: 0 0.4rem;
}
.imgBox>div{
    margin-bottom: 0.3rem;
}

.squarelogoBox {
    display: table !important;
    text-align: center !important;
    width: 5.57rem;
    height: 1.86rem;
    padding: 10px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin: 0 auto;
}
.squarelogoBox span{
    text-align: center;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    max-width: 5.3rem;
    height: 1.6rem;
}
.squarelogoBox:hover {
    cursor: pointer;
    border: 1px solid #1e88e5;
}

.square-logo {
    width: initial;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: inline-block;
}
/*supplierListBgWrap.css end*/

.hasSupplier ,.noSupplier{
    display: none;
}
/*supplierContentWrap.css start*/
.supplierContentWrap{
    width: 100vw;
    height: 100vh;
}
.supplierContentWrap img{
    width: 10rem;
    height: 6.24rem;
}
.czTips{
    text-align: left;
    font-size: 0.48rem;
    color: #FCFCFE;
    line-height: 0.96rem;
    padding-left: 1rem;
    padding-top: 0.82rem;
}
.supplierContentWrap a{
    display: block;
    background: url('../img/icon/czBtnIcon.png') no-repeat 0 0;
    width: 4.49rem;
    height: 1.46rem;
    background-size: 100%;
    overflow: hidden;
    text-indent: 9999999rem;
    line-height: 99999999rem;
    margin: 1.44rem auto 0;
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
    60% {
        opacity:1;
        -webkit-transform:translateY(30px);
        transform:translateY(30px)
    }
    80% {
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes bounceInDown {
    0% {
        opacity:0;
        -webkit-transform:translateY(-2000px);
        -ms-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
    60% {
        opacity:1;
        -webkit-transform:translateY(30px);
        -ms-transform:translateY(30px);
        transform:translateY(30px)
    }
    80% {
        -webkit-transform:translateY(-10px);
        -ms-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    100% {
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
.bounceInDown {
    -webkit-animation-name:bounceInDown;
    animation-name:bounceInDown
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(2000px);
        transform:translateY(2000px)
    }
    60% {
        opacity:1;
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    80% {
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
    100% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes bounceInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(2000px);
        -ms-transform:translateY(2000px);
        transform:translateY(2000px)
    }
    60% {
        opacity:1;
        -webkit-transform:translateY(-30px);
        -ms-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    80% {
        -webkit-transform:translateY(10px);
        -ms-transform:translateY(10px);
        transform:translateY(10px)
    }
    100% {
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
.bounceInUp {
    -webkit-animation-name:bounceInUp;
    animation-name:bounceInUp
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*supplierContentWrap.css end*/
.noDataWrap{
    background: url("../img/noDataTips.png") no-repeat center center;
    width: 100%;
    min-height: 2rem;
    background-size: 4.9rem 2.65rem;
    padding-top: 5.8rem;
}
.noDataWrap p{
    width: 100%;
    height: 0.48rem;
    font-size: 0.4rem;
    color: #AAA9A9;
    line-height: 1;
    text-align: center;
    margin-bottom: 2rem;
}