body{
    margin:0;
    font-family: 'Helvetica Neue', Helvetica, '微软雅黑', Arial, sans-serif;
}
.container{
    width:90%;
    margin:0 auto;
}
.h1{
    font-size: 2.25rem;
}
.h2{
    font-size: 1.875rem;
}
.h3{
    font-size: 1.5rem;
}
.h4{
    font-size: 1.125rem;
}
.h5{
    font-size: 0.85rem;
}


.top_nav,.top_nav a{
    background-color: #1a9ecf;
    text-align: center;
    color:#f0f0f0;
    text-decoration: none;
}
.top_nav span,.top_nav a{
    font-size: 2rem;
    line-height: 5rem;
}

.section{
    border-radius: 1rem;
    box-shadow: 5px 5px 3px #888;
    margin-top: 2rem;;
}
.top{
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    overflow: hidden;
    padding:0 1.5rem;
}
.bottom{
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    padding:1rem 1.5rem;
    overflow: hidden;
}
.bg-color-success{
    background-color: #00A762;
}
.bg-color-primary{
    background-color: #764BA5;
}
.bg-color-danger{
    background-color: #E0463C;
}
.bg-color-info{
    background-color: #0193E6;
}
.section h1,.section .salary{
    color:#f0f0f0;
}
.section .company{
    color:#fbf5d0;
}
.date{
    margin-top:2rem;
    font-weight: 600;
}
@media (max-width:640px) {
    .title{
        margin-top:2rem;
        font-size: 1.875rem;
    }
}

@media (min-width:640px) {
    .title{
        margin-top:1.3rem;
        font-size: 1.875rem;
    }
}
.bg_body {
    background-color: #E9EFEF;
}
.msg {
    background-color: #fff;
    border-radius: 6px;
    margin:15px;
}
.msg span{
    margin-bottom: 10px;
}
i.dashline{
    display: block;
    border-bottom: 2px dashed #31708f;
}
.contact-type li{
    margin-bottom: 10px;
}
#form .form-group-lg{
    margin:20px 0;
}
#form .fa-close{
    width:34px;
    height:34px;
    line-height: 34px;
}
.bg-search{
    height: 200px;
    padding-top: 130px;
    background-image: url(../img/outlist.jpg);
    background-size: cover;
}
.form-location{
    height:40px;
    margin:10px 0;
    background:#1a9ecf;
    color:#fff;
    outline: none;
    border: none;
    font-size: 18px;
}
.search-group{
    position: relative;
}
.search-group .fa{
    font-size: 14px;
    position: absolute;
    top:9px;
    right:8px;
}
.form-search{
    height:40px;
    margin:10px 0;
    outline: none;
    border: none;
    font-size: 18px;
    padding-right: 30px;
    border-radius: 4px;
}
.form-search::-moz-placeholder {
    opacity: 1;
    font-size:15px;
    font-weight: 400;
}
.form-search:-ms-input-placeholder {
    font-size:15px;
    font-weight: 400;
}
.form-search::-webkit-input-placeholder {
    font-size:15px;
    font-weight: 400;
}
.form-choice{
    height:32px;
    width:100%;
    margin:5px 0;
    font-size: 14px;
}
.job-list {
    margin-top: 20px;
    padding: 0 20px;
}
.job-list .single-list {
    padding: 15px 10px;
    box-shadow: 0 2px 6px rgba(119, 119, 119, 0.16);
    border-radius: 10px;
    margin-bottom: 10px;
}
.single-list .job-title {
    font-size: 18px;
    font-weight: 400;
}
.single-list .tags span {
    display: inline-block;
    padding: 1px 15px;
    margin: 0 5px 5px 0;
    border-radius: 10px;
    background: #f9f9f9;
    color: #8d8d8d;
}
.single-list .salary {
    font-size: 16px;
    color: #ff4747;
}
.data-list .filter .dropdown-menu {
    display: block;
    position: fixed;
    left: 10px;
    top: 205px;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
}

