* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}
.footer1 {
    width: 100%;
    height: 108px;
    background: #3f1a59;
    color: #fff;
}
.box {
    width: 1200px;
    height: 108px;
    line-height: 108px;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
}
.weixin {
    float: left;
}
.linkIn, .facebook {
    float: left;
    margin-left: 37px;
}
.box span, .box img {
    vertical-align: middle;
}
.record-number {
    height: 76px;
    line-height: 76px;
    text-align: center;
    font-size: 20px;
    font-weight:400;
    color:rgba(254,254,254,1);
    /* float: right; */
    text-align: center;
}
.record-number a {
    display: block;
    height: 20px;
    line-height: 20px;
    color: white;
}
