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

    #navcight{
        display: none;
    }
    #m-footer{
        display: none;
    }
    .tag-middle-form{
        display: none;
    }

    main{
        width: 7rem;
        margin: auto;
        padding-right: 2rem;
 
    }

    main h1{

        font-size: 0.24rem !important;
        color: #000;
        margin-top: 0.3rem;
        text-align: left;
        margin-bottom: 0.3rem;
        font-weight: bold;

    
    }
    

    main img{
        width: 100%;
      
        
    }
    
    .yd-top-form{
        display: none;
    }


    /*@tag的链接——————————————————————————————————————————————————————————————————————————————————————————————————*/
    .tag-link{
        width: 3rem;
       
        /* border: solid 0.01rem red; */
        
        position: absolute;
        top: 9.4rem;
        right: 3.2rem;
    }
    .tag-link ul{
        width: 100%;
    }

    .tag-link a{
        font-size: 0.14rem;
        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;
    }


}