/* 版心 */

.wrap {
    width: 1180px;
    margin: 0 auto;
}
/* .footer{
    width: 100%;
    height: 180px;
    background: linear-gradient(to right, #44c9e8, #65b0e9, #77a1eb, #a395ec);
    margin-top: 200px;
}
.footer p{
    width: 1200px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        position: relative;
        top: 30%;
    line-height: 35px;
    
    
} */
/* 页脚 */

.footer {
    width: 100%;
    height: 180px;
    background: linear-gradient(to right, #44c9e8, #65b0e9, #77a1eb, #a395ec);
    margin-top: 100px;
    overflow: hidden;
    padding-top: 30px;
    box-sizing: border-box;
}

.footer p {
    width: 1200px;
    margin: 25px auto 0;
    /* background-color: palegoldenrod; */
}
.footer p  span{
    color: #fff;
}
.footer .addWechat{
    position: relative;
    top: -120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.addWechat img{
    width: 120px;
    margin-right: 2px;
}
.addWechat span{
    font-size: 14px;
    margin-top: 10px;
}



.sy_copyRight p{  
    line-height: 35px;
}
.footer p span{
    margin-left: 20px;
}


@media only screen and (max-device-width : 500px) {
    .footer p { line-height: 25px; }
    .sy_copyRight p { line-height: 25px; }
}