@charset "UTF-8";

/*首页职位筛选下拉菜单样式*/
.exper_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding:0.5rem;
    box-sizing: border-box;
    background: #f2f2f2;
    z-index: 99999;
    opacity: 1;
    left: 0px;

}
.exper_list > li > a {
    border-radius: 4px;
    padding: 0 1.2rem;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    color: #6d6d6d;
    font-size: 1.4rem;
    display: block;
    border: 1px solid #e9e9e9;
    box-sizing: content-box;
    background: #fff;
    float: left;
    margin: 6px 6px 6px 6px;
}
.exper_list > li > a:hover {
    background: #ec7a3d;
    color: #fff;
    border: 1px solid #ec7a3d;
}

.exper_box {
    width: 100%;
    font-size: 1.8rem;
}

.btn-chongzhi {
    width: 50%;
    background-color: #fff;
    height: 50px;
    float: left;
    position: relative;
    z-index: 9999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-ok {
    width: 50%;
    background-color: #04bc6c;
    height: 50px;
    float: left;
    position: relative;
    z-index: 9999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}


.city-list-box {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background: #0A0E11;
}

.focus > p {
    border-bottom: 1px #ff9800 solid !important;
    color: #ff9800;
    background-color: #eeeeee;
}


.select_second_ul {

}

.down {
    position: absolute;
    top: 0;
    right: .5rem;
    display: inline-block;
    width: 1rem;
    height: 100%
}

.down img {
    width: 1rem;
    margin-top: 1rem
}

.divfocus::after {
    position: absolute;
    bottom: 0;
    left: 46%;
    border-bottom: .5rem solid #ec7a3d;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    content: ""
}

.focusli {
    background: #ffc107;
    color: #fff
}

.select_second_ul > li {
    padding: 0 .5rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea
}


.investment_f {
    width: 100%;
    display: block;
    overflow: hidden;
    background: white;

}
.investment_f .investment_title {
    width: 30%;
    height: 100%;
    overflow-y: scroll;
    float: left;
}
.investment_title li {
    width: 100%;
    height: 4.4rem;
    float: left;
    display: inline;
    font-size: 1.4rem;
    text-align: center;
    line-height: 4.4rem;
    color: #555;
    cursor: pointer;
}
.investment_title a, .investment_title a:link, .investment_title a:visited, .investment_title a:hover {
    color: #555;
    width: 131px;
    height: 100%;
    display: inline-block
}
.investment_title li.on a, .investment_title li.on a:link, .investment_title li.on a:visited, .investment_title li.on a:hover {
    color: #04bc6c
}
.investment_title li.on, .investment_title li:hover, .investment_title li:focus {
    background-color:#eeeeee;
    color: #ec7a3d
}
.investment_con {
    background: #eeeeee;
    width:70%;
    height: 100vh;
    overflow: hidden;
    float: right;
}
.investment_con_list {
    display: none;

}
.investment_con_list p {
    font-size: 1.6rem;
    margin-left: 2rem;
    margin-top: 0.5rem;
}

.city-exper-list {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    overflow: hidden;
}
.city-exper-list li {
    min-width: 9.5rem;
    max-width: 16rem;
    height: 3rem;
    font-size: 1.4rem;
    line-height: 3rem;
    background: #ffffff;
    border-radius: 4px;
    border: 1px #afafaf solid;
    float: left;
    text-align: center;
    margin: 0rem 1rem 1rem 1rem;
    padding: 0 10px;
    display: block;

}

.city-exper-list li:nth-child(even) {
    margin-right: 0rem;
    margin-left: 0rem;
}
