.yn-quesiotn {}

.yn-quesiotn .header {
    margin-top: 40px;
    margin-bottom: 30px;
}

.yn-quesiotn .header .title {
    text-align: center;
}

.yn-quesiotn .header .title.left {
    text-align: left !important;
}

.yn-quesiotn.header .title h2 {}


.yn-qa-page {}

.yn-qa-page .page-box {
    display: flex;
    justify-content: space-between;
}

.yn-qa-page .page-box .page-show {
    height: 34px;
    line-height: 34px;
}

.yn-qa-page .page-box .page {
    height: 34px;
}


.yn-qa-search {}

.yn-qa-search .qa-search-box {
    display: flex;
}

.yn-qa-search .search-keyword {
    height: 44px;
    line-height: 44px;
    width: 100%;
}

.yn-qa-search .search-keyword input {
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding-left: 30px;
}

.yn-qa-search .search-btns {
    display: flex;
}

.yn-qa-search .search-bt {
    border: none;
    z-index: 1;
    position: relative;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    color: #fff;
    margin-left: 10px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
}

.yn-qa-search .search-btns .search-action .search-bt {
    background-color: #14357b;
    min-width: 190px;
}

.yn-qa-search .search-btns .search-question .search-bt {
    background-color: #D14900;
    min-width: 190px;
}

@media (max-width: 479px) {}