/* 搜索框 */
.new_search_box {
    width: 100%;
    height: 80px;
    background-image: url("https://cdnecs.jiuyeqiao.cn/app/static/web/welcome/img/newbg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.leftsearch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new_search_box .new_search_content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
}

.new_search_box .new_search_content .search-input {
    margin-left: 11px;
    width: 292px;
    height: 42px;
}

.new_search_box .new_search_content .outbox {
    background: #fff;
    width: 483px;
    border-radius: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_button {
    background: #ff4743;
    border-radius: 0px 21px 21px 0px;
    height: 42px;
    line-height: 42px;
    width: 86px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_button img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.search_button span {
    vertical-align: middle;
    margin-left: 3px;
}

.new_search_box .new_search_content .search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
}

.search-select {
    width: 80px;
    text-align: center;
    border-right: 1px solid #c9c9c9;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 0 12px 0 9px;
    position: relative;
}

.new_search_box .new_search_content .search .arrow {
    margin-left: 63px;
}

.new_search_box .new_search_content .search .divider {
    width: 2px;
    height: 14px;
    background: #c9c9c9;
}

/* 搜索框结束 */