body{
    /*background:url("../images/index_bg.png") no-repeat;*/
    background-size: 100%;

}
.page-header{
   /* margin-top: 100px;*/
    color: #3ea8ba;
    width: 88%;
    margin-bottom: 40px;
}
.page-header h2{
    font-size: 24px;
}
.control-label{
    display: inline-block;
    color: #4f4f4f;
    font-weight: 500;
    margin-bottom: 6px !important;
}
.has-feedback .form-control {
    padding-right:28px;
    border-radius: 0;
    -webkit-appearance: none;

}
.form-control:focus {
    outline: none!important;
    border-color: #ccc!important;
    box-shadow: 0 0 0px rgba(207, 220, 0, 0.4)!important;

}
/*input{
    outline: none !important;
    -webkit-appearance: none;

}*/

.selectpicker{
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
    outline: none !important;
    -webkit-appearance: none;
    border-radius: 0;

}
.btn-primary:hover,.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #37bef0;
    border-color: #37bef0;
}
.btn-primary[disabled]{
    background-color: #37bef0 !important;
    border-color: #37bef0 !important;
}
.btn.btn-primary.submit{
    width: 54%;
    background-color: #3ea8ba;
    border-color: #3ea8ba;
}
.load{
    position: fixed;
    top:50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
#contact{
    margin: 15px 15px 30px 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px dashed #ececec;
    background-color: #efefef;
}
#contact .title{
    font-size: 14px;
}
#contact p{
    font-size: 12px;
    color: #666;
}
input[name='applyContent']{
   border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding-left: 8px;
}
body,html{
    width: 100%;
    height: 100%;
}
#mast{
   display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
}
#mast .box{
    margin:250px auto 0;
    width: 80%;
   padding: 25px;
    background: #fff;
    border-radius: 10px;
}
#mast .box .deter{
    margin: auto;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3ea8ba;
    color: #fff;
    border-radius: 5px;
}
.radio{
    padding-left: 0;
}
.nav{
    height: 80px;
   line-height: 80px;
    width: 1200px;
    margin: 0 auto;
}
.nav img{
    width: 146px;
}
.complete{
    margin-bottom: 30px;
}
@media screen and (max-device-width: 800px){
    .complete{
        text-align: center;
        margin-bottom: 5px;
    }
    .page-header{
        margin-top: 22px;
        width: 100%;
    }
    .nav{
        width: inherit;
        padding-left: 10px;
    }
  /*  .page-header{
        margin-top: 150px;
    }*/
}