















































.el-row {
    position: relative;
    box-sizing: border-box;
}

.el-row::after,
.el-row::before {
    display: table;
    content: "";
}

.el-row::after {
    clear: both;
}

.el-row--flex {
    display: -ms-flexbox;
    display: flex;
}

.el-row--flex:after,
.el-row--flex:before {
    display: none;
}

.el-row--flex.is-justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.el-row--flex.is-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.el-row--flex.is-justify-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.el-row--flex.is-justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.el-row--flex.is-align-middle {
    -ms-flex-align: center;
    align-items: center;
}

.el-row--flex.is-align-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
}
























































































.el-col-pull-1,
.el-col-pull-10,
.el-col-pull-11,
.el-col-pull-12,
.el-col-pull-13,
.el-col-pull-14,
.el-col-pull-15,
.el-col-pull-16,
.el-col-pull-17,
.el-col-pull-18,
.el-col-pull-19,
.el-col-pull-2,
.el-col-pull-20,
.el-col-pull-21,
.el-col-pull-22,
.el-col-pull-23,
.el-col-pull-24,
.el-col-pull-3,
.el-col-pull-4,
.el-col-pull-5,
.el-col-pull-6,
.el-col-pull-7,
.el-col-pull-8,
.el-col-pull-9,
.el-col-push-1,
.el-col-push-10,
.el-col-push-11,
.el-col-push-13,
.el-col-push-14,
.el-col-push-15,
.el-col-push-16,
.el-col-push-17,
.el-col-push-18,
.el-col-push-19,
.el-col-push-2,
.el-col-push-20,
.el-col-push-21,
.el-col-push-22,
.el-col-push-23,
.el-col-push-24,
.el-col-push-3,
.el-col-push-4,
.el-col-push-5,
.el-col-push-6,
.el-col-push-7,
.el-col-push-8,
.el-col-push-9 {
    position: relative;
}

[class*="el-col-"] {
    float: left;
    box-sizing: border-box;
}

.el-col-0 {
    display: none;
}

.el-col-1 {
    width: 4.16667%;
}

.el-col-offset-1 {
    margin-left: 4.16667%;
}

.el-col-pull-1 {
    right: 4.16667%;
}

.el-col-push-1 {
    left: 4.16667%;
}

.el-col-2 {
    width: 8.33333%;
}

.el-col-offset-2 {
    margin-left: 8.33333%;
}

.el-col-pull-2 {
    right: 8.33333%;
}

.el-col-push-2 {
    left: 8.33333%;
}

.el-col-3 {
    width: 12.5%;
}

.el-col-offset-3 {
    margin-left: 12.5%;
}

.el-col-pull-3 {
    right: 12.5%;
}

.el-col-push-3 {
    left: 12.5%;
}

.el-col-4 {
    width: 16.66667%;
}

.el-col-offset-4 {
    margin-left: 16.66667%;
}

.el-col-pull-4 {
    right: 16.66667%;
}

.el-col-push-4 {
    left: 16.66667%;
}

.el-col-5 {
    width: 20.83333%;
}

.el-col-offset-5 {
    margin-left: 20.83333%;
}

.el-col-pull-5 {
    right: 20.83333%;
}

.el-col-push-5 {
    left: 20.83333%;
}

.el-col-6 {
    width: 25%;
}

.el-col-offset-6 {
    margin-left: 25%;
}

.el-col-pull-6 {
    right: 25%;
}

.el-col-push-6 {
    left: 25%;
}

.el-col-7 {
    width: 29.16667%;
}

.el-col-offset-7 {
    margin-left: 29.16667%;
}

.el-col-pull-7 {
    right: 29.16667%;
}

.el-col-push-7 {
    left: 29.16667%;
}

.el-col-8 {
    width: 33.33333%;
}

.el-col-offset-8 {
    margin-left: 33.33333%;
}

.el-col-pull-8 {
    right: 33.33333%;
}

.el-col-push-8 {
    left: 33.33333%;
}

.el-col-9 {
    width: 37.5%;
}

.el-col-offset-9 {
    margin-left: 37.5%;
}

.el-col-pull-9 {
    right: 37.5%;
}

.el-col-push-9 {
    left: 37.5%;
}

.el-col-10 {
    width: 41.66667%;
}

.el-col-offset-10 {
    margin-left: 41.66667%;
}

.el-col-pull-10 {
    right: 41.66667%;
}

.el-col-push-10 {
    left: 41.66667%;
}

.el-col-11 {
    width: 45.83333%;
}

.el-col-offset-11 {
    margin-left: 45.83333%;
}

.el-col-pull-11 {
    right: 45.83333%;
}

.el-col-push-11 {
    left: 45.83333%;
}

.el-col-12 {
    width: 50%;
}

.el-col-offset-12 {
    margin-left: 50%;
}

.el-col-pull-12 {
    right: 50%;
}

.el-col-push-12 {
    position: relative;
    left: 50%;
}

.el-col-13 {
    width: 54.16667%;
}

.el-col-offset-13 {
    margin-left: 54.16667%;
}

.el-col-pull-13 {
    right: 54.16667%;
}

.el-col-push-13 {
    left: 54.16667%;
}

.el-col-14 {
    width: 58.33333%;
}

.el-col-offset-14 {
    margin-left: 58.33333%;
}

.el-col-pull-14 {
    right: 58.33333%;
}

.el-col-push-14 {
    left: 58.33333%;
}

.el-col-15 {
    width: 62.5%;
}

.el-col-offset-15 {
    margin-left: 62.5%;
}

.el-col-pull-15 {
    right: 62.5%;
}

.el-col-push-15 {
    left: 62.5%;
}

.el-col-16 {
    width: 66.66667%;
}

.el-col-offset-16 {
    margin-left: 66.66667%;
}

.el-col-pull-16 {
    right: 66.66667%;
}

.el-col-push-16 {
    left: 66.66667%;
}

.el-col-17 {
    width: 70.83333%;
}

.el-col-offset-17 {
    margin-left: 70.83333%;
}

.el-col-pull-17 {
    right: 70.83333%;
}

.el-col-push-17 {
    left: 70.83333%;
}

.el-col-18 {
    width: 75%;
}

.el-col-offset-18 {
    margin-left: 75%;
}

.el-col-pull-18 {
    right: 75%;
}

.el-col-push-18 {
    left: 75%;
}

.el-col-19 {
    width: 79.16667%;
}

.el-col-offset-19 {
    margin-left: 79.16667%;
}

.el-col-pull-19 {
    right: 79.16667%;
}

.el-col-push-19 {
    left: 79.16667%;
}

.el-col-20 {
    width: 83.33333%;
}

.el-col-offset-20 {
    margin-left: 83.33333%;
}

.el-col-pull-20 {
    right: 83.33333%;
}

.el-col-push-20 {
    left: 83.33333%;
}

.el-col-21 {
    width: 87.5%;
}

.el-col-offset-21 {
    margin-left: 87.5%;
}

.el-col-pull-21 {
    right: 87.5%;
}

.el-col-push-21 {
    left: 87.5%;
}

.el-col-22 {
    width: 91.66667%;
}

.el-col-offset-22 {
    margin-left: 91.66667%;
}

.el-col-pull-22 {
    right: 91.66667%;
}

.el-col-push-22 {
    left: 91.66667%;
}

.el-col-23 {
    width: 95.83333%;
}

.el-col-offset-23 {
    margin-left: 95.83333%;
}

.el-col-pull-23 {
    right: 95.83333%;
}

.el-col-push-23 {
    left: 95.83333%;
}

.el-col-24 {
    width: 100%;
}

.el-col-offset-24 {
    margin-left: 100%;
}

.el-col-pull-24 {
    right: 100%;
}

.el-col-push-24 {
    left: 100%;
}

