::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

/*--------------------------------------- ask-index ---------------------------------------*/
.ask-index {
    margin: 20px auto;
}

.ask-index .main {
    width: 820px;
    /*padding: 0 20px;*/
    /*background: #fff;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0 3px 4px #e9e8e8;*/
}

.ask-index .main .tit {
    height: 77px;
    line-height: 77px;
    width: 504px;
    float: left;;
}

.ask-index .main .tit h3 {
    font-size: 18px;
    font-weight: bold;
}

.ask-index .main .tit .more {
    color: #999;
}

.ask-index .main .tab-tit li {
    float: left;
    height: 25px;
    line-height:25px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    text-align: center;
    margin-right: 50px;
}
.ask-index .main .tab-con{
    margin-top: 20px;
    padding: 18px 0 0 0;
    height: 41px;
}


.ask-index .main .tab-tit li.on {

    color: #07BDC7;
    border-radius: 2px;
}

.ask-index .search-con .ipt1 {
    outline: none;
    width: 533px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ddd;
    padding: 0 0 0 45px;
    font-size: 14px;
    background-position: 15px -1184px;
    border-radius: 16px 0px 0px 16px;
}

.ask-index .main .tab-tit li.on a:hover, .ask-index .main .tab-tit li.on a {
    color: #07BDC7;
    font-weight: bold;
}

.ask-index .search-con .box {
    display: block;
    float: left;
    width: 579px;
    height: 46px;
}

.ask-index .search-con .box .btn {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 0;
    font-size: 0;
    right: 0;
    top: 0;
}

.ask-index .search-con label {
    display: block;
    width: 533px;
    height: 46px;
    line-height: 46px;
    left: 45px;
    top: 0;
    color: #666;
    border: 0;
    font-size: 14px;
}

.ask-index .search-con .ques1, .ask-index .search-con .ques2 {
    display: block;
    width: 110px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    background: #ff7800;
    text-decoration: none;
}

.ask-index .search-con .ques2 {
    background: #07BDC7;
}

.ask-index .search-con .ques1:hover {
    background: #ff8a00;
}

.ask-index .search-con .ques2:hover {
    background: #00c883;
}

.ask-index .search-more {
    line-height: 56px;
    color: #999;
    padding-bottom: 32px;
}

.ask-index .search-more a {
    color: #666;
}

.ask-index .search-more a.more-btn {
    margin-left: 30px;
}


.ask-index .search-index-right {
    width: 360px;
}

.ask-index .customization-con {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: right;
    background: #f6f6f6;
    border-top: 1px solid #e1e1e1;
    color: #666;
}

.ask-index .customization-con .customization-btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 28px;
    line-height: 28px;
    color: #07BDC7;
    border: 1px solid #07BDC7;
    border-radius: 2px;
    padding: 0 17px;
    margin-left: 10px;
}

/*--------------------------------------- search-index ---------------------------------------*/
.search-index {
    margin-top: 20px;
}

.search-index .main {
    width: 820px;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px #e9e8e8;
}

.search-index .main .tit {
    height: 77px;
    line-height: 77px;
}

.search-index .main .tit h3 {
    font-size: 18px;
    font-weight: bold;
}

.search-index .main .tit .more {
    color: #999;
}

.search-index .main .tab-tit {
    padding-bottom: 8px;
}

.search-index .main .tab-tit li {
    float: left;
    padding: 0 18px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    text-align: center;
}

.search-index .main .tab-tit li.on {
    background: #07BDC7;
    color: #fff;
    border-radius: 2px;
}

.search-index .search-con {
    padding: 0 0 38px 0;
}

.search-index .search-con .ipt1 {
    width:647px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #E5E5E5;
    padding: 0 0 0 45px;
    font-size: 14px;
    border-radius:5px;
    color: #333;
}
.search-index .search-con .search-ico {
    background:url("/wenda/img/newWd/search.png") no-repeat;
    background-size: 14px 14px;
    background-position:14px;
}


.search-index .search-con .box {
    display: block;
    float: left;
    width: 647px;
    height: 43px;
}

.search-index .search-con .box .btn {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 0;
    font-size: 0;
    right: 0;
    top: 0;
}

.search-index .search-con label {
    display: none;
    width: 165px;
    height: 30px;
    line-height: 30px;
    left: 13px;
    top: 4px;
    font-size: 12px;
    color: #ccc;
    border: 0;
}

.search-index .search-con .ques1 {
    display: block;
    width: 121px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    background: #07BDC7;
    text-decoration: none;
    border-radius: 5px;
    position: absolute;
    right:117px;
}
.search-index .search-con .ques1:hover{
    background: #07B2BC;
    color: #fff;
}

