
.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;
}


.padding_120{ padding-top: 120px; }
@media screen and (max-width: 600px){
    .padding_120{ padding-top: 60px; }
}
#fixed_0004{ display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #0004; z-index: 9; }



.title1 { z-index: 2 }
.title2 { z-index: 1 }
.line1 { width: 4rem !important }

