.bottom_window{
    width: 100vw;
    height: 100vh;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}
.bottom_window>.bottom_window_info{
    width: 100%;
    height: 133.06666666667vw;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 3.2vw 3.2vw 0 0;
    position: relative;
}
.bottom_window>.bottom_window_info>.close{
    position: absolute;
    top: 5.8666666666667vw;
    right: 4vw;
    font-size: 4.8vw;
    color: rgba(0, 0, 0, .4);
}
.bottom_window>.bottom_window_info>.title{
    width: 100%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(50, 51, 51, 1);
    font-size: 4.2666666666667vw;
    font-weight: 500;
}
.bottom_window>.bottom_window_info>.content{
    width: 92vw;
    height: 97.333333333333vw;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 3.7333333333333vw !important;
    line-height: 6.4vw !important;
    color: rgba(99, 100, 101, 1) !important;
    border-top: 0.13333333333333vw solid rgba(236, 237, 238, 1);
    padding-top: 3.7333333333333vw;
    overscroll-behavior: contain;
}
.bottom_window>.bottom_window_info>.content *{
    font-size: 3.7333333333333vw !important;
    line-height: 6.4vw !important;
    color: rgba(99, 100, 101, 1) !important;
}
.bottom_window>.bottom_window_info>.content img{
    width: 100% !important;
    height: auto !important;
    margin: 5.3333333333333vw 0 !important;
    border-radius: 1.0666666666667vw !important;
    overflow: hidden;
}
.bottom_window>.bottom_window_info>.but{
    width: 92vw;
    height: 10.666666666667vw;
    margin-top: 2.6666666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(207, 37, 31, 1);
    font-size: 4.2666666666667vw;
    font-weight: 500;
    color: #fff;
    border-radius: 5.8666666666667vw;
}