#maal_hotinfo {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 9;
    color: #333333;
    display: none;
}
#maal_hotinfo.show {
    /* display: block; */
}
#maal_hotinfo p {
    margin: 0;
    color: #333333;
}

#maal_hotinfo.close-hotinfo {
    opacity: 0;
    transform: translateY(-20px);
}

#maal_hotinfo .maal_hotinfo_body {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
    position: relative;
}
#maal_hotinfo .maal_hotinfo_content {
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
}

#maal_hotinfo .maal_hotinfo_body .maal_hotinfo_button {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #002e59;
    cursor: pointer;
}
#maal_hotinfo .maal_hotinfo_body .maal_hotinfo_button:hover {
    color: #27a2db;
}
