body{
    max-width: 6.4rem;
    margin: 0 auto;
}
.ovfHiden{overflow: hidden;height: 100%;}
/**************公共菜单栏**************/
.top-menu{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 6.4rem;
    height: 0.9rem;
    /*border-top: 0.02rem solid #D8D8D8;*/
    padding: 0.018rem 0.26rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: white;
    z-index: 9999;
    position: fixed;
    left: 50%;
    margin-left: -3.2rem;
    top: 0;
}
.top-menu .top-menu-title{
    width: 18%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 2% 2% 2% 0;
    background: url("../images/top-menu-title.png") no-repeat top right;
    background-size: 0.18rem 0.18rem;
    font-size: 0.32rem;
    color: black;
}
.top-menu .top-menu-title p{
    width: 100%;
    border-left: 0.04rem solid #F97B3E;
    padding-left: 10%;
    line-height: 0.4rem;
}
/*右侧*/
.top-menu .top-menu-r{
    width: 60%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.top-menu .top-menu-search{
    border-radius: 20px;
    float: right;
    position: relative;
    background: #ECECEC;
    color: #AFAFAF;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5%;
    font-size: 0.23rem;
    height: 0.5rem;
    width: 80%;
}
.top-menu .top-menu-search #search_input{
    border: none;
    width: 100%;
    height: 100%;
    line-height: 0.5rem;
    font-size: 0.23rem;
}
.top-menu .cxx-menu-bar span{
    font-size: 0.36rem;
    line-height: 0.5rem;
}

/*隐藏内容*/
.cxx-menu-top-x1{
    position: fixed;
    top: 0.9rem;
    right: -70%;
    width: 70%;
    height: 100%;
    background: #ECECEC;
    z-index: 9999;
    overflow-y: auto;
}
.cxx-menu-top-x1 .log-reg{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6%;
    border-bottom: 0.01rem solid #AFAFAF;
}
.cxx-menu-top-x1 .log-reg a{
    display: inline-block;
    width: 30%;
    background: #F97B3E;
    color: white;
    font-size: 0.25rem;
    text-align: center;
    padding: 1%;
    border-radius: 5px;
}

