.liang{display:none;}

.foot-iphone-imax
{
    display: none;
}



@media (max-width:768px){

.foot-left-padd{left:20px;}

.card-body,.card-footer {
margin-left:20px;
}
   
    .foot-iphone-imax
    {
        display: block;
        background: #3D3D3D;
        width: 100%;
        position: fixed;
        z-index: 1000;
        bottom: 0px;
        text-align: center;
        padding-top: 8px;
    }
    .foot-iphone-imax .foot-iphone-imax-a
    {
        width: 19%;
        display: inline-block;
        height: 50px;
        padding-top: 30px;
        font-size: 14px;
        background-size: 27px;
    }
    .foot-iphone-imax-a
    {
        color: #fff;
    }
	.foot-iphone-imax-a a:hover
    {
        color: #00ABBC;
    }
    .foot-iphone-imax-a1
    {
        background: url(../images/mob-footer-icons/home.png) no-repeat top center;
    }
    .foot-iphone-imax-a2
    {
        background: url(../images/mob-footer-icons/message.png) no-repeat top center;
    }
    .foot-iphone-imax-a3
    {
        background: url(../images/mob-footer-icons/buy.png) no-repeat top center;
    }
    .foot-iphone-imax-a4
    {
        background: url(../images/mob-footer-icons/list.png) no-repeat top center;
    }
    .foot-iphone-imax-a5
    {
        background: url(../images/mob-footer-icons/member.png) no-repeat top center;
    }
     .foot-iphone-imax-a1-active
    {
        background: url(../images/mob-footer-icons/home_hover.png) no-repeat top center;
        color: #00ABBC;
    }
    .foot-iphone-imax-a2-active
    {
        background: url(../images/mob-footer-icons/message_hover.png) no-repeat top center;
        color: #00ABBC;
    }
    .foot-iphone-imax-a3-active
    {
        background: url(../images/mob-footer-icons/buy_hover.png) no-repeat top center;
        color: #00ABBC;
    }
    .foot-iphone-imax-a4-active
    {
        background: url(../images/mob-footer-icons/list_hover.png) no-repeat top center;
        color: #00ABBC;
    }
    .foot-iphone-imax-a5-active
    {
        background: url(../images/mob-footer-icons/member_hover.png) no-repeat top center;
        color: #00ABBC;
    }

}
