.commonProblem {
    width: 100%;
    margin-top: 80px;
    background: rgba(0, 0, 0, 0.00);
}

#topBg {
    width: 100%;
    height: 360px;
    background: url("../image/questionBg.png") no-repeat 100% 100%;
    /*background: url("../image/questionBg-ys.jpg") no-repeat 100% 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#title {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 思源黑体;
}

#titleName {
    font-size: 38px;
    font-weight: 400;
    color: #ffffff;
}

.titlespan {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.breadcrumb {
    padding-left: 18%;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}

.breadcrumb img {
    width: 18px;
    height: 16px;
    margin-right: 8px;
}

.breadcrumb span, .breadcrumb a {
    line-height: 18px;
    color: #999999;
}

.home:hover {
    color: #c80025;
    cursor: pointer;
}


#null {
    height: 40px;
}

.centent {
    width: 64%;
    margin-top: 30px;
    margin-left: 18%;
    border-bottom: 2px solid #f2f2f2;;
}

.centent_B {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headline {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    line-height: 31px;
    font-size: 28px;
    font-family: 思源黑体;
    font-weight: 700;
    text-align: left;
    color: #3b3b3b;
    margin-left: 20px;
    overflow-wrap: break-word;
}

.centent_A {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    transform: translateX(20px);
    margin-top: 24px;
}

.answer {
    display: inline-block;
    vertical-align: middle;
    width: 96%;
    font-size: 20px;
    font-family: 思源黑体;
    font-weight: 400;
    text-align: left;
    color: #707070;
    line-height: 28px;
    margin-left: 10px;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.answer img {
    max-width: 100%;
}

.A {
    display: inline-block;
}

#empty {
    height: 120px;
}

/*平板*/
@media screen and (max-width: 1024px) {
    .commonProblem {
        margin-top: 108px;
    }

    .breadcrumb {
        padding-left: 8%;
        font-size: 14px;
    }

    .breadcrumb img {
        width: 14px;
        height: 13px;
        margin-right: 4px;
    }


    #topBg {
        height: 260px;
        background-size: 100% 100%;
    }

    #title {
        width: 60%;
    }

    #titleName {
        font-size: 32px;
    }

    .centent {
        width: 84%;
        margin-top: 20px;
        margin-left: 8%;
    }

    .headline {
        width: 80%;
        font-size: 24px;
    }

    .answer {
        width: 79%;
        font-size: 18px;
        margin-bottom: 32px;
    }

}

/*手机*/
@media screen and (max-width: 800px) {
    .commonProblem {
        margin-top: 60px;
    }

    .breadcrumb {
        padding-left: 10%;
        font-size: 10px;
    }

    .breadcrumb img {
        width: 10px;
        height: 9px;
        margin-right: 4px;
    }

    #topBg {
        height: 2rem;
        margin-bottom: unset;
    }

    #title {
        width: 6rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 0.12rem;
    }

    #titleName {
        font-size: 0.28rem;
    }

    /*内容*/
    .centent {
        width: 80%;
        margin: 0.2rem auto 0.42rem;
    }

    .centent_B img {
        width: 30px;
    }

    .centent_A {
        margin-top: 0.33rem;
    }

    .centent_A img {
        width: 20px;
    }

    .headline {
        width: 4.24rem;
        font-size: 18px;
    }

    .answer {
        width: 4.94rem;
        font-size: 16px;
    }

    #empty {
        height: unset;
    }
}
