 #question-wrap{
        background-color:#fafafa;
    }
  
    #question-wrap .btn-orange,#question-wrap .btn-red{
        width: 80%;
        height: 46px;
        color: #fff;
        border-radius: 5;
        font-size: 16px;
        border:none;
    }

    #question-wrap .btn-orange{
        background-color: #fb9809;
    }

    #question-wrap .btn-red{
        background-color: #bd0008;
    }
    #question-wrap .btn-orange:hover,#question-wrap .btn-orange:focus{
        background-color: #f57b0d;
        border:none;
        outline: 0 auto -webkit-focus-ring-color;
    }
    .introduce-list{
        background-color:#fff;
        text-align: center;
        margin-top:20px;
        width:70%;
        margin:0 auto;
    }
    .introduce-item-list{
        background-color:#fff;
    }
    .introduce-item{
        padding:15px 30px;
        display: inline-block;
        font-size: 16px;
        color:#333;
    }
    .introduce-item-active{
        padding:15px 30px;
        display: inline-block;
        font-size: 16px;
        color:#bd0008;
        border-bottom:3px solid #bd0008;
    }
    .introduce-item:hover{
        border-bottom:3px solid #bd0008;
    }
    .content-list{
        padding:0 20px;
        background-color: #fff;
    }
    .answer{
        padding:20px;
        color:#333;
    }
    .askquestion{
        background-color:#f9f8fa;
        padding:15px 20px;
        color:#999;
    }
    .tips{
        text-align: right;
        padding:15px 20px;
        color:#bbb;
    }
    #question-wrap .qa-item{
        border-bottom:1px dotted #c7c7c7;
        padding:15px;
        padding-right:20px;
    }