@charset "utf-8";
html,body{
    background:#F7F8FA !important;
}
.ask_list{
    margin: 24px auto;
    background: #fff;
    padding: 24px;
}
.ask_list li{
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 16px;
}
.ask_tit{
    padding-bottom: 16px;
}
.ask_tit img{
    width: 16px;
    height: 16px;
    margin:0 0 0 32px;
    padding-top: 1px;

}
.ask_con{
    display: none;
}
.ask_con img{
    max-width: 100%;
}
.on .ask_con{
    display: block;
}
.on img{
    transform:rotate(90deg);
}