﻿/**搜索*/
.ml-index-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ml-index-search-left {
    padding-right: 24px;
    position: relative;
}

    .ml-index-search-left div {
        max-width: 96px;
        text-align: center;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ml-index-search-left img {
        vertical-align: middle;
        width: 20px;
        position: absolute;
        top: 15px;
        right: 2px;
    }

.ml-index-search-center {
    width: 55%;
    display: inline-block;
}

    .ml-index-search-center div {
        width: 90%;
        border: 0;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        border-radius: 20px;
        text-align: center;
        background-size: 16px;
        background-color: #fff;
        vertical-align: middle;
    }

    .ml-index-search-center img {
        width: 15px;
        margin-right: 5px;
        margin-top: -2px;
        vertical-align: middle;
    }

.ml-index-search-right {
    width: 15%;
    display: inline-block;
    margin-left: 10px;
}

    .ml-index-search-right img {
        width: 23px;
        vertical-align: middle;
        margin: 0 5px;
    }

/*城市选择*/
.ml-temp-citylist {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #f5f5f5;
}

.ml-temp-citylist-title {
    padding: 0 15px;
    background-color: #fff;
    position: relative;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    height: 40px;
    line-height: 40px;
}

.ml-temp-citylist-selected img {
    vertical-align: middle;
    width: 18px;
    margin-top: -5px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ml-temp-citylist-cancel {
    position: absolute;
    right: 15px;
    top: 0px;
    padding-left: 50px;
    font-size: 14px;
}
/*字母索引*/
.ml-temp-fixed-index {
    position: absolute;
    right: 0;
    top: 50%;
    width: 45px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff7901;
    font-size: 0;
}

.ml-temp-fixed-index-list {
    display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    color: #ff7901;
    font-size: 14px;
    font-family: Arial;
}
/*城市列表*/
.ml-temp-citylist-content {
    height: calc(100% - 40px);
    overflow: auto;
}

.ml-temp-title {
    padding: 15px;
}

.ml-temp-content {
    padding: 15px 20px;
    background-color: #fff;
}

    .ml-temp-content.active {
        color: #ff7901;
    }

.ml-temp-title {
    display: block;
    padding: 15px;
}

.ml-temp-content {
    background-color: #fff;
}

.ml-list-inline-block {
    font-size: 0;
    padding: 15px 20px 0 20px;
    margin-left: -15px;
}

.ml-temp-content-list {
    display: inline-block;
    width: 28%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
/*顶部搜索*/
.ml-search {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #f5f5f5;
}

.ml-search-title {
    background-color: #fff;
    padding: 10px;
}

.ml-search-close {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
}

.ml-search-title form {
}

.ml-search-title input {
    width: calc(100% - 110px);
    display: inline-block;
    margin: 0 25px;
    outline: 0 none;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    padding: 5px 8px;
    outline: 0 none;
    height: 32px;
    /*line-height: 32px;*/
}

.ml-search-btn {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
}

.ml-search-hot {
    color: #939393;
    vertical-align: middle;
    padding: 10px 20px;
}

.ml-search-hot-list {
    padding: 10px 10px 0 10px;
    background-color: #fff;
    font-size: 0;
    height: calc(100% - 88px);
    overflow-y: auto;
}

.ml-search-hot-list-item {
    color: #797979;
    border: 1px solid #e6e6e6;
    padding: 5px 20px;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
}

.ml-clear-data {
    color: #939393;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    display: none;
}

.ml-no-data {
    color: #939393;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
