* {
    margin:0;
    padding:0;
}
/* 公用title */
.threeTitle {
    padding-left: 27px;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
}
.threeTitle img {
    vertical-align: middle;
}
/** 当前选中标签 */
.activeTab {
    padding-bottom: 10px;
    border-bottom: 2px solid #0fb38d;
}
/* 当前选中回答 */
.activeAnswer {
    color: #00b987;
}
.activeAnswer img{
    content: url('../../images/question-item-answer-2.png')
}
/* 最外层 */
.question-wrapper {
    padding-top: 90px;
    background-color: #f8f9fb;
}
/* 主体 */
.question-main {
    width: 1180px; 
    margin: 0 auto;
}
/* 左侧 */
.question-left {
   width: 780px;
   margin-bottom: 50px;
   background: #fff;
   border: 1px solid #eaedf0;
   float: left;
   padding-top: 20px;
   padding-left: 30px;
   padding-right: 30px;
}
/* 标签 */
.question-tab {
    text-align: left !important;
}
.question-tab-title {
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.question-tab-title li{
    display: inline-block;  
    vertical-align: middle; 
    font-size: 15px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 45px;
    padding: 0 25px;
    text-align: center;
    cursor: pointer;
    margin-right: 58px;
    margin-left: -25px;
}
.question-tab-title li:hover {
    color: #626266;
}
/* 问题和分页的外层 */
.question-listAndPager {
    background-color: #fff;
    height: 490px;
}
.no-question {
    border-top: 1px #eaedf0 solid;
}
.no-img {
    width: 350px;
    margin: 0 auto;
    margin-top: 130px;
    text-align: center;
}
/* 问题 */
.question-list-item {
    border-top: 1px #eaedf0 solid;
    padding-top: 20px;
}
.item-title {
    font-size: 16px;
    margin-bottom: 16px;
    word-wrap: break-word; 
    word-break: normal;
}
.item-title a:hover {
    color: #00b987;
}
.item-content {
    font-size: 14px;
    color: #acacad;
    margin-bottom: 14px;
    word-wrap: break-word; 
    word-break: normal;
}
.item-footer {
    padding-bottom: 25px;
}
.item-user {
    font-size: 14px;
    color: #626266;
    vertical-align: bottom; 
    display: inline-block;
}
.item-user img {
    margin-right: 8px;
}
.item-time {
    font-size: 14px;
    color: #626266;
    vertical-align: bottom; 
    display: inline-block;
}
.item-time img {
    margin-left: 8px;
    margin-right: 8px;
}
.item-answer {
    float: right;
    cursor: pointer;
}
.item-answer img {
    margin-right: 8px;
}
.item-answer:hover {
    color: #00b987;
}
.item-answer:hover img{
    content: url('../../images/question-item-answer-2.png');
}
/* 回答内容 */
.item-reply {
    background-color: #f8f9fb;
    width: 775px;
    margin-top: -1px;
    display: none;
    position: relative;
}
.reply-content {
    margin: 20px;
    width: 703px;
    height: 46px;
    border: 1px solid #eaedf0;
    background-color: #fff;
    font-size: 14px;
    outline-color: #e6e6e6;
    padding: 14px;
    border-radius: 2px;
    overflow: auto;
    font-family:"Microsoft YaHei";
    resize: vertical;
}
.reply-noLogin {
    position: absolute;
    top: 35px;
    left: 40px;
    color: #757575;
}
.reply-noLogin a {
    color: #07a581;
}
.reply-control {
    margin: 0 auto;
    position: relative;
    height: 34px;
    width: 733px;
    padding-bottom: 10px;
}
/* 多选框 */
.reply-anonymous {
    margin-left: -7px;
    font-size: 14px;
    color: #626266;
    cursor: pointer;
}
.reply-anonymous:hover {
    opacity: .8;
}
.reply-anonymous label input{
    -webkit-appearance: none;
}
.reply-anonymous label span {
    position: relative;
}
.reply-anonymous label span::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    top: -1px;
    border: 1px solid rgb(219, 219, 219);
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: bottom;
    box-sizing: border-box;
}
.reply-anonymous label input:checked+span::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 6px;
    top: 0;
    text-align: center;
    line-height: 16px;
    color: #fff;
    /* background-color: #00b987; */
    background: url('../../images/checked.png');
}
/* 回复提交按钮 */
.reply-submit {
    width: 90px;
    height: 35px;
    color: #ffffff;
    background-color: #00b987;
    border: 0;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    right: 2px;
    top: -7px;
    outline: none;
    display: inline-block;
}
.reply-submit:hover {
    opacity: .8;
}
.reply-list {
    margin: 0 auto;
    width: 730px;
    color: #626266;
    margin-bottom: 15px;
}
.reply-user {
    vertical-align: middle;
}
.reply-time {
    float: right;
    color: #93939a;
}
.reply-list-answers {
    margin-top: 18px;
    margin-bottom: 18px;
    word-wrap: break-word; 
    word-break: normal;
}
.list-content {
    position: relative;
    padding-bottom: 10px;
    margin-top: 26px;
}
.list-content:not(:last-child) {
    border-bottom: 1px solid #eaedf0;
} 
.list-more {
    margin: 0 auto;
    padding-top: 20px;
    width: 80px;
    color: #40c299;
    cursor: pointer;
    padding-bottom: 25px;
    transition: all .3s;
}
.list-more:hover {
    opacity: .8;
}
/* 右侧 */
.question-right {
    width: 320px;
    float: right;
    margin-bottom: 50px;
}
/* 搜索框 */
.question-right .inline {
    display: inline-block;
    width: calc(100% - 48px);
}
.question-right .inline input {
    height: 48px;
    width: 100%;
    border: 1px solid #eaedf0;
    border-right: none;
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 5px;
    font-family:"Microsoft YaHei";
    box-sizing: border-box;
}
/* 搜索图标 */
.question-search-btn {
    width: 48px;
    height: 48px;
    text-align: center;
    float: right;
    background-color: #00b987;
    cursor: pointer;
    border: 0;
    outline: none;
}
.question-search-btn img {
    position: relative;
    transition: all .3s;
}
.question-search-btn:hover img {
    opacity: .8;
}
/* 问答 */
.question-ask {
    margin-top: 20px;
    width: 320px;
    border: 1px solid #eaedf0;
    height: 194px;
    background-color: #fff;
}
.question-ask-tip {
    padding-top: 10px;
    width: 266px;
    margin: 0 auto;
    padding-bottom: 32px;
    color: #626266;
}
.question-ask-submit {
    text-align: center;
}
.question-ask-submit a {
    background-color: #00b987;
    font-size: 14px;
    border: none;
    color: #fff;
    width: 88px;
    height: 34px;
    cursor: pointer;
    line-height: 34px;
    transition: all .3s;
    display: inline-block;
}
.question-ask-submit a:hover {
    opacity: .8;
}
/* 满意度问卷调查 */
.question-message {
    background: url('../../images/question-message-background.png') no-repeat;
    background-size: cover;
    margin-top: 20px;
    width: 320px;
    height: 235px;
    color: #fff;
}
.close {
   float: right;
   margin-right: 22px;
}
.close:hover {
    opacity: .8;
}
.close img {
    cursor: pointer;
}
.question-message-tip {
    width: 266px;
    margin: 0 auto;
    margin-top: 12px;
}
.question-message-btn {
    text-align: center;
    margin-top: 30px;
}
.question-message-btn a {
    background: rgba(0,0,0,0);
    border: #fff solid 1px;
    color: #fff;
    width: 88px;
    height: 34px;
    cursor: pointer;
    outline: none;
    transition: all .3s;
    display: inline-block;
    line-height: 34px;
}
.question-message-btn a:hover {
    opacity: .8;
}
/* 热点问题 */
.question-hot {
    margin-top: 20px;
    width: 320px;
    height: 280px;
    border: 1px solid #eaedf0;
    background-color: #fff;
}
.question-hot-content {
    width: 266px;
    margin: 0 auto;
}
.question-hot-content div{
    color: #7d7d80;
    font-size: 14px;
    margin-bottom: 20px;
}
.question-hot-content div:hover{
    color: #00b987;
}
/* 分页 */
.pager {
    width: 780px;
    padding-top: 24px;
    border-top: 1px solid #eaedf0;
    height: 34px;
    text-align: right;
    margin-bottom: 24px;
}
.pager div {
    display: inline-block;
}
#pagination {
    margin-left: 10px;
}
/* 页数样式 */
.ui-pagination-container {
	height: 34px;
	line-height: 34px;
}
.ui-pagination-container .ui-pagination-page-item {
	font-size: 14px;
	padding: 8px 12px;
	border: 1px solid #dfe2e5;
	margin: 0 3px;
	text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item:hover {
	font-size: 14px;
    padding: 8px 12px;
    border-color: #00b987;
	background-color: #00b987;
	color: #fff;
	cursor: pointer;
    margin: 0 3px;
    text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item.active {
	font-size: 14px;
    padding: 8px 12px;
    border-color: #00b987;
	background-color: #00b987;
	color: #fff;
	cursor: default;
    margin: 0 3px;
    text-decoration: none;
}
.page-input {
    margin-left: 12px;
    margin-right: 12px;
    padding: 10px;
    width: 28px;
    height: 12px;
    border: 1px solid #dfe2e5;
}
/* 问题详情左侧 */
.detail-left {
    float: left;
}
/* 问题详情左侧顶部内容 */
.question-detail {
    width: 780px;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #eaedf0;
    padding: 30px;
 }
.detail-reply {
    border-top: 1px solid #eaedf0;
    padding-top: 20px;
    /* position: relative; */
 }
.detail-textarea {
    position: relative;
}
.detail-reply-noLogin {
    top: 33px;
    left: 15px;
}
.detail-content {
    margin-top: 20px;
    width: 750px;
    height: 46px;
    border: 1px solid #eaedf0;
    background-color: #fff;
    font-size: 14px;
    outline-color: #e6e6e6;
    padding: 14px;
    border-radius: 2px;
    overflow: auto;
    font-family:"Microsoft YaHei";
    resize: vertical;
}
.detail-control {
    position: relative;
    margin-top: 20px;
    width: 780px;
}
 .detail-submit {
    width: 90px;
    height: 35px;
    color: #ffffff;
    background-color: #00b987;
    border: 0;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: all .3s;
    position: absolute;
    right: 0;
    top: -5px;
    outline: none;
    display: inline-block;
}
.detail-submit:hover {
    opacity: .8;
}
/* 回答列表 */
.detail-list {
    width: 780px;
    background-color: #fff;
    border: 1px solid #eaedf0;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.answerTtile {
    padding-left: 0px;
    border-bottom: 1px solid #eaedf0;
}
.detail-reply-list {
    width: 780px;
    color: #626266;
    margin-bottom: 15px;
}
.list-no-more {
    width: 70px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
    color: #626266;
}
/* 右侧 */
.detail-right {
    width: 320px;
    float: right;
    margin-bottom: 50px;
}
/* 搜索框 */
.detail-right .inline {
    display: inline-block;
    width: calc(100% - 48px);
}
.detail-right .inline input {
    height: 48px;
    width: 100%;
    border: 1px solid #eaedf0;
    border-right: none;
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 5px;
    font-family:"Microsoft YaHei";
    box-sizing: border-box;
}


/* 自适应内容——互动问答 */
@media screen and (min-width:1024px) and (max-width: 1180px) {
    .question-main {
        width: calc(100% - 30px);
    }
    .question-left {
        width: calc(60% - 30px);
    }
    .question-right {
        width: calc(38% - 30px);
        float: right;
    }
    .question-search {
        width: calc(100% - 30px);
    }
    .question-ask {
        width: calc(100% - 30px);
    }
    .question-message {
        width: calc(100% - 30px);
    }
    .question-hot {
        width: calc(100% - 30px);
    }
    .pager {
        width: calc(100% - 30px);
    }
    .question-right .inline {
        width: calc(100% - 50px);
    }
    .item-reply {
        width: calc(100% - 0px);
    }
    .reply-content {
        width: calc(90% - 17px);
    }
    .reply-control {
        width: calc(100% - 0px);
    }
    .reply-anonymous {
        margin-left: 14px;
    }
    .reply-submit {
        right: 30px;
    }
}
@media screen  and (min-width:860px) and (max-width:1024px) {
    .question-main {
        width: calc(100% - 30px);
    }
    .question-left {
        width: calc(60% - 30px);
    }
    .question-right {
        width: calc(38% - 30px);
        float: right;
    }
    .question-search {
        width: calc(100% - 0px);
    }
    .question-ask {
        width: calc(100% - 0px);
    }
    .question-message {
        width: calc(100% - 0px);
    }
    .question-hot {
        width: calc(100% - 0px);
    }
    .pager {
        width: calc(100% - 0px);
    }
    .question-right .inline {
        width: calc(100% - 50px);
    }
    .item-reply {
        width: calc(100% - 0px);
    }
    .reply-content {
        width: calc(100% - 80px);
    }
    .reply-control {
        width: calc(100% - 0px);
    }
    .reply-anonymous {
        margin-left: 14px;
    }
    .reply-submit {
        right: 30px;
    }
}
@media screen  and (min-width:768px) and (max-width:860px) {
    .question-main {
        width: calc(100% - 30px);
    }
    .question-left {
        width: calc(60% - 30px);
    }
    .question-right {
        width: calc(38% - 30px);
        float: right;
    }
    .question-search {
        width: calc(100% - 0px);
    }
    .question-ask {
        width: calc(100% - 0px);
    }
    .question-ask .question-ask-tip {
        word-wrap: break-word; 
        word-break: normal;
        width: 100%;
    }
    .question-message {
        width: calc(100% - 0px);
    }
    .question-message .question-message-tip {
        word-wrap: break-word; 
        word-break: normal;
        width: 100%;
    }
    .question-hot {
        width: calc(100% - 0px);
    }
    .question-hot .question-hot-content {
        word-wrap: break-word; 
        word-break: normal;
        width: 100%;
    }
    .pager {
        width: calc(100% - 0px);
    }
    .question-right .inline {
        width: calc(100% - 50px);
    }
    .item-reply {
        width: calc(100% - 0px);
    }
    .reply-content {
        width: calc(100% - 80px);
    }
    .reply-control {
        width: calc(100% - 0px);
    }
    .reply-anonymous {
        margin-left: 14px;
    }
    .reply-submit {
        right: 30px;
    }
}

/* 手机端样式——互动问答 */
.question-top-mobile .question-search-mobile {
    display: none;
}
.question-tab-title .tab-hot-mobile {
    display: none;
}
.question-wrapper .question-message-mobile {
    display: none;
}
.question-top-mobile .question-ask-mobile {
    display: none;
}
.item-answer-mobile {
    display: none;
}
#question-nav-mobile {
    display: none;
}
.question-hot-mobile {
    display: none;
}
#pagination-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .question-right {
        display: none;
    }
    .question-wrapper {
        padding-top: 0;
    }
    .question-top-mobile {
        background-color: #fff;
        padding-top: 68px;
        position: relative;
    }
    /* 搜索图标 */
    .question-top-mobile .question-search-btn {
        width: 50px;
        height: 40px;
        text-align: center;
        float: right;
        background-color: #00b987;
        cursor: pointer;
        border: 0;
        outline: none;
    }
    .question-top-mobile .question-search-btn img {
        width: 15px;
        height: 15px;
    }
    /* 搜索框 */
    .question-top-mobile .question-search-mobile {
        display: block;
        margin-left: 15px;
        margin-right: 15px;
    }
    .question-top-mobile .question-search-mobile .inline {
        display: inline-block;
        width: calc(100% - 50px);
    }
    .question-top-mobile .question-search-mobile .inline input {
        height: 40px;
        width: 100%;
        border: 1px solid #eaedf0;
        font-size: 14px;
        border-right: none;
        padding-top: 5px;
        padding-left: 12px;
        padding-bottom: 5px;
        font-family:"Microsoft YaHei";
        box-sizing: border-box;
    }
    .question-top-mobile .question-search-mobile .inline input::-webkit-input-placeholder {
        color: #a1a1a7;
    }
    /* 问答 */
    .question-top-mobile .question-ask-mobile {
        display: block;
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        background-color: #fff;
    }
    .question-ask-mobile .threeTitle {
        padding-left: 0;
        font-size: 14px;
        line-height: 0;
        margin-top: 15px;
        font-weight: 500;
        font-family:"Microsoft YaHei";
    }
    .question-ask-mobile .threeTitle img {
        margin-right: 12px;
        width: 21px;
        height: auto;
        vertical-align: middle;
        position: relative;
        top: -1px;
    }
    .question-ask-tip {
        padding-top: 10px;
        width: auto;
        font-size: 12px;
        padding-bottom: 30px;
        color: #a1a1a7;
    }
    .question-top-mobile::before {
        position: absolute;
        display: inline-block;
        content: "";
        bottom: 75px;
        width: 100%;
        border-bottom: 1px solid #eaebef;
    }
    .question-ask-mobile a {
        background-color: #00b987;
        /* margin-top: 15px; */
        font-size: 14px;
        border: none;
        color: #fff;
        width: 100%;
        height: 44px;
        cursor: pointer;
        transition: all .3s;
        margin-bottom: 15px;
        text-align: center;
        display: inline-block;
        line-height: 44px;
    }
    .question-ask-mobile a:hover {
        opacity: .8;
    }
    /* 主体 */
    .question-main {
        margin-top: 10px;
        width: auto;
    }
    /* 左侧 */
    .question-left {
        width: auto;
        margin-bottom: 0;
        background: #fff;
        border: none;
        float: none;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    /* 标签 */
    #question-nav-pc {
        display: none;
    }
    #question-nav-mobile {
        display: block;
    }
    .question-tab-mobile {
        height: 44px;
    }
    .question-mobile-top {
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: 0px 2px 6px 0px rgba(52, 65, 91, 0.08);
        z-index:100;
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
    }
    .question-tab {
        text-align: left !important;
    }
    .question-tab-title .tab-hot-mobile {
        display: inline-block;
    }
    .question-tab-title a {
        font-size: 14px;
    }
    .question-tab-title {
        position: relative;
        left: 0;
        height: 45px;
        white-space: nowrap;
        font-size: 0;
        width: 100%;
    }
    .question-tab-title li{
        line-height: 50px;
        padding: 0 5%;
        margin-right: 10%;
    }
    .question-tab-title li:last-child{
        margin-right: 0;
    }
    .question-tab-title li:hover {
        color: #626266;
    }
    /* 问题 */
    .question-left-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .question-list-item:first-child {
        border: none;
        padding-top: 20px;
    }
    .question-list-item {
        border-top: 1px dashed #eaedf0;
    }
    .item-title {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .item-content {
        font-size: 13px;
        color: #626266;
        margin-bottom: 14px;
    }
    .item-footer {
        padding-bottom: 15px;
        line-height: 1;
    }
    .item-user {
        font-size: 12px;
        color: #626266;
        display: inline-block;
        width: 55px;
    }
    .item-user img {
        margin-right: 6px;
        width: 12px;
        height: 12px;
        vertical-align: middle;
        content: url('../../images/question-item-user-icon-mobile.png');
        position: relative;
        top: -1px;
    }
    .item-time {
        font-size: 12px;
        color: #626266;
        margin-left: 3%;
        display: inline-block;
    }
    .item-time img {
        /* margin-left: 20px; */
        margin-right: 7px;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        content: url('../../images/question-item-time-icon-mobile.png');
        position: relative;
        top: -1px;
    }
    /* 回答按钮 */
    .item-answer {
        display: none;
    }
    .item-answer-mobile {
        display: block;
    }
    .item-answer-mobile {
        float: right;
        cursor: pointer;
        font-size: 12px;
        color: #626266;
        margin-right: -5px;
    }
    .item-answer-mobile:hover {
        color: #00b987;
    }
    .item-answer-mobile-svg {
        width: 12px;
        height: 12px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        color: #c0c0c0;
        fill: currentColor;
        margin-right: 7px;
    }
    .item-answer-mobile:hover .item-answer-mobile-svg {
        color: #00b987;
    }
    /* 回复框 */
    .item-reply {
        width: calc(100% - 0px);
    }
    .reply-content {
        width: calc(100% - 80px);
    }
    .reply-control {
        width: calc(100% - 0px);
    }
    .reply-anonymous {
        margin-left: 14px;
    }
    .reply-submit {
        right: 30px;
    }
    /* 热门问题 */
    .question-hot-mobile div:first-child{
        padding-top: 18px;
    }
    .question-hot-mobile div{
        font-size: 15px;
        font-family:"Microsoft YaHei";
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #eaebef;
    }
    .question-hot-mobile div:last-child{
        border: none;
        padding-bottom: 44px;
    }
    .question-hot-mobile div:hover {
        color: #00b987;
    }
    /* 分页 */
    .pager {
        display: none;
    }
    .pager-mobile {
        width: 100%;
        text-align: center;
        font-size: 0;
    }
    #pagination-mobile {
        display: inline-block;
        width: 92%;
        font-size: 14px;
    }
    /* 页数样式 */
    #pagination-mobile .ui-pagination-container {
        height: 34px;
        line-height: 34px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 24px;
        margin-bottom: 34px;
    }
    .ui-pagination-container .ui-pagination-page-item {
        font-size: 14px;
        padding:0;
        width: 72px;
        height: 37px;
        border: none;
        background-color: #00b987;
        color: #fff;
        margin: 0;
        line-height: 37px;
        text-decoration: none;
    }
    .ui-pagination-container .ui-pagination-page-item:hover {
        font-size: 14px;
        padding:0;
        width: 72px;
        height: 37px;
        border: none;
        background-color: #00b987;
        color: #fff;
        margin: 0;
        line-height: 37px;
        text-decoration: none;
        opacity: .8;
    }
    /* 首个上一页 */
    .ui-pagination-container .ui-pagination-page-first {
        font-size: 14px;
        padding:0;
        width: 72px;
        height: 37px;
        line-height: 37px;
        border: none;
        margin: 0;
        text-decoration: none;
        background-color: #ebedec;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none;
    }
    /* 最后下一页 */
    .ui-pagination-container .ui-pagination-page-end {
        font-size: 14px;
        padding:0;
        width: 72px;
        height: 37px;
        line-height: 37px;
        border: none;
        margin: 0;
        text-decoration: none;
        background-color: #ebedec;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none;
    }
    .numberPage {
        color: #626266;
    }
    /* 满意度调查 */
    .question-wrapper .question-message-mobile {
        display: block;
        margin-top: -10px;
        background: url('../../images/question-message-background-mobile.png') no-repeat;
        background-size: cover;
        background-position: top center;
        /* height: 75px; */
        width: auto;
        color: #fff;
    }
    .message-box-mobile {
        width: 92%;
        margin: 0 auto;
    }
    .question-message-mobile .threeTitle{
        line-height: 60px;
        padding-left: 0;
        font-weight: 500;
        font-size: 15px;
    }
    .close {
        float: right;
        margin-top: -10px;
        margin-right: 0;
    }
    .close:hover {
        opacity: .8;
    }
    .close img {
        cursor: pointer;
        width: 10px;
        height: 10px;
        content: url('../../images/question-message-close-mobile.png');
    }
    .question-message-tip {
        /* width: 100%; */
        margin-left: 0;
        margin-top: -15px;
        word-wrap: break-word; 
        word-break: normal;
        padding-bottom: 15px;
    }
    .question-message-btn {
        float: right;
        margin-top: -45px;
        margin-right: 0;
    }
    .question-message-btn a {
        border: #fff solid 1px;
        font-size: 13px;
        width: 75px;
        height: 32px;
    }
}

