#app {
    position: relative;
}

.item-stay {
    width: 95%;
    border-radius: 6px;
    font-size: 0.6rem;
    padding: 0.5rem;
    margin: 0 auto;
    background-color: #ffffff;
}

.map-view,
#GdMap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 40;
    background-color: #ffffff;
}

.btnR {
    background-color: #40a9ff;
}

.btnRG {
    background-color: #73d13d;
}

.inputP {
    padding: 0.3rem 0.2rem;
}

.file-shopImg,
.file-proveImg {
    position: relative;
    height: 8rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border: 2px dashed #cacaca;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 48px 35px -48px rgba(0, 0, 0, 0.1);
}

.file-shopImg .hide,
.file-proveImg .hide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* background-color: seagreen; */
}

.file-shopImg .img-Prove,
.file-proveImg .img-Prove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80%;
    /* background-color: skyblue; */
}

.file-shopImg .img-Prove img {
    max-width: 80%;
    max-height: 80%;
}
.file-proveImg .img-Prove img {
    width: 80%;
    height: 80%;
}

.file-shopImg .text,
.file-proveImg .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.cropImg {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 200;
}

.cropImg .head {
    color: #fff;
    background-color: black;
}

.cropBox {
    flex: 1;
    width: 100%;
    /* background-color: #fff; */
}

.contentImg img {
    max-width: 100%;
    max-height: 100%;
}