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

    #header-nav {
        display: none;
    }

    #footer {
        display: none;
    }

    #banner-form {

        display: none;

    }

    main {
        width: 3.75rem;
        margin: auto;
        box-sizing: border-box;
        padding-left: 0.075rem;
        padding-right: 0.075rem;
        padding-top: 0.6rem;
    }

    main h1 {

        font-size: 0.14rem !important;
        color: #000;
        margin-top: 0.2rem;
        text-align: left;
        margin-bottom: 0.2rem;

    }


    main img {
        width: 100%;
    }

    /*@移动端表单 tag-middle-form*/

    .tag-middle-form {
        box-sizing: border-box;
        width: 3.6rem;
        height: 2rem;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        background-color: #e32828;
        /* border: solid 1px red; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .tag-middle-form>p {

        font-size: 0.16rem;
        font-weight: bold;
        color: #fff;
    }

    .tag-middle-form input {
        font-size: 0.14rem;
        width: 2rem;
        border: solid 1px #fff;
        border-radius: 0.05rem;
        height: 0.3rem;
        line-height: 0.3rem;
        background: #ffd9d9;
        padding-left: 0.1rem;


    }

    .tag-middle-form input::placeholder {
        color: #757575;
        font-weight: bold;
    }

    .tag-middle-form select {
        height: 0.3rem;
        font-size: 0.14rem;
        width: 2.1rem;
        background: #ffd9d9;
        color: #757575;
        border-radius: 0.05rem;
        font-weight: bold;
        border: none;
    }

    .tag-middle-form button {
        font-size: 0.14rem;
        width: 1rem;
        border-radius: 0.05rem;
        height: 0.3rem;
        border: solid 0.01rem #fff;
        background: #c91125;
        color: #fff;
        font-weight: bold;
    }


    /*@tag 链接的操作——————————————————————————————————————————————————————*/
    .tag-link {


        width: 3.4rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.2rem;

    }

    .tag-link ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tag-link ul li{
        width: 1.65rem;
    }
    .tag-link a {
        font-size: 0.1rem;
        display: flex;
        color: rgb(22, 23, 27);
        line-height: 3em;
    }

    .tag-link a:hover {
        text-decoration: underline;
        font-weight: bold;
    }

    .xiangguanzixun {

        width: 3rem;
        font-size: 0.18rem;
        font-weight: bold;
        color: #000;
        height: 0.2rem;
        line-height: 0.2rem;
        border-left: solid 0.05rem #000;
        padding-left: 0.1rem;
        box-sizing: border-box;
        margin-bottom: 0.2rem;

    }

}