.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin-top: 1.2rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
}
.content .post{
    width: 100%;
    height: 2.65rem;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 10px #cccccc;
    margin-top: 0.4rem;
    padding: 0 0.18rem;
    box-sizing: border-box;
    overflow: hidden;
}
.post .post-top{
    width: 100%;
    height: 0.5rem;
    margin-top: 0.32rem;
    display: flex;
    justify-content: space-between;
}
.post-top .post-name{
    width: auto;
    height: 0.5rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.5rem;
}
.post-top .post-price{
    width: auto;
    height: 0.5rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #27acff;
    line-height: 0.5rem;
}
.post .post-on{
    width: 100%;
    height: 0.4rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.post-on .post-department{
    width: auto;
    height: 0.4rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.4rem;
}
.post-on .post-time{
    width: auto;
    height: 0.4rem;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.4rem;
}
.post .post-deadline{
    width: 100%;
    height: 0.4rem;
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.15rem;
}
.post .post-num{
    width: 100%;
    height: 0.4rem;
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.15rem;
}

.duty{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 0.01rem solid #cccccc;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 10px #cccccc;
    margin-top: 0.4rem;
    background: #ffffff;
    padding: 0 0.16rem;
    box-sizing: border-box;
}
.duty .duty-head{
    width: 1.4rem;
    height: 0.36rem;
    font-size: 0.3rem;
    color: #333333;
    font-weight: bold;
    border-bottom: 0.06rem solid #27acff;
    margin-top: 0.4rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 0.36rem;

}

.duty .duty-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.qualifications{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 0.01rem solid #cccccc;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 10px #cccccc;
    margin-top: 0.4rem;
    background: #ffffff;
    padding: 0 0.16rem;
    box-sizing: border-box;
}
.qualifications .qua-head{
    width: 1.4rem;
    height: 0.36rem;
    font-size: 0.3rem;
    color: #333333;
    font-weight: bold;
    border-bottom: 0.06rem solid #27acff;
    margin-top: 0.4rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 0.36rem;

}

.qualifications .qua-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}


.btn{
    width: 100%;
    height: 0.8rem;
    background: #27acff;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
}


.up{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.up .up-box{
    width: 7rem;
    height: 8.18rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 10px #cccccc;
    overflow: hidden;
    background: #ffffff;
    padding: 0 0.37rem;
    box-sizing: border-box;
}
.up-box .up-head{
    width: 100%;
    height: 0.9rem;

    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
}
.up-head .up-le{
    width: auto;
    height: 0.9rem;
    font-size: 0.6rem;
    font-weight: bold;
    color: #666666;
    line-height: 0.9rem;
}
.up-head .up-ri{
    width: 2.3rem;
    height: 0.54rem;
    background: #27acff;
    display: flex;
    margin-top: 0.18rem;
}

.up-ri .up-img{
    width: 0.42rem;
    height: 0.38rem;
    margin-top: 0.08rem;
    margin-left: 0.28rem;
}
.up-ri .up-text{
    width: auto;
    height: 0.54rem;
    font-size: 0.25rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 0.54rem;
    margin-left: 0.1rem;
}
.up-box .up-from{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.3rem;
    border-bottom: 0.01rem solid #cccccc;
}
.up-from .up-name{
    width: 100%;
    height: 0.9rem;
    border: 0.01rem solid #cccccc;
    padding: 0 0.1rem;
    box-sizing: border-box;
    overflow: hidden;
}
.up-name input{
    display: block;
    width: 100%;
    height: 0.87rem;
}
.up-from .up-tel{
    width: 100%;
    height: 0.9rem;
    border: 0.01rem solid #cccccc;
    padding: 0 0.1rem;
    margin-top: 0.38rem; box-sizing: border-box;
    overflow: hidden;

}
.up-tel input{
    display: block;
    width: 100%;
    height: 0.87rem;
}
.up-from .ups{
    width: 100%;
    height: 2rem;
    overflow: hidden;
    border: 0.01rem solid #cccccc;
    margin-top: 0.38rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0.4rem;
}
.ups input{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0; filter:alpha(opacity=0);
}
.ups .up-img{
    width: 0.69rem;
    height: 0.52rem;
    margin: 0.3rem auto 0;
}
.ups .up-title{
    width: 100%;
    height: 0.4rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #666666;
    text-align: center;
    line-height: 0.4rem;
    margin-top: 0.2rem;
}
.ups .up-text{
    width: 100%;
    height: 0.28rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #666666;
    text-align: center;
    line-height: 0.28rem;
}

.up-box .btns{
    width: 100%;
    height: 0.9rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}
.btns .return{
    width: 2rem;
    height: 0.9rem;
    border: 0.01rem solid #cccccc;
    background: #f8f8f8;
    font-size: 0.32rem;
    color: #333333;
    text-align: center;
    line-height: 0.9rem;
    box-sizing: border-box;
}
.btns .submit{
    width: 3.8rem;
    height: 0.9rem;
    background: #27acff;
    font-size: 0.32rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 0.9rem;
    box-sizing: border-box;
}
