.company{
    padding: 15px;
    background-color: #fff;
}   
.company .logo{
    height: 60px;
    margin-bottom: 10px;
}
.company .logo img{
    height: 100%;
    display: block;
    margin:0 auto;
}
.company .name{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.company .address{
    display: flex;
    padding: 5px 0;
    justify-content: space-between;
}

.wxImg{
    padding:10px 15px;
    background-color: #fff;
}
.wxImg .title{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.wxImg .title .text{
    font-size:15px;
    line-height: 15px;
    color:#666;
    padding-right: 10px;
}
.wxImg .title .line{
    flex: 1;
    border-bottom:1px dashed #ccc;
}
.wxImg .list{
    display: flex;
    flex-wrap: wrap;
    margin:0 -2px;
}
.wxImg .list .item{
    width: 65px;
    height: 65px;
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #eee;
}
.wxImg .list .item img{
    display: block;
    max-width:100%;
    max-height: 100%;
}


.btns{
    display: flex;
    padding: 0px 10px 10px 10px;
    background-color: #fff;
}
.btns .btn{
    background: #0ea5e9;
    color:#fff;
    margin: 0 5px 0 5px;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    flex:1;
}
.btns .btn .text{
    font-size: 15px;
    margin-left:5px;
}
.btns .btn.wx{
    background: #16a34a;
}

.linkman{
    padding:15px;
    background-color: #fff;
}
.linkman .item{
    margin-bottom: 15px;
}
.linkman .item:last-child{
    margin-bottom: 0px;
}
.linkman .item .username{
    border-bottom: 1px solid #eee;
    font-size:18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.linkman .item .username::before{
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #16a34a;
    border-radius: 10px;
    margin-right: 10px;
}
.linkman .item .username .job{
    font-size:14px;
    color:#999;
}
.linkman .item .e{
    margin-top:12px;
    display: flex;
    align-items: center;
    min-height: 20px;
    font-size:15px;
    justify-content: space-between;
}
.linkman .item .e .copy{
    margin-right: auto;
    margin-left: 10px;
}
.linkman .item .e .copy:active{
    color:#0ea5e9;
}
.linkman .item .e .icon{
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    color:#fff;
    background-color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 2px;
}

.textBlock{
    padding:15px;
    background-color: #fff;
}
.textBlock .title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.textBlock .title .name{
    margin:0 5px;
    flex-shrink: 0;
    font-size:16px;
    color:#666;
}
.textBlock .title .line{
    height: 1px;
    flex: 1;
    background-color: #eee;
    position: relative;
    top:2px;
}
.intor .content{
    line-height: 24px;
    font-size:16px;
}