@media (min-width: 450px) {
    body{
        width: 375px;
        margin: 0 auto;
    }
    .container{
        width: 375px;
        min-height: calc(100vh - 50px);
        padding: 24px 12px 50px;
    }
    .banner{
        width: 350px;
        height: 150px;
        border-radius: 10px;
    }
    .banner img{
        width: 350px;
        height: 150px;
    }
    .notice{
        margin-top: 16px;
        height: 14px;
    }
    .notice-title{
        width: 50px;
        line-height: 14px;
        font-size: 14px;
    }
    .notice-content{
        width: calc(375px - 24px - 50px);
        font-size: 12px;
        height: 20px;
    }
    .search{
        margin: 15px 12px;
        border-radius: 5px;
    }
    .search-left{
        padding: 0 15px;
        width: calc(100% - 80px);
    }
    .search-left .search-input{
        font-size: 12px;
    }
    .search-right{
        width: 80px;
        line-height: 30px;
        font-size: 14px;
        border-radius: 5px;
    }
    .label{
        margin-top: 32px;
    }
    .label .hb{
        margin-right: 12px;
        width: 5px;
        height: 20px;
        border-radius: 5px;
    }
    .label .label-title{
        font-size: 18px;
    }
    .label .label-title a{
        margin-right: 25px;
        font-size: 16px;
        margin-left: 25px;
    }

    .list-item{
        margin-top: 16px;
        border-radius: 10px;
        font-size: 16px;
    }
    .list-item-flag {
        top: -5px;
        right: -44px;
        font-size: 12px;
        padding: 15px 50px;
    }
    .list-type{
        margin-bottom: 10px;
    }
    .list-type .hb{
        margin-right: 12px;
        width: 4px;
        height: 16px;
        border-radius: 5px;
    }
    .list-type .label-title{
        font-size: 14px;
    }
    .list-item-img{
        margin-top: 14px;
    }
    .list-item-img img, .list-item-img video{
        width: 98px!important;
        height: 98px!important;
        margin-bottom: 10px!important;
        margin-right: 5px!important;
    }
    .contact{
        margin-top: 16px;
    }
    .contact img{
        width: 45px;
        height: 45px;
        margin: 0 24px;
    }
    .contact span{
        margin-right: 12px;
    }



    .beian{
        padding: 33px 0;
    }
    .beian p,
    .beian a{
        font-size: 14px;
    }


    .footer{
        width: 375px;
        left: 40%;
        height: 50px;
        box-shadow: 0 5px 5px 5px #cccccc;
    }
    .footer-item{
        margin: 3px 0;
        width: 80px;
    }
    .footer-item img{
        height: 22px;
    }
    .footer-item-text{
        font-size: 12px;
    }


}