﻿.MobileDropDown {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 10000;
}

#selecttitle {
    display: none;
}

.MobileDropDown .MobileDropDownheader {
    position: relative;
    width: 100%;
    text-align: center;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    background: #1870d9;
    font-weight: bold;
    font-size: 16px;
}

.MobileDropDown .heading {
    background-color: #eeeeee;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    padding-left: 15px;
}

.MobileDropDown .MobileDropDownheader .line {
    position: absolute;
    top: 10px;
    right: 55px;
    height: 20px;
    width: 2px;
    background-color: #3183E9;
}

.MobileDropDown .MobileDropDownheader .headerbtn_back {
    z-index: 1000;
    position: absolute;
    top: 5px;
    left: 13px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    padding-left: 14px;
    color: #fff;
}

    .MobileDropDown .MobileDropDownheader .headerbtn_back:before {
        content: ' ';
        top: 5px;
        left: 0;
        width: 12px;
        height: 12px;
        border: #ffffff solid;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        border-width: 0 0 3px 3px;
        display: inline-block;
        position: absolute;
    }

.MobileDropDown .MobileDropDownheader .ok {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    position: absolute;
    right: 15px;
    top: 10px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

    .MobileDropDown .MobileDropDownheader .ok:before {
        content: '';
        position: absolute;
        left: 6px;
        top: -1px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        width: 4px;
        height: 12px;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

.MobileDropDown .DropDownbox {
    width: 100%;
    background-color: #F7F8FA;
    color: #838383;
}

    .MobileDropDown .DropDownbox .title {
        height: 36px;
        line-height: 36px;
        font-weight: bold;
        padding-left: 10px;
        position: relative;
        background-color: #eeeeee;
    }

        .MobileDropDown .DropDownbox .title img {
            margin-top: -6px;
        }


        .MobileDropDown .DropDownbox .title .titleicon {
            position: absolute;
            top: 2px;
            left: 10px;
        }

        .MobileDropDown .DropDownbox .title .selected {
            width: 15px;
            height: 15px;
            position: absolute;
            left: 10px;
            top: 8px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            border: 2px solid #6EBA00;
            background-color: #FFFFFF;
        }

            .MobileDropDown .DropDownbox .title .selected .seletd {
                border: solid #6EBA00;
                border-width: 0px 2px 2px 0;
                width: 5px;
                height: 8px;
                margin: auto;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
            }



    .MobileDropDown .DropDownbox .Listmenu {
        position: relative;
        height: 36px;
        line-height: 36px;
        padding-left: 25px;
        background-color: #ffffff;
        border-bottom: 1px solid #eeeeee;
        color: #474340;
    }

    .MobileDropDown .DropDownbox .Listmenuss {
        background-color: #FAFAFA;
        color: #FF9900;
        font-weight: bold;
        position: relative;
    }



        .MobileDropDown .DropDownbox .Listmenuss:after {
            content: ' ';
            position: absolute;
            top: 12px;
            right: 40px;
            width: 0;
            height: 0;
            font-size: 0;
            border: 10px solid rgba(255, 255, 255, 0);
            border-top-color: #FF9900;
        }

    .MobileDropDown .DropDownbox .Listmenu .trueseletd {
        width: 15px;
        height: 15px;
        position: absolute;
        right: 10px;
        top: 5px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background-color: #C1C1C1;
    }

        .MobileDropDown .DropDownbox .Listmenu .trueseletd .seletd {
            position: absolute;
            top: -1px;
            left: 4px;
            border: solid #ffffff;
            border-width: 0px 2px 2px 0;
            width: 6px;
            height: 10px;
            margin: auto;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

    .MobileDropDown .DropDownbox .Listmenu .falseseletd {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
        top: 8px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background-color: #FF9900;
        color: #474340;
    }

        .MobileDropDown .DropDownbox .Listmenu .falseseletd:before {
            content: ' ';
            position: absolute;
            top: 50%;
            margin-top: -6px;
            left: 9px;
            width: 2px;
            height: 12px;
            -webkit-transform: rotate(-45deg);
            background: #FFF;
        }

        .MobileDropDown .DropDownbox .Listmenu .falseseletd:after {
            content: ' ';
            position: absolute;
            top: 50%;
            margin-top: -6px;
            left: 9px;
            width: 2px;
            height: 12px;
            -webkit-transform: rotate(45deg);
            background: #FFF;
        }

    .MobileDropDown .DropDownbox .Listmenu2 {
        float: left;
        height: 36px;
        line-height: 36px;
        background-color: #F5F5F5;
        border-right: 1px solid #D4D4D4;
        border-bottom: 1px solid #D4D4D4;
        color: #666666;
        width: 49%;
        text-align: center;
        color: #8A8A8A;
    }

    .MobileDropDown .DropDownbox .Listmenu3 {
        float: left;
        height: 36px;
        line-height: 36px;
        background-color: #FAFAFA;
        border-bottom: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        color: #666666;
        width: 49%;
        text-align: center;
    }
    /*热门职位*/
    .MobileDropDown .DropDownbox .hot {
        width: 33%;
        height: 36px;
        line-height: 36px;
        float: left;
        text-align: center;
        background-color: #ffffff;
        border-bottom: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        color: #000000;
    }
    /*热门城市*/
    .MobileDropDown .DropDownbox .hotcity {
        font-size: 14px;
        width: 25%;
        height: 36px;
        line-height: 36px;
        float: left;
        text-align: center;
        background-color: #ffffff;
        border-bottom: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        color: #474340;
    }



.MobileDropDown .daohang {
    width: 18px;
    position: absolute;
    right: 2px;
    top: 30px;
    z-index: 9998;
    background-color: #E1E1E1;
    text-align: center;
}

    .MobileDropDown .daohang .joblink {
        color: #767676;
        height: 20px;
        line-height: 20px;
        width: 20px;
        border-bottom: 1px solid #ffffff;
        font-size: 10px;
    }

.jobtype {
    background-color: #ffffff;
}

.jobtype1 {
    background-color: #FAFAFA;
}

.isseletd {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

    .isseletd #seletd {
        border-bottom: 3px solid #FF9900;
    }
