.footer{
    padding:16px 120px 24px;
    box-sizing:border-box;
    position:relative;
    background:rgba(240,240,240,1);
}
.footer>div{
    width:100%;
}
.wechatPart{
    border-bottom:1px solid rgba(204,204,204,0.5);
    padding:0 0 16px;
    height: 66px;
}
.copyRightPart{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:25px;
    color:rgba(51,51,51,1);
    opacity:0.6;
    margin-top:21px;
    text-align:center;
}
.subtitle{
    display:inline-block;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:25px;
    color:rgba(51,51,51,1);
    float:left;
    margin-top: 20px;
}
.wechatImg{
    width:32px;
    height:32px;
    margin-left:20px;
    margin-top: 17px;
    cursor:pointer;
}
.footerLgo{
    float:right;
    width:163px;
    height:66px;
}
#wechatCode{
    display:none;
    height:200px;
    width:180px;
    position:absolute;
    z-index:10;
    top: -170px;
    left: 210px;
}
.codeNum{
    width:180px;
    height:180px;
    background:#fff;
    padding:9px;
    box-sizing:border-box;
    box-shadow:0px 3px 6px rgba(0,0,0,0.06);
    border-radius:4px;
}
.codeNum>img{
    width:100%;
    height:100%;
}
.trigle{
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 16px solid #fff;
    margin-left: 81px;
}