.seek {
    width: 42.92vw;
    height: 3.02vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-bottom: 2.08vw;
    border: 0.05vw solid #7C9BF8;
    border-radius: 0.31vw 0.31vw 0.31vw 0.31vw;
    overflow: hidden;
    border-right: 0px;
    position: relative;
}

.seek .seek_select {
    width: calc(824/1920 * 15vw);
    height: 100%;
    font-size: 0.83vw;
    color: #999999;
    display: flex;
    align-items: center;
}

.seek .layui-form-select {
    height: 100%;
    display: flex;
    /* border-radius: 0px; */
    position: relative;
    border-radius: 0.21vw 0 0 0.21vw;
    /* overflow: hidden; */
}

.seek .layui-form-select::after {
    content: ' ';
    width: 0.05vw;
    height: 2.04vw;
    background-color: #999999;
    position: absolute;
    top: 0.52vw;
    right: 0;
}

.seek .layui-form-select input {
    border-radius: 0.21vw 0 0 0.21vw;
    text-align: center;
}

.seek select,
.seek input,
.seek button {
    width: 100% !important;
    height: 100% !important;
    border: 0.05vw solid transparent !important;
    font-size: 0.83vw;
}

.seek input::-webkit-input-placeholder {
    color: #B9B9B9;
}

.seek input::-moz-placeholder {
    color: #B9B9B9;
}

.seek input::-ms-input-placeholder {
    color: #B9B9B9;
}

.seek select {
    width: 100% !important;
    height: 100% !important;
    border: 0.05vw solid transparent;
    font-size: 0.83vw;
    text-align: center;
}

.seek input {
    border: 0.05vw solid transparent !important;
    /* border-left: 0.05vw solid #ddd; */
    padding-left: 3.13vw;
}

.seek::before {
    content: '';
    background: url(../../images/FT_jiuj/bljd_seek.png) no-repeat 100% 100%;
    width: 1.04vw;
    height: 1.04vw;
    position: absolute;
    background-size: 100%;
    left: 1.04vw;
}

.seek .layui-input:hover,
.seek .layui-textarea:hover {
    border: 0.05vw solid transparent !important;
    border-left: 0.05vw solid transparent !important;
}

.seek button {
    border: 0.05vw solid transparent !important;
    border-left: #7C9BF8;
}

.seek .seek_input {
    width: calc(824/1920 * 84.04vw);
    height: 100%;
}

.seek .seek_button {
    width: calc(824/1920 * 15.7vw);
    height: 100%;
    /* position: relative; */
    /* background: linear-gradient(270deg, #336DFF, #7C9BF8); */
    border-radius: 0px 0.31vw 0.31vw 0px;
    padding: 0;
    margin-right: -0.1vw;
}

.seek .seek_button button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.83vw;
    padding: 0;
    background: #4285F4;
}

.seek .seek_button button:hover {
    opacity: 1;
}

.bljd_search .layui-input-block {
    margin-left: 0px;
}


/* .seek .seek_index_submit::before {
    content: ' ';
    width: 1.04vw;
    height: 1.04vw;
    background: url(../..//images/FT_jiuj/seek_1.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.73vw;
} */

.seek_term {
    margin-top: 0.89vw;
    width: 100%;
    font-size: 0.83vw;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.seek .layui-input-block {
    margin-left: 0px;
}

.seek .layui-input:focus,
.seek .layui-textarea:focus {
    border-color: transparent !important;
}