html,body{
    margin: 0;
    padding: 0;
}
.footer{
    width: 100%;
    height: 180px;
    background-color: #091728;
}
.footer  .footer1{
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #2F3844;
}
.footer .footer1 .footer1-item span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.footer .footer1 .tel{
    margin: 0 66px 0 102px;
}
.footer .footer1 .email{
    margin-left: 119px;
}
.footer .footer2{
    width: 100%;
    height: 60px;
    text-align: center;
}
.footer .footer2 span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    opacity: 0.3;
}
