
.topHead{
    background: #ececec;
    padding: 35px;
    border-radius: 20px;
    margin-top:30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topHead .left h2{
    font-size:36px;
    color:#333;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.topHead .left .map{
    display: flex;
    align-items: center;
}
.topHead .left .map li:first-child a{
    color:var(--theme);
}
.topHead .left .map li a{
    color:#666;
}
.topHead .left .map li a span{
    font-weight: 700;
    font-family: sans-serif;
}
.topHead .left .map .arrow{
    margin:0 10px;
    color:#666;
}
.topHead .left .map .arrow .iconfont{
    font-size:11px;
}

.topHead .nav{
    display: flex;
}
.topHead .nav li{
    margin:0 10px;
}
.topHead .nav li a{
    display: block;
    height: 42px;
    line-height: 40px;
    padding:0 18px;
    background-color: #fff;
    border-radius: 20px;
    font-size:17px;
    font-weight: 700;
    color:var(--theme);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
    position: relative;
    top:0;
}
.topHead .nav li a.on{
    background-color: #fff;
    color:#253D4E;
}
.topHead .nav li a:hover{
    top:-5px;
}

.flex{
    display: flex;
    align-items: flex-start;
    margin:30px 0;
}
.flex-left{
    width:300px;
    flex-shrink: 0;
    position: sticky;
    top:90px;
}
.flex-right{
    padding-left:30px;
    width:100%;
}


.companySearch{
    background-color: #F2F3F4;
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
    margin-bottom: 15px;
}
.companySearch.on{
    box-shadow: 0px 0px 0px 3px rgba(123, 48, 71, 0.3);
}
.companySearch input{
    border:none;
    height: 42px;
    background-color: #F2F3F4;
    padding:0 10px;
    width:100%;
    font-size:15px;
}
.companySearch .icon{
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
    cursor: pointer;
    border:none;
    outline: none;
}
.companySearch .icon:hover{
    background-color: var(--theme);
    color:#fff;
}
.companySearch .icon .iconfont{
    font-size:22px;
}


.recCom{
    position: relative;
    padding: 25px;
    border: 1px solid #ececec;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
.recCom .title{
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}
.recCom .title::after{
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #dfc2b7;
}
.recCom ul li a{
    border: 1px solid #F2F3F4;
    padding: 10px;
    margin:15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
    color:#333;
    background-color: #fff;
}
.recCom ul li a:hover{
    border: 1px solid #dfc2b7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.recCom ul li:last-child a{
    margin-bottom: 0px;
}
.recCom ul li a.on{
    background-color: var(--theme);
    color:#fff;
}
.recCom ul li a img{
    display: block;
    width:100%;
}



.companyList .item{
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.companyList .item .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.companyList .item .info .logo{
    flex-shrink: 0;
    margin-right: 15px;
}
.companyList .item .info .logo a{
    display: flex;
    width:138px;
    height: 112px;
    align-items: center;
    justify-content: center;
}
.companyList .item .info .logo a img{
    display: block;
    max-width: 138px;
    max-height: 112px;
}
.companyList .item .info .text{
    margin-right:auto;
    width:100%;
}
.companyList .item .info .text .title{
    font-family: sans-serif;
    font-size:18px;
    margin-bottom: 5px;
}
.companyList .item .info .text p{
    color: #B6B6B6 !important;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.companyList .item .info .vip{
    flex-shrink: 0;
    margin-left:15px;
}
.companyList .goods ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -12.5px;
}
.companyList .goods ul li{
    width:16.666%;
}
.companyList .goods ul li .box{
    display: block;
    padding:12.5px;
}
.companyList .goods ul li .imgbox{
    width:184px;
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.companyList .goods ul li img{
    display: block;
    max-width:184px;
    max-height:184px;
}
.companyList .goods ul li h4{
    position: relative;
    z-index: 9;
    margin-top:-29px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #f4f4f4;
    font-weight: normal;
    padding:5px 10px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}


.common_page .count{
    margin-left: 10px;
}