.body .container_main .booDetail .mainTop {
       min-height: 400px;
}
.container_main .mainTop .mainTopTabs {
    border: 1px solid #c2c2c2;
}
.container_main .mainTop .mainTopTabs .tabsBox {
    width: 43rem;
    margin: auto;
    padding: 4rem 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container_main .mainTop .mainTopTabs .tabsBox .tabs.active {
    background-image: url(../img/knowledge/knowledgeTabBtn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    border: 0;
}
.container_main .mainTop .mainTopTabs .tabsBox .tabs {
    width: 12.5rem;
    height: 4rem;
    background-color: #ffffff;
    border-radius: 0.8rem;
    text-align: center;
    line-height: 4rem;
    cursor: pointer;
}
.container_main .mainTop .reseachSearch {
    padding: 4rem;
    border: 1px solid #c2c2c2;
}
.reseachSearch .searchLeft .searchBox{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: 68rem;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 18px;
}
.reseachSearch .searchLeft .searchBox .searchForm{
	display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #a40000;
    border-radius: 1rem;
    overflow: hidden;
    font-size: 14px;
}
.reseachSearch .searchLeft .searchBox .searchForm .selectBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}
.reseachSearch .searchLeft .searchBox .searchForm select {
    width: 11.7rem;
    height: calc(4rem - 2px);
    border: 0;
    text-align: center;
    position: relative;
    outline: none;
  	}
  	.reseachSearch .searchLeft .searchBox .searchForm input {
    flex: 1;
    height: calc(4rem - 2px);
    border: 0;
    outline: none;
    text-indent: 0.5rem;
}
.reseachSearch .searchLeft .searchBox .searchForm:after {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: 11.7rem;
    width: 2px;
    height: 3rem;
    background-color: #eeeeee;
}
.reseachSearch .searchLeft .searchBox .searchForm .btnSubmit {
    width: 11rem;
    height: calc(4rem - 2px);
    background-color: #a40000;
    text-align: center;
    line-height: 4rem;
    color: #eeeeee;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.reseachSearch .searchLeft .searchBox .searchForm .btnSubmit .searchIcon {
    display: block;
    width: 1.8rem;
    margin-right: 0.8rem;
}
.reseachSearch .mainListTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3rem;
    position: relative;
    margin-top: 3rem;
}
.reseachSearch .mainListTop .topLeft {
    display: flex;
}
.reseachSearch .mainListTop .topLeft label {
    margin-bottom: 0;
    margin-left: 2rem;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reseachSearch .mainListTop .topLeft label input {
    margin-top: 0;
    margin-right: 0.5rem;
}
.reseachSearch .mainListTop:after {
    content: '';
    position: absolute;
    width: calc(100% + 5rem);
    height: 1.7rem;
    bottom: 0;
    left: -2.5rem;
    background-image: url(../img/resource/mainListTopBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.fenku{
    height: 50px;
    line-height: 50px;
    background-color: #a40000;
    color: #fff;
	padding-left: 1rem;
	text-align: left;
}
.typeList{
	height: 50px;
    line-height: 50px;
    background-color: #a40000;
    color: #fff;
    padding-left: 1rem;
    text-align: left;
}    
.mainListBox{
	display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 2.5rem 0rem;
}
.mainListBox .tableAddress {
    width: 100%;
}
.mainListBox .tableAddress tr {
    border-bottom: 1px solid #c3c3c3;
}
.mainListBox .tableAddress tr th, .mainListBox .tableAddress tr td {
    line-height: 4rem;
    height: 4rem;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.btnAdvancedSubmit{
	background-color: #ffffff00;
    color: #a40000;
    border: 0;
    border-bottom: 1px solid #a40000;
    margin-left: 3rem;
    padding: 0;
}
.advancedSearch{
	z-index: 4;	
}
.container-fluid .container_main{
    margin-top: 10rem;	
}