
a {
    color: #646566;
}

p {
    margin: 0;
}

*::-webkit-scrollbar {
    display: none;
}


#app {
    padding-bottom: 50px;
}

.top-search {
    display: flex;
    align-items: center;
    padding: 20px 16px;
}

.top-search i {
    font-size: 20px;
}

.top-search .van-search {
    flex: 1;
    padding: 0px 0 0px 20px;
}


.van-badge--fixed {
    top: 5px;
    right: 3px;
    transform: translate(50%, -50%) scale(0.8);
}

.my-swipe {
    margin-bottom: 40px;
    height: 48.3vw;
}

.my-swipe .van-swipe-item {
    color: #fff;
    font-size: 20px;
    line-height: 150px;
    text-align: center;
    /* background-color: #39a9ed; */
}

.textbookRecommendation {
    margin-bottom: 40px;
}

.title {
    padding: 0 16px;
    display: flex;
    height: 21px;
    line-height: 21px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.title p {
    margin: 0;
}

.title .title-text {
    height: 21px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.title .more {
    font-size: 16px;
    color: #666666;
    display: flex;
}

.title .more p {
    margin-right: 6px;
}

.title .more i {
    line-height: 21px;
    height: 21px;
}

.containerbox {
    overflow: auto;
    padding-left: 16px;
}

.containerbox ul {
    display: flex;
}

.containerbox ul li {
    margin-right: 20px;
}

.containerbox ul li img {
    width: 96px;
    height: 124px;
}

.containerbox ul li p {
    margin-top: 11px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
}

.recommendedByPublishers img {
    width: 96px !important;
    height: 96px !important;
}

.van-tabbar--fixed i {
    font-size: 26px;
}

.van-tabbar-item.active {
    color: #1989fa !important;
    background-color: #fff !important;
}

.van-tabbar-item.active a {
    color: #1989fa !important;
}

.van-tabbar-item.noactive {
    color: #646566 !important;
}