.location{
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    color:#6f6f6f;
    font-size: 14px;
    margin-top: 5px;
}
.bar2 {
    position: absolute;
    left: 30px;
    top: 40px;
    width: 6px;
    height: 50px;
    background: #4FACFE;
    border-radius: 5px 5px 5px 5px;
}
.bar{
    height:100%;
    width: 6px;
    border-radius: 3px;
    background: #4FACFE;
}

.job-title img{
    padding-right: 20px;
}
.money{
    height:18px;
    margin-top:-4px;
    margin-left:-6px;
    padding-right:5px;
}
.icon{
    height:18px;
    margin-top:-4px;
}
.location .fa-clock-o{
    padding-right:5px;
    padding-left:20px;
}

@media (max-width: 480px) {
    #location{
        width:100%;
    }
}
.input-group-addon span.fa{
    width:12px;
}
.group {
    height: 40px;
    margin: 10px 0;
    padding-right: 10px;
    position: relative;
}
.group .dropdown-menu .jstree-container-ul {
    max-height: 200px;
    overflow: auto;
}
.search-item .jstree-container-ul {
    max-height: 200px;
    overflow: auto;
}
.pl::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.pl::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.pl:-moz-placeholder {
    color: #fff;
}
.pl:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
.form-control{
    height:33px;
    border-radius: 10px;
}
.select2-container .select2-choice{
    height:33px;
    line-height:33px;
}
.bg-gray {
    background-color:#f9f9f9;
}
.bg-write{
    background-color:#fff;
}
.bg-blue{
    background: #4FACFE;
    color:#fff;
}
.bg-orange{
    background: #FFBB46;
    color:#fff;
}
.text-blue {
    color: #4FACFE;
}
.text-orange {
    color: #FFBB46;
}
.bg-green{
    background-color:#1D9A1D;
    color:#fff;
}
.font-5{
    font-family: inherit;
    font-weight: 500;
    line-height: 2.1;
    font-size: 14px;
}
.theBG{
    padding:10px;
}
.foot{
    position:fixed;
    bottom:0;
    width: 100%;
}
.foot h3{
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.head{
    margin:0 0 15px;
    padding: 15px 0;
}
.title{
    margin:0;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 2px solid #f9f9f9;*/
}
.block{
    margin-bottom: 15px;
    padding: 10px 0;
    line-height: 25px;
}
.bottomBar{
    height: 50px;
}

.copyright{
    position:fixed;
    bottom:50px;
    right:15px;
    z-index:1000;
}
.copyright span{
    display:inline-block;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    color:rgba(159,118,116,.6);
    border-radius:50%;
    background:rgba(241,234,236,.5);
}
.input-group-addon span.fa {
    width: 12px;
}
.input-group-addon {
    border-radius: 10px;
}
label img{
    display:inline-block
}
h4 span.bar{
    display:inline-block;
    height:20px;
    position:relative;
    top:3px;
    margin-right:10px;
}

/*职位介绍*/
h3{
    font-weight:bold;
}
.f1,.f2,.f3,.f4{
    margin:20px 0;
}
.f1 span{
    color:#b4b4b4;
    font-size:14px;
    margin-right:30px;
}
#trial {
    min-height: 380px;
}
#trial .form-group {
    margin-bottom: 30px;
}
#trial .control-label {
    padding-top: 5px;
}
.top {
    padding: 20px 35px 60px;
}
.m-t-1 {
    margin-top: 10px;
}
.m-t-2 {
    margin-top: 16px;
}
.ft {
    font-size: 26px;
}
.body {
    margin-top: -50px;
    padding: 0 10px;
}
.content1 {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding: 13px 0;
    position: relative;
    z-index: 10;
}
.content2 {
    padding: 0 10px;
    position: relative;
    top: -10px;
    z-index: 1;
}
.content2 .detail {
    padding: 20px 10px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.border-lr {
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-bottom: 0;
}
.apply {
    height: 40px;
    line-height: 40px;
    background: #4FACFE;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
}
.form-content {
    padding: 15px 25px 1px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

