﻿@media screen and (min-width: 960px) {
    .faq {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        border-radius: 3px;
    }

    .faq .comfirn {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    .faq .comfirn .dl {
        margin-left: 25px;
    }

    .faq .comfirn .dt {
        min-height: 44px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .faq .comfirn span {
        display: flex;
        font-size: 14px;
        width: 80px;
        justify-content: flex-end;
    }

    .faq .comfirn input {
        border: 0;
        border-bottom: 1px solid #445662;
        height: 30px;
        width: 316px;
        margin-left: 20px;
    }

    .faq .comfirn textarea {
        border: 0;
        border-bottom: 1px solid #445662;
        width: 316px;
        margin-left: 20px;
        min-height: 40px;
    }

    .faq .comfirn select {
        border: 0;
        border-bottom: 1px solid #445662;
        height: 30px;
        margin-left: 20px;
    }

    .faq .comfirn .upload {
        margin-left: 20px;
        display: flex;
        flex-direction: row;
    }

    .faq .comfirn .el-upload {
        border-bottom: 1px solid #445662;
        width: 100px;
    }

    .faq .comfirn button {
        width: 161px;
        height: 41px;
        background: linear-gradient(to right,#D96464, #B53939);
        color: #fff;
        border-radius: 20px;
        border: 0;
        margin-left: 120px;
        margin-top: 40px;
    }

    .faq .list {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        border-top: 1px solid #445662;
        padding-right: 15px;
    }

    .faq .list .item {
        display: flex;
        flex-direction: row;
        padding: 20px 0;
        border-bottom: 1px solid #cccccc;
    }

    .faq .list .item dt {
        min-height: 30px;
        display: flex;
        align-items: center;
        line-height: 25px;
        border-bottom: 1px solid #999;
        background: #F7F5F5;
        padding: 8px;
    }

    .faq .list .item .img {
        width: 220px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid #cccccc;
        margin-right: 15px;
        font-size:14px;
    }

    .faq .list .item dl {
        border-radius: 5px;
        padding: 5px 5px 20px 5px;
    }

    .faq .list .item .pic {
        padding-left: 60px;
        margin-top: 15px;
    }

    .faq .list .item img {
        width: 105px;
    }

    .faq .list .item .aq {
        display: flex;
        flex-direction: column;
        width: 900px;
        font-size: 14px;
    }

    .faq .list .item .aq .question {
        display: flex;
        flex-direction: column;
    }

    .faq .list .item .aq .answer {
        display: flex;
        flex-direction: column;
    }

    .faq .list .item .aq .txt {
        font-size: 13px;
    }
}
