@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;
        width: 100vw;
    }
    .header{
        height: auto;
    }
    .sj-main{
        margin-top: 20px;
    }
    .swiperbox{
        width: 100% !important;
        height: 260px !important;
    }
    .headerbox{
        padding: 0px;
    }
    .s-header__bottom{
        width: 100vw;
    }
    .s-header__box{
        width: 100vw;
    }
    .s-header__app-name{
        font-size: 26px;
    }
    .s-header{
        height: 0;
    }
    .header .main-content{
        width: 100vw;
        margin: 0px;
        margin-top: 0px !important;
    }
    .header .input-row{
        width: 100%;
        margin: 0px !important;
        padding: 20px !important;
        padding-left: 20px;
        box-sizing: border-box;
        height: auto;
    }
    #searchType{
        width: 80px !important;
        height:50px;
        top: 20px;
        left:auto

    }
    .header .list-search-button{
        width: 80px;
        top: 20px;
        right: 20px;
    }
    .s-header{
        min-width: 0px;
    }
    .list-input-keywordsP{
        width: 100%;
        padding-left: 90px;
        border-radius: 4px;
        overflow: hidden;
    }
    .header .header-container{
        min-height: 250px;
    }
    .advance-search-btn{
        display: none;
    }
    .header{
        margin-bottom: 0px;
    }
    .header .header-container{
        margin-bottom: 0px;
    }
    .wrapper{
        width: 100vw;
        margin: 0px !important;
        padding: 20px !important;
    }
    .top-header{
        width: 100vw;
    }
    .selectweb{
        width: 100vw;
    }
    .footer{
        width: 100vw;
    }
    .icpbottom{
        width: 100vw;
    }
    html{
        width: 100vw;
        overflow-x: hidden;
    }
    .tab-list{
        border: none;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    }
.tab-list::-webkit-scrollbar {
  display: none;
}
    .tab-list>li{
        width: 30% !important;
    }
    .hot-search{
       display:none;
        float: none;
        width: 100%;
    }
    .hot-search .list{
        height: auto !important;
        margin-top: 0px;
    }
    .list li a{
        color: #333 !important;
    }
    .wrapper .main-content .list-part{
        float: none;
    }
    .hot-search h3{
        margin-top: 40px;
    }
    .wrapper .main-content .list-part{
        width: 100%;
    }

}