body {
    background: #fff;
    min-height:100%;
}

.job-pane {
    margin-top: 1rem;
}
.job-msg {
    position: relative;
    width: 7.5rem;
    height: 2.41rem;
    padding: .5rem 2rem 0 .2rem;
    font-size: .3rem;
    background: #f5f5f5;
}
.job-msg .base h1{
    line-height: .6rem;
    font-size: .4rem;
    font-weight: bold;
}
.job-msg .base h2{
    line-height: .6rem;
    font-size: .3rem;
    color: #666;
}
.job-msg .base p{
    font-size: .25rem;
    color: #999;
}
.job-msg .salary {
    position:  absolute;
    top: .6rem;
    right: .2rem;
    font-size: .4rem;
    text-align: right;
    color: #f4530c;
}
.job-msg .salary sub{
    font-size: .25rem;
    color: #999;
}

.job-pane .place {
    padding-left: .2rem;
    margin-top: .3rem;
    line-height: .6rem;
    color: #626262;
    font-size: .3rem;
}

.job-pane .num {
    padding-left: .2rem;
    line-height: .6rem;
    color: #626262;
    font-size: .3rem;
}

.job-content {
    padding: .5rem .2rem .2rem .2rem;
    line-height: .45rem;
    font-size: .25rem;
    color: #666;
}
.job-content img {
    width: 100%;
}

.alert-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
}

.alert-box {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6.9rem;
    height:5.8rem;
    padding: .78rem 0;
    background: #fff;
    box-shadow: 0 0 10px #999;
    z-index: 998;
}

.alert-box .icon-success {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    background: url(/static/home/img/success.png) no-repeat;
}

.alert-box .icon-fail {
    
    margin: 0 auto;
    background: url(/static/home/img/fail.png) no-repeat;
}
.alert-box .msg {
    margin: .5rem 0;
    line-height: .5rem;
    font-size: .3rem;
    text-align: center;
}

.alert-box .btn {
    width: 4rem;
    height: .8rem;
    margin: 0 auto;
    line-height: .8rem;
    font-size: .3rem;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #00a2ff;
    color: #00a2ff;
    cursor: pointer;
}