.search-index .search-con .ques2 {
    background: #FF7800;
    float: right;
    border-radius: 5px;
    width: 121px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.search-index .search-con .ques2:hover{
    background: #F57300;
    color: #fff;
}

.search-index .search-index-right {
    width: 320px;
}

.search-index .about-list li {
    *zoom: 1;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 160px 20px 110px;
    position: relative;
}

.search-index .about-list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.search-index .about-list li .head {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 20px;
}

.search-index .about-list li .head img {
    display: block;
    width: 90px;
    height: 90px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.search-index .about-list li .head .bg {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/wenda/img/head-bg03.png") no-repeat;
    z-index: 1;
}

.search-index .about-list li .head .personalInformation-pop {
    left: 5px;
    top: -130px;
}

.search-index .about-list li .text {
}

.search-index .about-list li .text h3 {
    line-height: 38px;
    font-size: 16px;
    display: inline-block;
}

.search-index .about-list li .text p {
    line-height: 22px;
    font-size: 12px;
    color: #999;
    padding-bottom: 5px;
}

.search-index .about-list li .text .tags {
    line-height: 24px;
    color: #666;
    font-size: 12px;
}

.search-index .about-list li .text .tags i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 24px;
    line-height: 24px;
    background: #f4f4f4;
    font-size: 12px;
    color: #666;
    padding: 0 16px;
    border-radius: 50px;
    margin: 10px 10px 0 0;
}

.search-index .about-list li .btn-wrap {
    position: absolute;
    top: 35px;
    right: 0;
}

.search-index .about-list li .btn-wrap .btn {
    display: block;
    width: 126px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #02b779;
    border: 1px solid #02b779;
    text-align: center;
    border-radius: 2px;
}

.search-index .about-list li .btn-wrap p {
    font-size: 12px;
    line-height: 30px;
    padding: 11px 13px 0 0;
    color: #666;
    text-align: right;
}

.search-index .topic-list .topic-list {
    width: 840px;
}

.search-index .topic-list li {
    padding: 15px 0;
    *zoom: 1;
    border-bottom: 1px solid #f0f0f0;
}

.search-index .topic-list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.search-index .topic-list .head {
    float: left;
    padding: 21px 0 0 0;
    width: 40px;
    height: 40px;
}

.search-index .topic-list .head img {
    width: 40px;
    height: 40px;
}

.search-index .topic-list .text {
    float: right;
    width: 740px;
    position: relative;
    padding: 15px 20px 0 0;
}

.search-index .topic-list .text h3 {
    font-size: 16px;
    line-height: 30px;
}

.search-index .topic-list .text .nums {
    line-height: 24px;
    font-size: 12px;
    color: #999;
}

.search-index .topic-list .text p {
    font-size: 12px;
    line-height: 24px;
    padding-top: 7px;
}

.search-index .topic-list .text .follow-btn {
    display: block;
    width: 52px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: absolute;
    top: 31px;
    right: 20px;
}

.search-index .topic-list .text .follow-btn:hover {
    color: #02b779;
    border-color: #02b779;
}

/*--------------------------------------- answer-index ---------------------------------------*/
.answer-index {
    margin-top: 20px;
}

.answer-index .main {
    width: 820px;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px #e9e8e8;
}

.answer-index .main .tit {
    height: 77px;
    line-height: 77px;
}

.answer-index .main .tit h3 {
    font-size: 18px;
    font-weight: bold;
}

.answer-index .main .tit .more {
    color: #999;
}

.answer-index .main .tab-tit {
    padding-bottom: 10px;
}

.answer-index .main .tab-tit li {
    float: left;
    width: 96px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    text-align: center;
}

.answer-index .main .tab-tit li.on {
    background: #07BDC7;
    color: #fff;
    border-radius: 2px;
}

.answer-index .category-nav {
    background: #f6f6f6;
    border-top: 1px solid #e0e0e0;
    padding: 11px 0 11px 20px;
}

.answer-index .category-nav .t1 {
    height: 30px;
    line-height: 30px;
    width: 52px;
}

.answer-index .category-nav .list {
    width: 748px;
}

.answer-index .category-nav .list a {
    float: left;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-right: 24px;
}

.answer-index .category-nav .list a.on {
    color: #02b779;
}

.answer-index .main-right {
    width: 320px;
}

.searchZone {
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    padding: 21px 0 0 20px;
}

.searchZone{ background: #fff; border-radius: 5px; padding: 20px;}
.searchZone .title{font-size: 18px; font-weight: bold; margin-bottom: 12px;}
.searchZone label{ background: #fff; height: 38px; line-height: 38px; border-radius: 20px; border: 1px solid #d9d9d9; padding: 0 18px; display: block;}
.searchZone label input{ border: none; height: 35px; line-height: 38px; outline: inherit;font-size: 14px; width: 91%;}
.searchZone label input::placeholder{ font-size: 14px; color: #c5c5c5;}
.searchZone label a{display: inline-block;*display:inline; zoom: 1; background: url("/wenda/img/search.png") no-repeat; width: 19px; height: 20px;vertical-align: top; margin-top: 9px;}
.searchZone p{ background: url("/wenda/img/audio.png") no-repeat 28px 4px; padding-left: 16px; font-size: 12px; color: #666; text-align: center; margin-top: 10px;}


.list-quiz {
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    padding: 21px 0 0 20px;
}

.list-quiz .btn {
    position: relative;
    z-index: 1;
    display: block;
    width: 280px;
    height: 49px;
    line-height: 49px;
    text-indent: 16px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #02b779;
    border-radius: 2px;
}

.list-quiz .btn:after{
    content:" ";
    position: absolute;
    left: 82px;
    top: 13px;
    display:block;
    width: 24px;
    height: 24px;
    background: url("/wenda/img/icon_01.png") no-repeat;
}

.list-quiz p {
    font-size: 14px;
    line-height: 52px;
}

/*--------------------------------------- free-questions ---------------------------------------*/
.questions-index {
    margin-bottom: 30px;
}

.ask-index-con {
    float: left;
    width: 860px;
    background: #fff;
    padding-bottom: 60px;
    margin-top: 18px;
    box-shadow: 0 3px 4px #e9e8e8;
}

.ask-index-con .t1 {
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    padding: 38px 0 4px 0;
    color: #07BDC7;
}

.ask-index-con .t2 {
    font-size: 18px;
    color: #a9a9a9;
    line-height: 42px;
    text-align: center;
    padding-bottom: 38px;
}

.ask-index-con .expert-information {
    padding: 50px 0 40px 94px;
}

.ask-index-con .expert-information .head {
    width: 120px;
    height: 120px;
    position: relative;
}

.ask-index-con .expert-information .head img, .ask-index-con .expert-information .head a {
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.ask-index-con .expert-information .head .bg {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/wenda/img/head-bg05.png") no-repeat;
    z-index: 1;
}

.ask-index-con .expert-information .text {
    width: 546px;
    margin-left: 20px;
}

.ask-index-con .expert-information .text h3 {
    font-size: 18px;
    line-height: 46px;
    font-weight: bold;
}

.ask-index-con .expert-information .text p {
    color: #999;
    line-height: 22px;
    padding-bottom: 16px;
}

.ask-index-con .expert-information .text .nums {
    line-height: 28px;
    color: #999;
}

.ask-index-con .expert-information .text .follow-btn {
    display: block;
    width: 66px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 46px;
}

.ask-index-con .expert-information .text .follow-btn:hover {
    color: #02b779;
    border-color: #02b779;
}

.ask-index-con .expert-information .text .follow-btn.active {
    border-color: #02b779;
    color: #02b779;
    transition: all 0.15s ease-in-out;
}

.ask-index-con .expert-information .text .follow-btn.active:hover {
    background: #02b779;
    color: #fff;
}

.ask-index-con .con {
    padding: 0 90px;
}

.ask-index-con .con li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ask-index-con .con li {
    *zoom: 1;
    position: relative;
    margin-bottom: 15px;
}

.ask-index-con .con li.error {
    color: #999;
    display: none;
    margin-bottom: 0;
}

.ask-index-con .con li label {
    width: 656px;
    height: 55px;
    line-height: 20px;
    color: #ccc;
    font-size: 14px;
    padding: 10px 14px;
    border: 0;
    display: none;
    left: 0;
    top: 0;
}

.ask-index-con .con li .nums {
    color: #999;
    position: absolute;
    right: 96px;
    bottom: 10px;
}

.ask-index-con .con li .nums input {
    width: 16px;
    border: 0;
    color: #999;
    font-family: \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
    font-size: 14px;
    *vertical-align: 0px;
}

.ask-index-con .con .ipt1 {
    outline: none;
    width: 656px;
    height: 55px;
    line-height: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 10px 14px;
    resize: none;
    font-family: \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
}

.ask-index-con .con .ipt2 {
    outline: none;
    *float: left;
    width: 684px;
    height: 47px;
    line-height: 47px;
    border: 1px solid #ddd;
    font-size: 14px;
    text-indent: 14px;
    resize: none;
    font-family: \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
}

.ask-index-con .con .add-theme {
    width: 684px;
    height: 47px;
    border: 1px solid #ddd;
}

.ask-index-con .con .question-more {
    width: 656px;
    border: 1px solid #ddd;
    padding: 10px 14px;
}

.ask-index-con .con .question-more .ipt3 {
    outline: none;
    font-size: 14px;
    width: 100%;
    border: 0;
    resize: none;
    height: 76px;
    font-family: \5FAE\8F6F\96C5\9ED1, \9ED1\4F53;
}

.ask-index-con .con .question-more .pic-upload {
    border-top: 1px solid #ebebeb;
    *border-top: 2px solid #ebebeb;
    padding: 15px 0 3px 0;
}

.ask-index-con .con .question-more .pic-upload .btn {
    width: 20px;
    height: 17px;
    background-position: -32px -1100px;
    border: 0;
}

.ask-index-con .con .question-more .pic-upload .file {
    position: absolute;
    top: 15px;
    left: 0;
    height: 20px;
    filter: alpha(opacity:0);
    opacity: 0;
    width: 20px;
    cursor: pointer;
}

.ask-index-con .prompt-tex {
    width: 686px;
    line-height: 36px;
    font-size: 12px;
    padding-bottom: 40px;
}

.ask-index-con .prompt-tex a {
    display: block;
    float: right;
    font-size: 12px;
    color: #02b779;
}

.ask-index-con .prompt-tex .chk {
    display: block;
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: relative;
    color: #999;
    cursor: pointer;
}

.ask-index-con .prompt-tex .chk i {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    margin-right: 14px;
    vertical-align: -4px;
}

.ask-index-con .prompt-tex .chk i.on {
    background: url("/wenda/img/t-dian2.png") no-repeat center;
}

.ask-index-con .prompt-tex .chk input {
    position: absolute;
    left: -20px;
    top: -20px;
}

.ask-index-con .prompt-tex .ico.arrow {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 0 -750px;
}

.ask-index-con .submit-btn {
    display: inline-block;
    width: 280px;
    height: 46px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #07BDC7;
    border-radius: 5px;
    margin-left: 190px;
    cursor: pointer;
}
.ask-index-con .submit-btn:hover{
    background: #07B2BC;
    color: #fff;
}
.ask-index-con .con .note {
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    margin-left: 60px;
    float: right;
}
.ask-index-con .con .note:hover{
   color:#07BDC7;
}
.ask-promptan {
    display: none;
    overflow: hidden;
    width: 700px;
    text-align: left;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -460px;
    z-index: 199;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2))
}

.ask-promptan .close-btn {
    display: block;
    width: 15px;
    height: 15px;
    background-position: -47px -900px;
    margin: 25px 25px 0 0;
}

.ask-promptan .tit {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
    padding-top: 30px;
}

.ask-promptan .ask-content {
    font-size: 14px;
    line-height: 30px;
    padding: 0 30px 30px;
}

.add_topic_wrap {
    position: relative;
    z-index: 9;
}

.add_topic {
    width: 684px;
    height: 47px;
    border: 1px solid #ddd;
}

.add_topic .jt {
    display: block;
    width: 9px;
    height: 6px;
    top: 21px;
    right: 16px;
    background-position: 0 -1100px;
    overflow: hidden;
}

.add_topic .jt.on {
    background-position: -15px -1100px;
}

.add_topic .ts {
    color: #ccc;
    height: 47px;
    line-height: 47px;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.add_topic .searchTerm {
    height: 47px;
    line-height: 47px;
}

.add_topic .searchTerm .selected {
    float: left;
    font-size: 14px;
    line-height: 47px;
    color: #666;
    padding: 0 0 0 20px;
}

.add_topic .searchTerm .selected .close {
    cursor: pointer;
    color: #ccc;
    font-size: 14px;
}

.add_topic .varietyBox {
    width: 674px;
    border: 1px solid #ddd;
    border-top: 0;
    left: -1px;
    top: 48px;
    z-index: 9;
    background: #fff;
    padding: 20px 0 0 10px;
    display: none;
    *padding-bottom: 20px;
}

.add_topic .varietyBox li {
    float: left;
    _display: inline;
    padding: 0 5px;
    margin: 0 8px 20px 0;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
    color: #808080;
}

.add_topic .varietyBox li a {
    display: block;
    width: 100%;;
    height: 30px;
    text-decoration: none;
    color: #808080;
}

.add_topic .varietyBox li.selected {
    border: 1px solid #127de1;
    background: #127de1;
    color: #fff;
}

.add_topic .varietyBox li.selected a {
    color: #fff;
}

.ask-index-right {
    float: right;
    width: 320px;
    margin-top: 18px;
}

.ask-index-right .explain-tex {
    padding: 6px 20px 16px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px #e9e8e8;
}

.ask-index-right .explain-tex h3 {
    font-size: 16px;
    line-height: 44px;
    font-weight: bold;
}

.ask-index-right .explain-tex p {
    color: #666;
    line-height: 24px;
}

.ask-index-right .ewm-con {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px #e9e8e8;
    text-align: center;
    padding-bottom: 30px;
}

.ask-index-right .ewm-con h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 23px 80px 17px;
}

/*--------------------------------------- topic-index 话题广场---------------------------------------*/
.topic-index {
    margin-top: 20px;
}

.topic-index .main {
    width: 820px;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px #e9e8e8;
    margin-bottom: 30px;
}

.topic-index .main .top {
    padding: 30px 0 45px;
    position: relative;
}

.topic-index .main .top .head {
    width: 60px;
    height: 60px;
}

.topic-index .main .top .head img {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 2px;
}

.topic-index .main .top .text {
    width: 740px;
}

.topic-index .main .top .text h3 {
    font-size: 20px;
}

.topic-index .main .top .text .nums {
    line-height: 34px;
    padding-bottom: 2px;
    font-size: 12px;
    color: #999;
}

.topic-index .main .top .text p {
    line-height: 25px;
    font-size: 14px;
    color: #999;
}

.topic-index .main .top .follow-btn {
    display: block;
    width: 52px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #02b779;
    color: #02b779;
    position: absolute;
    right: 0;
    top: 42px;
    border-radius: 2px;
}

.topic-index .main .tab-tit {
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.topic-index .main .tab-tit li {
    float: left;
    width: 96px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    text-align: center;
}

.topic-index .main .tab-tit li.on {
    background: #07BDC7;
    color: #fff;
    border-radius: 2px;
}

.topic-index .category-list li {
    *zoom: 1;
    padding: 8px 0 11px;
    border-bottom: 1px solid #f0f0f0;
}

.topic-index .category-list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.topic-index .category-list .tags {
    height: 38px;
    line-height: 38px;
    padding-left: 28px;
    background-position: 0 -838px;
    font-size: 12px;
    color: #666;
}

.topic-index .category-list .tags i {
    padding-right: 17px;
}

.topic-index .category-list .tags a {
    color: #666;
}

.topic-index .category-list h3 {
    font-size: 16px;
    color: #222;
    line-height: 30px;
    padding-bottom: 6px;
}

.topic-index .category-list .text {
    height: 30px;
}

.topic-index .category-list .text .name {
    float: left;
    line-height: 30px;
    color: #666;
    font-size: 12px;
}

.topic-index .category-list .text .name a {
    color: #666;
}

.topic-index .category-list .text .name i.ot {
    color: #999;
    padding-left: 28px;
    font-size: 12px;
}

.topic-index .category-list .text .name .personalInformation-pop {
    top: -270px;
}

.topic-index .category-list .text .nums {
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}

.topic-index .category-list .text .nums span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 30px;
    line-height: 30px;
    margin-left: 14px;
    padding-left: 19px;
}


.topic-index .category-list .text .nums span.icon01 {
    background-position: 0 -938px;
}

.topic-index .category-list .text .nums span.icon02 {
    background-position: 0 -990px;
}

.topic-index .main-right {
    width: 320px;
}

.topic-index .topic-square .tit {
    height: 77px;
    line-height: 77px;
}

.topic-index .topic-square .tit h3 {
    font-size: 18px;
    font-weight: bold;
}

.topic-index .topic-square .tit .more {
    color: #999;
}

.topic-index .topic-square .list {
    width: 840px;
}

.topic-index .topic-square .list li {
    float: left;
    _display: inline;
    width: 400px;
    height: 142px;
    background: #f6f6f6;
    border-radius: 5px;
    margin: 0 19px 20px 0;
    *zoom: 1;
}

.topic-index .topic-square .list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.topic-index .topic-square .list .head {
    float: left;
    padding: 21px 0 0 20px;
    width: 40px;
    height: 40px;
}

.topic-index .topic-square .list .head a {
    width: 40px;
    height: 40px;
    display: block;
}

.topic-index .topic-square .list .head img {
    width: 40px;
    height: 40px;
}

.topic-index .topic-square .list .text {
    float: right;
    width: 307px;
    position: relative;
    padding: 15px 20px 0 0;
}

.topic-index .topic-square .list .text h3 {
    font-size: 16px;
    line-height: 35px;
}

.topic-index .topic-square .list .text .nums {
    line-height: 24px;
    font-size: 12px;
    color: #999;
}

.topic-index .topic-square .list .text p {
    font-size: 12px;
    line-height: 24px;
}

.topic-index .topic-square .list .text .follow-btn {
    display: block;
    width: 52px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: absolute;
    top: 31px;
    right: 20px;
}

.topic-index .topic-square .list .text .follow-btn.active {
    border-color: #02b779;
    color: #02b779;
    transition: all 0.15s ease-in-out;
}

.topic-index .topic-square .list .text .follow-btn.active:hover {
    color: #fff;
    background: #02b779;
}

/*--------------------------------------- personal-homepage ---------------------------------------*/
.personal-index {
    background: #fff;
    padding: 20px;
    border-radius:5px;
    box-shadow: 0 3px 4px #e9e8e8;
    margin-bottom: 30px;
}

.personal-index .tab-tit {
    padding-bottom: 21px;
}

.personal-index .tab-tit li {
    float: left;
    _display: inline;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right:10px;
    cursor: pointer;
    font-size: 16px;
    color:#666666;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
}
.personal-index .manage-info{
    float: right;
}
.personal-index .manage-info a{
    float: right;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    margin-right: 27px;
}
.personal-index .manage-info .all_btn_box {
    float: right;
    display: flex;
    align-items: center;
    margin-right: 27px;
}
.personal-index .manage-info .all_btn_box .cancel_btn{
    color: #fff;
    font-size: 14px;
    background: #d5d5d5;
    border-radius: 24px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    cursor: pointer;
    margin-left: 30px
}

.personal-index .manage-info .all_btn_box .cancel_btn:hover {
    background: #07bdc7
}


.personal-index .manage-info .all_btn_box .ok_btn {
    color: #fff;
    font-size: 14px;
    background: #07bdc7;
    border-radius: 24px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.personal-index .manage-info .all_btn_box .ok_btn:hover {
    background: #16c4ce
}



.personal-page .dialog_box .el-dialog {
    border-radius:8px;
}

.personal-page .dialog_box .dialog_text {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #222222;
    line-height: 27px;
}


.personal-page .dialog_box .el-dialog__footer {
    padding-bottom: 40px;
    padding-top: 0
}

.personal-page .dialog_box .el-dialog__footer .dialog_footer .dialog_cancel_btn {
    color: #999;
    border: 1px solid #E2E2E2;
    border-radius: 21px;
    line-height: 36px;
    width: 140px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    cursor: pointer;
    font-size: 18px
}


.personal-page .dialog_box .el-dialog__footer .dialog_footer .dialog_define_btn {
    color: #fff;
    background: #07bdc7;
    border-radius: 21px;
    line-height: 36px;
    width: 140px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    margin-left: 30px
}

.personal-index .tab-tit li.on {
    background: #07BDC7;
    font-size: 16px;
    border:0;
    width: 140px;
    height: 40px;
    border-radius: 5px;
    font-weight: bold;
    color: #FFFFFF;
    line-height:40px;
}

.personal-index .tab-tit li.on a {
    color: #fff;
}

.personal-index .tab-con {
    display: none;
}

.personal-index .personal-news {
    padding: 20px 0 0 0;
}

.personal-index .personal-news li {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0 15px;
    position: relative;
    *zoom: 1;
}

.personal-index .personal-news li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.personal-index .personal-news h3 {
    color: #999;
    line-height: 28px;
    padding-right: 200px;
}

.personal-index .personal-news p {
    line-height: 32px;
    font-size: 16px;
}

.personal-index .personal-news h4 {
    font-size: 12px;
    color: #666;
    line-height: 28px;
}

.personal-index .personal-news h4 span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
}

.personal-index .personal-news h4 span a {
    color: #666;
}

.personal-index .personal-news h4 .ot {
    padding-left: 6px;
}

.personal-index .personal-news .time {
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 52px;
}

.personal-index .my-question {
    padding: 25px 0 0 0;
}

.personal-index .my-question li {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 11px;
    position: relative;
    *zoom: 1;
}

.personal-index .my-question li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.personal-index .my-question li h3 {
    line-height: 36px;
    font-size: 16px;
    padding-right: 200px;
}

.personal-index .my-question li h3 a {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.personal-index .my-question li p {
    line-height: 30px;
    font-size: 12px;
    color: #999;
}

.personal-index .my-question li .state {
    height: 24px;
    line-height: 24px;
    padding-left: 24px;
    position: absolute;
    top: 21px;
    right: 0;
    color: #02b779;
}

.personal-index .my-question li .state.state-icon {
    background-position: 0 -745px;
}

.personal-index .my-question li .state.yes {
    color: #127de1;
}

.personal-index .my-question li .state .error-pop {
    display: none;
    width: 337px;
    background: #f6f6f6;
    border: 1px solid #f0f0f0;
    color: #666;
    text-align: center;
    line-height: 26px;
    padding: 28px 0;
    position: absolute;
    left: -163px;
    bottom: 32px;
}

.personal-index .my-question li .state .error-pop i.arrow {
    display: block;
    width: 25px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -10px;
    background-position: 0 -800px;
}

.personal-index .my-answer {
    padding-top: 20px;
}

.personal-index .my-answer li {
    border-bottom: 1px solid #f0f0f0;
    padding: 6px 0 13px;
    position: relative;
    *zoom: 1;
}

.personal-index .my-answer li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.personal-index .my-answer h3 {
    line-height: 44px;
    font-size: 16px;
    padding-right: 200px;
}

.personal-index .my-answer p {
    line-height: 24px;
    font-size: 12px;
    color: #666;
    padding-bottom: 9px;
}

.personal-index .my-answer .from {
    line-height: 24px;
    font-size: 12px;
    color: #666;
}

.personal-index .my-answer .error {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    padding-bottom: 9px;
}

.personal-index .my-answer .error span {
    display: inline-block;
    height: 24px;
    position: relative;
}

.personal-index .my-answer .error i {
    display: inline-block;
    width: 14px;
    height: 16px;
    background-position: 0 -750px;
    margin-left: 12px;
    vertical-align: -3px;
    *vertical-align: 3px;
}

.personal-index .my-answer .error .error-pop {
    display: none;
    width: 337px;
    background: #f6f6f6;
    border: 1px solid #f0f0f0;
    color: #666;
    text-align: center;
    line-height: 26px;
    padding: 28px 0;
    position: absolute;
    right: -162px;
    bottom: 32px;
}

.personal-index .my-answer .error .error-pop i.arrow {
    display: block;
    width: 25px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -10px;
    background-position: 0 -800px;
}

.personal-index .my-answer .state {
    height: 24px;
    line-height: 24px;
    padding-left: 24px;
    position: absolute;
    top: 16px;
    right: 0;
    color: #02b779;
}

.personal-index .my-seen {
    padding-top: 30px;
}

.personal-index .my-seen li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0 11px;
    position: relative;
    *zoom: 1;
}

.personal-index .my-seen li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.personal-index .my-seen h3 {
    line-height: 28px;
    padding-bottom: 6px;
    font-size: 16px;
}

.personal-index .my-seen h4 {
    line-height: 28px;
    font-size: 12px;
    color: #999;
    padding-right: 200px;
}

.personal-index .my-seen h4 a {
    color: #666;
}

.personal-index .my-seen h4 .ot {
    padding-left: 6px;
}

.personal-index .my-seen h4 .personalInformation-pop {
    top: -270px;
}

.personal-index .my-seen .time {
    color: #999;
    line-height: 24px;
    position: absolute;
    bottom: 13px;
    right: 0;
}

.personal-index .my-reply li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0 8px;
    position: relative;
    *zoom: 1;
}

.personal-index .my-reply li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.personal-index .my-reply h3 {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 6px;
    padding-right: 200px;
}

.personal-index .my-reply h3 i {
    font-size: 12px;
    color: #999;
    padding-left: 23px;
    background-position: 0 -850px;
    margin-left: 12px;
}

.personal-index .my-reply h4 {
    line-height: 28px;
    font-size: 12px;
    color: #999;
}

.personal-index .my-reply h4 a {
    color: #666;
}

.personal-index .my-reply h4 .ot {
    padding-left: 6px;
}

.personal-index .my-reply h4 .personalInformation-pop {
    top: -270px;
}

.personal-index .my-reply .time {
    font-size: 12px;
    color: #999;
    line-height: 34px;
}

.personal-index .my-reply .state {
    height: 24px;
    line-height: 24px;
    padding-left: 24px;
    position: absolute;
    top: 21px;
    right: 0;
    color: #02b779;
}

.personal-index .my-reply .btn-wrap {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.personal-index .my-reply .btn-wrap .btn1 {
    display: block;
    float: right;
    height: 22px;
    line-height: 22px;
    border: 1px solid #02b779;
    font-size: 12px;
    color: #02b779;
    border-radius: 2px;
    margin-right: 10px;
    padding: 0 10px;
}

.personal-index .my-reply .btn-wrap .btn2 {
    display: block;
    float: right;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background: #02b779;
    border-radius: 2px;
    padding: 0 10px;
}

.personal-index .no-data {
    text-align: center;
    line-height: 190px;
    font-size: 16px;
    color: #02b779;
}

.mask {
    display: none;
    width: 100%;
    z-index: 198;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    position: fixed;
    top: 0;
    left: 0;
    _position: absolute;
    _height: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight))
}

.my-reply-pop {
    display: none;
    overflow: hidden;
    width: 920px;
    text-align: left;
    background: #fff;
    border: 1px solid #d7d8d9;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -460px;
    z-index: 199;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2))
}

