
h2 {
    clear: both;
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    height: 50px;
    line-height: 50px;
    margin-bottom: 50px;
}

.apply-content {
    width: 900px;
    float: right;
    margin-bottom: 100px;
}

.apply-content * {
    box-sizing: border-box;
}

.apply-content .fitem {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.apply-content input[type="text"], .apply-content textarea {
    height: auto;
    border: 1px solid #b3b3b3;
    padding: 15px 17px;
    border-radius: 0;
    box-shadow: none;
    float: left;
    -webkit-box-shadow: none;
}

.apply-content .w25 {
    width: 24%;
    margin-right: 1%;
}

.apply-content .w50 {
    width: 49%;
    margin-right: 1%;
}

.apply-content .w100 {
    width: 99%;
}

.apply-content textarea {
    width: 99%;
    height: 100px;
}

.apply-content .fitem.upload a {
    cursor: pointer;
    position: absolute;
    display: block;
    background: #bb3135;
    width: 100px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    right: 1.4%;
    top: 1px;
    height: 46px;
}

.apply-content .fitem.captcha img {
    cursor: pointer;
    position: absolute;
    right: 2%;
    top: 1px;
    height: 46px;
}

.apply-content .fitem.add input {
    cursor: pointer;
    display: block;
    background: #bb3135;
    width: 100px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    height: 46px;
    border: none;
    float: left;
    margin-right: 20px;
}

.apply-content .fitem.add input.reset {
    background: #fff;
    border: 1px solid #a9a9a9;
    color: #333;
}

.apply-content .fitem.agree {
    margin-bottom: 30px;
    color: #676767;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 30px;
}

.apply-content .fitem.upload {
    height: 89px;
    line-height: 2;
}

.apply-content .fitem.upload #picker {
    z-index: 999;
}

.apply-content .fitem.upload input {
    position: absolute;
    height: 49px;
    top: 0;
}

.apply-content .fitem.agree input {
    position: absolute;
    left: 0;
    top: 2px;
}

.fl {
    width: 550px;
    float: left;
    line-height: 2;
}

.bdmap {
    width: 900px;
    float: left;
    height: 350px;
}