.premium_icon__mo_search_btn {
    display: inline-block;
    vertical-align: middle;
    background: #000;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    line-height: 16px;
    padding: 7px;
    margin: 0 0 0 5px;
}
.main-tit-wrap .total-srch__btn-arr {
    display: inline-block;
    vertical-align: middle;
    background: #f3f3f3;
    color: #484848;
    font-size: 13px;
    border-radius: 3px;
    border: none;
    width: auto;
    line-height: 16px;
    padding: 7px 8px;
    margin: 0 0 0 17px;
}

.main-tit-wrap .total-srch__btn-arr:after {
    display: none;
}

.premium_icon__mo_search_btn a.is_block {
    display: block;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.premium_icon__mo_search_list {
    display: inline-block;
    vertical-align: bottom;
}

/* best stay */
.mk__best_stay__type_list {
    padding: 10px 6px;
    margin: 14px 0 0;
    background: #f7f7f7;
    z-index: 9;
}

.mk__best_stay__type_list .mk__icn_box {
    display: inline-block;
    vertical-align: middle;
}

.mk__best_stay__type_list .mk__icn__best_stay {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: auto;
    margin: 0 5px 0 0;
}

.mk__best_stay__type_list .mk__txt_box {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 300;
    color: #484848;
}

.mk__best_stay__type_list .mk__txt_box span:after {
    content: " · ";
}

.mk__best_stay__type_list .mk__txt_box span:last-child:after {
    content: "";
}

.mk__best_stay__type_list .mk__tool_tip {
    position: absolute;
    border-radius: 3px;
    left: 20px;
    top: 0;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 10px;
    transform: translate(0, -100%);
    /*
    opacity:0;
    visibility: hidden;
    transition: all ease 0.2s;
    /**/
    display: none;
}

.mk__best_stay__type_list .mk__tool_tip:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 18px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #ccc #ccc transparent;
    transform: rotate(45deg);
    background: #fff;
}

.mk__best_stay__type_list .mk__tool_tip__tit {
    font-size: 13px;
    font-weight: 500;
    color: #484848;
    padding: 0 0 4px;
}

.mk__best_stay__type_list .mk__tool_tip__description {
    font-size: 13px;
    font-weight: 100;
    color: #888;
    line-height: 1.4;
}

.mk__best_stay__type_list .mk__tool_tip__trigger {
    display: inline-block;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.mk__best_stay__type_list .mk__tool_tip__trigger:hover + .mk__tool_tip {
    /*opacity:1;
    visibility: visible;*/
    display: block;
}

/* best stay end */