#lineBox { position: fixed; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.4); display: flex; justify-content: center; align-items: center; top: 0; left: 0; z-index: 99999999; }
#lineBox #ask-wrap { position: relative; }
#lineBox #ask-wrap a.close_box { position: absolute; width: 30px; height: 30px; background: #000; border-radius: 50%; border: 2px #fff solid; display: flex; justify-content: center; align-items: center; top: -14px; right: -14px; }
#lineBox #ask-wrap a.close_box svg { width: 50%; height: 50%; fill: #fff; }
#lineBox #ask-wrap .text a { display: block; }
#lineBox #ask-wrap .text a img { min-width: 100%; }
.leftjoin{
    position: fixed;
    right: 15px !important;
    width: 200px;
    top: 230px;
    text-align: center;
    z-index: 999999;
}

#quickMenu{
    display: none;
}

/*  */
#smallPic,#suspension{
    display: none;
}

@media screen  and (max-width: 1000px){
    #ask-wrap{
        width: 70%;
    }
}