 body{
    background: #F2F3F7;
    height: auto;
    padding: 0;
    margin: 0;
}
.lineHeight25{
    line-height: 25px;
}
.companyTop{
    background: #282A38;
    color: #fff;
    padding:30px 0;
    line-height: 35px;
}
.inner {
    width: 1200px;
    margin: 0 auto !important;
}
.home-inner {
    max-width: 1200px;
}
.companyModule{
    background: #FFFFFF;
    padding:20px;
    border-radius: 16px;
}
.companybj{
    background: #F6F6F6;
    border-radius: 8px 8px 8px 8px;
    padding:16px 22px;
    color: #333333;
}
.recommed_card{
    box-sizing: border-box;
    background: #F6F8FC;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
}

.recommed_card_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
}

.recommed_card_top .name{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.recommed_card_top .money{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    color: #333333;
}

.recommed_card_top .money span{
    color: #FF5D24;
    font-weight: bold;
}

.recommed_card_center{
    display: flex;
    align-items: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    justify-content: space-between;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
}

.recommed_card_center_left{
    display: flex;
    align-items: center;
}

.recommed_card_center_right{
    display: flex;
    align-items: center;
    max-width: 245px;
    overflow: hidden;
    justify-content: flex-start;
}

.recommed_card_center_right .tag{
    border-radius: 2px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 3px 8px;
    box-sizing: border-box;
    margin-left: 10px;
}
.recommed_card .line {
    margin: 5px;
}
.line {
    display: block;
    width: 1px;
    height: 12px;
    background: #9F9F9F;
    margin: 0 10px;
}
.companyLabel{
    color: #666666;
    background: #F6F6F6;
    border-radius: 4px 4px 4px 4px;
    margin: 0 5px 5px 0;
    width: 76px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
#qrcodeHome{
    width: 100% !important;
    height: auto !important;
    border-radius: 16px;
}
.layui-flow-more{
    width: 100%;
}
.layui-flow-more::after, .layui-flow-more::before {
content: "";
display: block;
clear: both;
}
.detail_icon{
    width: 14px;
    height: 14px;
    margin-top: -2px;
}
.detail_icon_company{
    background-image: url('../../images/zhizhao_icon_default.png');
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.company_license:hover .detail_icon_company{
    background-image: url('../../images/zhizhao_icon.png');
}
.detail_icon_xkz{
    background-image: url('../../images/zhizhao_icon_default.png');
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.company_xukezheng:hover .detail_icon_xkz{
    background-image: url('../../images/zhizhao_icon.png');
}