@media (min-width:320px){
    .wrap{width: 310px;}
    .footer-list, .name, .footer-social, .ws-title-wrapper, .ws_controls, .main-left{display: none;}
    .hotline{width: 206px;}
    
    .footer-info, .footer-list{margin-bottom: 20px;}
    .footer-copyright{text-align: center;}
    .alo-phone{width: 100px; height: 100px;}
    .alo-ph-circle{width: 80px; height: 80px; top: 10px; left: 10px;}
    .alo-ph-circle-fill{width: 50px; height: 50px; top: 25px; left: 25px;}
    .alo-ph-img-circle{width: 30px; height: 30px; top: 35px; left: 35px; background: url(images/alo.png) no-repeat center / 50% 50%; background-color: #ff0000;}
    .alo-phone:hover .alo-ph-img-circle {background-color: #5ebc5e;}
}
@media (min-width:360px){
    .wrap{width: 350px;}
    .hotline{width: 225px;}
}
@media (min-width:410px){
    .wrap{width: 400px;}    
}
@media (min-width:480px){
    .wrap{width: 480px;}
}
@media (min-width:580px){
    .wrap{width: 580px;}
    .footer-social{display: block;}
    .footer-copyright{float: left; text-align: left;}
}
@media (min-width:767px){
    .wrap{width: 767px;}
    .name{display: block;}
    .name p:nth-child(1){font-size: 29px;}
    
    .footer-info{float: left; margin-bottom: 0;}
    .footer-count{float: right;}
    .alo-phone{width: 200px; height: 200px;}
    .alo-ph-circle{width: 160px; height: 160px; top: 20px; left: 20px;}
    .alo-ph-circle-fill{width: 100px; height: 100px; top: 50px; left: 50px;}
    .alo-ph-img-circle{width: 60px; height: 60px; top: 70px; left: 70px; background: url(images/alo.png) no-repeat center; background-color: #ff0000;}
    .alo-phone:hover .alo-ph-img-circle {background-color: #5ebc5e;}
}
@media (min-width:970px){
    .wrap{width:970px;}
    .ws_controls{display: block;}
    .name p:nth-child(1){font-size: 30px;}

    .main-left{float: left; display: block; width: 260px;}
    .main-right{float: right; width: calc(100% - 280px);}
    
    .footer-list{float: left; display: block;}
    .footer-info{width: 540px;}
}
@media (min-width:1070px){
    .wrap{width:1070px;}
}