@media screen and (max-width: 500px) {

    /* 隐藏 */
    .bs-search {
        display: none !important;
    }

    .hdbj {
        display: none !important;
    }

    .main {
        display: none !important;
    }


    /* 中间内容 */
    .middle {
        display: block !important;
        position: relative;
        background: #F3F3F3;
    }

    .middle-top {
        width: 100%;
        height: 250px;
        background: url(top.png) center 0 no-repeat;
        background-size: cover;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 50px;
    }

    .middle-top-info {
        width: 90%;
        height: 119px;
        border-radius: 15px 15px 0px 0px;
        background-image: linear-gradient(90deg, #808080 0%, #aeaeae 120%);
        /* background-image: linear-gradient(90deg, #008aff 0%, #71f3ff 120%); */
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        padding: 23px 0px 15px 15px;
        box-sizing: border-box;
    }

    .middle-top-info::before {
        content: '';
        display: block;
        width: 245px;
        height: 110px;
        background: url(./info-r1.png) right center no-repeat;
        background-size: 30% auto;
        position: absolute;
        bottom: 0px;
        opacity: 0.6;
        right: 25px;
        z-index: 0;
    }

    .info-left {
        float: left;
        position: relative;
    }

    .info-left-img {
        position: relative;
        display: block;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background-color: #ffffff;
    }

    .info-left img {
        width: 100%;
    }

    .info-left-icon {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
    }

    .info-left-sweep {
        width: 100%;
        height: 20px;
        border-radius: 10px;
        margin-top: 5px;
        background: rgba(255, 255, 255, 0.3);
    }

    .info-left-sweep p {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }

    .info-right {
        float: left;
        padding-left: 15px;
        position: relative;
        width: calc(100% - 70px );
        z-index: 4;
        margin: 5px 0;
    }

    .info-right-name p {
        font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .info-right-name p span {
        font-size: 16px;
        font-weight: 400;
    }

    .info-right-type {
        margin-top: 10px;
        display: none;
    }

    .type-img {
        width: 18px;
        height: 18px;
        background: url(./icon-type.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .info-right-type p {
        font-size: 14px;
        color: #FFFFFF;
        margin-left: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .middle-top-ewm {
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translate(-50%,-50%);
        background-color: #fff;
        border-radius: 50%;
    }

    .middle-top-ewm a {
        width: 45px;
        height: 45px;
        background-color: #8B8B8B;
        /* background-color: #21c1f6; */
        margin: 8px auto;
        display: block;
        border-radius: 50%;
        padding-top: 3px;
        box-sizing: border-box;
    }

    .middle-top-ewm a img {
        width: 25px;
        height: 25px;
        margin: 7px auto;
        display: block;
    }

    .middle-login {
        display: none;
        position: fixed;
        z-index: 10;
        width: 200px;
        height: 258px;
        left: 50%;
        transform: translate(-50%,-50%);
        background: url(./login.png) no-repeat;
        background-size: cover;
    }

    .middle-login a {
        position: absolute;
        width: 140px;
        height: 40px;
        line-height: 40px;
        color: #FFFFFF;
        font-size: 16px;
        text-align: center;
        left: 50%;
        border-radius: 20px;
        transform: translate(-50%,471%);
        background-image: linear-gradient(90deg, #4490FC 0%, #6E55F1 120%);
    }

    .middle-prove {
        display: none;
        position: fixed;
        z-index: 10;
        width: 200px;
        height: 258px;
        left: 50%;
        transform: translate(-50%,-50%);
        background: url(./prove.png) no-repeat;
        background-size: cover;
    }

    .middle-prove a {
        position: absolute;
        width: 140px;
        height: 40px;
        line-height: 40px;
        color: #FFFFFF;
        font-size: 16px;
        text-align: center;
        left: 50%;
        border-radius: 20px;
        transform: translate(-50%,471%);
        background-image: linear-gradient(90deg, #4490FC 0%, #6E55F1 120%);
    }

    .middle-box {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 4% 0px;
        background: #FFFFFF;
        box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.05);
    }

    .middle-box-title {
        display: flex;
        align-items: center;
    }

    .middle-box-title .title-img img {
        width: 23px;
    }

    .middle-box-title .title-name {
        margin-left: 10px;
    }

    .middle-box-title .title-name p {
        font-size: 20px;
        font-weight: bold;
        color: #333333;
    }

    .middle-box-line {
        display: flex;
        margin-top: 17px;
    }

    .middle-box-line .line-left {
        width: 120px;
        border-bottom: 2px solid #008DF2;
    }

    .middle-box-line .line-right {
        flex: 1;
        border-bottom: 1px solid #CCCCCC;
    }

    .middle-box-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .middle-box-list li {
        width: 25%;
        margin-bottom: 30px;
    }

    .middle-box-list li a {
        display: block;
        text-align: center;
    }

    .middle-box-list li a img {
        width: 60px;
    }

    .middle-box-list li a p {
        font-size: 16px;
        color: #333333;
        text-align: center;
        line-height: 22px;
        margin-top: 10px;
    }


}