* {
    font-size : 18px;
    font-weight : 500;
}
body {
    position: relative;
}
.wrap{
    height : 100%;
    width : 95%;

    position: fixed;
    overflow : hidden;

    display : flex;
    flex-direction : column;
    justify-content: flex-start;
    /*background-color: red;*/
}

.left_2{
    /*background-color: yellow;*/

}

.container{
    /*background-color: green;*/
    width : 95%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box{
    position : fixed;
    bottom : 0%;

    width : 360px;
    height : 360px;
    /*background-color: blue;*/
}
.back_images{
    display : flex;
    justify-content: center;
    /*background-color: purple;*/
}
.back{
}
.left_1{
    display : flex;
    justify-content: flex-end;
    padding : 15px;
    bottom : 65px;
    right : 0px;
}
