<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.title-rpmenu .icon-bar {
    width: 33px;
    height: 2px;
    background: #fff;
    float: left;
    clear: both;
    margin-bottom: 6px;
    border-radius: 5px;
    overflow: hidden;
}
.title-rpmenu .icon-bar:last-child{margin-bottom: 0}
.title-rpmenu .txt-menu{margin-bottom: 0;text-transform: uppercase;font-size: 12px;}
.show-menu {
    background-color: #fff;
    height: 100%;
    overflow: scroll;
    max-width: 768px;
    padding: 60px 10px 100px;
    position: fixed;
    top: 0;
    transition: .3s;
    right: -100%;
    width: 100%;
    z-index: 99;
}
.show-menu.active {
    left: 0;
    margin: auto;
    right: 0;
}
.box-fixed {
    background-color: #fff;
    display: none;
    left: 0;
    max-width: 768px;
    margin: auto;
    position: fixed;
    padding: 10px 10px;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.box-fixed.active {
    display: block;
}
.btn-closemenu {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    float: right;
    line-height: 21px;
    padding: 7px 5px 7px 0;
    position: relative;
    text-align: right;
    width: 65px;
}
.btn-closemenu::before, .btn-closemenu::after {
    background-color: #333;
    content: '';
    left: 15px;
    height: 10px;
    position: absolute;
    top: 12px;
    width: 1px;
}
.btn-closemenu::before {
    transform: rotate(45deg);
}
.btn-closemenu::after {
    transform: rotate(-45deg);
}
.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.nav-list&gt;a, .box-label {
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    color: var(--color-txt);;
    display: flex;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    min-height: 40px;
    padding: 5px 0;
    text-align: center;
    width: calc(20% - 5px);
}
.show-menu .nav-list a{color: var(--color-txt);}
.nav-list .box-label {
    position: relative;
    box-shadow: none;
}
.nav-list .box-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 15px solid transparent;
    border-top: 14px solid var(--color-yellow);
    border-left: 14px solid var(--color-yellow);
    border-top-left-radius: 4px;
}
.nav-list .box-label:after {
    content: 'HOT';
    display: block;
    white-space: pre;
    position: absolute;
    color: var(--color-red);
    left: 1px;
    top: 3px;
    font-size: 7px;
    transform: rotate(-45deg);
    text-align: center;
    height: 12px;
}
.nav-list--dynamic .box-label:after {
    content: var(--menu-box-label);
}
.nav-list a:nth-child(5n+1) {
    margin-left: 0;
}
.show-menu .nav-list a {
    box-shadow: none;
    position: relative;
    z-index: 2;
}
.txt-readmore {
    color: #2f80ed;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    padding-right: 8px;
}
.show-menu__link {
    margin: 10px 0 5px;
}
.show-menu__link .link-item {
    float: left;
    width: 100%;
}
.show-menu__link .link-item:first-child {
    margin-right: 10px;
}
.show-menu__link .link-item p {
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 5px;
}
.show-menu__link .link-item li {
    
    padding: 6px 0;
}
.show-menu__link .link-item a {
    color: #333;
    font-size: 12px;
    line-height: 16px;
}
.link-item__label__new {
    background-color: #fe0000;
    color: #f8d51a;
    font-size: 10px;
    padding: 0 5px;
    display: inline-block;
    font-weight: 600;
    border-radius: 5px;
    vertical-align: middle;
}

.show-menu .border {
    background-color: #f1f1f1;
    height: 4px;
}
.show-menu .border--pad {
    margin-left: -10px;
    width: calc(100% + 20px);
}
.info_menu_bottom .txt-history {
    color: var(--color-red-medium);
    display: inline-block;
    margin: 15px 0;
    font-weight: bold
}
.txt-tel {
    margin-bottom: 15px;
}
.txt-tel a {
    color: var(--color-red-medium);font-weight: bold
}
.readmore-menu{margin-top: 15px;}
.readmore-menu a{color: var(--color-red-medium);font-weight: bold}</pre></body></html>