@media screen and (max-width: 374px) {
    .question-mobile-top {
        padding-left: 27px;
    }
    .question-tab-title li{
        line-height: 50px;
        padding: 0 5%;
        margin-right: 8%;
    }
    .question-tab-title li:last-child{
        margin-right: 0;
    }
    .question-wrapper .question-message-mobile {
        display: block;
        margin-top: -10px;
        background: url('../../images/question-message-background-mobile.png') no-repeat;
        /* background-size: cover; */
        background-position: top center;
        /* height: 75px; */
        width: auto;
        color: #fff;
    }
    .message-box-mobile {
        width: auto;
    }
    .message-box-mobile .threeTitle {
        margin-left: 15px;
    }
    .question-message-tip {
        width: 266px;
        margin-left: 15px;
        /* padding-top: 20px; */
        word-wrap: break-word; 
        word-break: normal;
        padding-bottom: 15px;
    }
    .question-message-btn {
        float: right;
        /* margin-top: -68px; */
        margin-right: 15px;
    }
    .close {
        float: right;
        margin-top: -10px;
        margin-right: 15px;
    }
    .close:hover {
        opacity: .8;
    }
    .close img {
        cursor: pointer;
        width: 10px;
        height: 10px;
        content: url('../../images/question-message-close-mobile.png');
    }
}
@media screen and (max-width: 352px) {
    .question-message-btn {
        margin-top: -68px;
    }
    .question-message-tip {
        padding-top: 20px;
    }
}

