* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}

.location {
    position: absolute;
}

body {
    width: 10rem;
    margin:0 auto;
    text-align: center;
    overflow-x: hidden;
    background: #f0f2f5;
}

.content .menu {
    display: inline-block;
}

    .content .menu li {
        width: 10rem;
        height: 1.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
        border-bottom: 0.02666667rem solid #f0f2f5;
    }

        .content .menu li .left {
            font-size: 0.42666667rem;
            font-weight: 500;
            color: #000000;
            text-align: left;
            margin: 0rem 0rem 0rem 0.4rem;
        }

        .content .menu li .right {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            color: #999999;
            margin: 0rem 0.4rem 0rem 0rem;
        }

            .content .menu li .right .head {
                width: 0.93333333rem;
                height: 0.93333333rem;
                border-radius: 50%;
                margin: 0rem 0.26666667rem 0rem 0rem;
            }

            .content .menu li .right .txt02 {
                font-size: 0.37333333rem;
                font-size: 0.37333333;
                color: #999999;
                margin: 0rem 0.26666667rem 0rem 0rem;
            }

            .content .menu li .right .name {
                width: 7.46666667rem;
                height: 1.6rem;
                outline: none;
                border: none;
                text-align: right;
                font-size: 0.37333333;
                color: #999999;
                font-size: 0.37333333rem;
            }

            .content .menu li .right .left_icon {
                width: 0.18666667rem;
                height: 0.37333333rem;
            }

            .content .menu li .right .box_head {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .content .menu li .right .head_file {
                width: 10rem;
                height: 1.6rem;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
            }

.content .btn {
    width: 7.46666667rem;
    height: 1.33333333rem;
    line-height: 1.33333333rem;
    background: #8dc21f;
    border-radius: 2px;
    font-size: 0.48rem;
    font-weight: 500;
    color: #ffffff;
    margin: 1.36rem auto 0;
    border: none;
}

#ListJob {
    position: fixed;
    bottom: 0px;
    z-index: 3000;
    background-color: #E9E9E9;
    width: 10rem;
    display: none;
}

    #ListJob li {
        width: 10rem;
        height: 1.54666667rem;
        background-color: #FFFFFF;
        line-height: 1.54666667rem;
        margin-bottom: 0.02666667rem;
        font-size: 0.48rem;
        color: #373737;
    }

        #ListJob li.active {
            color: #8DC21F;
        }

    #ListJob .cancle {
        border-top: 0.13333333rem solid #E9E9E9;
    }

#ListGender {
    position: fixed;
    bottom: 0px;
    z-index: 3000;
    background-color: #E9E9E9;
    width: 10rem;
    display: none;
}

    #ListGender li {
        width: 10rem;
        height: 1.54666667rem;
        background-color: #FFFFFF;
        line-height: 1.54666667rem;
        margin-bottom: 0.02666667rem;
        font-size: 0.48rem;
        color: #373737;
    }

        #ListGender li.active {
            color: #8DC21F;
        }

    #ListGender .cancle {
        border-top: 0.13333333rem solid #E9E9E9;
    }