@charset "utf-8";
/*应聘申请样式*/

img{
    width: 100%;
    height:100%;
}
.case_banner{
    width: 100%;
    height:6rem;
    position: relative;
}
.banner_desc{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    padding:0.88rem 1rem;
    color: #fff;
}
.banner_desc h2{
    line-height: 1rem;
    font-size:1rem;
    margin-bottom: 0.3rem;
    text-shadow: 0.06rem 0 0.14rem rgba(20,21,21,0.18);;
}
.banner_desc p{
    line-height:0.68rem;
    font-size: 0.52rem;
}


/*获取报告弹框*/
.apply_form{
    width: 100%;
    padding:1.8rem 1rem 2.4rem;
    background: #fff;
    border-bottom: 0.8rem solid #ececec;
}
.apply_form h2{
    font-size:0.84rem;
    line-height:0.84rem;
    margin-bottom:0.84rem;
}
.apply_form ul li{
    margin-bottom: 0.6rem;
}
.apply_form ul li>div{
    width: 100%;
    height:1.6rem;
    padding: 0 0.4rem;
    border: 0.02rem solid #999;
    position: relative;
}
.apply_form ul li>div:after,
.error-tips:after{
    display: block;
    width: 0;
    height:0;
    content: '';
    clear: both;
}
.apply_form ul li span{
    float: left;
    height:100%;
    line-height:1.6rem;
    font-size:0.6rem;
    color: #222;
}
.apply_form ul li>div>div{
    float: left;
    height:1.52rem;
    margin-top: 0.02rem;
}
.apply_form input{
    float: left;
    width: 100%;
    height:100%;
    font-size: 0.6rem;
}
.apply_form textarea{
    width: 100%;
    height:4rem;
    border:0.02rem solid #999;
    padding: 0.4rem;
    line-height:0.8rem;
    font-size:0.6rem;
}
.error-tips b{
    float: right;
    padding: 0.16rem 0.32rem;
    background: #d4082b;
    font-size:0.36rem;
    color: #fff;
}
.sel-box select{
    height:100%;
    font-size:0.6rem;
    color: #222;
}
.apply_form ul li i{
    float: right;
    width: 0.6rem;
    height:100%;
    line-height:1.52rem;
    font-size:0.6rem;
    color: #222;
    margin-left: 0.4rem;
}
.apply_form ul li>div.error{
    border-color: #d4082b;
}
.apply_form ul li>div.error span{
    color: #d4082b!important;
}
.submit{
    width: 4rem;
    height:1.6rem;
    background: #c8151d;
    line-height:1.6rem;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
}
