[v-cloak] {
    display: none;
}

#app {
    width: 820px;
    float: left;
}

.select-box {
    display       : flex;
    flex-direction: column;
}

.select-row {
    display       : flex;
    flex-direction: row;
    flex-wrap     : wrap;
}

.dotted {
    border-top   : 1px dashed #ccc;
    margin-top   : 10px;
    margin-bottom: 10px;
}

.select-row>.title {
    background-color: initial;
    font-weight     : bold;
    margin-right    : 0;
    padding-right   : 0;
}

.select-row>div {
    margin          : 0 10px 0 10px;
    padding         : 4px 8px;
    color           : #333;
    background-color: #f5f6f9;
    border-radius   : 5px;
    font-size       : 14px;
    cursor          : pointer;
    margin-top      : 10px;
    margin-bottom   : 10px;
}

.select-row>.active {
    color           : white;
    font-weight     : bold;
    background-color: #ED6D1C;
}

.list-box {
    max-width: 900px;
}

.list-item-null {
    padding: 20px;
}

.list-box>.list-item {
    padding      : 20px 0;
    border-bottom: 1px dashed #ccc;
    cursor       : pointer;
}

.list-item>.border {
    display       : flex;
    flex-direction: row;
    align-items   : center;
}

.list-item>.border:hover {
    background-color: #F6F6F6;
}

.list-item>.border>.img-box {
    display       : flex;
    flex-direction: row;
    padding       : 10px;
    height        : 100%;
}

.list-item>.border>.right {
    display        : flex;
    flex-direction : column;
    margin-left    : 50px;
    justify-content: center;
    width          : 410px;
}

.list-item>.border>.right>.title-row {
    display       : flex;
    flex-direction: row;
    align-items   : center;
    margin-bottom : 8px;
}

.list-item>.border>.right>.title-row>.title-text {
    margin-left: 18px;
}

.list-item>.border>.right>.title-row>.title-text>.title-row1 {
    font-size  : 22px;
    color      : #333;
    font-weight: bold;
}


.list-item>.border>.right>.title-row>.title-text>.title-row2 {
    margin-top : -4px;
    font-size  : 18px;
    color      : #333;
    font-weight: bold;
}

.list-item>.border>.right>.row1,
.list-item>.border>.right>.row2,
.list-item>.border>.right>.row3,
.list-item>.border>.right>.row4 {
    font-size: 14px;
    color    : #545454;
}

.list-item>.border>.right>.row2 {
    display       : flex;
    flex-direction: row;
}

.list-item>.border>.right>.row2>.row21 {
    white-space: nowrap;
}

.pagination {
    display       : flex;
    flex-direction: row;
    align-items   : center;
    margin-top    : 20px;
}

.pagination>.page-item {
    padding: 6px 12px;
    margin : 0 3px;
    color  : #333;
    border : 1px solid #ccc;
    cursor : pointer;
}

.pagination>.active {
    border    : 1px solid #ED6D1C;
    background: #ED6D1C;
    color     : #FFF;
}

.hide {
    display: none;
}

.show {
    display: flex;
}

.flip-list-enter-active {
    transition: all 1s ease;
}

.flip-list-enter-from {
    opacity  : 0;
    transform: translateX(30px);
}

@media screen and (max-width: 1025px) {
    #app {
        width: 100%;
    }

    .list-item>.border>.right {
        width      : 55%;
        margin-left: 20px;
    }

    .list-box {
        max-width: 100%;
    }

    .container {
        width: 96%;
    }
}

@media screen and (max-width: 769px) {
    .select-box {
        padding-top: 20px;
    }
}

@media screen and (max-width: 700px) {

    #app {
        width: 100%;
    }

    .select-box {
        margin-top: 20px;
    }

    .select-row {
        display      : flex;
        margin-bottom: 10px;
    }

    .list-box {
        display         : flex;
        flex-direction  : column;
        background-color: #F5F5F5;
    }

    .list-box>.list-item {
        margin-bottom   : 10px;
        padding         : 0;
        border          : 0;
        background-color: #FFF;
    }

    .list-box>.list-item:first-child {
        margin-top: 10px;
        border    : 0;
    }

    .list-item>.border {
        padding: 9px;
    }

    .list-item>.border>.img-box {
        padding: 0;
        width  : 45%;
    }

    .list-item>.border>.img-box>img {
        width: 100%;
    }

    .list-item>.border>.right {
        width      : 55%;
        margin-left: 20px;
    }

    .list-item>.border>.right>.title-row>.img-box {
        display: none;
    }

    .list-item>.border>.right>.title-row>.title-text {
        margin-left: 0;
    }

    .list-item>.border>.right>.title-row>.title-text>.title-row1 {
        color    : #666666;
        font-size: 15px;
    }

    .list-item>.border>.right>.title-row>.title-text>.title-row2 {
        opacity       : .5;
        font-size     : 12px;
        border-bottom : 1px solid rgba(0, 0, 0, 0.05);
        margin-top    : 5px;
        padding-bottom: 8px;
        font-weight   : normal;
    }

    .list-item>.border>.right>.row1 {
        color    : #666666;
        font-size: 12px;
    }

    .list-item>.border>.right>.row2 {
        color    : #666666;
        font-size: 12px;
    }

    .list-item>.border>.right>.row2>.row22 {

        white-space  : nowrap;
        text-overflow: ellipsis;
        overflow     : hidden;
        width        : 180px;
    }

    .list-item>.border>.right>.row3 {
        display: none;
    }

    .list-item>.border>.right>.row4 {
        display: none;
    }

}


/* 原来如此 */
.bans img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .bans {
        margin-top: 81px;
    }
}

@media screen and (max-width: 700px) {
    .container {
        width: 100%;
    }
}