
.disnone{
    display: none !important;
}
.hang1{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.hang2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hang3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.midd {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.logo_w .logo_img.img01{ width: auto; height: 40px; }
.logo_w .logo_img.img02{ width: auto; height: 24px; }
.logo_w .logo_name.img01{ width: auto; height: 40px; }
.logo_w .logo_name.img02{ width: auto; height: 24px; }
.head_phone .logo_p img{ width: auto; height: 24px; }



