#factBox .title-header {
  background: #fff;
  margin-top: 10px
}

#factBox .facFilter {
  padding: 8px;
  font-size: 14px;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
}

#factBox .facFilter .soIpt {
  border: 2px solid #0B94FF;
  border-radius: 4px 0 0 4px;
  height: 40px;
  text-indent: 10px;
  width: 300px;
  color: #333;
}

#factBox .facFilter a.cur {
  color: #0B94FF;
}

#factBox .facFilter a.soBtn {
  background-color: #0B94FF;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 100px;
}

#factBox .facFilter dl {
  padding-top: 10px;
  border-top: 1px solid #efefef;
  margin-top: 5px;
}

#factBox .facFilter dt {
  float: left;
}

#factBox .facFilter dd {
  padding-left: 80px;
  line-height: 24px;
}

#factBox .facFilter dd a {
  margin-right: 8px;
}

#factBox .facFilter dd a:hover {
  color: #0B94FF;
}

#factBox .facFilter dd select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px;
  margin-right: 8px;
  vertical-align: middle;
  color: #666;
}

#factBox .facFilter .total {
  float: right;
  padding-right: 10px;
}

#factBox .facFilter .total b {
  color: #f60;
}

#factList {
  padding-bottom: 20px
}

#factList .full {
  background-color: #fff;
  display: flex;
  margin-bottom: 10px;
  padding: 16px 20px;
  position: relative;
  width: 100%
}

#factList .full em {
  color: #ff3913;
  font-style: normal;
  font-weight: 600
}

#factList .full:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  cursor: pointer;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s
}

#factList .full:hover h2 {
  color: #2875e8
}

#factList .img {
  width: 80px
}

#factList .logo {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  display: inline-block;
  height: 80px;
  line-height: 110px;
  overflow: hidden;
  text-align: center;
  width: 80px
}

#factList .vip {
  height: 20px;
  margin-top: 6px;
  width: 80px
}

#factList .vip img {
  height: 20px;
  width: 80px
}

#factList .cont {
  margin-left: 20px;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 700px
}

#factList .cont p {
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

#factList .cont i {
  background: #eff3f9;
  border-radius: 2px;
  color: #4373b9;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  margin-right: 6px;
  margin-top: 0;
  padding: 2px 10px
}

#factList .flex {
  align-items: center;
  display: flex
}

#factList h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-right: 10px
}

#factList .type {
  background: linear-gradient(270deg, #9dbeee, #6894d7)
}

#factList .type, #factList .year {
  border-radius: 2px;
  box-shadow: 0 2px 6px 0 #f5f7f9;
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
  padding: 2px 8px
}

#factList .year {
  background: linear-gradient(270deg, #8adae9, #5fb8c9)
}

#factList .tag {
  color: #999;
  font-size: 12px;
  margin: 10px 0
}

#factList .tag span {
  border-right: 1px solid #efefef;
  display: inline-block;
  padding: 0 10px
}

#factList .tag span:first-child {
  padding-left: 0
}

#factList .tag span:last-child {
  border: none
}

#factList .btn {
  align-items: center;
  border: 1px solid #dee6f2;
  border-radius: 4px;
  bottom: 0;
  color: #2875e8;
  display: flex;
  font-size: 12px;
  height: 32px;
  justify-content: space-evenly;
  margin: auto;
  padding: 0 7px;
  position: absolute;
  right: 20px;
  top: 0;
  width: 120px
}

#factList .btn:hover {
  background: #f5f5f5;
  cursor: pointer
}

#factList .btn img {
  height: 12px;
  width: 12px
}

/********************/
#factInfo .baseInfo {
  background: #fff;
  border-radius: 4px;
  display: flex;
  padding: 20px;
  position: relative;

}

#factInfo .baseInfo .logo {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  height: 80px;
  margin-right: 20px;
  width: 80px;
}

#factInfo .baseInfo h1 {
  color: #333;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 5px;
}

#factInfo .conBox {
  position: absolute;
  right: 20px;
  top: 20px;
}

