.ddq{
    padding: 20px;
}
.ddq h2{
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.ddq .ddqbottom{
    display: flex;
    justify-content: space-between;
    /* font-size: 16px; */
}
.ddq .ddqbottom span{
    display: flex;
    align-items: center;
    font-size: 17px;
}
.ddq .ddqbottom button{
    padding: 5px 20px;
    background-color: #e33f36;
    border: #e33f36;
    color: #fff;
    border-radius: 10px;
}
.ddqd{
    padding: 5%;
    background: none !important;
    background-color: #fff !important;
}
.ddqd h2{
    font-size: 16px;
    padding-bottom: 10px;
}
.ddqd .ddqbq{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.ddqd .ddqbq button{
    font-size: 12px;
    background-color: #f4f4f6;
    border: 1px solid #7e7d7d;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.ddqd .ddqcc{
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background-color: #e33f36;
    border: #e33f36;
    border-radius: 10px;
}