.main-menu {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #0166FF;
}

header.header {
    margin-bottom: 52px;
}

.experience {
    border: 1px solid #e8eaf0;
    background-color: #fcfcfc;
    padding: 30px 41px 0 41px;
    margin-top: 157px;
    -webkit-box-shadow: 8px 11px 20px #e8e8e8;
    -moz-box-shadow: 8px 11px 20px #e8e8e8;
    box-shadow: 8px 11px 20px #e8e8e8;
}

.experience .form-group {
    height: 75px;
    position: relative;
}

.experience .form-group.star:before {
    content: '';
    width: 8px;
    height: 8px;
    background: url("../../images/experience/star.png");
    position: absolute;
    top: 21px;
    left: -18px;
}

.experience .form-group.star #phone_success{
    content: '';
    width: 16px;
    height: 16px;
    background: url("../../images/experience/correct.png");
    position: absolute;
    top: 17px;
    right: -26px;
    display: none;
}

#phone_error {
    width: 200px;
    height: 20px;
    position: absolute;
    top: 54px;
    left: -15px;
    padding-left: 16px;
    color: #f00;
    font-style: normal;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
}

.experience .form-group > input {
    border: 1px solid #e8eaf0;
}

.experience .form-group.area {
    height: 150px;
}


.experience .form-group.area textarea {
    width: 100%;
    height: 120px;
}

.experience .form-group {

}

.experience .form-group .tip-icon {
    position: absolute;
    content: '';
    top: 12px;
    left: 10px;
    width: 28px;
    height: 28px;
}

.experience .form-group:first-child .tip-icon {
    background: url("../../images/experience/phone.png");
}

.experience .form-group:nth-child(2) .tip-icon {
    background: url("../../images/experience/email.png");
}

.experience .form-group:nth-child(3) .tip-icon {
    background: url("../../images/experience/company.png");
}

.experience .form-group:nth-child(4) .tip-icon {
    background: url("../../images/experience/function.png");
}

.experience .form-group .tip-icon:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 28px;
    background-color: #e8eaf0;
    left: 41px;
}

.experience .form-control {
    padding-left: 60px;
}

.experience .form-control:focus {
    border-color: #0166FF;
}

.experience .form-group textarea {
    padding-top: 16px;
    border: 1px solid #e8eaf0;
}

.experience .form-group .sub-btn {
    width: 100%;
    background-color: #0166FF;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    height: 44px;
}

.success-apply {
    border: 1px solid #e8eaf0;
    background-color: #fcfcfc;
    padding: 45px 0;
    margin-top: 157px;
    -webkit-box-shadow: 8px 11px 20px #e8e8e8;
    -moz-box-shadow: 8px 11px 20px #e8e8e8;
    box-shadow: 8px 11px 20px #e8e8e8;
}

.success-apply .success-info dl {
    display: inline;
}

.success-apply .success-info h4 {
    font-size: 24px;
    color: #393939;
    margin-bottom: 30px;
    position: relative;
}

.success-apply .success-info h4:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url("../../images/experience/success.png");
    top: -7px;
    left: -47px;
    position: absolute;
}

.success-apply .success-info p {
    font-size: 18px;
    color: #393939;
    margin-bottom: 18px;
}

.back-home {
    margin: 60px auto;
}

.back-home > a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 34px;
    background: #0166FF;
    color: #fff;
}

.apply-success {
    display: none;
}

label.checked {
    width: 16px;
    height: 16px;
    background-image:url("../../images/experience/correct.png") ;
}












.back-info {
    margin-top: -20px;
    color: #f00;
}