﻿

.normalMark {
    position: absolute;
    background: rgb(0, 121, 254);
    color: rgb(255, 255, 255);
    white-space: nowrap;
    font-size: 12px;

    .LouPanName {
        padding: 4px 8px;
        background: #0079fe;
    }

    .junJiaShou {
        padding: 4px 8px;
        background: #19be6b;
    }

    .down {
        width: 0px;
        height: 0px;
        border-width: 5px;
        border-style: solid;
        border-color: rgb(0, 121, 254) transparent transparent;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 19px;
    }
}


.fr_active {
    background: #fa5741 !important;
}

.fr_active .down {
    border-color: #fa3534 transparent transparent !important;
}

.countStr {
    color: #ccc;
    margin-left: 5px;
}



.fr_header {
    z-index: 9999;
    position: fixed;
    width: 100%;
    background: #fff;
    overflow: hidden;

    .Menu {
        ul {
            display: flex;
            flex-direction: row; /* 子元素横向排列 */
            justify-content: center; /* 相对父元素水平居中 */
            align-items: center;


            li {
                padding: 10px;
                font-weight: bold;
                font-size: 16px;
                color: #000;
            }
        }
    }

    .r_Search {
        position: fixed;
        top: 12px;
        right: 20px;
        z-index: 9;

        .iconfont {
            font-size: 20px;
        }
    }
}

.orderby-items {
    border-top: 1px solid #eee;
    top: 41px;
}

.aui-selectmenu-main {
    top: 85px;
}

.orderby-item span {
    color: #000;
}

.Select_All {
    top: 85px;
}

.MyDingWei {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px -2px 10px 0px rgba(71, 75, 78, 0.18);
    display: flex;
    flex-direction: row; /* 子元素横向排列 */
    justify-content: center; /* 相对父元素水平居中 */
    align-items: center;

    .iconfont {
        font-size: 26px;
    }
}

.searchHtml {
    padding: 20px;
    display: none;

    .fr_input {
        position: relative;
        display: flex;

        .fr-input-text {
            height: 35px;
            line-height: 35px;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 0px;
            padding-left: 10px;
            resize: none;
            border-radius: 5px;
            box-shadow: none;
            border-color: #ebebeb;
            display: block;
            width: 80%;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ddd;
        }

        .closeBtn {
            width: 60px;
            height: 35px;
            line-height: 35px;
            margin-left: 10px;
        }
    }

    .Search_ul {
        margin-top: 10px;

        li {
            border-bottom: 1px solid #e8e8e8;
            margin-bottom: 10px;
            padding-bottom: 10px;
            position: relative;
        }

        .LouPanName {
            font-size: 16px;
            color: #000;
        }

        .QuYuName {
            color: #999;
        }

        .State {
            position: absolute;
            top: 0px;
            right: 0px;
            background: #0079fe;
            color: #fff;
            padding: 2px 8px;
            font-size: 12px;
            border-radius: 4px;
        }
    }

    .Search_log {
    }
}
