/* ask_title */
.ask_title{
    height: 38px;
    line-height: 36px;
    padding: 0 20px 0 18px;
    background-color: #F5F5F5;
    border-top: 2px solid #09C2C5;
}

/* ask_other_title */
.ask_other_title{
    padding-left: 22px;
    color: #212121;
}
.ask_other_title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 1;
    width: 3px;
    height: 18px;
    background-color: #FF6980;
}

/* ask_question */
.ask_question .title img{
    width: 20px;
    height: 20px;
    margin: 2px 12px 0 0;
}
.ask_question .question_con{
    padding-right: 72px;
    text-indent: 2em;
}
.ask_question .question_con_b img{
    width: 14px;
    height: 14px;
    margin: 8px 6px 0 0;
}
.ask_question .question_con_b a{
    line-height: 28px;
    padding: 0 11px;
    border: 1px solid #ccc;
    border-radius:4px;
    margin-right: 8px;
}
.ask_question .question_link li{
    width: 236px;
    padding: 0 48px;
}
.ask_question .question_link li::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 128px;
    background-color: #ccc;
    background-image: linear-gradient(to bottom, #ccc 0%, #ccc 36%, #fff 50%);
    background-image: -webkit-linear-gradient(top, #ccc 0%, #ccc 36%, #fff 50%);
    background-image: -moz-linear-gradient(top, #ccc 0%, #ccc 36%, #fff 50%);
    background-image: -o-linear-gradient(top, #ccc 0%, #ccc 36%, #fff 50%);
    background-size: 1px 15px;
    background-repeat: repeat-y;
}
.ask_question .question_link li:last-child::before{
    display: none;
    width: 0;
}
.ask_question .question_link li img{
    width: 63px;
    height: 63px;
}
.ask_question .question_link li a{
    width: 96px;
    height: 30px;
    line-height: 28px;
    border: 1px solid;
    border-radius:4px;
    margin-left: 22px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.ask_question .question_link li:nth-child(1) a{
    border-color: #12C7A9;
    color: #12C7A9;
}
.ask_question .question_link li:nth-child(1) a:hover{
    background: #12C7A9;
    color: #fff;
}
.ask_question .question_link li:nth-child(2) a{
    border-color: #FE6897;
    color: #FE6897;
}
.ask_question .question_link li:nth-child(2) a:hover{
    background: #FE6897;
    color: #fff;
}
.ask_question .question_link li:nth-child(3) a{
    border-color: #FA8777;
    color: #FA8777;
}
.ask_question .question_link li:nth-child(3) a:hover{
    background: #FA8777;
    color: #fff;
}

/* ask_answer */
.ask_answer .answer_con{
    padding: 10px 36px 0 18px;
}
.ask_answer .answer_con .answer_text{
    text-indent: 2em;
}
.ask_answer .answer_con .answer_con_b img{
    width: 14px;
    height: 14px;
    margin: 8px 6px 0 0;
}
.ask_answer .answer_other .answer_other_wrap{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 8px 0 0 50px;
}
.ask_answer .answer_other .answer_other_code{
    width: 100px;
}
.ask_answer .answer_other .answer_other_link{
    width: 320px;
    padding-top: 32px;
    margin-right: 10px;
}
.ask_answer .answer_other .answer_other_link a{
    width: 50%;
    margin-bottom: 8px;
    color: #fff;
}
.ask_answer .answer_other .answer_other_btn{
    width: 112px;
    padding-top: 35px;
}
.ask_answer .answer_other .answer_other_btn a{
    height: 34px;
    line-height: 32px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    border-radius:4px;
}
.ask_answer .answer_other .answer_other_btn a.z_green:hover{
    color: #09C2C5;
}
.ask_answer .answer_other .answer_other_btn a.white:hover{
    color: #fff;
}

/* other_ask */
.other_ask li{
    width: 50%;
    margin-bottom: 18px;
    padding-bottom: 6px;
    border-bottom: 1px solid #F5F5F5;
}
.other_ask li:nth-child(2n+1){
    padding-right: 25px;
}
.other_ask li:nth-child(2n){
    padding-left: 25px;
}
.other_ask li .ask .tip,
.other_ask li .answer .tip{
    width: 30px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
}
.other_ask li .ask .tip{
    color: #FF6980;
    border: 2px solid #FF6980;
}
.other_ask li .answer .tip{
    color: #09C2C5;
    border: 2px solid #09C2C5;
    margin-top: 8px;
}
.other_ask li .ask_pla_text{
    width: 310px;
}
.other_ask li .answer .ask_pla_text{
    height: 40px;
}
.other_ask li .answer .ask_pla_text:hover{
    color: inherit;
}
.other_ask li .answer .ask_pla_text .pa{
    bottom: 0;
    right: 0;
    padding-right: 110px;
    background-color: #fff;
    color: #333;
}
.other_ask li .answer .ask_pla_text:hover .pa{
    color: #FF6980;
}

/* other_goods */
.other_goods li{
    width: 222px;
    margin-right: 56px;
}
.other_goods li:last-child{
    margin-right: 0;
}
.other_goods li a{
    min-height: 285px;
    border: 1px solid #F5F5F5;
    padding: 7px 8px;
}
.other_goods li a .sp_goods_img{
    height: 198px;
}
.other_goods li a:hover .title{
    color: #FF6980;
}

/* other_art */
.other_art li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F3F3F3;
}
.other_art li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.other_art li .other_art_img{
    width: 166px;
    height: 87px;
    margin-right: 24px;
}
.other_art li .other_art_con{
    width: 590px;
    padding: 10px 20px 0 0;
}
.other_art li .other_art_con .title{
    color: #212121;
    margin-bottom: 13px;
}
.other_art li .other_art_con .title:hover{
    color: #FF6980;
}
.other_art li .other_art_con .tip{
    height: 20px;
    line-height: 18px;
    border: 1px solid #FF6980;
    border-radius:4px;
    padding: 0 9px;
    color: #FF6980;
    margin-right: 28px;
}
.other_art li .other_art_con .see img{
    width: 20px;
    margin: 1px 10px 0 0;
}
.other_art li .other_art_con .fx{
    width: 17px;
    cursor: pointer;
    margin-right: 34px;
}
.other_art li .other_art_con .fx .bdsharebuttonbox{
    display: none;
    top: 24px;
    left: -54px;
    z-index: 99;
    width: 88px;
    padding: 0 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
}
.other_art li .other_art_con .fx .bdsharebuttonbox.active{
    display: block;
}
.other_art .load_more{
    width: 66px;
    cursor: pointer;
}
.other_art .load_more:hover span{
    color: #FF6980;
}
.other_art .load_more img{
    width: 17px;
    height: 15px;
    margin: 12px 0 0 25px;
}