img {
    max-width: 100%;
}

.inquire {
    /* background-color: #e6e6e6; */
}

.drawers {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    /* border-bottom: 1px solid #c0c0c0; */
    /* background-color: beige; */
}

.notify {
    display: flex;
    align-items: center;
}

.notify_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    /* background-color: rgb(255, 106, 0); */
}

.notify_p {
    color: black;
}

.pointto {
    width: 0.6rem;
    height: 0.6rem;
}

.popBox {
    position: fixed;
    top: 40%;
    width: 100%;
    height: 10rem;
    z-index: 150;
    /* background-color: #cacaca; */
}

.pop_ups {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    /* height: 8rem; */
    color: #000;
    border-radius: 5px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.pop_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
    width: 100%;
    height: 1.5rem;
    font-size: 0.8rem;
    /* background-color: #3FF; */
}

.pop_operate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 2rem; */
    /* background-color: #cacaca; */
}

.pop_input {
    padding: 0.3rem 0.4rem;
    width: 70%;
    border-radius: 3px;
    border: 1px solid #cacaca;
}

.pop_tip {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.6rem;
    font-weight: 700;
    color: red;
}

.actionBtn {
    display: flex;
    width: 100%;
    /* background-color: #cacaca; */
}

.actionBtn>div {
    text-align: center;
    padding: 0.5rem 0;
    font-size: 0.7rem;
    border-top: 1px solid #00000030;
    flex: 1;
}

.actionBtn>div:nth-child(2) {
    border-left: 1px solid #00000030;
    color: red;
}