锘?mobiledropdown {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

#selecttitle, #selectedhr {
    display: none;
}

    #selecttitle #selectedcount {
        margin: 0 0 0 10px;
    }

.mobiledropdown .mobiledropdownheader {
    position: a;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    background: #0378d8;
    font-size: 18px;
    z-index: 1;
}

.mobiledropdown .heading {
    background-color: #eeeeee;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    padding-left: 15px;
}

.mobiledropdown .mobiledropdownheader .line {
    position: absolute;
    top: 13px;
    right: 55px;
    height: 24px;
    width: 2px;
    background-color: #3183e9;
}

.mobiledropdown .mobiledropdownheader .headerbtn_back {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 5px;
}

    .mobiledropdown .mobiledropdownheader .headerbtn_back:before {
        border: solid #fff;
        border-width: 2px 0 0 2px;
        width: 10px;
        height: 10px;
        content: "";
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: absolute;
        left: 15px;
        top: 15px;
    }

.mobiledropdown .mobiledropdownheader .ok {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    position: absolute;
    right: 15px;
    top: 16px;
    -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%;
    color: #838383;
    position: absolute;
    top: 50px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

    .mobiledropdown .dropdownbox .title {
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        position: relative;
        background: #eeeeee;
        font-size: 14px;
        color: #3078d8;
    }

        .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: 50px;
        line-height: 50px;
        padding: 0 40px 0 10px;
        border-bottom: 1px solid #eee;
        color: #0378d8;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }

    .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: 15px;
        -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;
    }

.mobiledropdown #accordion {
    overflow-x: hidden;
    overflow-y: auto;
}