*{margin: 0; padding: 0;}
html,body{background-color: #ffffff;}
.van-tabs--line .van-tabs__wrap{border-bottom: 1px solid #f5f5f5;}
.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    white-space: nowrap;
    justify-content: space-around;
    z-index: 99;
    padding: 0 15px;
    box-shadow: inset 0px -1px 1px -1px #ccc;
}
.navbar_item {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #b2b2b2;
    display: block;
    height: 40px;
    font-weight: 400;
    line-height: 40px;
}
.active {
    border-bottom: 3px solid #1e77bd;
}


.goods-card {
    margin: 0;
    background-color: white;
}

.delete-button {
    height: 100%!important;
}

.card_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 10px;
    border-bottom: 1px solid rgba(233,233,233,0.6);
}
.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.card .card_thumb {
    position: relative;
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 14px;
    border-radius: 5px;
    overflow: hidden;
}
.card .card_thumb img {
    width: 100%;
    height: 100%;
}
.card_title {
    max-width: calc(100vw - 165px);
    font-size: 16px;
    font-weight: 500;
    color: #4c4c4c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card_author {
    max-width: calc(100vw - 260px);
    font-size: 13px;
    font-weight: 400;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card_intro{
    font-size: 13px;
    font-weight: 400;
    max-height: 35px;
    color: #888;
    text-overflow: ellipsis;
    overflow: hidden;
}
.M5euTQwb_0 {
    position: absolute;
    right: 0;
    bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
}
.M5euTQwb_0 ._13dVl4gP_0 {
    font-size: 16px;
    font-weight: 400;
    color: #1e77bd;
}
.M5euTQwb_0 ._13dVl4gP_0 ._3Qsn-EN5_0 {
    margin-left: 4px;
    margin-right: 2px;
}
.M5euTQwb_0 ._2pE-ZED7_0 {
    margin-left: 9px;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    text-decoration: line-through;
}
.M5euTQwb_0 ._2pE-ZED7_0 {
    margin-left: 9px;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    text-decoration: line-through;
}
.van-tabs__line{
    background-color: #1e77bd!important;
}
.van-nav-bar .van-icon,.van-nav-bar__text{
    color: #1e77bd!important;
}
[v-cloak]{display: none;}