.recruit-info {
    width: 50%;
    margin: 0 auto;
}

.recruit-info ul{
    list-style: none;
    color: #000;
}


.recruit-info ul {
    position: relative;
    display: flex;
}

.recruit-info li {
    flex: 1;
    height: 60px;
}

/* input隐藏 */
.recruit-info input {
    display: none;
}

/* 设置input的下一个节点label的样式 */
.recruit-info input+label {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    color: #000;
}

/* input选中状态时候对应的label的样式 */
input:checked+label {
    background: #fff;
    color: #48bdfd;
}

.recruit-info .tip {
    margin-top: 20px;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 2px 2px 1px #ccc;
    background-color: #ecf5ff;
    text-align: center;
}

.recruit-info h3{
    font-size: 14px;
}

.job-details{
    display: flex;
    flex-wrap: wrap;
}
.job-details>div{
    width: 200px;
    margin: 10px 0 0 20px;
    font-size: 12px;
}

#java-job{
    display: block;
}
#web-job{
    display: none;
}
#c-job{
    display: none;
}

.detail-content{
    margin-bottom: 16px;
}

.go-boos{
    cursor: pointer;
    color: #48bdfd;
    text-decoration: none;
}

.relation {
    display: flex;
    margin: 30px auto;
    max-width: 700px;
    padding: 30px;
    box-shadow: 5px 5px 10px #ccc;
    color: #000;
    flex-wrap: wrap;
}

.relation h2 {
    font-size: 20px;
    font-weight: bold;    
    margin-bottom: 20px;
}

.relation p {
    margin-bottom: 10px;
}

.relation .qrCode {
    margin-left: 50px;
}

.relation .qrCode>img {
    width: 100px;
    height: 100px;
}


@media (max-width: 768px) {
    .recruit-info {
        width: 90%;
        margin: 0 auto;
    }
    .relation .qrCode{
        margin-left: 0px;
        margin-top: 10px;
    }
  }
  
  
  .address-box {
    width: 70%;
    margin: 100px auto 50px;
    display: flex;
    flex: 1;
    justify-content: space-around;
    align-items: center;
}
.address-box .address {
    width: 30%;
    height: 200px;
}
.address-box .address .text-name {
    line-height: 40px;
}
.address-box .address .contact-inf0 {
    padding: 0 40px;
    line-height: 24px;
    font-size: 16px;
}
.svg-box, .text-name, .contact-inf0{
    text-align: center;
    color: #8d8d8d;
}
.concat-wx{
    width: 80px;
    height: 80px;
}
.concat-wx:hover{
    width: 100px;
    height: 100px;
    transition: .5s;
}
.svg-box{
    color: aqua;
    font-size: 40px;
}
.address-box .svg-box > i{
    font-size: 40px;
}
.map-box{
    padding: 0 100px;
    margin-top: 100px;
}