.search_tips {
    display: none;
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 40px;
    right: 5px;
    left: 2px;
    background-color: #fff;
    padding: 0 20px;
}

.search_tips b {
    color: #f00;
}

@media screen and (max-width: 992px) {


    .search {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;

    }

    .search .title {
        font-size: 18px;
        line-height: 30px;
    }

    .search .desc {
        font-size: 12px;
    }

    .search_form {
        width: 100%;
    }

    .search .yourip {
        white-space: nowrap;
    }

    .tbox {
        padding: 0 10px;
    }

    .tbox .item {
        width: calc(25% - 12px);
        padding: 0;
    }

    .item .desc .text2 {
        display: none;
    }

    .tbox .item a {
        display: block;
        padding: 5px 0;
        text-align: center;
    }

    .tbox .item .icon {
        margin: 0 auto;
        padding: 0px;

    }

    .tbox .item .desc {
        padding: 0;
    }

    .tbox .item .text1 {
        font-size: 12px;
        white-space: nowrap;
    }
}