/* 头部开始 */

.OuterLogin {
    display: flex;
    justify-content: end;
}

.logo {
    width: 300px;
    text-align: end;
}

.logo img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.top_search_mid {
    display: flex;
    align-items: center;
    margin: 15px auto;
    /* margin-bottom: 12px; */
}

.form-select {
    border-radius: 0;
    width: 10%;
    border-radius: 5px 0 0 5px;
    color: #6c757d;
    text-align: center;
}

.input-group {
    width: 46%;
}

.form-control {
    border-radius: 5px 0 0 5px;
}

.img_search {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    z-index: 99;
}

.img_search_txt {
    position: absolute;
    bottom: -40px;
    left: -34px;
    background: #fff;
    width: 94px;
    height: 32px;
    text-align: center;
    color: #626675;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    box-shadow: 0 1px 1px 0 rgba(4, 0, 0, .1);
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

#uploadSon {
    display: none;
    /* width: 50px; */
}

.img_search i:hover .img_search_txt {
    opacity: 1
}

.img_search i {
    font-size: 26px;
    color: #9f9f9f;
    cursor: pointer;
    position: relative;
}

.img_search i:hover {
    color: #1989fa;
    transition: all 0.3s
}

.btn-outline-danger {
    color: #6c6c6c;
    border-color: #ced4da;
    height: 2.5rem;
}

.Top .top_search_mid .superInp {
    display: flex;
    padding: 0;
}

.topBtn {
    border-radius: 0 5px 5px 0;
    width: 9%;
    background-color: #0074c2;
    border-color: #0074c2;
}

.topBtn:hover {
    background-color: #014979;
    border-color: #014979;
}

/* 主题关键字按钮开始 */

/* .type-select {
    position: relative;
    width: 124px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px;
    font-size: 16px;
    cursor: pointer;
}

.type-select .type-select__icon {
    font-size: 12px;
    margin-left: 20px;
}

.c-icon-arrow-down:before {
    content: "\e793";
}

.type-select span {
    width: 45%;
}

.type-select .type-select__popper {
    position: absolute;
    z-index: 3;
    width: 100%;
    padding-top: 6px;
    top: calc(100% + 2px);
    left: 0;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 hsl(0deg 0% 79% / 20%);
}

.type-select .type-select__option {
    line-height: 54px;
    text-align: center;
}

.superInp .header-search__icon-split {
    width: 1px;
    height: 20px;
    border-right: 1px solid rgba(51, 51, 51, .3);
    margin: 8px 2px;
} */

.btns {
    display: flex;
    justify-content: right;
    padding: 0;
}

.superInp .input-group {
    border-radius: 5px 0 0 5px;
    border: 1px solid #ced4da;
}

.superInp .form-control {
    border: none !important;
}

.btns button {
    /* margin-right: 5px; */
    border: none;
    padding: .1rem 0.9rem;
    height: 38px;
    background-color: #fff;
}

.Bgbtn {
    background-color: #E4E4E5 !important;
}

/* .btns button:last-child {
    margin-right: 10px;
} */

@media screen and (max-width: 1240px) {
    .topBtn {
        width: 10%;
    }
}

@media screen and (max-width: 1240px) {
    .topBtn {
        width: 11%;
    }
}

@media screen and (max-width: 930px) {
    .topBtn {
        width: 18%;
    }
}

@media screen and (max-width: 820px) {
    .topBtn {
        width: 13%;
    }
}

@media screen and (max-width: 510px) {
    .topBtn {
        width: 18%;
    }
}

@media screen and (max-width: 400px) {
    .topBtn {
        width: 25%;
    }
}

@media screen and (max-width: 992px) {
    .btns {
        justify-content: left;
        margin-top: 10px;
    }
    .superInp {
        margin-top: 10px;
    }
    .OuterLogin {
        justify-content: left;
    }
}

@media screen and (max-width: 767px) {
    .input-group {
        width: 100%;
    }
}

/* @media screen and (max-width: 1044px) {
    .OuterLogin {
        width: 17.666667% !important;
    }
} */

/* @media screen and (max-width: 991px) {
    .OuterLogin {
        padding: 0 !important;
        margin-left: 8px;
    }
} */

/* 主题关键字按钮开始 */

/* 头部结束 */

.Top {
    width: 100%;
}
