.wenwen-home{
    width: 1180px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin:0 auto;
    color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.wenwen-swiper{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.wenwen-swiper .swiper-container {
    width: 100%;
    height: 100%;
}
.wenwen-swiper img{
    /* width: 100%;
    max-height: 100%; */
}
#noMessage{
    text-align: center;
    color: #666;
    margin:80px 0;
}
#design_loading{
    overflow: hidden;
}
#design_loading>img{
    margin-left: -220px;
}
.wenwen-home-left{
    width: 797px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wenwen-home-right{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
}
.wenwen-toolbar {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*筛选部分样式*/

.toolbar-filter {
    padding: 20px 0;
}

.toolbar-filter>li {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
    cursor: pointer;
    padding-bottom: 10px;
}

.toolbar-filter>li i {
    font-size: 14px;
}

.filter-zq,
.filter-px,
.filter-two {
    position: relative;
}

.appendUl {
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 180px;
    overflow: hidden;
    background-color: #fbf4f4;
    z-index: 3;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 4px;
    display: none;
}

.appendUl>li {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin: 10px 0;
}

.appendUl>li:nth-of-type(odd) {
    border-right: solid #ddd 1px;
}

#filter-two {
    display: none;
}

/*搜索框*/

.toolbar-search .searchinput-container {
    height: 32px;
    border-radius: 5px;
    border: 1px solid #fc4147;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}

.toolbar-search .searchinput-container>input {
    width: 272px;
    height: 100%;
    padding-left: 30px;
    background: url(../image/search1.png) no-repeat 9px 7px;
    outline: none;
    border: 0;
    position: relative;
    top: -2px;
    font-size: 14px;
}

.toolbar-search .searchinput-container>button {
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 120px;
    background: #fc4147;
    letter-spacing: 3px;
    outline: none;
    border: 0;
    cursor: pointer;
    height: 100%;
}

.toolbar-search .ask-btn {
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 120px;
    background: #fc4147 url(../image/edit.png) no-repeat 17px 9px;
    outline: none;
    border: 0;
    height: 32px;
    cursor: pointer;
    border-radius: 5px;
    vertical-align: middle;
    padding-left: 20px;
    margin-left: 20px;
}

/*列表数据*/
.asklist-item {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}
.asklist-item .left {
    float: left;
    width: 40px;
    height: 40px;
    color: #b6151b;
    background-color: #f9e1e1;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}
.asklist-item .left span{
    font-size: 14px;
}
.asklist-item .right {
    width: 741px;
    overflow: hidden;
    float: right;
}
.asklist-item .right .title {
    margin-bottom: 16px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.asklist-item .right .title sup {
    background-color: rgb(252, 65, 71);
    border-radius: 7px;
    font-size: 12px;
    margin-top: -2.5px;
    margin-right: 5px;
}
.asklist-item .right .content {
    background-color: #faf5f5;
    padding: 10px;
    margin-bottom: 16px;
}
.asklist-item .right .nowrap .text {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.asklist-item .right .msg {
    height: 30px;
    line-height: 30px;
}
.asklist-item .right .msg .user {
    float: left;
    max-width: 300px;
    line-height: 28px;
    height: 32px;
}
.asklist-item .right .msg .user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    vertical-align: middle;
}
.asklist-item .right .msg .user span {
    font-size: 16px;
    color: #333;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
}
.asklist-item .right .msg .user .time {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}
.asklist-item .right .msg .show-msg {
    float: right;
    line-height: normal;
    margin-top: 2px;
}
.showmsg-content, .showmsg-content span{
    display: inline-block;
    vertical-align: middle;
}
.showmsg-content span {
    color: #999;
    font-size: 14px;
    margin-left: 16px;
    padding-left: 23px;
    background-position: 0 2px;
    background-repeat: no-repeat;
    max-width: 90px;
    overflow: hidden;
}
.showmsg-content .look{
    padding-left: 26px;
    background-image: url(../image/new-bro.png);
}
.showmsg-content .reply{
    background-image: url(../image/i-c.png);
    cursor: pointer;
}
.showmsg-content .like{
    background-image: url(../image/i-p.png);
    cursor: pointer;
}
.ant-badge {
    font-family: Monospaced Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0,.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.ant-scroll-number{
    display: inline-block;
    background: #f5222d;
    padding:3px 8px;
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
    color: #fff;
    border-radius: 5px;
    margin-right:5px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

/*精选问答*/
.wenwen-home-right{
    margin-left: 30px;
}
.wenwen-home-right .sub-title{
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding: 20px 0 10px;
}
.sub-list .good-ask{
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    display: block;
}
.sub-list .good-ask img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
.sub-list .good-ask img:hover{
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
}