/* 标题 */
.searchBox .title {
    color: #1aa6fe;
    font-size: 18px;
}

.searchBox .title p {
    color: #959595;
    font-size: 12px;
}

/* 换行 */
/* hr{border:none;border-color:#f2f2f2;height:1px;} */

/* 搜索内容 */
.sBox {
    padding: 20px 50px;
}

/* 单选按钮 */
.dowebok {
    list-style-type: none;
    display: inline-block;
    padding: 10px 0px;
    vertical-align: middle;
}

.dowebok1 {
    margin-left: 36px;
}

.tag {
    font-size: 16px;
    line-height: 16px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.dowebok li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}

.dowebok input.labelauty + label {
    font-size: 13px;
}

/* 下拉选择 */
select, input {
    padding: 10px;
    border: 1px solid #cfcfcf;
    color: #434343;
}

select option {
    padding: 10px;
}

.dowebok .box {
    display: inline-block;
}

.box1 {
    margin-top: 10px;
    margin-left: 80px;
}

.box .btnBox {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #9396a7;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.dowebok input[type="text"] {
    width: 500px;
}


/* 检索按钮+重置按钮 */
.btnWrap {
    margin-top: 50px;
    text-align: center;
}

.btn {
    width: 130px;
    height: 42px;
    line-hegiht: 42px;
    border-radius: 5px;
}

.suBtn {
    background-color: #1aa6fe;
    color: #fff;
    border: 1px solid #1aa6fe;
    margin-right: 20px;
}

.reBtn {
    background-color: #fff;
    color: #333;
    border: 1px solid #333333;
}

.suBtn:hover {
    color: #fff;
}

.result .title {
    color: #1aa6fe;
    font-size: 18px;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    width: 98%;
    margin: 0 auto;
}

