﻿/* 查询框开始 */
.mySearch{
    margin-bottom:12px;
}
.mySearch .input-group-lg>.form-control, 
.mySearch .input-group-lg>.input-group-addon,
.mySearch .input-group-lg>.input-group-btn>.btn{
    height:60px;
}
.mySearch .input-group-addon{
    background:#008aff;
    color:#ffffff;
    border-width:0px;
}
.mySearch .breadcrumb{
    color:#000000;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn{
    border-radius: 4px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 60px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/* 查询框结束 */
.input-group{
    margin-bottom:30px;
}
.input-group-lg>.input-group-btn>.btn{
    width:180px;
}