.footer2 {
    height: 96px;
    background: #B8C0D2;
    text-align: center;
    overflow: hidden;
}

.footer2 > p {
    margin-top: 30px;
}

.footer2 > a {
    color: #0054FF;
    line-height: 24px;
    margin-top: 5px;
    display: block;
}
.footer_phone{ display: none;}
@media(max-width:900px)
{
/* footer */
.footer1{ display: none;}
.footer2{ margin-bottom: 66px;}
.footer2 > p{ font-size: 14px;}
.footer2 > a{ font-size: 14px; }
.footer_phone{ background: #E3ECFF; width: 100%; display: flex; align-items: top; justify-content: space-between; padding: 30px 0px;}
.footer_phone .side2{ word-wrap: nowrap;}
.footer_phone .side2 .title{ font-size: 16px;}
.footer_phone .side2 .line{ width: 100%; height: 1px; background: #ddd; margin: 10px 0;}
.footer_phone .side2 .product{ display: flex; align-items: center;  }
.footer_phone .side2 a{font-size: 12px; text-align: left; line-height: 18px; width: 70px;}
.footer_phone .side2 .connect{ font-size: 12px;  line-height: 18px; white-space: nowrap;}

.footer_phone .side2 .connect img{width: 12px; height: auto;}
}