﻿/*=====================问题类型说明=============================*/

.oct-content {
    overflow: hidden;
    height: 1%;
    background: #ffffff;
    margin-bottom: 100px;
    margin-top: 42px;
}

/*商品介绍*/
.question-content {
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
    color: #5a5a5a;
}

    .question-content img {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
    }
