/* suggest start */
.suggest {
    border: 1px solid #eaeaea;
}

.suggest .channel-hd{
    margin-top: -1px;
}

.suggest-bd {
    padding: 20px 20px 0;
    height: 510px;
}

.suggest-bd .description {
    padding-bottom: 10px;
}

.suggest-bd .description p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}

.suggest-bd textarea {
    margin: 0;
    padding: 10px;
    outline: none;
    width: 915px;
    display: block;
    border: 1px solid #eaeaea;
    height: 90px;
    resize: none;
}

.suggest-bd input, .suggest-bd select {
    outline: none;
    border: 1px solid #d8d8d8;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding-left: 10px;
}

.suggest-bd .form-control {
    height: 40px;
}

.suggest-bd .form-control input, .suggest-bd .form-control select {
    float: left;
}

.suggest-bd .mobile {
    margin-left: 20px;
}

.suggest-bd .input-brand {
    width: 262px;
}

.suggest-bd .input-narrow {
    width: 122px;
}

.suggest-bd .form-control img {
    width: auto;
    height: 40px;
    margin-left: 10px;
}

img.verify-code {
    cursor: pointer;
}

.suggest-bd .form-control {
    padding: 10px 0;
}

.suggest-bd .form-control span, .suggest-bd .form-control label {
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    width: 80px;
}

form .form-control .submit {
    float: none;
    display: block;
    background-color: #C64B4B;
    border: none;
    margin: 0 auto;
    color: #FFFFFF;
    cursor: pointer;
}

.suggest-bd form .input-narrow {
    font-size: 16px;
    font-weight: bold;
}

.suggest-bd form span, .suggest-bd form label {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
/* suggest end */

/* questions start */
.questions {
    border: 1px solid #d8d8d8;
    padding: 14px 0 0;
}

.question-item {
    padding-bottom: 16px;
}

.question-item .title {
    height: 16px;
    padding-right: 20px;
}

.question-item .title h6 {
    float: left;
    color: #666666;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    padding-left: 16px;
    border-left: 4px solid #C64B4B;
    font-weight: normal;
}

.question-item .title span {
    float: right;
    color: #999999;
    font-size: 13px;
    font-weight: normal;
}


.question-item .question, .question-item .answer {
    font-size: 13px;
    line-height: 24px;
    margin: 0 20px;
    padding: 2px 0;
}

.question-item .question {
    color: #333333;
    border-bottom: 1px dashed #fcf5f5;
}

.question-item .answer {
    color: #802828;
    border-bottom: 1px solid #fcf5f5;
}
/* questions end */
