.hide {
    display: none;
}

.hm-guide {
    width: 1200px;
    height: 45px;
    line-height: 45px;
    margin: -10px auto 0;
    color: #999;
    clear: both;
}

.hm-guide a {
    color: #999;
}

.hm-guide a:hover {
    color: #db214c;
}

.hm-guide span {
    margin: 0 5px;
    font-family: "simsun";
}


.hm-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto 20px;
    display: block !important;
    overflow: hidden;
}

.hm-wd {
    float: left;
    width: 825px;
    padding: 0 25px 0 0;
}

.ask-list {
    padding: 10px 0 0;
}

.ask-list li {
    margin: 15px auto;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.ask-list li:last-child {
    border: none;
}

.ask-list h1 {
    display: inline-block;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 24px;
}

.ask-list p {
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.ask-list p.col-9 {
    color: #333;
}

.ask-list p.time {
    height: 24px;
    line-height: 24px;
    padding: 10px 5px 0 0;
    text-align: right;
    color: #999;
}

.ask-list a {
    display: inline-block;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 20px;
}

.ask-list a:hover {
    color: #db214c;
}

.ask-list p.time a {
    color: #999;
    font-size: 14px;
}

.ask-list p.time a:hover {
    color: #db214c;
}

.ask-list p.time em {
    color: #db214c;
}
    .ask-list .ask-content a {
        font-size:inherit;
        margin-bottom: 0;
        line-height: normal;
        color: #000;
        display:initial;
        text-indent:0;
    }
    .hm-tt {
        height: 30px;
        line-height: 26px;
        padding-top: 6px;
        background: url('../img/tit-r-bg.gif') 0 3px repeat-x;
        overflow: hidden;
        margin-top: 15px;
    }

.hm-tt h2 {
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 24px;
    background: #fff;
    border-left: 4px solid #db214c;
}

.ask-best h2 {
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    padding: 0 30px;
    color: #db214c;
    background: url('../img/ask-best.png') no-repeat;
    background-size: contain;
    border: none;
}

.ask-reply textarea {
    display: block;
    font-size: 14px;
    border-radius: 5px;
    box-sizing: border-box;
    width: 98%;
    height: 200px;
    /*margin: 0 auto;*/
    padding: 15px;
    border: 1px solid #e3e3e3;
    margin-top:20px;
}

.ask-reply button,
.ask-reply .btn {
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    width: 200px;
    line-height: 40px;
    margin: 10px auto 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #db214c;
    cursor: pointer;
}


.hm-md {
    float: right;
    width: 350px;
}

.userBox {
    padding: 0 0 15px;
    text-align: center;
}

.userBox img {
    width: 80px;
    height: 80px;
    margin: 20px 0 10px;
    border-radius: 50%;
}

.userBox p {
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

.user-zc {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.user-zc a {
    padding: 0 10px;
    font-size: 18px;
    text-decoration: underline;
}

.tw {
    margin-top: 10px;
    text-align: center;
}

.tw a {
    display: inline-block;
    width: 110px;
    line-height: 34px;
    margin: 0 8px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #CCAE70;
    border: 2px solid #ccae70;
}

.tw .wyhd {
    color: #ccae70;
    background: #fff;
}

.hm-tt-sort {
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    overflow: hidden;
    background: url("../img/tit-r-bg.gif") 0 3px repeat-x;
    margin-top: 15px;
}

.hm-tt-sort h2 {
    position: relative;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 1px 10px 20px 20px;
    font-size: 20px;
    background: #fff;
    /* background: #fff url('../img/tit-r.gif') no-repeat; */
}

.ask-xg li {
    position: relative;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ask-xg li::before {
    content: "·";
    position: absolute;
    top: 5px;
    left: 0;
    font: bold 30px "Arial";
    color: #ccc;
}

.ask-xg li a {
    margin-left: 20px;
    font-size: 16px;
}

.ask-xg li a:hover {
    color: #db214c;
}

.ask-type li {
    width: 50%;
    float: left;
}

.reply-xg li {
    position: relative;
    width: 48%;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.reply-xg li:nth-child(odd) {
    float: left;
    margin-left: 1%;
}

.reply-xg li:nth-child(even) {
    float: right;
    margin-right: 1%;
}

.reply-xg li::before {
    content: "·";
    position: absolute;
    top: 5px;
    left: 0;
    font: bold 30px "Arial";
    color: #ccc;
}

.reply-xg li a {
    margin-left: 20px;
    font-size: 16px;
}

.reply-xg li a:hover {
    color: #db214c;
}

.reply-type {
    width: 95%;
    margin: 20px auto;
}

.reply-type li {
    display: inline-block;
    line-height: 30px;
    margin: 7px 5px;
    padding: 0 10px;
    font-size: 16px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.reply-type li a {
    display: block;
}

.reply-type li a:hover {
    color: #db214c;
}

.vcode {
    display: inline-block;
    margin-left: 20px;
}

.vcode .text-input {
    border: 1px solid #e3e3e3;
    height: 24px;
}

.ask-reply .btm {
    text-align: center;
}

a.correct_btn {
    background-color: #ff6a00;
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    float: left;
    vertical-align: top;
    position: relative;
    top: -5px;
    font-size: 14px;
    display: none;
}

.ask-list:hover a.correct_btn {
    display: block;
}

#SliderVfinCode {
    width: 200px;
    height: 134px;
    display: none;
    margin: 0 auto;
}
#ask-info {
    position: relative;
    line-height: 29px;
    min-height: 29px;
    margin-top: 15px;
    box-sizing: border-box;
}
#answer-bar {
    display: inline-block;
    margin-bottom: 5px;
    width: 90px;
    height: 34px;
   
    background: #4dc86f;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 25px;
}
#answer-bar.exp-answerbtn-yh {
    position: relative;
}
#answer-bar.winStyle {
    box-sizing: border-box;
     
}
.iknow-icons:hover {
    text-decoration: none;
}
.iknow-icons {
    font-family: iknow-icons !important;
    font-size: 14px;
    line-height: 1;
    *line-height: 1.2;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    outline: 0;
     

}
.iknow-icons i {
    background-image: url(../img/add.png) !important;
    background-position: 5px center !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    display: inline-block;
    width: 25px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
#quesDetails-ask-list .col-9 {
    line-height: 1.5;
    font-size:14px;
}
#quesDetails-ask-list p {
    color: #000;
}
.ask-list-content
{
    line-height:1.5;
}
.ask-list-content,
.ask-list-content p,
.ask-list-content span {
    color: #999 !important;
}