/* 自适应内容——问答详情 */
@media screen and (min-width:768px) and (max-width: 1190px) {
    .question-main {
        width: calc(100% - 0px);
    }
    /* 左侧 */
    .detail-left {
        width: calc(68% - 50px);
        float: left;
    }
    .question-detail {
        width: calc(100% - 0px);
    }
    .detail-list {
        width: calc(100% - 0px);
    }
    .detail-list .threeTitle {
        width: calc(100% - 0px);
    }
    .detail-list .detail-reply-list {
        width: calc(100% - 0px);
    }
    .detail-reply {
        width: calc(100% - 0px);
    }
    .detail-content {
        width: calc(96% - 0px);
    }
    .detail-control {
        width: calc(100% - 0px);
    }
    .detail-control .reply-anonymous{
        margin-left: -6px;
    }
    /* 右侧 */
    .detail-right {
        width: calc(29% - 0px);
        float: right;
    }
    .detail-right .inline {
        width: calc(100% - 50px);
    }
    .detail-right .question-search {
        width: calc(100% - 20px);
    }
    .detail-right .question-ask {
        width: calc(100% - 20px);
    }
    .detail-right .question-ask .question-ask-tip {
       width: calc(100% - 20px);
       padding-bottom: 10%;
    }
    .detail-right .question-message {
        width: calc(100% - 20px);
    }
    .detail-right .question-message .question-message-tip {
        width: calc(100% - 20px);
    }
    .detail-right .question-message .question-message-btn {
        margin-top: 9%;
    }
    .detail-right .question-hot {
        width: calc(100% - 20px);
        height: auto;
    }
    .detail-right .question-hot .question-hot-content {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width:834px) {
    .detail-right .question-message .question-message-btn {
        margin-top: 5px;
    }
    .detail-right .question-ask .question-ask-tip {
       padding-bottom: 10px;
    }
}

/* 手机端样式——问答详情 */
.detail-write-answer {
    display: none;
}
.all-answer-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .detail-reply {
        display: none;
    }
    .detail-right {
        display: none;
    }
    .detail-list .threeTitle {
        display: none;
    }
    .detail-write-answer {
        display: block;
    }
    .detail-left {
        width: 100%;
    }
    /* 上面 */
    .question-detail {
        width: auto;
        margin-bottom: 20px;
        padding: 60px 15px;
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }
    .question-detail .item-title {
        font-size: 18px;
        margin-bottom: 14px;
        word-wrap: break-word; 
        word-break: normal;
    }
    .question-detail .item-content {
        font-size: 13px;
        color: #818185;
        margin-bottom: 14px;
        word-wrap: break-word; 
        word-break: normal;
    }
    .question-detail .item-footer {
        padding-bottom: 15px;
        border-bottom: 1px dashed #eaedf0;
    }
    .question-detail .item-footer .item-user {
        font-size: 12px;
        color: #626266;
        display: inline-block;
    }
    .question-detail .item-footer .item-user img {
        margin-right: 6px;
        vertical-align: middle;
    }
    .question-detail .item-footer .item-time {
        font-size: 12px;
        color: #626266;
        display: inline-block;
        margin-left: 0;
    }
    .question-detail .item-footer .item-time img {
        margin-left: 0;
        margin-right: 6px;
        vertical-align: middle;
    }
    .detail-write-answer {
        width: 100%;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .detail-write-answer a {
        height: 44px;
        color: #fff;
        font-size: 14px;
        background-color: #00b987;
        border: none;
        width: 100%;
        display: inline-block;
        line-height: 44px;
        text-align: center;
    }
    .detail-write-answer a:hover {
        opacity: .8;
        cursor: pointer;
    }
    .all-answer-mobile {
        display: block;
        font-size: 14px;
        margin-left: 15px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    /* 下面 */
    .detail-list {
        width: auto;
        background-color: #fff;
        padding: 30px 15px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }
    .detail-reply-list {
        width: auto;
        color: #626266;
        margin-bottom: 0;
        margin-top: 0;
    }
    .detail-reply-list .list-content {
        position: relative;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 20px;
    }
    .detail-reply-list .list-content .reply-user {
        width: 90px;
        font-size: 12px;
    }
    .detail-reply-list .list-content .reply-time {
        float: right;
        font-size: 12px;
        color: #93939a;
    }
    .detail-reply-list .list-content .reply-list-answers {
        margin-top: 13px;
        margin-bottom: 19px;
        word-wrap: break-word; 
        word-break: normal;
    }
    .detail-reply-list .list-content:not(:last-child) {
        border-bottom: 1px dashed #eaedf0;
    } 
    .detail-reply-list .list-more {
        margin: 0 auto;
        padding-top: 20px;
        width: 80px;
        color: #40c299;
        cursor: pointer;
        padding-bottom: 25px;
        transition: all .3s;
    }
    .detail-reply-list .list-more:hover {
        opacity: .8;
    }
    .detail-reply-list .list-no-more {
        width: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 0 auto;
        color: #626266;
    }
}