.fqt-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fqt-title button {
    margin-left: 10px;

}

.fqt-title button:last-child {
    margin-right: 0;
}

.fqt-title .u-btn-style2 {
    width: auto;
    border-color: #2069ce;
    padding-left: 15px;
    background-image: none;
    text-align: center;
    color: #2099e9;
    padding-right: 15px;
}

.fqt-detail {
    height: 70px;
    overflow: hidden;
}
.fqt-detail.show {
    height: auto;
    overflow: auto;
}
