﻿/*筛选*/
.ml-fixed-condition {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.ml-content {
    padding: 0 20px;
}


    .ml-content li {
        padding: 15px 0;
        border-bottom: 1px solid #e3e3e3;
        position: relative;
    }

        .ml-content li:last-child {
            border: 0;
        }

    .ml-content .ml-content-selected {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
    }

    .ml-content .ml-content-icon {
        width: 15px;
        vertical-align: middle;
        margin-right: 10px;
    }

/**品牌*/
.ml-header {
    height: 40px;
    line-height: 40px;
    color: #212121;
    text-align: center;
    position: relative;
    background-color: #fff;
}

    .ml-header img {
        position: absolute;
        left: 0;
        top: 5px;
        width: 30px;
        vertical-align: middle;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

.ml-temp-citylist {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #f2f2f2;
}

.ml-temp-fixed-index {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff7901;
    z-index: 99;
}

.ml-temp-citylist-content {
    height: calc(100% - 40px);
    overflow: auto;
}

.ml-temp-title {
    padding: 10px 15px;
    font-size: 14px;
}

.ml-temp-content {
    padding: 15px 20px;
    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-temp-content-list.active {
        color: #ff7901;
    }

.ml-list-inline-no-padding {
    padding-right: 0;
}

.ml-temp-content li {
    margin-left: 50px;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
}

    .ml-temp-content li img {
        position: absolute;
        left: -50px;
        width: 25px;
        top: 13px;
    }

.ml-content-no-padding {
    padding: 0;
}

.ml-screen {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.ml-screen-header {
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    background-color: #f2f2f2;
}

    .ml-screen-header img {
        position: absolute;
        left: 15px;
        top: 15px;
        width: 20px;
    }

.ml-screen-header-reset {
    position: absolute;
    right: 20px;
    top: 0px;
    color: #ff7901;
}

.ml-screen-content {
    height: calc(100% - 100px);
    padding-bottom: 50px;
    overflow-y: auto;
    background-color: #fff;
    padding: 0 0 0 10px;
}

.ml-screen-content-list {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.ml-screen-content-list-title {
    font-size: 16px;
    padding: 10px 0;
}

.ml-screen-content-list-content {
    font-size: 0;
}

.ml-screen-content-list-item {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    margin-bottom: 20px;
}

    .ml-screen-content-list-item.active {
        color: #ff7901;
    }

    .ml-screen-content-list-item img {
        width: 50%;
        margin-bottom: 10px;
    }

    .ml-screen-content-list-item div {
        font-size: 14px;
        text-align: center;
    }

.ml-content-list-item {
    padding: 6px 0;
    width: calc(33% - 12px);
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 15px 0;
    border: 1px solid #e3e3e3;
    text-align: center;
}

    .ml-content-list-item.active {
        color: #ff7901;
    }

.ml-content-list {
    margin-top: 20px;
    font-size: 0;
}

.ml-color-list {
    width: 100%;
    font-size: 0;
}

.ml-color-list-item {
    border: 1px solid #d8d8d8;
    padding: 6px 20px;
    width: calc(33.33% - 12px);
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 10px 0;
}

    .ml-color-list-item div {
        height: 12px;
        width: 12px;
        border-radius: 100%;
        display: inline-block;
        margin-right: 5px;
        border: 1px solid #929292;
    }

    .ml-color-list-item.activeLine {
        border: 1px solid #ff7901;
    }

.ml-screen-content-tab {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background-color: #fff4ea;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ml-screen-content-tab-left {
    text-align: center;
    width: 70%;
    font-size: 14px;
}

    .ml-screen-content-tab-left .active {
        color: #ff7901;
        font-size: 16px;
    }

.ml-screen-content-tab-btn {
    width: 30%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ff7901;
}

.selectedThisItem .active {
    background: url(../images/selected.png) no-repeat 98% 50%;
    background-size: 20px auto;
}

.selectedThisItem .ico-status1 {
    display: none;
}

.selectedThisItem .active .ico-status {
    display: none;
}

.selectedThisItem .active .ico-status1 {
    display: inline-block;
}
