a {
    color: #1F73FF;
}

.metail_font {
    margin-top: -110px;
    color: #FFFFFF;
    font-size: 18px;
}

p {
    margin-top: 50px;
    font-size: 18px;
    line-height: 30px;
    text-indent: 2em;
}

.metail_address {
    color: #FFFEFE;
}

.input-group-addon .iconfont {
    font-size: 18px !important;
    line-height: 100%;
}

.intro_detail {
    margin-top: 80px;
    font-size: 48px;
    color: #1F73FF;
}

.metail_font span {
    font-size: 48px;
}

.center {
    position: relative;
}

.banner {
    position: absolute;

}

.container-fluid {
    padding-left: 0px !important;
}

.daiwei-container {
    display: flex;
    flex-wrap: wrap;

}

.daiwei_logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.daiwei_logo .vip-img-box{
    width: 100%;
    height:200px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(195,195,195,1);
}
.daiwei_logo .vip-img-box img {
    width:50%;
}

/*.daiwei_logo img {*/
/*    width: 50%;*/
/*    height:50%;*/
/*    cursor: pointer;*/
/*}*/

.daiwei_logo .vip-img-box:hover {
    /*width: 50%;*/
    /*height:50%;*/
    box-shadow:0px 4px 40px 0px rgba(14,106,232,0.2);
}



.iconf {

    float: right;
    height: 40px;
    border-radius: 20px;
    /*border: 1px solid #686868;*/
    vertical-align: middle;
    background-color: #f5f5f5 !important;

}

.iconfont {
    line-height:40px;
    margin-left: 10px !important;
    font-size: 24px !important;
}

.vip_detail {
    margin-top: 450px;
}

.form-group img {
    width: 100%;
    height: 200px;
}

.nav li a {
    color:#000;
}

.nav > li .active > a:focus {
    background-color: white;
}

.danwei_intro {
    font-size: 20px;
    margin-top: 20px;
}

.danwei_vip {
    font-size: 28px;
    margin-top: 40px;
}

.danwei {
    margin-top: 40px;
}

.intro {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

.intro a:hover {
    color: #1F73FF;
}

.search_input {
    float: right;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    background-color: white;

}

.search_input input {
    height: 40px;
    width: 100%;
    border-radius: 20px;
    border: none;
    outline: none;
    padding-left: 5px;
    background-color: #f5f5f5;
}

.glyphicon-search {
    font-size: 24px;
    float: right;
    line-height: 50px;
    margin-right: -40px;
}

.search_res {
    height: 200px;
    border: 1px solid red;
}

.search_res img {
    box-shadow: 0px 4px 40px 0px rgba(14, 106, 232, 0.2);
}

.search_font {
    margin-top: 24px;
    font-size: 18px;
}

.vip_detail_bottom {
    margin-top: 60px;
    font-size: 20px;
}

.link_info > div {
    font-size: 20px;
    color: #111111;
}

.btn-default {
    background: #007AFF;
    color: white;
}

.btn-default:hover {
    background: #007AFF;
    color: white;
}

.footer_detail li a {
    color: #FFFFFF;
}

.footer_detail li a:hover {
    color: #007AFF;
}

.control-radio {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}


.vip-no-header{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ccc;
    font-size:32px;
    /*line-height: 45px;*/
    font-weight: bold;
    color: rgba(209, 226, 255, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;


}

.form-group .vip-sqct-img{
    width: 142px;
    height: 120px;
}

.vip-img-center{
    display: flex;
    justify-content: center;
}

.vip-name{
    margin: 15px 0 25px;
    height: 40px;
    line-height:20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}



.background-blue{
    background-color: #EEF4FF;
}


@media (max-width: 768px) {
    .search_input {
        float: right;
    }

}