.cxx-menu-top-x1 .cxx-menu-list{
    width: 80%;
    margin: 10% auto;
}
.cxx-menu-top-x1 .cxx-menu-list li{
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: white;
    font-size: 0.25rem;
    margin-top: 3%;
}
.cxx-menu-top-x1 .cxx-menu-list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #666666;
}
/*遮罩*/
.cxx-menu-top-bj{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

/********以下问答内容********/
.banner-box{
    display: block;
    width: 100%;
    position: relative;
    margin-top: 0.9rem;
}
.banner-box .banner-btn{
    width: 20%;
    height: 0.4rem;
    line-height: 0.38rem;
    font-size: 0.23rem;
    position: absolute;
    left: 50%;
    margin-left: -10%;
    bottom: 15%;
    background: #EE9028;
    color: white;
    border-radius: 20px;
    text-align: center;
}
.banner-box img{width: 100%;}
/*推荐*/
.wenda-recommend{
    width: 100%;
    min-height: 12rem;
    padding: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;

    position: relative;
}
.wenda-recommend .recommend-title{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.wenda-recommend .recommend-title .recommend-font{
    font-size: 0.3rem;
    color: #000000;
    border-bottom: 0.03rem solid #F97B3E;
    line-height: 0.4rem;
    text-align: center;
}
.wenda-recommend .recommend-title .recommend-filter{
    font-size: 0.4rem;
    color: #666666;
}

/*回答详情*/
.answer-details{
    width: 100%;
    height: 100%;
    /*position: relative;*/
    background: white;
    padding-top: 3%;

}
.answer-details .answer-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 98%;
    background: #ffffff;
    padding:1% 2%;

    border: 1px solid #CDCACF;
    box-shadow: 1px 2px 6px 1px #CDCACF;
    margin-bottom: 0.2rem;
    border-radius: 10px;
}
.answer-details .answer-box .wenda{
    width: 100%;
    border-bottom: 1px dashed #AFAFAF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1%;
}

.answer-details .answer-box .wenda a{
    display: inline-block;
    width: 100%;
}
.answer-details .answer-box .wenda span{
    display: inline-block;
    height: 100%;
    width: 10%;
    text-align: center;
    float: left;
}
.answer-details .answer-box .wenda p{
    display: inline-block;
    width: 90%;
    float: left;
}
.answer-details .answer-box .answer-wen p{
    color: #000000;
    font-size: 0.25rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.answer-details .answer-box .answer-da p{
    color: #424242;
    font-size: 0.23rem;
}
@media only screen and (min-width: 641px){
    .answer-details .answer-box .wenda p{line-height: 0.35rem;}
}
.answer-details .answer-box .answer-da .answer-btn{
    width: 30%;
    display: inline-block;
    color: #F97B3E;
    font-size: 0.24rem;
    float: right;
}
/*日期等*/
.answer-details .answer-box .answer-time{
    width: 100%;
    color: #808080;
    font-size: 0.23rem;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 0;
}
.answer-details .answer-box .answer-time .answer-time-ren{
    width: 65%;
    float: left;
}
.answer-details .answer-box .answer-time .answer-time-ren span{
    display: inline-block;
    border: 1px solid #808080;
    margin-right: 8%;
}
.answer-details .answer-box .answer-time .answer-time-sj{
    width: 35%;
    float: right;
    text-align: right;
}

/*筛选弹框*/
.wenda-recommend .recommend-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9000;
    display: none;
}
.wenda-recommend .recommend-class{
    position: fixed;
    left: 50%;
    top: 3.2rem;
    margin-left: -47%;
    width: 94%;
    background: white;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3%;
    z-index: 9100;
    display: none;
}

@media only screen and (min-width: 641px){
    .wenda-recommend .recommend-class{width: 80%;margin-left: -40%;}
}
.wenda-recommend .recommend-class .recom-class-title{
    width: 100%;
    line-height: 0.42rem;
    border-bottom: 0.01rem solid #D4D4D4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    font-size: 0.25rem;
    color: #666666;
    margin-bottom: 3%;
}
.wenda-recommend .recommend-class .recom-class-title #recom_up{
    font-size: 0.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.recom-rotate{
    transform-origin:center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wenda-recommend .recommend-class .recom-class-list{
    width: 100%;
    max-height: 5.2rem;
    overflow: auto;
    border-bottom: 0.01rem dashed #AFAFAF;
    display: none;
}

.wenda-recommend .recommend-class .recom-class-list li{
    width: 30%;
    border: 0.01rem solid #AFAFAF;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.23rem;
    float: left;
    margin-right: 5%;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5%;
}
.wenda-recommend .recommend-class .recom-class-list li.recom-on{
    background: #F97B3E
}
.wenda-recommend .recommend-class .recom-class-list li.recom-on a{
    color: white;
}
.wenda-recommend .recommend-class .recom-class-list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.wenda-recommend .recommend-class .recom-class-list li:nth-child(3n){margin-right: 0;}

.wenda-recommend .recommend-class .recom-class-btn{
    width: 100%;
    text-align: right;
    margin-top: 3%;
}
.wenda-recommend .recommend-class .recom-class-btn a{
    display: inline-block;
    padding: 0.5% 5%;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: white;
    border-radius: 16px;
    background: linear-gradient(to right, #FFA800 0%,#FF8F35 100%);
}
.no-content{display: none;}
#loadMore{
    width: 100%;
    margin-bottom: 3%;
    text-align: center;
}
#loadMore .load-more-btn{
    display: inline-block;
    border: 0.01rem solid #666666;
    color: #666666;
    font-size: 0.25rem;
    padding: 1.5% 4%;
    border-radius: 20px;
    margin: 1% auto;
}

#loadMore .load-rotate{
    color: #666666;
    font-size: 0.4rem;
    text-align: center;

    display: none;
}

[v-cloak] {
    display: none !important;
}

























