@media screen and (max-width: 700px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/

    /* 首页适配 */
    .headerbox .content .flex_between{
        display: block;
    }
    .header_main_search2{
        display: flex !important;
    }
    .logoleft{
        width: 80%;
        margin: 0 auto;
    }
    .searchright{
        width: 90%;
        margin: 20px auto;
        padding-bottom: 0px;
    }
    .headerbox{
        height: auto;
        background-image: none;
    }
    header{
        height: auto;
    }
    .sj-main{
        margin-top: 20px;
    }
    .swiperbox{
        width: 100% !important;
        height: 260px !important;
    }
    .logoleft .image_width{
        height: auto;
    }
    .main .data .data-right{
        width: 100%;
        padding-left: 0px;
    }
    .main .data .data-right .ten .intersearch table th.second{
        width: 70%;
    }
    .main .data .data-right .ten .intersearch table th.forth{
        width: 30%;
    }
    .main .data .data-right .eve .intersearch table th.second{
        width: 70%;
    }
    .main .data .data-right .eve .intersearch table th.forth{
        width: 30%;
    }
    .main .data .data-right{
        border-left: none;
    }
    .data-left{
        display: flex;
        justify-content: space-between;

    }
    .main .data .data-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .main .data .data-left a{
        width: 48%;
        text-align: center;
    }
    .vip-title{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 20px 0px;
    }
    .main .vip-title span{
        margin: 0px;
        /*margin-bottom: 10px;*/
    }
    .zzb{
        padding: 6px 20px !important;
    }
    .main .data .data-right .ten .intersearch table .content td{
        padding: 10px 0px;
    }
}