
    body{
        background-color: #f1f3f6;
    }
    #diy-nav {
        padding-bottom: 20px;
    }
    .attach-icon{
       width: 17px;
        vertical-align: middle;
    }
    .attach-down{
       width: 16px;
        height: 16px;
        vertical-align: middle;
    }
    .mainbox{
        position: relative;
        height: 120px;
        padding: 16px;
        box-sizing: border-box;
    }
    /* 头部 logo 对齐设计: 88×88, 圆角4, 与企业名间距16(设计 rel120) */
    .mainbox dl dt{
        width: 88px;
        margin-right: 16px;
    }
    .mainbox .photo120{
        width: 88px;
        height: 88px;
    }
    .mainbox .photo120 img{
        width: 88px !important;
        height: 88px !important;
        border-radius: 4px;
        box-sizing: border-box;
    }
    .mainbox dl dd b{
        font-weight: 600;
    }

    .mainbox .icon-ta{
        display: flex;
        align-items: center;
        font-size: 10px;
    }
    .mainbox .icon-ta span{
        background-color: rgba(0,99,254,0.08);
        margin-top: 8px;
        margin-right: 8px;
        color: #0063FE;
        display: flex;
        align-items: center;
        padding: 0 6px;
        height: 20px;
        border-radius: 2px;
    }

    .mainbox .icon-ta span i{
        content: "";
        display: inline-block;
        background: url("/static/diy/image/ic_my_rz@2x.png") no-repeat;
        background-size: 100%;
        width: 14px;
        height: 14px;
        margin-right: 4px;
    }
    .mainbox .icon-ta span i.tuijian{
        content: "";
        display: inline-block;
        background: url("/static/diy/image/ic_my_tj@2x.png") no-repeat;
        background-size: 100%;
        width: 14px;
        height: 14px;
        margin-right: 4px;
    }
    .mainbox .icon-ta span i.qiyexingzhi{
        content: "";
        display: inline-block;
        background: url("/static/diy/image/ic_my_qy@2x.png") no-repeat;
        background-size: 100%;
        width: 14px;
        height: 14px;
        margin-right: 4px;
    }
    .mainbox .diy-address{
        font-size: 12px;
        color: #7F8388;
        line-height: 18px;
        margin-top: 11px;
    }
    /* 收藏 + 分享至 右侧簇(设计: 按钮 rel right16 top68, 分享至在其左) */
    .mainbox-right{
        position: absolute;
        top: 68px;
        right: 16px;
        display: flex;
        align-items: center;
    }
    .mainbox-right .diy-share{
        margin-right: 24px;
    }
    .diy-share{
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #85888C;
    }
    .diy-share span:first-child{
        margin-right: 12px;
    }
    .diy-share span:nth-child(2),
    .diy-share span:nth-child(3){
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("/static/diy/image/ic_16_wx@2x.png") no-repeat;
        background-size: 16px 16px;
        cursor: pointer;
    }
    .diy-share span:nth-child(3){
        background: url("/static/diy/image/ic_16_link@2x.png") no-repeat;
        background-size: 16px 16px;
        margin-left: 8px;
    }

    .diy-zizhi{
        display: flex;
        align-items: center;
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .diy-zizhi li {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 14px;

    }
    .diy-zizhi li:nth-child(n+5) {
        margin-top: 16px;
    }


    .diy-zizhi li:nth-child(4n) {
        margin-right: 0;

    }
    .diy-zizhi li img{
        width: 202px;
        height: 151px;
    }
    .diy-zizhi li span{
        margin-top: 16px;
    }

    .give-card{
        background-color: #0063FE;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 40px;
        border: none;
        margin-top: 16px;
    }
    .give-card-des{
        color: #85888C;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        margin-top: 12px;
    }
    .share-wx {
        background-image: url(/static/diy/image/ic_16_wx@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        height: 16px;
        position: relative;
        width: 16px
    }
    .share-qr {
        display: none;
        height: 128px;
        left: -36px;
        position: absolute;
        top: 40px;
        width: 128px;
    }
     .share-wx:hover .share-qr {
        display: block
    }
     .share-wx:hover .share-qr img {
        border: 1px solid #ebebeb
    }

    .newBussiness .tdbg{
        background-color: #f3f6f9;
    }
    .newBussiness{
        margin-bottom: 20px;
    }

    .diy-text-wrap{
        display: inline-block;
        line-height: 1.2;
        margin: 0 auto;
        max-width: 2em;
        word-break: break-all;
    }
    .diy-company-logo{
        border: 1px solid #f1f3f6;
        border-radius: 4px;
        float: left;
        width: 88px;
        height: 88px;
        background-color: #8ca3cc;
        align-items: center;
        color: #fff;
        display: flex;
        font-size: 20px;
        font-weight: 700;
        justify-content: center;
        text-align: center;
    }
    .comText div{
        width: auto;
    }
    .comText p{
        height: auto;
        width: auto;
    }