.my-reply-pop .close-btn {
    display: block;
    width: 15px;
    height: 15px;
    top: 21px;
    right: 34px;
    background-position: -47px -900px;
}

.my-reply-pop .tit {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    padding: 0 0 0 42px;
    line-height: 68px;
}

.my-reply-pop ul {
    padding: 14px 0 0 44px;
}

.my-reply-pop li {
    line-height: 26px;
    margin-bottom: 10px;
    color: #666;
    cursor: pointer;
}

.my-reply-pop li i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: 0 -900px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    vertical-align: -2px;
}

.my-reply-pop li.on i {
    background-position: -22px -900px;
}

.my-reply-pop li i input {
    position: absolute;
    left: -20px;
    top: -20px;
}

.my-reply-pop .btn-wrap {
    text-align: center;
    padding: 40px 0 46px;
}

.my-reply-pop .btn-wrap .btn1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 138px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #02b779;
    border: 1px solid #02b779;
    border-radius: 2px;
    margin: 0 10px;
}

.my-reply-pop .btn-wrap .btn2 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #02b779;
    border-radius: 2px;
    margin: 0 10px;
}

.personal-index .my-follow .tit {
    padding: 20px 0 17px;
}

.personal-index .my-follow .tit li {
    float: left;
    _display: inline;
    margin-right: 10px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #999;
    border: 1px solid #eaeaea;
    cursor: pointer;
}

