#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-size: 12px;
}

img {
    display: block;
}

.content-box {
    background-color: #f2f6f9
}

.breadcrumb {
    display: flex;
    align-items: center;
    padding: 9px 11px;
    background: #f7f8fa;
    font-size: 12px
}

.breadcrumb .breadcrumb-item a {
    color: #999;
    text-decoration: none
}

.breadcrumb .breadcrumb-item.current {
    color: #0f0f0f
}

.breadcrumb .breadcrumb-separator {
    margin: 0 2px;
    color: #999
}

.box-con {
    padding: 11px 13px 15px
}

.box-con .box {
    background: #fff;
    border-radius: 5px;
    padding: 19px 13px 25px
}

.box-con .box .search {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.box-con .box .search .search-left {
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    background: #f5f5f5;
    height: 35px;
    width: 240px;
    display: flex;
    align-items: center
}

.box-con .box .search .search-left .search-img {
    width: 15px;
    height: 17px;
    margin-left: 13px
}

.box-con .box .search .search-left .input-box {
    flex: 1;
    padding-right: 20px
}

.box-con .box .search .search-left .input-box input {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0 10px
}

.box-con .box .search .search-left .close-img {
    width: 11px;
    height: 11px;
    margin-right: 20px
}

.box-con .box .search .search-btn {
    background: #0f0f0f;
    border-radius: 18px;
    width: 72px;
    height: 35px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 35px
}

.box-con .box .tab /deep/ .van-tabs__nav--line {
    padding-left: 0;
    justify-content: flex-start
}

.box-con .box .tab /deep/ .van-tabs__nav--line .van-tab {
    flex: none;
    padding: 0 15px
}

.box-con .box .tab .tab-title {
    color: #0f0f0f;
    font-size: 14px;
    margin-top: 13px
}

.box-con .box .tab .tab-list .tab-item {
    margin-top: 16px
}

.box-con .box .tab .tab-list .tab-item .tab-item-title {
    color: #fd742d;
    font-size: 12px
}

.box-con .box .tab .tab-list .tab-item .tab-item-text {
    color: #999;
    font-size: 12px;
    margin-top: 9px
}

.box-con .box .tab .tab-list .tab-item .tab-info {
    background: #f7f8fa;
    padding: 11px 5px 9px 14px;
    display: flex;
    align-items: center;
    margin-top: 11px
}

.box-con .box .tab .tab-list .tab-item .tab-info img {
    width: 61px;
    height: 60px;
    margin-right: 15px
}

.box-con .box .tab .tab-list .tab-item .tab-info .tab-info-right {
    color: #333;
    font-size: 12px
}