.database-page {
    padding-bottom: .3467rem;
}

.database-page .topContainer {
    /* margin: .3467rem auto 0; */
    /* width: 9.2rem; */
    width: 100%;
    /* border-radius: .2667rem; */
    background: #FFFFFF;
    padding-bottom: .3rem;
    overflow: hidden;
}
  
.database-page .search-box-wrapper {
    background: linear-gradient(90deg, #FF9900 0%, #FFB800 100%), #FA9D3B;
    padding-bottom: .38rem;
    padding-top: .38rem;
}

.database-page .search-box-wrapper .search-box {
    margin: .38rem auto;
    width: 8.3467rem;
    height: .96rem;
    border-radius: 8px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}
  
.database-page .search-box-wrapper .search-box img {
    margin-left: 2.4rem;
    width: .4533rem;
    height: .4533rem;
    cursor: pointer;
}
  
.database-page .search-box-wrapper .search-box input {
    margin-left: .16rem;
    width: 4rem;
    height: .48rem;
    font-size: .3467rem;
    line-height: .48rem;
    color: #666666;
    background: #F2F2F2;
}
  
.database-page .search-box-wrapper .search-box input::placeholder {
    font-size: .3467rem;
    color: #BDBDBD;
}

.database-page .search-box-wrapper .carousel-container .carousel-wrapper .carousel-item img{
    width: 100%;
}

.database-page .search-box-wrapper .carousel-container .carousel-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: .2133rem;
}


  
.database-page .topContainer .search-box {
    margin: .38rem auto;
    width: 8.3467rem;
    height: .96rem;
    border-radius: .8rem;
    background: #F2F2F2;
    display: flex;
    align-items: center;
}
  
.database-page .topContainer .search-box img {
    margin-left: 2.4rem;
    width: .4533rem;
    height: .4533rem;
    cursor: pointer;
}
  
.database-page .topContainer .search-box input {
    margin-left: .16rem;
    width: 4rem;
    height: .48rem;
    font-size: .3467rem;
    line-height: .48rem;
    color: #666666;
    background: #F2F2F2;
}
  
.database-page .topContainer .search-box input::placeholder {
    font-size: .3467rem;
    color: #BDBDBD;
}

.database-page .topContainer .carousel-container .carousel-wrapper .carousel-item img{
    width: 100%;
}

.database-page .topContainer .carousel-container .carousel-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: .2133rem;
}
  
.database-page .topContainer .carousel-container .carousel-dots .dot {
    margin-right: .1067rem;
    width: .1067rem;
    height: .1067rem;
    border-radius: .0533rem;
    background: #FFFFFF;
}
  
.database-page .topContainer .carousel-container .carousel-dots .dot.active {
    width: .4267rem;
}

.database-page .topContainer .tab{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: .3rem;
}

.database-page .topContainer .tab .tab-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Alibaba PuHuiTi 2.0;
    font-size: .37rem;
    font-weight: normal;
    line-height: normal;
    color: #777777;
}
.database-page .topContainer .tab .tab-item img{
    width: 0.5rem;
    height: 0.2rem;
    display: none;
}

.database-page .topContainer .tab .tab-item-name{
    position: relative;
}
.database-page .topContainer .tab .tab-act .tab-item-border{
  position: absolute;
  left: 10%;
  top: .7rem;
  width: 80%;
  height: 4px;
  opacity: 1;
  border-radius: 3.5rem;
  background: linear-gradient(90deg, #FF9900 0%, #FFB800 100%);
  border-radius: 8px;
}

.database-page .topContainer .tab .tab-act{
    font-size: .48rem;
    color: #000000;
}

.database-page .topContainer .tab .tab-act img{
    display: block;
    margin-top: 0.1rem;
}

.database-page .btmContainer{
    background: #fff;
    /* padding: .35rem; */
}

.database-page .btmContainer .card{
    width: 10rem;
    padding: .53rem 0.43rem;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-bottom: .35rem;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
    display: flex;

}
.database-page .btmContainer .card .left{
    
    width: 3.31rem;
    height: 2.13rem;
    border-radius: .11rem;
    overflow: hidden;
}
.database-page .btmContainer .card .right{
   margin-left: .43rem; 
   
}
.database-page .btmContainer .card .imgBox{
    position: relative;
}

.database-page .btmContainer .card .imgBox .bannerImg{
    border-radius: .15rem;
    width: 100%;
    height: 100%;
    /* height: 3rem; */

}

.database-page .btmContainer .card .imgBox .tips{
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    
    font-family: Alibaba PuHuiTi 2.0;
    font-size: .3rem;
    font-weight: normal;
    line-height: normal;
    color: #FFFFFF;
}

.database-page .btmContainer .card .imgBox .tips .text{
    padding: 0 .2rem 0 .15rem;
}

.database-page .btmContainer .card .imgBox .tips .yuan{
    background: #2DCFC6;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.database-page .btmContainer .card .imgBox .tips .yuan img{
    width: .35rem;
    height: .35rem;
}

.database-page .btmContainer .card .title{
    font-family: Alibaba PuHuiTi 2.0;
    font-size: 0.43rem;
    font-weight: bold;
    line-height: 0.6rem;
    color: #333;
    height: 1.17rem;
    
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
   
}

.database-page .btmContainer .card .date{
    color: #999999;
    font-size: 0.37rem;
    margin-top: .43rem;
}