.personal-index .my-follow .tit li.on {
    color: #ff6600;
    border-color: #ff6600;
}

.personal-index .my-follow .con {
    display: none;
    padding-bottom: 28px;
}

.personal-index .my-follow .con .list01 li {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    *zoom: 1;
}

.personal-index .my-follow .con .list01 li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.personal-index .my-follow .con .list01 .head02 {
    float: left;
    width: 90px;
    height: 90px;
    position: relative;
}

.personal-index .my-follow .con .list01 .head02 img, .personal-index .my-follow .con .list01 .head a {
    display: block;
    width: 90px;
    height: 90px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.personal-index .my-follow .con .list01 .head02 .bg {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/wenda/img/head-bg03.png") no-repeat;
    z-index: 1;
}

.personal-index .my-follow .con .list01 .head02 .personalInformation-pop {
    top: -270px;
    left: 7px;
}

.personal-index .my-follow .con .list01 .text {
    float: left;
    width: 800px;
    padding: 2px 0 0 20px;
}

.personal-index .my-follow .con .list01 .text h3 {
    font-size: 16px;
    line-height: 32px;
}

.personal-index .my-follow .con .list01 .text h3 .personalInformation-pop {
    top: -270px;
}

.personal-index .my-follow .con .list01 .text p {
    font-size: 12px;
    line-height: 28px;
    color: #999;
}

.personal-index .my-follow .con .list01 .btn {
    float: right;
    display: block;
    width: 66px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 42px;
}

.personal-index .my-follow .con .list01 .btn:hover {
    border: 1px solid #02b764;
    color: #02b779;
}

.personal-index .my-follow .con .list02 li {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;;
    *zoom: 1;
}

.personal-index .my-follow .con .list02 li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.personal-index .my-follow .con .list02 .head {
    float: left;
    width: 40px;
    height: 40px;
}

.personal-index .my-follow .con .list02 .head img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}

