* {
    padding: 0;
    margin: 0;
    list-style: none;
}

#app,
html,
body,
.wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:480px) {
    .sear_head {
        padding: 12px 16px !important;
        text-align: center;
        border: 1px solid rgba(0,0,0,0.10);
    }

    .back_next img {
        display: none;
    }

    .sear_head span {
        font-size: 20px !important;
    }

    .sear_head img {
        bottom: 25px !important;
        left: 30px !important;
    }

    .sear_tit {
        display: none;
    }

    .sear_head input {
        background: #F5F5F5 !important;
        border: none !important;
    }

    .back_next {
        display: block !important;
    }

    .off_box {
        display: none;
    }

    .back_next img {
        width: 10px;
        height: 15px;
        top: 22px !important;
        left: 35px !important;
    }

    .sear_box {
        overflow: hidden;
        height: 100% !important;
    }

    .sear_bot {
        width: 100%;
        height: 100%;
        background: #F5F6F7;
    }
    .sear_content{
        padding: 0!important;
    }
    .sear_content h5{
        padding: 12px 16px;
    }
    .sear_content h5 {
        font-size: 24px;
        color: rgba(0, 0, 0, 0.40);
        letter-spacing: 0;
        font-weight: normal;
    }
    .history_list{
        margin: 0!important;
    }
    .history_list li {
        padding: 12px 16px;
        box-sizing: border-box;
        margin: 0!important;
    }
    .sear_list li{
        background: #fff;
        margin: 0!important;
        padding: 12px 16px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }
    .noData {
        background: #F5F6F7 !important;
    }

    .clear_value {
        display: none !important;
    }
}

.fadein {
    animation: fadeIn 3s infinite linear;
    /* 添加渐隐效果 */
}

/* 渐隐效果 */
@keyframes fadeIn {
    0% {
        opacity: 1;
        /*初始状态 透明度为1*/
    }

    50% {
        opacity: 0.85;
        /*中间状态 透明度为.85*/
    }

    100% {
        opacity: 0;
        /*结尾状态 透明度为0*/
    }
}

/*滚动条样式*/
.sear_content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 141px;
}

.sear_content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #B9B9B9;
}

.sear_content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0;
    background: #fff;
}

.wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sear_box {
    width: 440px;
    height: 600px;
    overflow: hidden;
    /* padding: 40px; */
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 32px 48px -10px rgba(5, 14, 26, 0.20);
}

.off_box {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 99;
}

.sear_head {
    position: relative;
    padding: 40px 40px 0;
    box-sizing: border-box;
}

.back_next {
    display: none;
}

.clear_value img {
    top: 105px !important;
    left: 370px !important;
    cursor: pointer;
}

.sear_head span {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    line-height: 32px;
}

.sear_head input {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    padding-left: 36px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.sear_head img {
    position: absolute;
    bottom: 14px;
    left: 55px;
}

.sear_content {
    width: 100%;
    height: 470px;
    padding: 40px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: visible;
}

.sear_content h5 {
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
}

.history_list{
    width: 100%;
}
.history_list li {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.history_list li span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
}

.history_list li span:nth-child(1) {
    width: 50%;
}

.history_list li span:nth-child(2) {
    color: #3388FF;
    width:100px;
}

.history_list li span:nth-child(3) {
    cursor: pointer;
    width: 16px;
}

.noData {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.noData span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    letter-spacing: 0;
}

.back_mark {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showBox {
    width: 140px;
    height: 37px;
    background: rgba(0, 0, 0, 0.80);
    margin-bottom: 200px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 37px;
}