.indexMain {
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 243px);
    background: #fff;
    padding: 0 10px;
}

.breadcrumb {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

.contentwrapper .top {
  display: flex;
  justify-content: space-between;
}

.contentwrapper .top .sousuo {
  display: flex;
  padding-top: 5px;
  width: 672px;
  height: 100%;
}

.contentwrapper .top .sousuo .sousuoBox {
  display: flex;
  align-items: center;
  position: relative;
  width: 76%;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 2px;
  font-size: 0;
}

.contentwrapper .top .sousuo .sousuoBox .selectSousuo1 {
  width: 20%;
  height: 80%;
  border-right: 1px solid #BFBFBF;
}

.contentwrapper .top .sousuo .sousuoBox .selectSousuo1 .btn-default {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  width: 100%;
  height: 100%;
  color: #000000;
  background-color: #fff;
  padding: 6px 16px;
}

.contentwrapper .top .sousuo .sousuoBox .selectSousuo1 .btn-default .caret {
  color: #B40016;
}

.contentwrapper .top .sousuo .sousuoBox .inputSousuo1 {
  width: 80%;
  height: 100%;
  border: none;
  padding-left: 10px;
  font-size: 14px;
  color: #222;
}

.contentwrapper .top .sousuo .jansuoBtn {
  float: left;
  width: 12%;
  height: 44px;
  max-width: 72px;
  height: 46px;
  background: #B40016;
  border-radius: 2px;
  color: #FFFFFF;
  border: none;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}

.contentwrapper .top .sousuo .jansuoBtn span {
  padding-left: 7px;
}

.contentwrapper .top .size {
  display: flex;
  align-items: center;
}

.contentwrapper .top .size .dropdown {
  width: 80px;
  margin-left: 10px;
}

.contentwrapper .top .size .dropdown .btn-default {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contentwrapper .top .size .dropdown .btn-default .caret {
  color: #B40016;
}

.contentwrapper .table {
  margin-top: 20px;
  border: none;
  text-align: center;
}

.contentwrapper .table th {
  padding: 15px;
  text-align: center;
  border: none;
  background: #F8F8F8;
}

.contentwrapper .table td {
  padding: 15px;
  border: none;
}

.contentwrapper .table td a {
  color: #337ab7;
}

.contentwrapper .bottom {
  display: flex;
  justify-content: end;
}
