@charset "utf-8";
body {
    background: #fff;
}
/*常见问题*/
.common_problem {
    width: 1000px;
    min-width: 767px;
    margin: 0 auto;
}
.common_problem .problem-title {
    width: 100%;
    height: 72px;
    color: #000;
    border-bottom: 1px solid #ebf0f4;
}
.common_problem .problem-title .title {
    line-height: 72px;
    font-size: 26px;
    color: #000;
}
.problem_content {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.problem_content .content {
    text-align: left;
    line-height: 29px;
    margin-top: 40px;
}