.personal-index .my-follow .con .list02 .text {
    float: left;
    width: 800px;
    padding-left: 10px;
}

.personal-index .my-follow .con .list02 .text h3 {
    line-height: 20px;
}

.personal-index .my-follow .con .list02 .text p {
    line-height: 18px;
    padding-top: 2px;
    font-size: 12px;
    color: #999;
}

.personal-index .my-follow .con .list02 .btn {
    float: right;
    display: block;
    width: 66px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 10px;
}

.personal-index .my-follow .con .list02 .btn:hover {
    border: 1px solid #02b764;
    color: #02b779;
}

.personal-index .answer-settings {
    padding-bottom: 39px;
}

.personal-index .answer-settings .tit {
    line-height: 80px;
    font-size: 16px;
    padding-top: 13px;
}

.personal-index .answer-settings .list {
    width: 580px;
}

.personal-index .answer-settings .list li {
    margin-bottom: 13px;
    *zoom: 1;
}

.personal-index .answer-settings .list li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.personal-index .answer-settings .list .t1 {
    float: left;
    width: 92px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.personal-index .answer-settings .list .ipt1 {
    float: left;
    width: 462px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eaeaea;
    text-indent: 10px;
}

.personal-index .answer-settings .list .ipt2 {
    float: left;
    width: 462px;
    height: 114px;
    line-height: 28px;
    border: 1px solid #eaeaea;
    text-indent: 10px;
    resize: none;
}

.personal-index .answer-settings .list .btn {
    display: block;
    width: 154px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #02b779;
    font-size: 18px;
    color: #fff;
    margin: 15px 0 0 0;
}

.personal-index .answer-settings .ewm {
    width: 230px;
    margin-left: 70px;
    text-align: center;
}

.personal-index .answer-settings .ewm p {
    color: #999;
    line-height: 16px;
    padding-bottom: 28px;
}

.customization-pop .list li {
    float: left;
    _display: inline;
    width: 157px;
    height: 69px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 10px 10px 0;
    position: relative;
}

.customization-pop .list li.on {
    border-color: #02b779;
}

.customization-pop .list li.on i.gou {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: 0 -1250px;
}

.customization-pop .list .head {
    float: left;
    _display: inline;
    margin: 15px 0 0 15px;
    width: 40px;
    height: 40px;
}

.customization-pop .list .head img {
    display: block;
    width: 40px;
    height: 40px;
}

.customization-pop .list .text {
    float: right;
    width: 90px;
    padding-top: 9px;
}

.customization-pop .list .text h4 {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.customization-pop .list .text p {
    font-size: 12px;
    line-height: 22px;
    color: #666;
}

.customization-pop .btn-wrap {
    height: 34px;
    line-height: 34px;
    color: #666;
    padding: 20px 30px 30px 0;
    text-align: right;
}

.customization-pop .btn-wrap .confirm-btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 86px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #02b779;
    color: #fff;
    margin-left: 20px;
    border-radius: 2px;
}


/*--------------------------------------- detail ---------------------------------------*/
.detail-container {
    margin: 20px auto;
}

.detail-container .main {
    width: 820px;
}

.detail-container .main .content {
    padding: 26px 20px 0;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px #e9e8e8;
}

.detail-container .main .content:after{
    content:" ";
    display:block;
    height:0;
    clear: both;
    visibility:hidden;
}

.detail-container .main .violation-content {
    width: 820px;
    height: 150px;
    padding-top: 270px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 3px 4px #e9e8e8;
    background: url(/wenda/img/violation.png) no-repeat center 130px #fff;
    text-align: center;
}

.detail-container .main .violation-content span {
    font-size: 16px;
    color: #999999;
}

.detail-container .main .content .breadcrumb {
    height: 50px;
    font-size: 14px;
    color: #666;
    margin-bottom:22px;
    border-bottom: 1px solid #F0F0F0;
}

.detail-container .main .content .breadcrumb .cat-name {
    color: #07BDC7;
}

.detail-container .detail-right {
    width: 360px;
}

.detail-container .my-tags {
    height: 24px;
    line-height: 24px;
    margin-bottom: 26px;
    padding-left: 30px;
}
.detail-container .my-tags img {
    width: 12px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
}
.detail-container .my-tags span {
    font-size: 12px;
    padding-right: 14px;
    color: #07BDC7;
}

.detail-container .my-tit {
    line-height: 30px;
    padding: 15px 0 0 0;
    font-size: 18px;
    position: relative;
}

.detail-container .my-question-images {
    margin: 0 0;

}

.detail-container .my-tit .ico.ques {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: 0 -1895px;
    position: absolute;
    left: 0;
    top: -2px;
}

.detail-container .my-tit .fdTag {
    display: inline-block;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fe7538;
    background: #ffe3d7;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: -22px;
}

.detail-container .my-wrap {
    padding-top: 20px;
    padding-bottom: 31px;
}

.detail-container .my-name {
    height: 20px;
    position: relative;
    font-size: 12px;
    color: #999;
}

.detail-container .my-name .head {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -3px;
}

.detail-container .my-name .head img {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.detail-container .my-name .head .bg {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("/wenda/img/head-bg06.png") no-repeat;
}

.detail-container .my-name .name {
    margin-left: 30px;
    padding-right: 12px;
    color: #333;
}

.detail-container .my-name .name a {
    color: #333;
}

.detail-container .my-name .time {
    padding: 0 12px;
}

.detail-container .my-name .nums {
    padding: 0 12px;
}

.detail-container .my-tags {
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    background-position: 0 -848px;
}

.detail-container .my-question-images .el-image {
    width: 70px;
    border: 1px solid #ddd;
    height: 70px;
    margin-right: 12px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    float: left;
}
.detail-container .my-question-images img {
    width: 70px;
    height: 70px;
}
.detail-container .more-btn .report-btn {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding-left: 22px;
    background-position: 0 -1997px;
    margin-left: 21px;
}

.detail-container .my-quickCon {
    clear: both;
    height: 30px;
    padding-top: 20px;
}

.detail-container .my-quickCon .lbtnBox {
    position: relative;
    z-index: 20;
}

.detail-container .my-quickCon .lbtnBox-btn {
    position: relative;
    z-index: 1;
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-indent: 48px;
    background: #02b779;
    border-radius: 4px;
    cursor: pointer;
}

.detail-container .my-quickCon .lbtnBox-btn:after{
    content:" ";
    position: absolute;
    left: 24px;
    top: 8px;
    display:block;
    width: 17px;
    height: 14px;
    background: url("/wenda/img/icon_02.png") no-repeat;
}

.detail-container .my-quickCon .lbtnBox-pop{
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -85px;
    display: none;
    width: 170px;
    padding: 20px 0 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow:0 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow:0 3px 20px rgba(0, 0, 0, 0.1);
}

.detail-container .my-quickCon .lbtnBox-pop:after{
    content:" ";
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -8px;
    display:block;
    width: 19px;
    height: 9px;
    background: url("/wenda/img/icon_07.png") no-repeat;
}

.detail-container .my-quickCon .lbtnBox-pop .ewm{
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.detail-container .my-quickCon .lbtnBox-pop .txt{
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.detail-container .my-quickCon .lbtnBox:hover .lbtnBox-btn{
    background: #02b779;
    color: #fff;
}

.detail-container .my-quickCon .lbtnBox:hover .lbtnBox-pop{
    display: block;
}

.detail-container .answer-nums {
    line-height: 72px;
    padding-top: 8px;
    border-bottom: 1px solid #e0e0e0;
}

.detail-container .answer-list {
    padding-bottom: 16px;
}

.detail-container .answer-list .answer-item {
    padding: 0 0 30px 0;
    position: relative;
    border-bottom: 1px solid #F0F0F0;
}

.detail-container .answer-list .answer-item .head {
    float: left;
    width: 80px;
}

.detail-container .answer-list .answer-item .head .avatar {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    position: relative;
}

.detail-container .answer-list .answer-item .head .avatar img {
    z-index: 2;
    border-radius: 50%;
    width: 60px;
    height: 60px;

}

.detail-container .answer-list .answer-item .head .avatar .bg {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    background: url("/wenda/img/head-bg07.png") no-repeat;
    left: 0;
    top: 0;
}

.detail-container .answer-list .answer-item .head .avatar .fdicon{
    background-image: url(/wenda/img/live.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 60px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 9px;
    left: 0;
    bottom: 0;
}

.detail-container .answer-list .answer-item .item-content {
    float: left;
    width: 700px;
}

.detail-container .answer-list .answer-item .item-content .top {
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
}

.detail-container .answer-list .answer-item .item-content .top-ttxt{
    height: 24px;
    margin-bottom: 6px;
}

.detail-container .answer-list .answer-item .item-content .top-ttxt .name{
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-right: 10px;
}

.detail-container .answer-list .answer-item .item-content .top-ttxt .icon{
    position: relative;
    z-index: 1;
    display: block;
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-indent: 26px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
    background: -webkit-linear-gradient(left, #ff8300, #ffa126); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #ff8300, #ffa126); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #ff8300, #ffa126); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ff8300, #ffa126); /* 标准的语法 */
}

.detail-container .answer-list .answer-item .item-content .top-ttxt .icon:after{
    content:" ";
    position: absolute;
    left: 8px;
    top: 5px;
    display:block;
    width: 14px;
    height: 14px;
    background: url("/wenda/img/icon_03.png") no-repeat;
}

.detail-container .answer-list .answer-item .item-content .top-ctxt{
    width: 500px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
}

.detail-container .answer-list .answer-item .item-content .top-ctxt span{
    color: #999999;;
}

.detail-container .answer-list .answer-item .item-content .top-btxt{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.detail-container .answer-list .answer-item .item-content .top-btxt .xing{
    padding-left: 16px;
    color: #fe6500;
    margin-right: 20px;
    background: url("/wenda/img/icon_04.png") no-repeat left center;
}

.detail-container .answer-list .answer-item .item-content .top-btxt .num{
    color: #999;
    margin-right: 20px;
}

.detail-container .answer-list .answer-item .item-content .top-fdBtnCon{
    position: absolute;
    top: 12px;
    right: 0;
    height: 30px;
}

.detail-container .answer-list .answer-item .item-content .top-fdBtnCon .btnBox{
    position: relative;
    z-index: 20;
    margin-left: 10px;
}

.detail-container .answer-list .answer-item .item-content .top-fdBtnCon .btnBox-btn{
    display: block;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #07BDC7;
    border: 1px solid #07BDC7;
    border-radius: 5px;
    cursor: pointer;
}

.detail-container .answer-list .answer-item .item-content .top-fdBtnCon .btnBox-pop{
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -85px;
    display: none;
    width: 170px;
    padding: 20px 0 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow:0 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow:0 3px 20px rgba(0, 0, 0, 0.1);
}

.detail-container .answer-list .answer-item .item-content .top-fdBtnCon .btnBox-pop:after{
    content:" ";
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -8px;
    display:block;
    width: 19px;
    height: 9px;
    background: url("/wenda/img/icon_07.png") no-repeat;
}

.detail-container .answer-list .answer-item .item-content .top-fdBtnCon .btnBox-pop .ewm{
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.detail-container .answer-list .answer-item .item-content .top-fdBtnCon .btnBox-pop .txt{
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.detail-container .answer-list .answer-item .item-content .top-fdBtnCon .btnBox:hover .btnBox-btn{
    background: #07BDC7;
    color: #fff;
}

.detail-container .answer-list .answer-item .item-content .top-fdBtnCon .btnBox:hover .btnBox-pop{
    display: block;
}

.detail-container .answer-list .answer-item .item-content .question-content {
    line-height: 24px;
    padding: 15px 0;
    font-size: 16px;
}

.detail-container .answer-list .answer-item .item-content .question-date .time {
    font-size: 12px;
    color: #999;
}

.detail-container .answer-list .answer-item .item-content .question-pressed {
    font-size: 0;
}

.detail-container .answer-list .answer-item .item-content .ask-btn {
    margin-top: -22px;
}

.detail-container .answer-list .answer-item .item-content .question-pressed .zw {
    width: 115px;
    color: #fff;
    font-size: 14px;
    background-color: #07BDC7;
    margin: 20px 0;
}

.detail-container .answer-list .answer-item .item-content .question-pressed .qx {
    width: 113px;
    color: #07BDC7;
    font-size: 14px;
    border: 1px solid #07BDC7;
    background: #fff;
    margin: 20px 0;
    margin-right: 16px;
}

.detail-container .answer-list .answer-item .item-content .question-edit {
    padding-top: 20px;
}

.detail-container .answer-list .answer-item .item-content .question-ask-list {
    padding: 25px;
    background: #f8f9fa;
}

.detail-container .answer-list .answer-item .item-content .question-ask-list .ask-list-item {

}

.detail-container .answer-list .answer-item .item-content .question-ask-list .ask-list-item .list-item-title {
    height: 40px;
}

.detail-container .answer-list .answer-item .item-content .question-ask-list .ask-list-item .list-item-title .head-url {
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.detail-container .answer-list .answer-item .item-content .question-ask-list .ask-list-item .list-item-title .detail {
    line-height: 20px;
}

.detail-container .answer-list .answer-item .item-content .question-ask-list .ask-list-item .list-item-title .detail .name {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.detail-container .answer-list .answer-item .item-content .question-ask-list .ask-list-item .list-item-title .detail .name img {
    position: relative;
    width: 36px;
    height: 18px;
}

.detail-container .answer-list .answer-item .item-content .question-ask-list .ask-list-item .list-item-title .detail .date {
    font-size: 12px;
    line-height: 20px;
    color: #a0a0a0;
}

.detail-container .answer-list .answer-item .item-content .question-ask-list .ask-list-item .list-item-content {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
}

.detail-container .answer-list .answer-item .item-content .question-ask-list .ask-list-item .list-item-images {

}

.detail-container .answer-list .answer-item .item-content .question-ask-list .ask-list-item .list-item-images .el-image {
    margin-top: 10px;
    width: 70px;
    border: 1px solid #ddd;
    height: 70px;
    margin-right: 12px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    float: left;
}

.detail-container .answer-list .noreply{
    text-align: center;
    margin:30px 0 0 0;
}
.detail-container .answer-list .noreply p{
    font-size: 14px;
    font-weight: 400;
    color: #07BDC7;
    margin: 0;
}
.detail-container .answer-list .openMessage {
    padding: 15px 0;
    margin: 0 auto;
}
.detail-container .answer-list .openMessage  p {
    line-height: 35px;
    color: #FF6E03;
    margin: 0 auto;
    background: #FFEFDA;
    border-radius: 18px;
    font-size: 13px;
    text-align: center;
}
.detail-container .answer-list .openMessage  img{
    width: 12px;
    height: 18px;
    margin-right: 15px;
    top: -2px;
    position: relative;
    vertical-align:middle;
}
.detail-container .share{ height: 34px; padding-bottom: 40px;}
.detail-container .share .shareLeft{}
.detail-container .share .shareLeft .shareBlock{text-align: center;margin-right:20px;}
.detail-container .share .shareLeft .shareBlock p{color:#cfcfcf;margin-top:7px;margin-bottom:10px;}
.detail-container .share .shareLeft .shareImg{display:block;width:42px;height:42px;}
.detail-container .share .shareLeft .praise a{background: url("/wenda/img/praise.png") no-repeat center center;}
.detail-container .share .shareLeft .praise a.active{background: url("/wenda/img/praise1.png") no-repeat;background-size: 100%}
.detail-container .share .shareLeft .praise a:hover,.detail-container .share .shareLeft .praise a.on{background: url("/wenda/img/praise1.png") no-repeat center center;}
.detail-container .share .shareLeft .collect a{background: url("/wenda/img/collect.png") no-repeat center center;}
.detail-container .share .shareLeft .collect a:hover,.detail-container .share .shareLeft .collect a.on{background: url("/wenda/img/collect1.png") no-repeat center center;}
.detail-container .share .shareLeft .collect a.active{background: url("/wenda/img/collect1.png") no-repeat;background-size: 100%}
.detail-container .share .shareLeft .print{display:block;width:42px;height:42px;background: url("/wenda/img/print.png") no-repeat center center;}
.detail-container .share .shareLeft .print:hover{background: url("/wenda/img/print1.png") no-repeat center center;}
.detail-container .share .shareRight{}
.detail-container .share .shareRight .bds_more{ display: block;float:left;background: none; font-size: 14px; color: #666; line-height: 36px; padding:0; margin:0 10px 0 0;}
.detail-container .share .shareRight .bds_more:hover{text-decoration: none;}
.detail-container .share .shareRight .bds_weixin{display: block;float:left;width: 34px; height: 34px; padding:0; margin:0 20px 0 0; background:url(/wenda/img/weixin.png) no-repeat center center;}
.detail-container .share .shareRight .bds_weixin:hover{background:url(/wenda/img/weixin1.png) no-repeat center center;}
.detail-container .share .shareRight .bds_qzone{ display: block;float:left;width: 34px; height: 34px; padding:0; margin:0 20px 0 0; background:url(/wenda/img/qqzone.png) no-repeat center center;}
.detail-container .share .shareRight .bds_qzone:hover{ background:url(/wenda/img/qqzone1.png) no-repeat center center;}
.detail-container .share .shareRight .bds_tsina{ display: block;float:left;width: 34px; height: 34px; padding:0; margin:0; background:url(/wenda/img/weibo.png) no-repeat center center;}
.detail-container .share .shareRight .bds_tsina:hover{background:url(/wenda/img/weibo1.png) no-repeat center center;}
.detail-container .share .jc{ line-height: 36px; color: #666;}
.detail-container .share .jc-an{ display: block; width: 40px; height: 18px; border: 1px solid #cccccc; line-height: 18px; text-align: center; color: #999; border-radius: 3px; margin: 8px 12px 0 0;}
.detail-container .share .jc-an:hover{ border: 1px solid #07bdc7; color: #07bdc7; text-decoration: none;}
.detail-container .share .shareRight{line-height:34px;}
.detail-container .share .shareRight .social-share{display:inline-block;*display:inline;*zoom:1;font-size:0;vertical-align:top;}
.detail-container .share .shareRight .social-share .social-share-icon{margin:0;width:34px;height:34px;border:0 none;}
.detail-container .share .shareRight .social-share .social-share-icon:before{display:none;}
.detail-container .share .shareRight .social-share .social-share-icon + .social-share-icon{margin-left:20px;}
.detail-container .share .shareRight .social-share .icon-wechat{background:url(/wenda/img/weixin.png) no-repeat;}
.detail-container .share .shareRight .social-share .icon-wechat:hover{background-image:url(/wenda/img/weixin1.png);}
.detail-container .share .shareRight .social-share .icon-qzone{background:url(/wenda/img/qqzone.png) no-repeat;}
.detail-container .share .shareRight .social-share .icon-qzone:hover{background-image:url(/wenda/img/qqzone1.png);}
.detail-container .share .shareRight .social-share .icon-weibo{background:url(/wenda/img/weibo.png) no-repeat;}
.detail-container .share .shareRight .social-share .icon-weibo:hover{background-image:url(/wenda/img/weibo1.png);}

.detail-container .answer-footConsult{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #07BDC7;
    margin-bottom: 30px;
    border-radius: 4px;
}

.detail-container .answer-footConsult .btn{
    display: inline-block;
    padding: 0 18px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #07BDC7;
    background: #fff;
    border-radius: 17px;
    margin-left: 20px;
}

.tiwen-index {
    margin: 20px auto;
}

/*公用右侧免费专区*/
.common_news_list {
    width: 320px;
    /*padding: 20px 0 9px;*/
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.common_news_list .tit {
    margin-bottom: 6px;
    /*padding: 0 20px;*/
}
.common_news_list .tit .new_icon {
    display: block;
    position: absolute;
    background: url(/wenda/img/common_icon.png) no-repeat 0 -249px;
    width: 34px;
    height: 14px;
    top: -8px;
    right: -40px;
}
.common_news_list .tit h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}
.list_free {
    padding: 10px 0 2px 20px;
}
.list_free .list {
    display: block;
    width: 86px;
    height: 86px;
    border: 1px solid #f0f0f0;
    background: #fff;
    margin: 0 8px 8px 0;
}
.list_free .list:hover .list-txt{
     color: #07BDC7;
 }
.list_free .list-pic {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    padding-top: 18px;
}
.list_free .list-txt {
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.line{

    background: #F0F0F0;
    height: 1px;
    margin:20px 0 0 0;
}
/**我的话题*/
.topic-info{
    padding: 14px 10px 16px;
    background: #FAFAFA;
    overflow: hidden;
}
.topic-info li{
    width: auto;
    margin-right:10px;
    float: left;
    background: #f8f8f8;
}
.topic-info li a{
    padding:5px 10px;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
}

.topic-info li.on a{
    background: #07BDC7;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    padding:5px 10px;
}
.topic-info li.on a:hover{
    color: #fff !important;
}
.topic-info .catname li{
    width: auto;
    margin-right:10px;
    float: left;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    background: #fff;
}
.topic-info .catname li a:hover{
    color: #07BDC7;
}

.detail-container .main .ask-question{
    padding: 24px 20px 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px #e9e8e8;
    margin-bottom: 20px;
}
.detail-container .main .ask-question .ask-tit{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 14px;
}

.detail-container .main .ask-question .ask-tit img{
    display: inline-block;
    width: 34px;
    height: 32px;
    margin-right: 15px;
    vertical-align: middle;
}

/*详情页公用最新问答和相关问答*/
.detail_common_news_list {
    padding: 17px 20px 14px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.detail_common_news_list .list{
    padding-top: 7px;
}
.detail_common_news_list .list li{
    font-size: 14px;
    line-height: 36px;
    vertical-align: top;
}
.detail_common_news_list .list li a{
    vertical-align: top;
    max-width:685px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.detail_common_news_list .tit {
    margin-bottom: 6px;
}
.detail_common_news_list .tit .get_more{
   color: #999;
}
.detail_common_news_list .tit .get_more:hover{
    color: #07BDC7;
}
.detail_common_news_list .tit .new_icon {
    display: block;
    position: absolute;
    background: url(/wenda/img/common_icon.png) no-repeat 0 -249px;
    width: 34px;
    height: 14px;
    top: -8px;
    right: -40px;
}
.detail_common_news_list .tit h4 {
    font-size: 16px;
    font-weight: bold;
    line-height:21px;
    position: relative;
}
.detail_common_news_list .flex-col{
    color:#999999;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
 }

.detail_common_news_list .flex-col img{
    width: 19px;
    height: 19px;
    margin: -5px 5px -3px 0;

}

.share .new .left .separator{border-left: 2px solid #ccc;margin: 15px 0 0 15px;height: 25px;}
.share .new .left .collect{margin-top: 15px;margin-left: 12px;}
.share .new .left .collect span{ display: flex;align-items: center;color: #666;}
.share .new .left .collectBtn a{width:24px;height: 24px;background: url(/wenda/img/newWd/sysp_btn_sc1.png) no-repeat;background-size: 100% auto;display: inline-block;margin-right: 7px;}
.share .new .left .collectBtn .active{background: url(/wenda/img/newWd/sysp_btn_sc1-active.png) no-repeat;background-size: 100%;}
.share .new .read{align-items: center;}
.share .new .read img {width:24px;height:21px;}
.share .new .read .yd{margin-left: 10px;font-size: 14px;}

.detail-container .vague-teacherReply-btn{background: url(/wenda/img/newWd/hide_replay_bg.png)  100% no-repeat;width: 700px;height: 94px;position: absolute;margin-top: -118px;background-size: 100% 100%;margin-left: -1px;text-align: center;}
.detail-container .vague-teacherReply-btn a {line-height: 100px;font-size: 14px;font-weight: 400;color: #07BDC7;}
.detail-container .vague-teacherReply-btn img{width:14px;height:14px;margin-left:6px;vertical-align: middle;}
.detail-container .hideVagueReplayContent{height:94px;overflow: hidden;position: relative;filter: blur(1px);margin-bottom: 40px;}