.footer{
    width: 100%;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 80px 0;
}
.footer>div{
    width: 1200px;
}
.footer .footer-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(214,214,214,1);
    box-sizing: border-box;
    padding-bottom: 30px;
}
.footer .footer-top .content{
    width: 800px;
}
.footer .footer-top .content p{
    font-size:18px;
    font-family:Alibaba PuHuiTi;
    color:rgba(78,78,78,1);
    line-height:36px;
}
.footer .footer-top .content p b{
    margin-right: 35px;
}
.footer .footer-top .content p a{
    margin-right: 20px;
    flex: 1;
    color: #595959;
    text-decoration: none;
}
.footer .footer-top .side{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .footer-top .side img{}
.footer .footer-top .side .btn{
    margin-top: 24px;
    width:190px;
    height:44px;
    border:1px solid rgba(164,164,164,1);
    font-size:18px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:rgba(79,79,79,1);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer-top .side p{
    margin-top: 28px;
    font-size:18px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:rgba(79,79,79,1);
}

.footer .footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 30px;
}
.footer .footer-bottom p{
    font-size:18px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:rgba(89,89,89,1);
}
.footer .footer-bottom p a{
    color:rgba(89,89,89,1);
    text-decoration: none;
}
.footer .footer-bottom .share{
    display: flex;
    align-items: center;
}
.footer .footer-bottom .share h3{
    font-size:18px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:rgba(89,89,89,1);
}
.footer .footer-bottom .share span{
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: 20px;
    font-size:18px;
    font-family:Alibaba PuHuiTi;
    font-weight:400;
    color:rgba(112,112,112,1);
}
.footer .footer-bottom .share span:first-of-type{
    margin-left: 10px;
}
.footer .footer-bottom .share span .icon{
    cursor: pointer;
    
}
.footer .footer-bottom .share span .ewm{
    display: none;
    position: absolute;
    width: 150px;
    top: -150px;
}