@media only screen and (max-width: 768px) {
    .el-col-xs-0 {
        display: none;
    }
    .el-col-xs-1 {
        width: 4.16667%;
    }
    .el-col-xs-offset-1 {
        margin-left: 4.16667%;
    }
    .el-col-xs-pull-1 {
        position: relative;
        right: 4.16667%;
    }
    .el-col-xs-push-1 {
        position: relative;
        left: 4.16667%;
    }
    .el-col-xs-2 {
        width: 8.33333%;
    }
    .el-col-xs-offset-2 {
        margin-left: 8.33333%;
    }
    .el-col-xs-pull-2 {
        position: relative;
        right: 8.33333%;
    }
    .el-col-xs-push-2 {
        position: relative;
        left: 8.33333%;
    }
    .el-col-xs-3 {
        width: 12.5%;
    }
    .el-col-xs-offset-3 {
        margin-left: 12.5%;
    }
    .el-col-xs-pull-3 {
        position: relative;
        right: 12.5%;
    }
    .el-col-xs-push-3 {
        position: relative;
        left: 12.5%;
    }
    .el-col-xs-4 {
        width: 16.66667%;
    }
    .el-col-xs-offset-4 {
        margin-left: 16.66667%;
    }
    .el-col-xs-pull-4 {
        position: relative;
        right: 16.66667%;
    }
    .el-col-xs-push-4 {
        position: relative;
        left: 16.66667%;
    }
    .el-col-xs-5 {
        width: 20.83333%;
    }
    .el-col-xs-offset-5 {
        margin-left: 20.83333%;
    }
    .el-col-xs-pull-5 {
        position: relative;
        right: 20.83333%;
    }
    .el-col-xs-push-5 {
        position: relative;
        left: 20.83333%;
    }
    .el-col-xs-6 {
        width: 25%;
    }
    .el-col-xs-offset-6 {
        margin-left: 25%;
    }
    .el-col-xs-pull-6 {
        position: relative;
        right: 25%;
    }
    .el-col-xs-push-6 {
        position: relative;
        left: 25%;
    }
    .el-col-xs-7 {
        width: 29.16667%;
    }
    .el-col-xs-offset-7 {
        margin-left: 29.16667%;
    }
    .el-col-xs-pull-7 {
        position: relative;
        right: 29.16667%;
    }
    .el-col-xs-push-7 {
        position: relative;
        left: 29.16667%;
    }
    .el-col-xs-8 {
        width: 33.33333%;
    }
    .el-col-xs-offset-8 {
        margin-left: 33.33333%;
    }
    .el-col-xs-pull-8 {
        position: relative;
        right: 33.33333%;
    }
    .el-col-xs-push-8 {
        position: relative;
        left: 33.33333%;
    }
    .el-col-xs-9 {
        width: 37.5%;
    }
    .el-col-xs-offset-9 {
        margin-left: 37.5%;
    }
    .el-col-xs-pull-9 {
        position: relative;
        right: 37.5%;
    }
    .el-col-xs-push-9 {
        position: relative;
        left: 37.5%;
    }
    .el-col-xs-10 {
        width: 41.66667%;
    }
    .el-col-xs-offset-10 {
        margin-left: 41.66667%;
    }
    .el-col-xs-pull-10 {
        position: relative;
        right: 41.66667%;
    }
    .el-col-xs-push-10 {
        position: relative;
        left: 41.66667%;
    }
    .el-col-xs-11 {
        width: 45.83333%;
    }
    .el-col-xs-offset-11 {
        margin-left: 45.83333%;
    }
    .el-col-xs-pull-11 {
        position: relative;
        right: 45.83333%;
    }
    .el-col-xs-push-11 {
        position: relative;
        left: 45.83333%;
    }
    .el-col-xs-12 {
        width: 50%;
    }
    .el-col-xs-offset-12 {
        margin-left: 50%;
    }
    .el-col-xs-pull-12 {
        position: relative;
        right: 50%;
    }
    .el-col-xs-push-12 {
        position: relative;
        left: 50%;
    }
    .el-col-xs-13 {
        width: 54.16667%;
    }
    .el-col-xs-offset-13 {
        margin-left: 54.16667%;
    }
    .el-col-xs-pull-13 {
        position: relative;
        right: 54.16667%;
    }
    .el-col-xs-push-13 {
        position: relative;
        left: 54.16667%;
    }
    .el-col-xs-14 {
        width: 58.33333%;
    }
    .el-col-xs-offset-14 {
        margin-left: 58.33333%;
    }
    .el-col-xs-pull-14 {
        position: relative;
        right: 58.33333%;
    }
    .el-col-xs-push-14 {
        position: relative;
        left: 58.33333%;
    }
    .el-col-xs-15 {
        width: 62.5%;
    }
    .el-col-xs-offset-15 {
        margin-left: 62.5%;
    }
    .el-col-xs-pull-15 {
        position: relative;
        right: 62.5%;
    }
    .el-col-xs-push-15 {
        position: relative;
        left: 62.5%;
    }
    .el-col-xs-16 {
        width: 66.66667%;
    }
    .el-col-xs-offset-16 {
        margin-left: 66.66667%;
    }
    .el-col-xs-pull-16 {
        position: relative;
        right: 66.66667%;
    }
    .el-col-xs-push-16 {
        position: relative;
        left: 66.66667%;
    }
    .el-col-xs-17 {
        width: 70.83333%;
    }
    .el-col-xs-offset-17 {
        margin-left: 70.83333%;
    }
    .el-col-xs-pull-17 {
        position: relative;
        right: 70.83333%;
    }
    .el-col-xs-push-17 {
        position: relative;
        left: 70.83333%;
    }
    .el-col-xs-18 {
        width: 75%;
    }
    .el-col-xs-offset-18 {
        margin-left: 75%;
    }
    .el-col-xs-pull-18 {
        position: relative;
        right: 75%;
    }
    .el-col-xs-push-18 {
        position: relative;
        left: 75%;
    }
    .el-col-xs-19 {
        width: 79.16667%;
    }
    .el-col-xs-offset-19 {
        margin-left: 79.16667%;
    }
    .el-col-xs-pull-19 {
        position: relative;
        right: 79.16667%;
    }
    .el-col-xs-push-19 {
        position: relative;
        left: 79.16667%;
    }
    .el-col-xs-20 {
        width: 83.33333%;
    }
    .el-col-xs-offset-20 {
        margin-left: 83.33333%;
    }
    .el-col-xs-pull-20 {
        position: relative;
        right: 83.33333%;
    }
    .el-col-xs-push-20 {
        position: relative;
        left: 83.33333%;
    }
    .el-col-xs-21 {
        width: 87.5%;
    }
    .el-col-xs-offset-21 {
        margin-left: 87.5%;
    }
    .el-col-xs-pull-21 {
        position: relative;
        right: 87.5%;
    }
    .el-col-xs-push-21 {
        position: relative;
        left: 87.5%;
    }
    .el-col-xs-22 {
        width: 91.66667%;
    }
    .el-col-xs-offset-22 {
        margin-left: 91.66667%;
    }
    .el-col-xs-pull-22 {
        position: relative;
        right: 91.66667%;
    }
    .el-col-xs-push-22 {
        position: relative;
        left: 91.66667%;
    }
    .el-col-xs-23 {
        width: 95.83333%;
    }
    .el-col-xs-offset-23 {
        margin-left: 95.83333%;
    }
    .el-col-xs-pull-23 {
        position: relative;
        right: 95.83333%;
    }
    .el-col-xs-push-23 {
        position: relative;
        left: 95.83333%;
    }
    .el-col-xs-24 {
        width: 100%;
    }
    .el-col-xs-offset-24 {
        margin-left: 100%;
    }
    .el-col-xs-pull-24 {
        position: relative;
        right: 100%;
    }
    .el-col-xs-push-24 {
        position: relative;
        left: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .el-col-sm-0 {
        display: none;
    }
    .el-col-sm-1 {
        width: 4.16667%;
    }
    .el-col-sm-offset-1 {
        margin-left: 4.16667%;
    }
    .el-col-sm-pull-1 {
        position: relative;
        right: 4.16667%;
    }
    .el-col-sm-push-1 {
        position: relative;
        left: 4.16667%;
    }
    .el-col-sm-2 {
        width: 8.33333%;
    }
    .el-col-sm-offset-2 {
        margin-left: 8.33333%;
    }
    .el-col-sm-pull-2 {
        position: relative;
        right: 8.33333%;
    }
    .el-col-sm-push-2 {
        position: relative;
        left: 8.33333%;
    }
    .el-col-sm-3 {
        width: 12.5%;
    }
    .el-col-sm-offset-3 {
        margin-left: 12.5%;
    }
    .el-col-sm-pull-3 {
        position: relative;
        right: 12.5%;
    }
    .el-col-sm-push-3 {
        position: relative;
        left: 12.5%;
    }
    .el-col-sm-4 {
        width: 16.66667%;
    }
    .el-col-sm-offset-4 {
        margin-left: 16.66667%;
    }
    .el-col-sm-pull-4 {
        position: relative;
        right: 16.66667%;
    }
    .el-col-sm-push-4 {
        position: relative;
        left: 16.66667%;
    }
    .el-col-sm-5 {
        width: 20.83333%;
    }
    .el-col-sm-offset-5 {
        margin-left: 20.83333%;
    }
    .el-col-sm-pull-5 {
        position: relative;
        right: 20.83333%;
    }
    .el-col-sm-push-5 {
        position: relative;
        left: 20.83333%;
    }
    .el-col-sm-6 {
        width: 25%;
    }
    .el-col-sm-offset-6 {
        margin-left: 25%;
    }
    .el-col-sm-pull-6 {
        position: relative;
        right: 25%;
    }
    .el-col-sm-push-6 {
        position: relative;
        left: 25%;
    }
    .el-col-sm-7 {
        width: 29.16667%;
    }
    .el-col-sm-offset-7 {
        margin-left: 29.16667%;
    }
    .el-col-sm-pull-7 {
        position: relative;
        right: 29.16667%;
    }
    .el-col-sm-push-7 {
        position: relative;
        left: 29.16667%;
    }
    .el-col-sm-8 {
        width: 33.33333%;
    }
    .el-col-sm-offset-8 {
        margin-left: 33.33333%;
    }
    .el-col-sm-pull-8 {
        position: relative;
        right: 33.33333%;
    }
    .el-col-sm-push-8 {
        position: relative;
        left: 33.33333%;
    }
    .el-col-sm-9 {
        width: 37.5%;
    }
    .el-col-sm-offset-9 {
        margin-left: 37.5%;
    }
    .el-col-sm-pull-9 {
        position: relative;
        right: 37.5%;
    }
    .el-col-sm-push-9 {
        position: relative;
        left: 37.5%;
    }
    .el-col-sm-10 {
        width: 41.66667%;
    }
    .el-col-sm-offset-10 {
        margin-left: 41.66667%;
    }
    .el-col-sm-pull-10 {
        position: relative;
        right: 41.66667%;
    }
    .el-col-sm-push-10 {
        position: relative;
        left: 41.66667%;
    }
    .el-col-sm-11 {
        width: 45.83333%;
    }
    .el-col-sm-offset-11 {
        margin-left: 45.83333%;
    }
    .el-col-sm-pull-11 {
        position: relative;
        right: 45.83333%;
    }
    .el-col-sm-push-11 {
        position: relative;
        left: 45.83333%;
    }
    .el-col-sm-12 {
        width: 50%;
    }
    .el-col-sm-offset-12 {
        margin-left: 50%;
    }
    .el-col-sm-pull-12 {
        position: relative;
        right: 50%;
    }
    .el-col-sm-push-12 {
        position: relative;
        left: 50%;
    }
    .el-col-sm-13 {
        width: 54.16667%;
    }
    .el-col-sm-offset-13 {
        margin-left: 54.16667%;
    }
    .el-col-sm-pull-13 {
        position: relative;
        right: 54.16667%;
    }
    .el-col-sm-push-13 {
        position: relative;
        left: 54.16667%;
    }
    .el-col-sm-14 {
        width: 58.33333%;
    }
    .el-col-sm-offset-14 {
        margin-left: 58.33333%;
    }
    .el-col-sm-pull-14 {
        position: relative;
        right: 58.33333%;
    }
    .el-col-sm-push-14 {
        position: relative;
        left: 58.33333%;
    }
    .el-col-sm-15 {
        width: 62.5%;
    }
    .el-col-sm-offset-15 {
        margin-left: 62.5%;
    }
    .el-col-sm-pull-15 {
        position: relative;
        right: 62.5%;
    }
    .el-col-sm-push-15 {
        position: relative;
        left: 62.5%;
    }
    .el-col-sm-16 {
        width: 66.66667%;
    }
    .el-col-sm-offset-16 {
        margin-left: 66.66667%;
    }
    .el-col-sm-pull-16 {
        position: relative;
        right: 66.66667%;
    }
    .el-col-sm-push-16 {
        position: relative;
        left: 66.66667%;
    }
    .el-col-sm-17 {
        width: 70.83333%;
    }
    .el-col-sm-offset-17 {
        margin-left: 70.83333%;
    }
    .el-col-sm-pull-17 {
        position: relative;
        right: 70.83333%;
    }
    .el-col-sm-push-17 {
        position: relative;
        left: 70.83333%;
    }
    .el-col-sm-18 {
        width: 75%;
    }
    .el-col-sm-offset-18 {
        margin-left: 75%;
    }
    .el-col-sm-pull-18 {
        position: relative;
        right: 75%;
    }
    .el-col-sm-push-18 {
        position: relative;
        left: 75%;
    }
    .el-col-sm-19 {
        width: 79.16667%;
    }
    .el-col-sm-offset-19 {
        margin-left: 79.16667%;
    }
    .el-col-sm-pull-19 {
        position: relative;
        right: 79.16667%;
    }
    .el-col-sm-push-19 {
        position: relative;
        left: 79.16667%;
    }
    .el-col-sm-20 {
        width: 83.33333%;
    }
    .el-col-sm-offset-20 {
        margin-left: 83.33333%;
    }
    .el-col-sm-pull-20 {
        position: relative;
        right: 83.33333%;
    }
    .el-col-sm-push-20 {
        position: relative;
        left: 83.33333%;
    }
    .el-col-sm-21 {
        width: 87.5%;
    }
    .el-col-sm-offset-21 {
        margin-left: 87.5%;
    }
    .el-col-sm-pull-21 {
        position: relative;
        right: 87.5%;
    }
    .el-col-sm-push-21 {
        position: relative;
        left: 87.5%;
    }
    .el-col-sm-22 {
        width: 91.66667%;
    }
    .el-col-sm-offset-22 {
        margin-left: 91.66667%;
    }
    .el-col-sm-pull-22 {
        position: relative;
        right: 91.66667%;
    }
    .el-col-sm-push-22 {
        position: relative;
        left: 91.66667%;
    }
    .el-col-sm-23 {
        width: 95.83333%;
    }
    .el-col-sm-offset-23 {
        margin-left: 95.83333%;
    }
    .el-col-sm-pull-23 {
        position: relative;
        right: 95.83333%;
    }
    .el-col-sm-push-23 {
        position: relative;
        left: 95.83333%;
    }
    .el-col-sm-24 {
        width: 100%;
    }
    .el-col-sm-offset-24 {
        margin-left: 100%;
    }
    .el-col-sm-pull-24 {
        position: relative;
        right: 100%;
    }
    .el-col-sm-push-24 {
        position: relative;
        left: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .el-col-md-0 {
        display: none;
    }
    .el-col-md-1 {
        width: 4.16667%;
    }
    .el-col-md-offset-1 {
        margin-left: 4.16667%;
    }
    .el-col-md-pull-1 {
        position: relative;
        right: 4.16667%;
    }
    .el-col-md-push-1 {
        position: relative;
        left: 4.16667%;
    }
    .el-col-md-2 {
        width: 8.33333%;
    }
    .el-col-md-offset-2 {
        margin-left: 8.33333%;
    }
    .el-col-md-pull-2 {
        position: relative;
        right: 8.33333%;
    }
    .el-col-md-push-2 {
        position: relative;
        left: 8.33333%;
    }
    .el-col-md-3 {
        width: 12.5%;
    }
    .el-col-md-offset-3 {
        margin-left: 12.5%;
    }
    .el-col-md-pull-3 {
        position: relative;
        right: 12.5%;
    }
    .el-col-md-push-3 {
        position: relative;
        left: 12.5%;
    }
    .el-col-md-4 {
        width: 16.66667%;
    }
    .el-col-md-offset-4 {
        margin-left: 16.66667%;
    }
    .el-col-md-pull-4 {
        position: relative;
        right: 16.66667%;
    }
    .el-col-md-push-4 {
        position: relative;
        left: 16.66667%;
    }
    .el-col-md-5 {
        width: 20.83333%;
    }
    .el-col-md-offset-5 {
        margin-left: 20.83333%;
    }
    .el-col-md-pull-5 {
        position: relative;
        right: 20.83333%;
    }
    .el-col-md-push-5 {
        position: relative;
        left: 20.83333%;
    }
    .el-col-md-6 {
        width: 25%;
    }
    .el-col-md-offset-6 {
        margin-left: 25%;
    }
    .el-col-md-pull-6 {
        position: relative;
        right: 25%;
    }
    .el-col-md-push-6 {
        position: relative;
        left: 25%;
    }
    .el-col-md-7 {
        width: 29.16667%;
    }
    .el-col-md-offset-7 {
        margin-left: 29.16667%;
    }
    .el-col-md-pull-7 {
        position: relative;
        right: 29.16667%;
    }
    .el-col-md-push-7 {
        position: relative;
        left: 29.16667%;
    }
    .el-col-md-8 {
        width: 33.33333%;
    }
    .el-col-md-offset-8 {
        margin-left: 33.33333%;
    }
    .el-col-md-pull-8 {
        position: relative;
        right: 33.33333%;
    }
    .el-col-md-push-8 {
        position: relative;
        left: 33.33333%;
    }
    .el-col-md-9 {
        width: 37.5%;
    }
    .el-col-md-offset-9 {
        margin-left: 37.5%;
    }
    .el-col-md-pull-9 {
        position: relative;
        right: 37.5%;
    }
    .el-col-md-push-9 {
        position: relative;
        left: 37.5%;
    }
    .el-col-md-10 {
        width: 41.66667%;
    }
    .el-col-md-offset-10 {
        margin-left: 41.66667%;
    }
    .el-col-md-pull-10 {
        position: relative;
        right: 41.66667%;
    }
    .el-col-md-push-10 {
        position: relative;
        left: 41.66667%;
    }
    .el-col-md-11 {
        width: 45.83333%;
    }
    .el-col-md-offset-11 {
        margin-left: 45.83333%;
    }
    .el-col-md-pull-11 {
        position: relative;
        right: 45.83333%;
    }
    .el-col-md-push-11 {
        position: relative;
        left: 45.83333%;
    }
    .el-col-md-12 {
        width: 50%;
    }
    .el-col-md-offset-12 {
        margin-left: 50%;
    }
    .el-col-md-pull-12 {
        position: relative;
        right: 50%;
    }
    .el-col-md-push-12 {
        position: relative;
        left: 50%;
    }
    .el-col-md-13 {
        width: 54.16667%;
    }
    .el-col-md-offset-13 {
        margin-left: 54.16667%;
    }
    .el-col-md-pull-13 {
        position: relative;
        right: 54.16667%;
    }
    .el-col-md-push-13 {
        position: relative;
        left: 54.16667%;
    }
    .el-col-md-14 {
        width: 58.33333%;
    }
    .el-col-md-offset-14 {
        margin-left: 58.33333%;
    }
    .el-col-md-pull-14 {
        position: relative;
        right: 58.33333%;
    }
    .el-col-md-push-14 {
        position: relative;
        left: 58.33333%;
    }
    .el-col-md-15 {
        width: 62.5%;
    }
    .el-col-md-offset-15 {
        margin-left: 62.5%;
    }
    .el-col-md-pull-15 {
        position: relative;
        right: 62.5%;
    }
    .el-col-md-push-15 {
        position: relative;
        left: 62.5%;
    }
    .el-col-md-16 {
        width: 66.66667%;
    }
    .el-col-md-offset-16 {
        margin-left: 66.66667%;
    }
    .el-col-md-pull-16 {
        position: relative;
        right: 66.66667%;
    }
    .el-col-md-push-16 {
        position: relative;
        left: 66.66667%;
    }
    .el-col-md-17 {
        width: 70.83333%;
    }
    .el-col-md-offset-17 {
        margin-left: 70.83333%;
    }
    .el-col-md-pull-17 {
        position: relative;
        right: 70.83333%;
    }
    .el-col-md-push-17 {
        position: relative;
        left: 70.83333%;
    }
    .el-col-md-18 {
        width: 75%;
    }
    .el-col-md-offset-18 {
        margin-left: 75%;
    }
    .el-col-md-pull-18 {
        position: relative;
        right: 75%;
    }
    .el-col-md-push-18 {
        position: relative;
        left: 75%;
    }
    .el-col-md-19 {
        width: 79.16667%;
    }
    .el-col-md-offset-19 {
        margin-left: 79.16667%;
    }
    .el-col-md-pull-19 {
        position: relative;
        right: 79.16667%;
    }
    .el-col-md-push-19 {
        position: relative;
        left: 79.16667%;
    }
    .el-col-md-20 {
        width: 83.33333%;
    }
    .el-col-md-offset-20 {
        margin-left: 83.33333%;
    }
    .el-col-md-pull-20 {
        position: relative;
        right: 83.33333%;
    }
    .el-col-md-push-20 {
        position: relative;
        left: 83.33333%;
    }
    .el-col-md-21 {
        width: 87.5%;
    }
    .el-col-md-offset-21 {
        margin-left: 87.5%;
    }
    .el-col-md-pull-21 {
        position: relative;
        right: 87.5%;
    }
    .el-col-md-push-21 {
        position: relative;
        left: 87.5%;
    }
    .el-col-md-22 {
        width: 91.66667%;
    }
    .el-col-md-offset-22 {
        margin-left: 91.66667%;
    }
    .el-col-md-pull-22 {
        position: relative;
        right: 91.66667%;
    }
    .el-col-md-push-22 {
        position: relative;
        left: 91.66667%;
    }
    .el-col-md-23 {
        width: 95.83333%;
    }
    .el-col-md-offset-23 {
        margin-left: 95.83333%;
    }
    .el-col-md-pull-23 {
        position: relative;
        right: 95.83333%;
    }
    .el-col-md-push-23 {
        position: relative;
        left: 95.83333%;
    }
    .el-col-md-24 {
        width: 100%;
    }
    .el-col-md-offset-24 {
        margin-left: 100%;
    }
    .el-col-md-pull-24 {
        position: relative;
        right: 100%;
    }
    .el-col-md-push-24 {
        position: relative;
        left: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .el-col-lg-0 {
        display: none;
    }
    .el-col-lg-1 {
        width: 4.16667%;
    }
    .el-col-lg-offset-1 {
        margin-left: 4.16667%;
    }
    .el-col-lg-pull-1 {
        position: relative;
        right: 4.16667%;
    }
    .el-col-lg-push-1 {
        position: relative;
        left: 4.16667%;
    }
    .el-col-lg-2 {
        width: 8.33333%;
    }
    .el-col-lg-offset-2 {
        margin-left: 8.33333%;
    }
    .el-col-lg-pull-2 {
        position: relative;
        right: 8.33333%;
    }
    .el-col-lg-push-2 {
        position: relative;
        left: 8.33333%;
    }
    .el-col-lg-3 {
        width: 12.5%;
    }
    .el-col-lg-offset-3 {
        margin-left: 12.5%;
    }
    .el-col-lg-pull-3 {
        position: relative;
        right: 12.5%;
    }
    .el-col-lg-push-3 {
        position: relative;
        left: 12.5%;
    }
    .el-col-lg-4 {
        width: 16.66667%;
    }
    .el-col-lg-offset-4 {
        margin-left: 16.66667%;
    }
    .el-col-lg-pull-4 {
        position: relative;
        right: 16.66667%;
    }
    .el-col-lg-push-4 {
        position: relative;
        left: 16.66667%;
    }
    .el-col-lg-5 {
        width: 20.83333%;
    }
    .el-col-lg-offset-5 {
        margin-left: 20.83333%;
    }
    .el-col-lg-pull-5 {
        position: relative;
        right: 20.83333%;
    }
    .el-col-lg-push-5 {
        position: relative;
        left: 20.83333%;
    }
    .el-col-lg-6 {
        width: 25%;
    }
    .el-col-lg-offset-6 {
        margin-left: 25%;
    }
    .el-col-lg-pull-6 {
        position: relative;
        right: 25%;
    }
    .el-col-lg-push-6 {
        position: relative;
        left: 25%;
    }
    .el-col-lg-7 {
        width: 29.16667%;
    }
    .el-col-lg-offset-7 {
        margin-left: 29.16667%;
    }
    .el-col-lg-pull-7 {
        position: relative;
        right: 29.16667%;
    }
    .el-col-lg-push-7 {
        position: relative;
        left: 29.16667%;
    }
    .el-col-lg-8 {
        width: 33.33333%;
    }
    .el-col-lg-offset-8 {
        margin-left: 33.33333%;
    }
    .el-col-lg-pull-8 {
        position: relative;
        right: 33.33333%;
    }
    .el-col-lg-push-8 {
        position: relative;
        left: 33.33333%;
    }
    .el-col-lg-9 {
        width: 37.5%;
    }
    .el-col-lg-offset-9 {
        margin-left: 37.5%;
    }
    .el-col-lg-pull-9 {
        position: relative;
        right: 37.5%;
    }
    .el-col-lg-push-9 {
        position: relative;
        left: 37.5%;
    }
    .el-col-lg-10 {
        width: 41.66667%;
    }
    .el-col-lg-offset-10 {
        margin-left: 41.66667%;
    }
    .el-col-lg-pull-10 {
        position: relative;
        right: 41.66667%;
    }
    .el-col-lg-push-10 {
        position: relative;
        left: 41.66667%;
    }
    .el-col-lg-11 {
        width: 45.83333%;
    }
    .el-col-lg-offset-11 {
        margin-left: 45.83333%;
    }
    .el-col-lg-pull-11 {
        position: relative;
        right: 45.83333%;
    }
    .el-col-lg-push-11 {
        position: relative;
        left: 45.83333%;
    }
    .el-col-lg-12 {
        width: 50%;
    }
    .el-col-lg-offset-12 {
        margin-left: 50%;
    }
    .el-col-lg-pull-12 {
        position: relative;
        right: 50%;
    }
    .el-col-lg-push-12 {
        position: relative;
        left: 50%;
    }
    .el-col-lg-13 {
        width: 54.16667%;
    }
    .el-col-lg-offset-13 {
        margin-left: 54.16667%;
    }
    .el-col-lg-pull-13 {
        position: relative;
        right: 54.16667%;
    }
    .el-col-lg-push-13 {
        position: relative;
        left: 54.16667%;
    }
    .el-col-lg-14 {
        width: 58.33333%;
    }
    .el-col-lg-offset-14 {
        margin-left: 58.33333%;
    }
    .el-col-lg-pull-14 {
        position: relative;
        right: 58.33333%;
    }
    .el-col-lg-push-14 {
        position: relative;
        left: 58.33333%;
    }
    .el-col-lg-15 {
        width: 62.5%;
    }
    .el-col-lg-offset-15 {
        margin-left: 62.5%;
    }
    .el-col-lg-pull-15 {
        position: relative;
        right: 62.5%;
    }
    .el-col-lg-push-15 {
        position: relative;
        left: 62.5%;
    }
    .el-col-lg-16 {
        width: 66.66667%;
    }
    .el-col-lg-offset-16 {
        margin-left: 66.66667%;
    }
    .el-col-lg-pull-16 {
        position: relative;
        right: 66.66667%;
    }
    .el-col-lg-push-16 {
        position: relative;
        left: 66.66667%;
    }
    .el-col-lg-17 {
        width: 70.83333%;
    }
    .el-col-lg-offset-17 {
        margin-left: 70.83333%;
    }
    .el-col-lg-pull-17 {
        position: relative;
        right: 70.83333%;
    }
    .el-col-lg-push-17 {
        position: relative;
        left: 70.83333%;
    }
    .el-col-lg-18 {
        width: 75%;
    }
    .el-col-lg-offset-18 {
        margin-left: 75%;
    }
    .el-col-lg-pull-18 {
        position: relative;
        right: 75%;
    }
    .el-col-lg-push-18 {
        position: relative;
        left: 75%;
    }
    .el-col-lg-19 {
        width: 79.16667%;
    }
    .el-col-lg-offset-19 {
        margin-left: 79.16667%;
    }
    .el-col-lg-pull-19 {
        position: relative;
        right: 79.16667%;
    }
    .el-col-lg-push-19 {
        position: relative;
        left: 79.16667%;
    }
    .el-col-lg-20 {
        width: 83.33333%;
    }
    .el-col-lg-offset-20 {
        margin-left: 83.33333%;
    }
    .el-col-lg-pull-20 {
        position: relative;
        right: 83.33333%;
    }
    .el-col-lg-push-20 {
        position: relative;
        left: 83.33333%;
    }
    .el-col-lg-21 {
        width: 87.5%;
    }
    .el-col-lg-offset-21 {
        margin-left: 87.5%;
    }
    .el-col-lg-pull-21 {
        position: relative;
        right: 87.5%;
    }
    .el-col-lg-push-21 {
        position: relative;
        left: 87.5%;
    }
    .el-col-lg-22 {
        width: 91.66667%;
    }
    .el-col-lg-offset-22 {
        margin-left: 91.66667%;
    }
    .el-col-lg-pull-22 {
        position: relative;
        right: 91.66667%;
    }
    .el-col-lg-push-22 {
        position: relative;
        left: 91.66667%;
    }
    .el-col-lg-23 {
        width: 95.83333%;
    }
    .el-col-lg-offset-23 {
        margin-left: 95.83333%;
    }
    .el-col-lg-pull-23 {
        position: relative;
        right: 95.83333%;
    }
    .el-col-lg-push-23 {
        position: relative;
        left: 95.83333%;
    }
    .el-col-lg-24 {
        width: 100%;
    }
    .el-col-lg-offset-24 {
        margin-left: 100%;
    }
    .el-col-lg-pull-24 {
        position: relative;
        right: 100%;
    }
    .el-col-lg-push-24 {
        position: relative;
        left: 100%;
    }
}

@media only screen and (min-width: 1920px) {
    .el-col-xl-0 {
        display: none;
    }
    .el-col-xl-1 {
        width: 4.16667%;
    }
    .el-col-xl-offset-1 {
        margin-left: 4.16667%;
    }
    .el-col-xl-pull-1 {
        position: relative;
        right: 4.16667%;
    }
    .el-col-xl-push-1 {
        position: relative;
        left: 4.16667%;
    }
    .el-col-xl-2 {
        width: 8.33333%;
    }
    .el-col-xl-offset-2 {
        margin-left: 8.33333%;
    }
    .el-col-xl-pull-2 {
        position: relative;
        right: 8.33333%;
    }
    .el-col-xl-push-2 {
        position: relative;
        left: 8.33333%;
    }
    .el-col-xl-3 {
        width: 12.5%;
    }
    .el-col-xl-offset-3 {
        margin-left: 12.5%;
    }
    .el-col-xl-pull-3 {
        position: relative;
        right: 12.5%;
    }
    .el-col-xl-push-3 {
        position: relative;
        left: 12.5%;
    }
    .el-col-xl-4 {
        width: 16.66667%;
    }
    .el-col-xl-offset-4 {
        margin-left: 16.66667%;
    }
    .el-col-xl-pull-4 {
        position: relative;
        right: 16.66667%;
    }
    .el-col-xl-push-4 {
        position: relative;
        left: 16.66667%;
    }
    .el-col-xl-5 {
        width: 20.83333%;
    }
    .el-col-xl-offset-5 {
        margin-left: 20.83333%;
    }
    .el-col-xl-pull-5 {
        position: relative;
        right: 20.83333%;
    }
    .el-col-xl-push-5 {
        position: relative;
        left: 20.83333%;
    }
    .el-col-xl-6 {
        width: 25%;
    }
    .el-col-xl-offset-6 {
        margin-left: 25%;
    }
    .el-col-xl-pull-6 {
        position: relative;
        right: 25%;
    }
    .el-col-xl-push-6 {
        position: relative;
        left: 25%;
    }
    .el-col-xl-7 {
        width: 29.16667%;
    }
    .el-col-xl-offset-7 {
        margin-left: 29.16667%;
    }
    .el-col-xl-pull-7 {
        position: relative;
        right: 29.16667%;
    }
    .el-col-xl-push-7 {
        position: relative;
        left: 29.16667%;
    }
    .el-col-xl-8 {
        width: 33.33333%;
    }
    .el-col-xl-offset-8 {
        margin-left: 33.33333%;
    }
    .el-col-xl-pull-8 {
        position: relative;
        right: 33.33333%;
    }
    .el-col-xl-push-8 {
        position: relative;
        left: 33.33333%;
    }
    .el-col-xl-9 {
        width: 37.5%;
    }
    .el-col-xl-offset-9 {
        margin-left: 37.5%;
    }
    .el-col-xl-pull-9 {
        position: relative;
        right: 37.5%;
    }
    .el-col-xl-push-9 {
        position: relative;
        left: 37.5%;
    }
    .el-col-xl-10 {
        width: 41.66667%;
    }
    .el-col-xl-offset-10 {
        margin-left: 41.66667%;
    }
    .el-col-xl-pull-10 {
        position: relative;
        right: 41.66667%;
    }
    .el-col-xl-push-10 {
        position: relative;
        left: 41.66667%;
    }
    .el-col-xl-11 {
        width: 45.83333%;
    }
    .el-col-xl-offset-11 {
        margin-left: 45.83333%;
    }
    .el-col-xl-pull-11 {
        position: relative;
        right: 45.83333%;
    }
    .el-col-xl-push-11 {
        position: relative;
        left: 45.83333%;
    }
    .el-col-xl-12 {
        width: 50%;
    }
    .el-col-xl-offset-12 {
        margin-left: 50%;
    }
    .el-col-xl-pull-12 {
        position: relative;
        right: 50%;
    }
    .el-col-xl-push-12 {
        position: relative;
        left: 50%;
    }
    .el-col-xl-13 {
        width: 54.16667%;
    }
    .el-col-xl-offset-13 {
        margin-left: 54.16667%;
    }
    .el-col-xl-pull-13 {
        position: relative;
        right: 54.16667%;
    }
    .el-col-xl-push-13 {
        position: relative;
        left: 54.16667%;
    }
    .el-col-xl-14 {
        width: 58.33333%;
    }
    .el-col-xl-offset-14 {
        margin-left: 58.33333%;
    }
    .el-col-xl-pull-14 {
        position: relative;
        right: 58.33333%;
    }
    .el-col-xl-push-14 {
        position: relative;
        left: 58.33333%;
    }
    .el-col-xl-15 {
        width: 62.5%;
    }
    .el-col-xl-offset-15 {
        margin-left: 62.5%;
    }
    .el-col-xl-pull-15 {
        position: relative;
        right: 62.5%;
    }
    .el-col-xl-push-15 {
        position: relative;
        left: 62.5%;
    }
    .el-col-xl-16 {
        width: 66.66667%;
    }
    .el-col-xl-offset-16 {
        margin-left: 66.66667%;
    }
    .el-col-xl-pull-16 {
        position: relative;
        right: 66.66667%;
    }
    .el-col-xl-push-16 {
        position: relative;
        left: 66.66667%;
    }
    .el-col-xl-17 {
        width: 70.83333%;
    }
    .el-col-xl-offset-17 {
        margin-left: 70.83333%;
    }
    .el-col-xl-pull-17 {
        position: relative;
        right: 70.83333%;
    }
    .el-col-xl-push-17 {
        position: relative;
        left: 70.83333%;
    }
    .el-col-xl-18 {
        width: 75%;
    }
    .el-col-xl-offset-18 {
        margin-left: 75%;
    }
    .el-col-xl-pull-18 {
        position: relative;
        right: 75%;
    }
    .el-col-xl-push-18 {
        position: relative;
        left: 75%;
    }
    .el-col-xl-19 {
        width: 79.16667%;
    }
    .el-col-xl-offset-19 {
        margin-left: 79.16667%;
    }
    .el-col-xl-pull-19 {
        position: relative;
        right: 79.16667%;
    }
    .el-col-xl-push-19 {
        position: relative;
        left: 79.16667%;
    }
    .el-col-xl-20 {
        width: 83.33333%;
    }
    .el-col-xl-offset-20 {
        margin-left: 83.33333%;
    }
    .el-col-xl-pull-20 {
        position: relative;
        right: 83.33333%;
    }
    .el-col-xl-push-20 {
        position: relative;
        left: 83.33333%;
    }
    .el-col-xl-21 {
        width: 87.5%;
    }
    .el-col-xl-offset-21 {
        margin-left: 87.5%;
    }
    .el-col-xl-pull-21 {
        position: relative;
        right: 87.5%;
    }
    .el-col-xl-push-21 {
        position: relative;
        left: 87.5%;
    }
    .el-col-xl-22 {
        width: 91.66667%;
    }
    .el-col-xl-offset-22 {
        margin-left: 91.66667%;
    }
    .el-col-xl-pull-22 {
        position: relative;
        right: 91.66667%;
    }
    .el-col-xl-push-22 {
        position: relative;
        left: 91.66667%;
    }
    .el-col-xl-23 {
        width: 95.83333%;
    }
    .el-col-xl-offset-23 {
        margin-left: 95.83333%;
    }
    .el-col-xl-pull-23 {
        position: relative;
        right: 95.83333%;
    }
    .el-col-xl-push-23 {
        position: relative;
        left: 95.83333%;
    }
    .el-col-xl-24 {
        width: 100%;
    }
    .el-col-xl-offset-24 {
        margin-left: 100%;
    }
    .el-col-xl-pull-24 {
        position: relative;
        right: 100%;
    }
    .el-col-xl-push-24 {
        position: relative;
        left: 100%;
    }
}
.tab-wrapper .tab-bar[_v-2d6c5582] {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
.tab-wrapper .tab-bar .tab-item[_v-2d6c5582] {
  padding: 0 17px;
  font-size: 14px;
  color: #666;
  position: relative;
}
.tab-wrapper .tab-bar .tab-item-active[_v-2d6c5582] {
  color: #000;
  position: relative;
}
.tab-wrapper .tab-bar .tab-item-active[_v-2d6c5582]:after {
  content: ' ';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000;
  left: 50%;
  margin-left: -15px;
  top: 38px;
  border-radius: 2px;
  z-index: 1;
}
.scrolllist-wrapper[_v-1399c0d1] {
  position: relative;
  background: #f5f5f5;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.scrolllist-wrapper .scrolllist-scroll-list-wrapper[_v-1399c0d1] {
  -ms-flex: 1;
      flex: 1;
  background: #f5f5f5;
}
.scrolllist-wrapper .scrolllist-pullup-wrapper[_v-1399c0d1] {
  font-size: 12px;
  color: #999;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.scrolllist-wrapper .scrolllist-pullup-wrapper[_v-1399c0d1] {
  height: 40px;
  line-height: 40px;
}
.scrolllist-wrapper .resize-listener[_v-1399c0d1] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10000;
  overflow: hidden;
  visibility: hidden;
}
.scrolllist-wrapper .resize-listener div[_v-1399c0d1] {
  transition: 0s;
  animation: none;
}
.scrolllist-wrapper .resize-listener .resize-enlarge[_v-1399c0d1] {
  width: 100000px;
  height: 100000px;
}
.scrolllist-wrapper .resize-listener .resize-shrink[_v-1399c0d1] {
  width: 200%;
  height: 200%;
}
.roll-ready-container[_v-2df58393],
.roll-trigger-container[_v-2df58393],
.rolling-container[_v-2df58393] {
  position: relative;
  left: -10px;
  top: -10px;
}
.roll-ready-container .roll-ready-point[_v-2df58393] {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #aaa;
  top: 15px;
  left: 10px;
}
.roll-ready-container .top-point[_v-2df58393] {
  top: 13px;
}
.roll-ready-container .right-point[_v-2df58393] {
  left: 12px;
}
.roll-ready-container .bottom-point[_v-2df58393] {
  top: 17px;
}
.roll-ready-container .left-point[_v-2df58393] {
  left: 8px;
}
.roll-trigger-container .roll-ready-point[_v-2df58393] {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #aaa;
  top: 10px;
  left: 10px;
}
.roll-trigger-container .top-point[_v-2df58393] {
  top: 2px;
  animation: rollTop 0.3s linear 1;
}
.roll-trigger-container .right-point[_v-2df58393] {
  left: 18px;
  animation: rollRight 0.3s linear 1;
}
.roll-trigger-container .bottom-point[_v-2df58393] {
  top: 18px;
  animation: rollBottom 0.3s linear 1;
}
.roll-trigger-container .left-point[_v-2df58393] {
  left: 2px;
  animation: rollLeft 0.3s linear 1;
}
.rolling-container .circle[_v-2df58393] {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform-origin: 50% 50%;
}
.rolling-container .left-bottom-wrapper[_v-2df58393] {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform-origin: 100% 50%;
  animation: wrapper-animation 1s linear infinite;
}
.rolling-container .left-bottom-wrapper .left-bottom-circle[_v-2df58393] {
  border-bottom: 2px solid #aaa;
  left: 0;
  transform: rotate(-30deg);
  animation: left-bottom-circle-animation 2s linear infinite;
}
.rolling-container .left-top-wrapper[_v-2df58393] {
  width: 20px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform-origin: 50% 100%;
  animation: wrapper-animation 1s linear infinite;
}
.rolling-container .left-top-wrapper .left-top-circle[_v-2df58393] {
  border-top: 2px solid #aaa;
  left: 0;
  transform: rotate(-120deg);
  animation: left-top-circle-animation 2s linear infinite;
}
.rolling-container .right-bottom-wrapper[_v-2df58393] {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 10px;
  overflow: hidden;
  transform-origin: 0 50%;
  animation: wrapper-animation 1s linear infinite;
}
.rolling-container .right-bottom-wrapper .right-bottom-circle[_v-2df58393] {
  border-top: 2px solid #aaa;
  left: -10px;
  transform: rotate(-30deg);
  animation: right-bottom-circle-animation 2s linear infinite;
}
.rolling-container .right-top-wrapper[_v-2df58393] {
  width: 20px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  overflow: hidden;
  transform-origin: 50% 0;
  animation: wrapper-animation 1s linear infinite;
}
.rolling-container .right-top-wrapper .right-top-circle[_v-2df58393] {
  border-bottom: 2px solid #aaa;
  top: -10px;
  transform: rotate(-120deg);
  animation: right-top-circle-animation 2s linear infinite;
}
@keyframes left-top-circle-animation {
  0% {
    transform: rotate(-120deg);
  }
  13% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  53% {
    transform: rotate(-45deg);
  }
  75% {
    transform: rotate(-120deg);
  }
  100% {
    transform: rotate(-120deg);
  }
}
@keyframes left-bottom-circle-animation {
  0% {
    transform: rotate(-30deg);
  }
  13% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(135deg);
  }
  53% {
    transform: rotate(45deg);
  }
  75% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
@keyframes right-bottom-circle-animation {
  0% {
    transform: rotate(-30deg);
  }
  13% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(135deg);
  }
  53% {
    transform: rotate(45deg);
  }
  75% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
@keyframes right-top-circle-animation {
  0% {
    transform: rotate(-120deg);
  }
  13% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  53% {
    transform: rotate(-45deg);
  }
  75% {
    transform: rotate(-120deg);
  }
  100% {
    transform: rotate(-120deg);
  }
}
@keyframes wrapper-animation {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(355deg);
  }
}
@keyframes rollTop {
  0% {
    top: 8px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 2px;
  }
}
@keyframes rollRight {
  0% {
    left: 12px;
  }
  90% {
    left: 20px;
  }
  100% {
    left: 18px;
  }
}
@keyframes rollBottom {
  0% {
    top: 12px;
  }
  90% {
    top: 20px;
  }
  100% {
    top: 18px;
  }
}
@keyframes rollLeft {
  0% {
    left: 8px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: 2px;
  }
}



































































































































































.upload-btn {
    background: none;
    border: none;
    outline: none;
}





























.tb-img-preview {
    display: -ms-flexbox;
    display: flex;
    margin-left: 17px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8px;
}
.tb-img-item {
    margin: 0 8px 8px 0;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    color: #d0d2d4;
    font-family: arial;
    font-size: 40px;
    position: relative;
}
.tb-img-span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
    width: 84px;
    height: 84px;
    display: inline-block;
}
.tb-img-close {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 3px;
    right: 2px;
}
.tb-img-close:before,
.tb-img-close:after {
    background-color: #d5d6d8;
}
.tb-img-closespan {
    background-image: url(//tb2.bdstatic.com/tb/mobile/tbwisecommon/img/components/common/file-upload/images/icon_post_image_delete_n@3x.png);
    height: 21px;
    width: 21px;
    margin-left: 8px;
    background-size: contain;
    display: block;
}
.tb-img-add {
    width: 80px;
    height: 80px;
    border: 1px dashed #ccc;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.tb-img-addspan {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
}
.tb-img-addspan:before,
.tb-img-addspan:after {
    content: "";
    position: absolute;
    background: #dfdfdf;
    left: 50%;
    top: 50%;
}
.tb-img-addspan:before {
    height: 40px;
    width: 1px;
    margin-left: 20px;
}
.tb-img-addspan:after {
    height: 1px;
    width: 40px;
    margin-top: 20px;
}
































































.top-bar[_v-a7c9eb6a] {
    background: #fff;
    width: 100%;
    height: 44px;
    position: fixed;
    top: 0;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
}
.top-bar-index-left[_v-a7c9eb6a],
.top-bar-index-right[_v-a7c9eb6a] {
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-top: 10px;
}
.top-bar-index-left[_v-a7c9eb6a] {
    float: left;
    margin-left: 17px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAgtJREFUOBGlVL9LQlEU9l155arU6FQJLSHpEwX7tTVoNOTYklP0H9Qi1pqD0NrSVC3h1Bxo4o9JqMXBIKIyastB1L5P3hWfT+1lFw7nvvPje/ece76r2EYsn8+n2u32lXa7vaAoigu6Dv0YiUTuE4lEe0SaTRl0hMNhZ6PROIQ9TgDoSqfT+YSehSxD3JA0JFUul7+hDcsAGAgEQq1W6xoRGYfDcZLNZl8M0fgIhULzzWYziZ9oqqpu5fN5/tS8CIYy3zRN2zR7zRa/378LeUWex+RlmQB7tgomAQC4h7yHWCw2JW2CG71nmWKxeCsdVnSpVDpHn6u1Wm1fxgveJj7i7Jk0/kULIZKYgAOZIzgavM1hFyCDxulCoVCCf1r2UnDOYKiMS7Lgq2A6iGMTOJ1LnzMLecNDgPGF0p1dQDIAGw7tf9YMkj8IwBNyMMmAiRaqIzm8GPLugAtyEwY3bntuEkRcxipA33O53BPzhU70NE56PAkgWsa8lMztDjYN5CbpJB1WNOL5iKjRaPTCFB8MBhfJTdLJ5BxiQNwR2tSEbPe7B18bD+bpBuVXyQB9aHvxvAD2TC9TRdwpbGeIjYG2dww0ANJAopObSCKdpiEVJMr30MsLgC3FMtl/nHAD35cA3SGoCRDO3iKdyAAAuiB1joa8zV4QNih/HT+6IuhYwP6k3/Z4+tZQ1dIP0QbRd0pHthoAAAAASUVORK5CYII=) no-repeat;
}
.top-bar-index-right[_v-a7c9eb6a] {
    float: right;
    margin-right: 17px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAAXNSR0IArs4c6QAAAeRJREFUOBHlVL1LAmEY704JSQkUo8jJTeiLUDQSwSGXaGkQ+qL/wj+goakhaGloaI3cC2xxTNOhKEenIIIzB0+UIO33kzt577w7q7UXXt7nfX4f995z9z6uiTEjm81Oer3ew1AotJpMJmsYX04StxNIrF6vX0qSNK/FG1j3GdsN2Q5gPh6Pr/T7/XWEb5yME4nEMjG7IVkB6XTap6rqCQw2cborcF403gJyO8jd+Hy+XLFYVM36EcNoNBoE6R6iOyuR8LAMeGvValUxmxr2MLyOxWLHhqTFhhxyzZChhqjZFgiRcDh8ZCaa9xonommGsMGw1+sdyLJ8ms/nP4cMm4AccqkRKQZDFHwJpJJIcIrJpUbkGAzxIQJ44odIcIrJpUbkGAxF4K/xfzbkDcAX8/y2dtRQq+sGNUylUjO4uxV8sdtyufyug+NWcqmhlh7kDww7nc4Z4kKlUtkDoT/OSMfJpYZazWNCwn2cAqBgLvr9/h+fTjfl2mw2Z/Hqz5hBN/72afygXWyeGo3GkIcHsBPJyIsdmmlzTtd06TXSvnRUa2M1l8uVQa0eUXh3q9W6AK6gZeV0nnm1NSQRnWQbpz9HyI49h/kQCAR2C4VCG7HlcDSkAifztNvtCF5HKZVKr5YuQvIbdPzH0qKuKekAAAAASUVORK5CYII=) no-repeat;
}
.fade-enter-active[_v-0ddeab63],
.fade-leave-active[_v-0ddeab63] {
  transition: opacity 0.5s;
}
.fade-enter[_v-0ddeab63],
.fade-leave-to[_v-0ddeab63] {
  opacity: 0;
}
.tb-toast[_v-0ddeab63] {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  min-width: 106px;
  padding: 7px;
  border-radius: 4px;
  background: rgba(0,0,0,0.8);
  text-align: center;
  z-index: 999;
}
.tb-toast img[_v-0ddeab63] {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  margin-top: 20px;
}
.tb-toast span[_v-0ddeab63] {
  line-height: 18px;
  color: #fff;
  font-size: 14px;
  margin: 0;
}






























































