/* 底部 */
.footer{
    background-color: rgb(129,216,208);
    color: #ffffff;
    padding: 25px 0 0;
}
.footer .p{
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
}
.footer .sm-p{
    font-size: 20px;
    text-align: center;
   padding-bottom: 10px;
}
.footer .copy{
    margin-top: 14px;
    background-color: rgb(74, 196, 185);
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.footer .p .line{
    margin: 0 30px;
    display: inline-block;
   
}
.footer .sm-p  .mr{
    margin-right: 30px;
    display: inline-block;
}