#fixed{
  height: 200px;
  width: 100%;
  /* position: fixed;
  top: 0px; */
  background: url('../image/homebj/sbj-1.png')  no-repeat;
  background-size: 100% 100%;
  padding-top: 30px;
  position: relative;
  margin-top: 50px;
}
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    font-size: 14px;
}
body{
  background-color: #F4F4F4;
  font-family: 'Microsoft YaHei','微软雅黑';
}
.bc-white{
  background-color: #fff;
}
.bc-theme{
  background-color: #0D71EB;
}
.font-white{
  color: #fff!important;
}
.px12{
  font-size: 12px;
}
.color-theme{
  color: #0D71EB;
}
.pointer{
  cursor: pointer;
}
.isactive-bc{
  background-image: linear-gradient(to right,#0C70EA, #44A3FF);
  color: #fff!important;
}
.is-active-bc{
  background-image: linear-gradient(to left,#0C70EA, #44A3FF);
  color: #fff;
}
#search{
  border-radius: 0px;
}
#select{
  border: 0px;
  outline: 0;
  height: 40px;
  width: 100px;
  padding-left: 10px;
  font-size: 16px;
  color: #3294F9;
  border-radius: 20px 0 0 20px;
}
.search-container {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search {
  height: 40px;
  width: 90%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.search input {
  width: calc(100% - 100px);
  height: 100%;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 14px;
  border: 0;
  outline: none;
}
.search .iconfont{
  position: absolute;
  top: 0;
  right: 0px;
  height: 40px;
  width: 30px;
  line-height: 40px;
  font-weight: 600;
}
.banner-container{
  height: 200px;
  position: absolute;
  bottom: -160px;
  width: 90%;
  left: 5%;
  border-radius: 20px;
  overflow: hidden;
}
.white-space-2{
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
  overflow: hidden;
}
.name {
  margin-bottom: 12px;
  height: 37px;
}
.into {
  margin-top: 10px;
  text-align: right;
}

.into span {
  padding: 3px 5px;
  border-radius: 4px;
}

.flame-box{
  display: flex;
  position: relative;
}
.flame-box>div{
  margin-left: 10px;
  width: 100%;
  height: 8px;
  background-color: #eee;
}
.flame-box>div div{
  width: 95%;
  height: 100%;
  background-image: linear-gradient(to right,#FC4757, #FFE3E2);
}
.flame{
  color: #FC4757;
  position: absolute;
  top: -7px;
  left: 0px;
}

.intoitem1 {
  color: #ecb217;
  border: 1px solid #ecb217;
}

.border-show-h5{
  box-shadow: 1px 3px 6px rgb(160 165 164 / 51%);
}

.database-container {
  padding: 190px 5% 20px;
  min-height: calc(100vh - 180px);
}

.database-container .database-item {
  width: 100%;
  height: 120px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  border-radius: 8px;
}
.database-item img{
  width: 100px;
  height: 100px;
}
.database-item .database_a {
  width: 100px;
}
.swiper,
.swiper img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.swiper{
  --swiper-theme-color: #fff;
}

.sub {
  display: flex;
  flex-wrap: wrap;
}
.nav_box{
  padding: 10px 5px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.nav_box li {
  padding: 4px 9px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.condition-box{
  display: flex;
}
.condition-box>div,
.recommend-tab>div{
  font-size: 16px;
  color: #666;
  height: 50px;
  position: relative;
}
.subjectbox{
  margin-left: 20px;
}
.before{
  position: absolute;
  bottom: 16px;
  left: 0;
  height: 5px;
  width: 100%;
  border-radius: 2.5px;
}
.nav-title.active{
  font-weight: 600;
  color: #000;
}
.active .before{
  background-image: linear-gradient(to left,#0C70EA, #44A3FF);
}
li.is-active-bc{
  border: 0px;
}

.nav-container {
  width: 100%;
  overflow: hidden;
  display: flex;
}




.nav-container .type {
  display: flex;
  align-items: center;
}

.nav-container .type div {
  text-align: center;
  color: #fff;
  padding: 6px 8px 6px;
  font-size: 16px;
  margin: 0 10px;
  white-space: nowrap;
  background-color: #3a9afb75;
  border-radius: 8px;
  font-weight: 600;
}

.nav-container .type div.active {
  /* background-color: inherit; */
  background-image: linear-gradient(to right,#0C70EA, #44A3FF)
}
.recommend-box{
  margin-bottom: 15px;
}
.recommend-tab{
  display: flex;
  height: 30px;
}
.recommend-tab>div{
  height: 30px;
}
.recommend-tab .before{
  bottom: 0px;
  height: 4px;
}
.recommend-tab .active{
  color: #000;
  font-weight: 600;
}
.tab1{
  margin-right: 15px;
}

.database-title-box{
  position: absolute;
  height: 160px;
  width: 90%;
  bottom: -100px;
  left: 5%;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 10px;
  display: flex;
}
.database-title-box img{
  width: 120px;
  height: 120px;
}
.database-title-r{
  width: calc(100% - 120px);
  padding-left: 10px;
}
.database-r-t{
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 18px;
}
.database-r-t span{
  font-size: 15px;
}
.white-space-3{
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 这里是超出几行省略 */
  overflow: hidden;
}
.color-666{
  color: #666;
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 18px;
}
.color-num{
  color: #F5AD03;
}
.header-box{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-title{
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
}
.header-box img{
  width: 45px;
  height: 45px;
}

.header-box-l{
  display: flex;
  align-items: center;
}