.tb-overlay[_v-46c86c96] {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}
.tb-overlay-container[_v-46c86c96] {
    width: 100%;
    height: 100%;
}
.poster-title[_v-ec819f1a] {
  overflow: hidden;
  padding: 2px 17px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #fff;
  position: fixed;
  width: 94%;
  top: 0;
  z-index: 200;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transform: translateZ(0);
}
.poster-title[_v-ec819f1a]::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform: scaleY(0.5);
  background-color: #eee;
  content: ' ';
}
.poster-title-content[_v-ec819f1a] {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  color: #000;
}
.poster-title-content span[_v-ec819f1a] {
  display: inline-block;
  max-width: 46%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.poster-title-right .menu[_v-ec819f1a] {
  transform: rotate(90deg);
}
.poster-title-right .menu-btn[_v-ec819f1a] {
  position: relative;
}
.poster-title-right .menu-btn .msg-icon[_v-ec819f1a] {
  position: absolute;
  right: 4px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f34f18;
}
.poster-title-left button[_v-ec819f1a],
.poster-title-right button[_v-ec819f1a] {
  width: 44px;
  height: 44px;
  display: inline-block;
}
.poster-title-left button svg[_v-ec819f1a],
.poster-title-right button svg[_v-ec819f1a] {
  width: 24px;
  height: 24px;
}


















.tb-button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
































































































































































/* @import '~@/assets/stylus/variable' */

@keyframes fade-close {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes fade-open {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fade-close-backdrop {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-open-backdrop {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.fade-enter-active[_v-51b08e13] {
    animation: fade-open-backdrop 0.4s ease-out;
}

.fade-enter-active .tb-footer-popup[_v-51b08e13] {
    animation: fade-open 0.4s ease;
}

.fade-leave-active[_v-51b08e13] {
    animation: fade-close-backdrop 0.4s ease-out;
}

.fade-leave-active .tb-footer-popup[_v-51b08e13] {
    animation: fade-close 0.4s ease;
}

.fade-enter[_v-51b08e13],
.fade-leave-active[_v-51b08e13] {
    opacity: 0;
}

.tb-footer-popup[_v-51b08e13] {
    position: absolute;
    background-color: #fff;
}
.tb-footer-popup .tb-btn[_v-51b08e13]:active {
    background: #f5f5f5;
}
.tb-footer-popup .tb-btn .tb-sure-btn[_v-51b08e13] {
    color: #000;
}

.tb-footer-popup .tb-btn .tb-cancel-btn[_v-51b08e13] {
    color: #333;
}

.tb-footer-popup.common[_v-51b08e13] {
    width: 100%;
    left: 0;
    bottom: 0;
}
.tb-footer-popup.common .tb-footer-popup-content[_v-51b08e13] {
    position: relative;
}

.tb-footer-popup.common .tb-footer-popup-message[_v-51b08e13] {
    height: 48px;
    padding: 0px 27px;
    font-size: 12px;
    line-height: 48px;
    color: #666;
}

.tb-footer-popup.common .tb-footer-popup-btns-container[_v-51b08e13] {
    font-size: 0;
}
.tb-footer-popup.common .tb-footer-popup-btns-container .tb-btn[_v-51b08e13] {
    display: inline-block;
    width: 100%;
    height: 48px;
    border-top: 1px solid #f0f0f0;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
}

.tb-footer-popup.special[_v-51b08e13] {
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.tb-footer-popup.special .tb-footer-popup-header[_v-51b08e13] {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 60px;
    overflow: hidden;
}

.tb-footer-popup.special .tb-footer-popup-header-title[_v-51b08e13] {
    font-size: 12px;
}
.tb-footer-popup.special .tb-footer-popup-header .tb-btn[_v-51b08e13] {
    font-size: 14px;
    line-height: 48px;
    color: #3385ff;
    position: absolute;
    top: 0;
    width: 62px;
    text-align: center;
}
.tb-footer-popup.special .tb-footer-popup-header .tb-footer-popup-message[_v-51b08e13] {
    color: #999;
    font-size: 12px;
}
.tb-footer-popup.special .tb-footer-popup-header .tb-btn.tb-sure-btn[_v-51b08e13] {
    right: 0px;
}
.tb-footer-popup.special .tb-footer-popup-header .tb-btn.tb-cancel-btn[_v-51b08e13] {
    left: 0px;
}



























































































































































































/* @import '~@/assets/stylus/variable' */
.fade-enter-active[_v-0c8e2e95],
.fade-leave-active[_v-0c8e2e95] {
    transition: opacity 0.5s;
}
.fade-enter[_v-0c8e2e95],
.fade-leave-to[_v-0c8e2e95] {
    opacity: 0;
}
.tb-confirm[_v-0c8e2e95] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    width: calc(100% - 34px);
    border-radius: 4px;
}
.tb-confirm-img[_v-0c8e2e95] {
    width: 100%;
    height: auto;
}
.tb-confirm-cancel-out-btn[_v-0c8e2e95] {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin: 20px 0 0 -25px;
    background: #666;
}
.tb-confirm-normal[_v-0c8e2e95] {
    background: #fff;
    border-radius: 4px;
}
.tb-confirm-title[_v-0c8e2e95] {
    padding: 28px 0 20px 0;
    font-size: 24px;
    color: #333;
    line-height: 24px;
    text-align: center;
    margin: 0;
}
.tb-confirm-content[_v-0c8e2e95] {
    padding: 0 27px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    max-height: 192px;
    overflow: auto;
}
.tb-confirm-content p[_v-0c8e2e95] {
    margin: 0;
}

.tb-confirm-footer[_v-0c8e2e95] {
    display: -ms-flexbox;
    display: flex;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.08);
}
.tb-confirm-footer .tb-confirm-btn[_v-0c8e2e95] {
    -ms-flex: 1;
        flex: 1;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #000;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.08);
}
.tb-confirm-footer .tb-confirm-btn[_v-0c8e2e95]:active {
    background: #f5f5f5;
}

.tb-confirm-footer .tb-confirm-btn[_v-0c8e2e95]:last-child {
    border: none;
}
.tb-confirm-footer .tb-confirm-btn[_v-0c8e2e95]:last-child:active {
    background: #f5f5f5;
}
.user-line[_v-10c243f7] {
  margin: 0 17px;
}
.user-line .user-line-wrap[_v-10c243f7] {
  position: relative;
  text-decoration: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-tap-highlight-color: transparent;
  -ms-flex-align: center;
      align-items: center;
}
.user-line .user-line-wrap .portrait[_v-10c243f7] {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.user-line .user-line-wrap .content[_v-10c243f7] {
  margin-top: 1px;
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
.user-line .user-line-wrap .content .title[_v-10c243f7] {
  margin-bottom: 4px;
  font-size: 14px;
  color: #292929;
  font-weight: 400;
}
.user-line .user-line-wrap .content .sub-title[_v-10c243f7] {
  font-size: 12px;
  color: #a8a8a8;
}
.user-line .user-line-wrap .content .sub-title .split[_v-10c243f7] {
  position: relative;
  display: inline-block;
  top: 1px;
  margin: 0 7px;
  width: 1px;
  height: 10px;
  background: #a8a8a8;
}
[data-ckdpr="2"] .user-line .user-line-wrap .content .sub-title .split[_v-10c243f7] {
  transform: scaleX(0.5);
}
[data-ckdpr="3"] .user-line .user-line-wrap .content .sub-title .split[_v-10c243f7] {
  transform: scaleX(0.3);
}
.user-line .user-line-wrap .additional[_v-10c243f7] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.tb-footer-wrap[_v-c5dd9b82] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 340px;
  background-color: #fff;
  background-image: url(//tb2.bdstatic.com/tb/mobile/tbwisecommon/img/components/tieba_h5/share-tb-footer/images/bg_foot.png);
  background-size: cover;
  box-sizing: border-box;
}
.tb-footer-wrap .footer-logo[_v-c5dd9b82] {
  width: 60px;
  height: 60px;
}
.tb-footer-wrap .footer-title[_v-c5dd9b82] {
  color: #000;
  font-size: 16px;
  margin-top: 12px;
}
.tb-footer-wrap .btn-openapp[_v-c5dd9b82] {
  display: inline-block;
  margin-top: 30px;
  background: #2b87ff;
  color: #fff;
  border-radius: 20px;
  width: 162px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-image: linear-gradient(-135deg, #2b87ff 0%, #2bbcff 100%);
}
.emotion-view[_v-6f5fbc45] {
  display: block;
  background: #fff;
  margin-bottom: 6px;
}
.emotion-view[_v-6f5fbc45]:last-child {
  margin-bottom: 0;
}
.emotion-view-loading[_v-6f5fbc45] {
  height: 70px;
  line-height: 70px;
}
.emotion-view-loading .loading-gif[_v-6f5fbc45] {
  height: 34px;
}
.emotion-view-error .emotion-error[_v-6f5fbc45],
.emotion-view-blank .emotion-error[_v-6f5fbc45] {
  margin-top: 40px;
  width: 124px;
  height: 124px;
}
.emotion-view-error .text-error[_v-6f5fbc45],
.emotion-view-blank .text-error[_v-6f5fbc45] {
  margin-top: 19px;
  line-height: 18px;
  font-size: 16px;
  color: #545454;
}
.emotion-view-error .text-open-app[_v-6f5fbc45],
.emotion-view-blank .text-open-app[_v-6f5fbc45] {
  margin-top: 6px;
  color: #2b87ff;
  font-size: 16px;
}
.interaction-wrapper[_v-22c9a8f6] {
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
}
.interaction-wrapper .inter-item[_v-22c9a8f6] {
  -ms-flex: auto;
      flex: auto;
  width: 138px;
  height: 48px;
  box-sizing: border-box;
  text-align: center;
  line-height: 48px;
}
.interaction-wrapper .inter-item .inter-span[_v-22c9a8f6] {
  display: inline-block;
  vertical-align: middle;
}
.interaction-wrapper .inter-item .inter-icon[_v-22c9a8f6] {
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.interaction-wrapper .inter-item .inter-text[_v-22c9a8f6] {
  font-size: 13px;
  color: #545454;
  margin-left: 4px;
}
.interaction-wrapper .inter-item .icon-share[_v-22c9a8f6] {
  background-image: url(//tb2.bdstatic.com/tb/mobile/tbwisecommon/img/components/tieba_h5/share-card-interaction/images/icon_contcard_share_n.png);
}
.interaction-wrapper .inter-item .icon-agree[_v-22c9a8f6] {
  background-image: url(//tb2.bdstatic.com/tb/mobile/tbwisecommon/img/components/tieba_h5/share-card-interaction/images/icon_contcard_fabulous_n.png);
}
.interaction-wrapper .inter-item .icon-reply[_v-22c9a8f6] {
  background-image: url(//tb2.bdstatic.com/tb/mobile/tbwisecommon/img/components/tieba_h5/share-card-interaction/images/icon_contcard_reply_n.png);
}
.share-forward-forum-card[_v-c3713736] {
  padding-top: 17px;
  background-color: #fff;
  font-size: 0;
}
.share-forward-forum-card .main-context[_v-c3713736] {
  text-align: center;
  margin-top: 12px;
  overflow: hidden;
}
.share-forward-forum-card .main-context .forum-abstract[_v-c3713736] {
  line-height: 25px;
  font-size: 17px;
  margin: -3px 17px 6px;
  text-align: justify;
  color: #000;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
/* autoprefixer: off */
  -webkit-box-orient: vertical;
/* autoprefixer: on */
}
.share-forward-forum-card .main-context .original-content[_v-c3713736] {
  padding: 15px 17px 5px;
  background-color: #f2f2f2;
}
.share-forward-forum-card .main-context .original-content .original-abstract[_v-c3713736] {
  margin-top: -3px;
  margin-bottom: 7px;
  text-align: left;
  color: #000;
  font-size: 15px;
  line-height: 23px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
/* autoprefixer: off */
  -webkit-box-orient: vertical;
/* autoprefixer: on */
}
.share-forward-forum-card .main-context .forum-voice[_v-c3713736] {
  text-align: left;
}
.share-forward-forum-card .main-context .forum-video[_v-c3713736],
.share-forward-forum-card .main-context .forum-ala-live[_v-c3713736],
.share-forward-forum-card .main-context .share-ugc-card[_v-c3713736],
.share-forward-forum-card .main-context .forum-img-sudoku[_v-c3713736],
.share-forward-forum-card .main-context .forum-voice[_v-c3713736] {
  margin-bottom: 10px;
}
.share-forward-forum-card .main-context .forum-abstract .user-at-highlight {
  color: #4884d4;
}
.share-forward-forum-card .main-context .forum-abstract .recommmend-format {
  color: #4884d4;
}
.share-forward-forum-card .main-context .original-content .original-abstract .recommmend-format {
  color: #4884d4;
}
.share-forward-forum-card .main-context .original-content .original-abstract .author-at {
  color: #4884d4;
}
.share-ugc-card .ugc-wrapper[_v-4d14c6a5] {
  position: relative;
  padding-bottom: 56.25%;
}
.share-ugc-card .ugc-wrapper .cover[_v-4d14c6a5] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.share-ugc-card .ugc-wrapper .cover[_v-4d14c6a5]::after {
  content: "";
  position: absolute;
  display: block;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  transform: scale(0.5);
  border: 1px solid rgba(0,0,0,0.08);
  box-sizing: border-box;
  border-radius: 16px;
}
.share-ugc-card .ugc-wrapper .ugc-img[_v-4d14c6a5] {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.share-ugc-card .ugc-wrapper .ugc-box[_v-4d14c6a5] {
  background-image: linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.share-ugc-card .ugc-wrapper .ugc-info[_v-4d14c6a5] {
  box-sizing: border-box;
  padding: 6px 12px;
  background-color: rgba(0,0,0,0.33);
}
.share-ugc-card .ugc-wrapper .ugc-info .abstract[_v-4d14c6a5] {
  text-align: left;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
/* autoprefixer: off */
  -webkit-box-orient: vertical;
/* autoprefixer: on */
}
.share-ugc-card .ugc-wrapper .ugc-info .icon-article[_v-4d14c6a5] {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 4px 6px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0,0,0,0.42);
  border-radius: 4px;
}
.ala-live-wrapper[_v-7890f9c5] {
  position: relative;
}
.ala-live-wrapper .ala-live-box[_v-7890f9c5] {
  position: relative;
  padding-bottom: 56.25%;
}
.ala-live-wrapper .ala-live-box .cover[_v-7890f9c5] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
}
.ala-live-wrapper .ala-live-box .ala-live-cover[_v-7890f9c5] {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.ala-live-wrapper .ala-live-box .ala-live-bg[_v-7890f9c5] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}
.ala-live-wrapper .ala-live-box .ala-info .live-icon[_v-7890f9c5] {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ala-live-wrapper .ala-live-box .ala-info .audience-num[_v-7890f9c5] {
  position: absolute;
  right: 12px;
  bottom: 12px;
  text-align: right;
  color: #fff;
  opacity: 0.5;
  font-size: 13px;
}
.tb-voice-wrap[_v-1a050fc5] {
  height: 32px;
}
.tb-voice-wrap .tb-voice[_v-1a050fc5] {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  line-height: 32px;
  padding-right: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 10px;
  background-image: linear-gradient(-90deg, #2b87ff 0%, #2bbcff 100%);
}
.tb-voice-wrap .tb-voice .icon-play-voice[_v-1a050fc5] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
}
.tb-voice-wrap .tb-voice .icon-loading-voice[_v-1a050fc5] {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin: 4px;
}
.tb-voice-wrap .tb-voice .voice-time[_v-1a050fc5] {
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
}
.tb-voice-wrap .tb-voice .voice-process[_v-1a050fc5] {
  padding-left: 20px;
}
.tb-voice-wrap .tb-voice .voice-process .process-img[_v-1a050fc5] {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: cover;
}
.tb-voice-wrap .tb-voice .voice-process .process-img-gif[_v-1a050fc5] {
  background-image: url(//tb2.bdstatic.com/tb/mobile/tbwisecommon/img/components/tieba_h5/share-tb-voice/images/icon_audio_float@.gif);
}
.video[_v-66a350e2] {
  position: relative;
}
.video .video-item[_v-66a350e2] {
  border-radius: 8px;
  overflow: hidden;
}
.video .video-item .video-item-img[_v-66a350e2] {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video .video-item .video-item-img .video-black-cover[_v-66a350e2] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}
.video .video-item .video-item-img .play-icon[_v-66a350e2] {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  width: 44px;
  height: 44px;
}
.video .video-item .video-item-img .video-info[_v-66a350e2] {
  position: absolute;
  right: 13px;
  bottom: 12px;
  color: #fff;
  font-size: 0;
  text-align: right;
  opacity: 0.83;
}
.video .video-item .video-item-img .video-info .info[_v-66a350e2] {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.video .video-item .video-item-img .video-info .circle[_v-66a350e2] {
  margin: 0 6px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.video .video-item .video-item-img .small-video-tag[_v-66a350e2] {
  position: absolute;
  right: 6px;
  bottom: 6px;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  background-color: rgba(0,0,0,0.42);
  border-radius: 4px;
}
.sudoku[_v-a32829f6] {
  position: relative;
}
.sudoku .gif-tag[_v-a32829f6] {
  position: absolute;
  width: 34px;
  height: 21px;
  text-align: center;
  line-height: 21px;
  background-color: rgba(0,0,0,0.42);
  bottom: 6px;
  right: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.sudoku .single-img-wrapper[_v-a32829f6] {
  position: relative;
}
.sudoku .single-img-wrapper .single-img-box[_v-a32829f6] {
  position: relative;
}
.sudoku .single-img-wrapper .single-img-box[_v-a32829f6]::after {
  content: "";
  position: absolute;
  display: block;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  transform: scale(0.5);
  border: 1px solid rgba(0,0,0,0.08);
  box-sizing: border-box;
  border-radius: 16px;
}
.sudoku .single-img-wrapper .single-img-box .single-img[_v-a32829f6] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}
.sudoku .multi-img-wrapper[_v-a32829f6] {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.sudoku .multi-img-wrapper .multi-img-item-wrapper[_v-a32829f6] {
  -ms-flex: auto;
      flex: auto;
  width: 124px;
  margin-right: 4px;
}
.sudoku .multi-img-wrapper .multi-img-item-wrapper[_v-a32829f6]:last-child {
  margin-right: 0;
}
.sudoku .multi-img-wrapper .multi-img-item-box[_v-a32829f6] {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.sudoku .multi-img-wrapper .multi-img-box[_v-a32829f6] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sudoku .multi-img-wrapper .multi-img-box[_v-a32829f6]::after {
  content: "";
  position: absolute;
  display: block;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  transform: scale(0.5);
  border: 1px solid rgba(0,0,0,0.08);
  box-sizing: border-box;
}
.sudoku .multi-img-wrapper .multi-img-box .multi-img[_v-a32829f6] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sudoku .multi-img-wrapper .img-more[_v-a32829f6] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  border-radius: 0 8px 8px 0;
}
.sudoku .multi-img-wrapper .counter[_v-a32829f6] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  border-radius: 0 8px 8px 0;
}
.sudoku .two-images .first-img .multi-img-box[_v-a32829f6]::after {
  border-radius: 16px 0 0 0;
}
.sudoku .two-images .first-img .multi-img-box .multi-img[_v-a32829f6] {
  border-radius: 8px 0 0 0;
}
.sudoku .two-images .second-img .multi-img-box[_v-a32829f6]::after {
  border-radius: 0 16px 16px 0;
}
.sudoku .two-images .second-img .multi-img-box .multi-img[_v-a32829f6] {
  border-radius: 0 8px 8px 0;
}
.sudoku .two-images .third-img .multi-img-box[_v-a32829f6]::after {
  display: none;
}
.sudoku .three-images .first-img .multi-img-box[_v-a32829f6]::after {
  border-radius: 16px 0 0 16px;
}
.sudoku .three-images .first-img .multi-img-box .multi-img[_v-a32829f6] {
  border-radius: 8px 0 0 8px;
}
.sudoku .three-images .third-img .multi-img-box[_v-a32829f6]::after {
  border-radius: 0 16px 16px 0;
}
.sudoku .three-images .third-img .multi-img-box .multi-img[_v-a32829f6] {
  border-radius: 0 8px 8px 0;
}
.share-forum-card[_v-c1364736] {
  padding-top: 17px;
  background-color: #fff;
  font-size: 0;
}
.share-forum-card .main-context[_v-c1364736] {
  text-align: center;
  margin-top: 12px;
  overflow: hidden;
}
.share-forum-card .main-context .forum-abstract-wrapper[_v-c1364736] {
  position: relative;
  margin: -3px 17px 6px;
  max-height: 125px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 25px;
  font-size: 17px;
}
.share-forum-card .main-context .forum-abstract-wrapper .forum-abstract[_v-c1364736] {
  text-align: justify;
  color: #000;
  word-break: break-all;
}
.share-forum-card .main-context .forum-abstract-wrapper .dot-show-all[_v-c1364736] {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.share-forum-card .main-context .forum-abstract-wrapper .dot-show-all .gradient-bg[_v-c1364736] {
  display: inline-block;
  vertical-align: middle;
  margin-right: -1px;
  width: 41px;
  height: 25px;
  background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 100%);
}
.share-forum-card .main-context .forum-abstract-wrapper .dot-show-all .all-text[_v-c1364736] {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #2470d4;
  font-size: 17px;
  line-height: 25px;
  background-color: #fff;
}
.share-forum-card .main-context .forum-voice[_v-c1364736] {
  text-align: left;
  margin: 0 17px 10px 17px;
}
.share-forum-card .main-context .forum-share-card[_v-c1364736] {
  margin: 0 17px 10px 17px;
}
.share-forum-card .main-context .forum-video[_v-c1364736] {
  margin: 0 17px 10px 17px;
}
.share-forum-card .main-context .forum-img-sudoku[_v-c1364736] {
  margin: 0 17px 10px 17px;
}
.share-forum-card .main-context .forum-ala-live[_v-c1364736] {
  margin: 0 17px 10px 17px;
}
.share-forum-card .main-context .forum-live-post[_v-c1364736] {
  margin: 0 17px 10px 17px;
}
.share-forum-card .main-context .forum-abstract .recommend-format {
  color: #4884d4;
}
.live-post[_v-0192fca9] {
  background-color: #f5f5f5;
  height: 38px;
  line-height: 38px;
  color: #333;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0 8px;
}
.live-post .hot-talk[_v-0192fca9] {
  color: #3d6299;
  width: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  white-space: nowrap;
}
.live-post .live-post-wrap[_v-0192fca9] {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
}
.live-post .live-post-wrap li[_v-0192fca9] {
  height: 38px;
  line-height: 38px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-post .live-post-wrap li img[_v-0192fca9] {
  vertical-align: middle;
}
.live-post .live-post-wrap li img {
  vertical-align: middle;
}
.share-card[_v-92d376b6] {
  padding: 8px;
  background-color: #f5f5f5;
}
.share-card .forum-title[_v-92d376b6] {
  line-height: 20px;
  font-size: 14px;
  margin-top: -2px;
  margin-bottom: 4px;
  text-align: left;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
/* autoprefixer: off */
  -webkit-box-orient: vertical;
/* autoprefixer: on */
}
.share-card .forum-title .user-name[_v-92d376b6] {
  color: #3d6299;
}
.only-title-card[_v-92d376b6] {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 8px;
  position: relative;
}
.only-title-card .forum-title[_v-92d376b6] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.video[_v-2251302b] {
  position: relative;
}
.video .video-item[_v-2251302b] {
  width: 100%;
}
.video .video-item .video-item-img[_v-2251302b] {
  width: 100%;
  background-size: cover;
  padding-bottom: 56.25%;
  position: relative;
}
.video .video-item .video-item-img .play-icon[_v-2251302b] {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  width: 48px;
  height: 48px;
}
.sudoku[_v-508ee0c5] {
  position: relative;
}
.sudoku .sudoku-wrap[_v-508ee0c5] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
.sudoku .sudoku-wrap .img-item[_v-508ee0c5] {
  -ms-flex: 1;
      flex: 1;
  display: block;
  margin-right: 8px;
  position: relative;
}
.sudoku .sudoku-wrap .img-item[_v-508ee0c5]:last-child {
  margin-right: 0;
}
.sudoku .sudoku-wrap .img-item .img-item-height[_v-508ee0c5] {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  background-color: #eee;
}
.sudoku .sudoku-wrap .img-item .img-item-height img[_v-508ee0c5] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sudoku .sudoku-wrap .img-item .img-item-height .img-num[_v-508ee0c5] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
}
.sudoku .sudoku-wrap .img-item .img-item-height .img-num .counter[_v-508ee0c5] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}
.sudoku .sudoku-wrap .img-item .img-item-height.single-item-height[_v-508ee0c5] {
  padding-bottom: 56.25%;
}
.sudoku .sudoku-wrap .live-tip[_v-508ee0c5] {
  width: 142px;
  height: 36px;
  line-height: 36px;
  opacity: 0.4;
  background: #000;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
  transform: scale(0.5);
  transform-origin: 0 0 0;
}
.sudoku .sudoku-wrap .live-tip .icon[_v-508ee0c5] {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3de819;
  vertical-align: middle;
}
.tb-voice-wrap[_v-16a47b85] {
  height: 32px;
}
.tb-voice-wrap .tb-voice[_v-16a47b85] {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  line-height: 32px;
  padding-right: 8px;
  box-sizing: border-box;
  border-radius: 1px;
  border: 1px solid #3385ff;
  padding-left: 5px;
}
.tb-voice-wrap .tb-voice .icon-play-voice[_v-16a47b85] {
  position: relative;
  top: 2px;
  width: 24px;
  height: 24px;
}
.tb-voice-wrap .tb-voice .icon-loading-voice[_v-16a47b85] {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin: 4px;
}
.tb-voice-wrap .tb-voice .voice-time[_v-16a47b85] {
  color: #3385ff;
  font-size: 12px;
  padding-left: 10px;
}
.tb-voice-wrap .tb-voice .voice-process[_v-16a47b85] {
  padding-left: 6px;
}
.tb-voice-wrap .tb-voice .voice-process .process-img[_v-16a47b85] {
  display: inline-block;
  width: 32px;
  height: 12px;
  background-size: cover;
}
.tb-voice-wrap .tb-voice .voice-process .process-img-png[_v-16a47b85] {
  background-image: url(//tb2.bdstatic.com/tb/mobile/tbwisecommon/img/components/tieba_h5/tb-voice/images/icon_audio_float@.png);
}
.tb-voice-wrap .tb-voice .voice-process .process-img-gif[_v-16a47b85] {
  background-image: url(//tb2.bdstatic.com/tb/mobile/tbwisecommon/img/components/tieba_h5/tb-voice/images/icon_audio_float@.gif);
}
.forum-card[_v-8a2e4c36] {
  padding-top: 17px;
  background-color: #fff;
}
.forum-card .main-context[_v-8a2e4c36] {
  text-align: center;
  margin-top: 10px;
}
.forum-card .main-context .forum-title[_v-8a2e4c36] {
  line-height: 24px;
  font-size: 16px;
  margin-top: -4px;
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 4px;
  text-align: left;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
/* autoprefixer: off */
  -webkit-box-orient: vertical;
/* autoprefixer: on */
}
.forum-card .main-context .forum-sub-title[_v-8a2e4c36] {
  line-height: 18px;
  font-size: 14px;
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 6px;
  text-align: left;
  color: #666;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
/* autoprefixer: off */
  -webkit-box-orient: vertical;
/* autoprefixer: on */
}
.forum-card .main-context .forum-voice[_v-8a2e4c36] {
  text-align: left;
  margin: 0 17px 8px 17px;
}
.forum-card .main-context .forum-share-card[_v-8a2e4c36] {
  margin: 0 17px 8px 17px;
}
.forum-card .main-context .forum-video[_v-8a2e4c36] {
  margin: 0 17px 8px 17px;
}
.forum-card .main-context .forum-img-sudoku[_v-8a2e4c36] {
  margin: 0 17px 8px 17px;
}
.forum-card .main-context .forum-live-post[_v-8a2e4c36] {
  margin: 0 17px 8px 17px;
}
.forum-card .main-context .context-wraper[_v-8a2e4c36] {
  margin-bottom: -8px;
}
.interaction[_v-70efc076] {
  margin: 0 17px;
  font-size: 12px;
}
.interaction .wrap[_v-70efc076] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  height: 44px;
  line-height: 44px;
}
.interaction .wrap .item[_v-70efc076] {
  display: block;
  -ms-flex: 1;
      flex: 1;
  color: #666;
}
.interaction .wrap .item .icon-comment[_v-70efc076] {
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 4px;
}
.interaction .wrap .itemonly[_v-70efc076] {
  text-align: right;
}
.user-line[_v-7773d113] {
  margin: 0 15px;
}
.user-line .user-line-wrap[_v-7773d113] {
  position: relative;
  text-decoration: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-tap-highlight-color: transparent;
  -ms-flex-align: center;
      align-items: center;
}
.user-line .user-line-wrap .portrait[_v-7773d113] {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.user-line .user-line-wrap .vflag[_v-7773d113]::after {
  height: 14px;
  width: 14px;
  position: absolute;
  font-size: 14px;
  right: 0;
  bottom: 0;
  z-index: 100;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAA7BJREFUSA3FVk1IVFEU/mbUGsvGElukoY1pFqikJBhhbsookixrkZs2QS0zKFy4bBEJ1jJaBC2KFv1oSUEGERYVkoISJqajlhoYow4Wk3/Td+6dN+/Njw81qAPn3XPPPe9+7553fq4Dy6BgMFhMs2pyOTmTnEEWGiOPktvJzQ6Ho4ujLTnsVgl0kutXyPmY809j6FkvfP0BzIzo11KygLQ8F7Yd2YUkdyqVfeQGAj/QBrHPuIAE8tD0HrkM3tYOdF5LQGCyCMFgYuwW1Dgc83CldaPk0gI8R0upeU+uJbA32j4GkGAVNHoIv3cGL874EPCJO5dPrrQuVN5Jg9uTwpdqCPra+nIEYAisDSMve9B+MQfBxY1W42XLDucUypsGkXWgkO8ctIKGAUNu7CDYMNrrlnbfclHFzeXXuwmazVdKDfdaAd/RjVvw9Fjqqk8W/TFy0qqWabp3nIB7ZdkpD55OorFM/bPVulE2iibZS+KAe4cwoE7IyWdGox9v6yXCTNp9AVgr0U6a6mfQS+DakNX+021g5qs23ne1g9Hr5il3JhJMojCfod8Zs1XSeiDvlFbPB4DBFmDuZ4yZUmRVAgVn9dqPbhNMNJ2NCQTMFyxxabVKasmzaBp4ZGoSXUD2YXNulZxMz2J6w6CPjYakx4CvSGEQSwDLVQWJl9S+XmBSikeIck8YUuS44zSwgVVHaKQNmIiqcLK3VCliCWCmKldiHI8GHpvadDrBnWPORVrjBgrPa93iHN3XFLluzKQkEksAM8K10Vi0jt5WQDYyKPe4Iemx4JwZWH33I/+d1VLX3wwBtKffU8C3V6aNp4q1M0HPU7Yy3Gq1POsHem6advGloACOQaq+HQ00m6vJ6XSMdClScR2QkKTlnlvA7LSW4z01xrhU/1G2mOR4NmHd2Bvg1wSwbrNWbadbA5OM2kN6PsOW2Hc3bB5XkDZGLDlhu+pnUvuWouAi4H1irmbuB/bUm/OuG5H/2VzRkuwtPZNYAtismqdrE7PVhqzR6qQb06URkCTJh59reamn9ErdoJudLDeSNH0oubywlL3S+4di80sWopNcGUc9pDETQ7CMKG1QnVqapx19seSk2H3/EP8jrHvInvoW0CDq/9OeQh9Uq64F0qntAsj69XayasDcS181Qska6ofyHv0rF54adS2QTi3Nc7Wkrhiq20tkyb1G9lYUdqmhYAupoPxvLlEWUA/lFV4TmVYS6Su9JhqgMvK0/+YibAUNARdzrCb/9VX/D/KBbBvo3ZP8AAAAAElFTkSuQmCC);
  display: block;
  background-size: contain;
}
.user-line .user-line-wrap .content[_v-7773d113] {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
.user-line .user-line-wrap .content .title[_v-7773d113] {
  margin-bottom: 4px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.user-line .user-line-wrap .content .sub-title[_v-7773d113] {
  position: relative;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 220px;
}
.user-line .user-line-wrap .content .sub-title .split[_v-7773d113] {
  position: relative;
  display: inline-block;
  top: 1px;
  margin: 0 7px;
  width: 1px;
  height: 10px;
  background: #999;
}
[data-ckdpr="2"] .user-line .user-line-wrap .content .sub-title .split[_v-7773d113] {
  transform: scaleX(0.5);
}
[data-ckdpr="3"] .user-line .user-line-wrap .content .sub-title .split[_v-7773d113] {
  transform: scaleX(0.3);
}
.user-line .user-line-wrap .additional[_v-7773d113] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.user-line .user-line-wrap .authentication[_v-7773d113]::before {
  content: "";
  margin-right: 7px;
  margin-left: 4px;
  margin-bottom: 3px;
  background: #a8a8a8;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  display: inline-block;
}
.emotion-view[_v-6be0c3f6] {
  display: block;
  background: #fff;
  margin-bottom: 6px;
}
.emotion-view[_v-6be0c3f6]:last-child {
  margin-bottom: 0;
}
.emotion-view-loading[_v-6be0c3f6] {
  height: 78px;
  line-height: 78px;
  color: #999;
  font-size: 12px;
}
.emotion-view-error .emotion-error[_v-6be0c3f6],
.emotion-view-black .emotion-error[_v-6be0c3f6] {
  margin: 0 74px;
}
.emotion-view-error .text-error[_v-6be0c3f6],
.emotion-view-black .text-error[_v-6be0c3f6] {
  margin-top: 50px;
  line-height: 16px;
  font-size: 16px;
  color: #000;
}
.emotion-view-error .blue-btn[_v-6be0c3f6],
.emotion-view-black .blue-btn[_v-6be0c3f6] {
  display: inline-block;
  margin-top: 20px;
  width: 286px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
  background: #3385ff;
}
.emotion-view-error .blue-btn[_v-6be0c3f6]:active,
.emotion-view-black .blue-btn[_v-6be0c3f6]:active {
  opacity: 0.3;
}
.top-guide[_v-e17d4da2] {
  height: 50px;
  padding: 0 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #333;
  width: 100%;
  box-sizing: border-box;
  transform: translateZ(0);
}
.top-guide-close[_v-e17d4da2] {
  height: 12px;
  width: 12px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.top-guide-close-wrap[_v-e17d4da2] {
  width: 100%;
  height: 100%;
}
.top-guide-icon[_v-e17d4da2] {
  width: 34px;
  height: 34px;
  margin: 0 8px 0 9px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.top-guide-title[_v-e17d4da2] {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  color: #fff;
  font-size: 13px;
  max-height: 34px;
  line-height: 17px;
  text-align: left;
  padding-top: 2px;
}
.top-guide-button[_v-e17d4da2] {
  width: 57px;
  height: 28px;
  border-radius: 2px;
  background-color: #3385ff;
  font-size: 13px;
  color: #fff;
  line-height: 28px;
  margin-left: 20px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.top-guide-button[_v-e17d4da2]:active {
  opacity: 0.3;
}
.tb-footer-wrap[_v-4008ea5b] {
  width: 100%;
  height: 313px;
  background-color: #fff;
  background-image: url(//tb2.bdstatic.com/tb/mobile/tbwisecommon/img/components/tieba_h5/tb-footer/images/bg_foot.png);
  background-size: cover;
  padding-top: 24px;
}
.tb-footer-wrap .footer-logo[_v-4008ea5b] {
  width: 60px;
  height: 60px;
}
.tb-footer-wrap .footer-title[_v-4008ea5b] {
  color: #333;
  font-size: 14px;
  margin-top: 14px;
}
.tb-footer-wrap .btn-openapp[_v-4008ea5b] {
  display: inline-block;
  margin-top: 22px;
  background: #3385ff;
  color: #fff;
  border-radius: 2px;
  width: 148px;
  height: 34px;
  line-height: 38px;
  font-size: 16px;
}
.tbheader[_v-5d3eebbf] {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
}
.tbheader .bar-content[_v-5d3eebbf] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 17px;
  color: #000;
}
.tbheader .tbheader-wrap[_v-5d3eebbf] {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 44px;
}
.tbheader .tbheader-wrap .bar-left[_v-5d3eebbf] {
  display: inline-block;
  margin-left: 7px;
}
.tbheader .tbheader-wrap .bar-block[_v-5d3eebbf] {
  -ms-flex: 1;
      flex: 1;
}
.tbheader .tbheader-wrap .bar-right[_v-5d3eebbf] {
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
}
.tbheader .tbheader-wrap .search[_v-5d3eebbf],
.tbheader .tbheader-wrap .home[_v-5d3eebbf],
.tbheader .tbheader-wrap .notice[_v-5d3eebbf],
.tbheader .tbheader-wrap .reply[_v-5d3eebbf],
.tbheader .tbheader-wrap .edit[_v-5d3eebbf],
.tbheader .tbheader-wrap .action[_v-5d3eebbf] {
  display: inline-block;
  width: 44px;
  height: 44px;
}
.tbheader .tbheader-wrap .search svg[_v-5d3eebbf],
.tbheader .tbheader-wrap .home svg[_v-5d3eebbf],
.tbheader .tbheader-wrap .notice svg[_v-5d3eebbf],
.tbheader .tbheader-wrap .reply svg[_v-5d3eebbf],
.tbheader .tbheader-wrap .edit svg[_v-5d3eebbf],
.tbheader .tbheader-wrap .action svg[_v-5d3eebbf] {
  width: 24px;
  height: 24px;
  margin-top: 10px;
}
.tbheader .tbheader-wrap .search:active svg[_v-5d3eebbf],
.tbheader .tbheader-wrap .home:active svg[_v-5d3eebbf],
.tbheader .tbheader-wrap .notice:active svg[_v-5d3eebbf],
.tbheader .tbheader-wrap .reply:active svg[_v-5d3eebbf],
.tbheader .tbheader-wrap .edit:active svg[_v-5d3eebbf],
.tbheader .tbheader-wrap .action:active svg[_v-5d3eebbf] {
  opacity: 0.3;
}
.tbheader .tbheader-wrap .action[_v-5d3eebbf] {
  transform: rotate(90deg);
}
