.yn-quesiotn {}

.yn-quesiotn .header {
    margin-top: 40px;
    margin-bottom: 30px;
    border-radius: 2px;
}

.yn-quesiotn .header .title {
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    border-radius: 4px;
}
.yn-quesiotn .header .title h2 {
    margin-bottom: 0px;
    color: #fff;
}

.yn-quesiotn .header .title.left {
    text-align: left !important;
}

.yn-quesiotn.header .title h2 {}

.yn-qa-search {
    padding-top: 20px;
}

.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) {}