#factInfo .conBox .label {
  color: #999;
  display: inline-block;
  width: 80px
}

#factInfo .conBox .val {
  color: #2875e8;
  margin-right: 10px
}

#factInfo .baseInfo .vip {
  height: 20px;
  margin-right: 6px;
  width: 80px;
}

#factInfo .baseInfo .tags span {
  border-radius: 2px;
  box-shadow: 0 2px 6px 0 #f5f7f9;
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
  padding: 2px 8px;
}

#factInfo .baseInfo .type {
  background: linear-gradient(270deg, #9dbeee, #6894d7);
}

#factInfo .baseInfo .year {
  background: linear-gradient(270deg, #8adae9, #5fb8c9);
}

#factInfo .baseInfo .address {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}

#factInfo .baseInfo .address .label {
  color: #999;
}

#factInfo .baseInfo .address .value {
  color: #666;
  cursor: pointer;
}

.detailInfo {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-top: 10px;
}

.detailInfo .title {
  color: #000;
  font-size: 16px;
  font-weight: 600
}

.detailInfo .descBox {
  display: flex;
  margin-top: 10px;
  line-height: 24px;
  max-height: 180px;
  overflow-y: auto;
}

.detailInfo .mTop {
  margin-bottom: 30px;
}

.detailInfo .prod {
  color: #333;
  font-size: 14px;
  margin-top: 10px
}

.detailInfo .userTable {
  margin-top: 15px;
  word-wrap: break-word;
  border: 1px solid #ebebeb;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.detailInfo .userTable th {
  background: #f7f9fa;
  color: #666;
  width: 140px;
  text-align: left;
}

.detailInfo .userTable td, .detailInfo .userTable th {
  border: 1px solid #f2f4f6;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 10px;
  word-break: break-all;
}

.detailInfo .imgList {
  display: flex;
  margin-top: 16px;
  width: 860px;
  flex-wrap: wrap;
}

.detailInfo .imgList li {
  margin: 0 30px 20px 0;
  position: relative;
  width: 185px
}

.detailInfo .imgList .img {
  background: #fff;
  border: 1px solid #ebebeb;
  cursor: pointer;
  height: 138px;
  line-height: 190px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 185px
}

.detailInfo .imgList img {
  bottom: 0;
  display: inline-block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .6s;
  vertical-align: middle
}

.detailInfo .imgList img:hover {
  transform: scale(1.1)
}

.detailInfo .imgList .name {
  color: #333;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

#factInfo .state {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0;
}

#factInfo .state span {
  color: #e6a23c
}

#factInfo .downList .li {
  align-items: flex-start;
  border-bottom: 1px dashed #f0f0f0;
  color: #333;
  display: flex;
  font-size: 14px;
  padding: 12px 0;
}

.page_bar {
  text-align: center;
  font-size: 14px;
}

.page_bar a, .page_bar span {
  display: inline-block;
  border: 1px solid #2875e8;
  color: #2875e8;
  height: 25px;
  margin-right: 2px;
  padding: 0 8px;
  line-height: 25px;
}

.page_bar span {
  color: #fff;
  background-color: #2875e8;
}

.fReset {
  align-items: center;
  background: #f5f9ff;
  border: 1px solid #2875e8;
  border-radius: 4px;
  color: #2875e8;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 70px;
  float: right;
}

.fReset img {
  height: 17px;
  margin-right: 6px;
  width: 17px;
}

.eng {
  border: 1px solid #f60;
  border-radius: 25px;
  color: #f60;
  float: right;
  padding: 8px 15px;
  margin-right: 8px;
}

#factBox .facFilter .soBox {
  display: flex;
  margin: 5px auto;
  max-width: 700px;
}

#factBox .facFilter .soIpt {
  width: 600px;
  height: 60px;
}

#factBox .facFilter a.soBtn {
  height: 60px;
  width: 120px;
  line-height: 60px;
}

#factBox .facFilter dd select {
  margin-bottom: 4px;
}

.mTop .label {
  padding-left: 20px;
}

.mTop .val {
  display: inline-block;
  min-width: 80px;
  padding-right: 20px;
}