html {
    font-family: "宋体";
}

.container-fluid {
    padding: 0;
}

a {
    text-decoration: none;
    color: #ffffff;
}

.nav {
    margin-left: -15px;
    margin-right: -15px;
}

ul,
li {
    margin: 0;
}

.a:hover {
    text-decoration: none;
    color: #409EFF;
}

.mid ul {
    display: flex;
    height: 48px;
    line-height: 48px;
}

.mid li {
    margin: 0 22px 0 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

.nav {
    padding: 0;
    margin: 0;
}

.bao {
    width: 100%;
    background-color: rgba(0,0,0,0.4);
}

.admin {
    margin: 0 5px 0 0 !important;
}

.mid_search {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    border: 2 rpx solid #ccc;
    border-radius: 10 rpx;
    box-sizing: bordre-box;
    transform: translateX(-50%);
}

.logo {
    width: 330px;
    margin: auto;
    margin-bottom: 24px
}

.logo img {
    width: 100%;
    height: auto
}

.input_box {
    box-sizing: border-box;
    height: 40px;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
}

.input_box input {
    width: calc(100%-100px);
    color: #fff;
    border: 2px solid #E4E4E5;
    box-sizing: border-box;
    background: #fff;
    border-right: none;
    padding: 0 10px;
    color: #000000;
    font-size: 14px;
    /* border-radius: 10px 0 0 10px; */
}

input:focus {
    outline: none
}

.img_search {
    position: absolute;
    right: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #E4E4E5;
    border-bottom: 2px solid #E4E4E5;
}

.img_search i {
    font-size: 26px;
    color: #9f9f9f;
    cursor: pointer;
}

.img_search i:hover {
    color: #1989fa;
    transition: all 0.3s
}

.img_search_txt {
    position: absolute;
    bottom: -50px;
    left: -34px;
    background: #fff;
    width: 94px;
    height: 32px;
    color: #626675;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    box-shadow: 0 1px 1px 0 rgba(4, 0, 0, .1);
    border: 1px solid #ebebeb;
}

.img_search i:hover .img_search_txt {
    opacity: 1
}

.search_buttom {
    position: absolute;
    right: 0;
    height: 40px;
    background-color: #E4E4E5;
    font-size: 14px;
    color: rgb(59, 59, 59);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    letter-spacing: 3px;
    transition: all 0.5s;
}

.search_buttom:hover {
    color: #1989fa;
}

.Search_records {
    margin-top: 28px;
    font-size: 0;
    color: #fff;
}

.Search_records span {
    display: flex;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 10px 0px;
    line-height: 1;
    text-shadow: 0.5px 0.5px 0.5px #000;
}

.Search_records a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 5px;
    text-decoration: none;
    cursor: pointer;
    background-color: #E4E4E5;
}

.volist {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 360px) {
    .a {
        font-size: 13px;
    }
}

@media screen and (max-width: 620px) {
    .btns {
        display: none !important;
    }
    .input_box input {
        border-radius: 10px 0 0 10px;
    }
}


/* 搜索关键词按钮开始 */

.btns {
    display: flex;
    /* margin-left: 7px; */
}

.btnSon {
    display: block;
    color: rgb(73, 73, 73);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    background-color: #E4E4E5;
    border: 1px solid transparent;
}

.btnSon:hover {
    text-decoration: none;
}

.btnSon_active {
    background: rgb(173, 173, 173);
}

.btns .btnSon:first-child {
    border-radius: 10px 0 0 10px;
}

.btns .btnSon:last-child {
    border-radius: 0 0 0 0;
}


/* 搜索关键词按钮结束 */


/* 底部样式开始 */

.footer {
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
}

.footer p {
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 1em;
    margin: 5px 0;
    letter-spacing: 1px;
}


/* 底部样式结束 */