<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 0px) and (max-width: 640px) {
    /*header start*/
    .mpdis , .mpfoot{
		display: block;
	}
    .header {
        padding: 0.3rem 0px;
        width: 100%;
        position: fixed;
        top: 0px;
        background: #fff;
        z-index: 10;
        /*border-bottom: 1px solid #ededed;*/
    }
    .mpheaul{
	    margin-bottom: 0.2rem;
    }
    .logoa{
	    width:1.5rem;
    }
    .navbut{
	    margin-top: 0.12rem;
        margin-right: 0.12rem;
    }
    .navbut&gt;span , .sjnavbut&gt;span{
	    width: 0.25rem;
	    height: 2px;
	    background-color:#636363;
	    margin: 3px 0px;
    }
    .mpseadiv{
	    width: 100%;
        height: 34px;
        line-height: 34px;
    }
    .mpseadiv&gt;input{
	    width: 5.2rem;
        height: 34px;
        line-height: 32px;
	    border: 1px solid #ccc;
	    border-right: 0px;
	    padding: 0 0.1rem;
	    font-size: 0.12rem;
	    outline: none;
    }
    .mpseadiv&gt;input::-webkit-input-placeholder{
	    color: #b0b0b0;
    }
    .mpseadiv&gt;input:-moz-placeholder{
	    color: #b0b0b0;
    }
    .mpseadiv&gt;input::-moz-placeholder{
	    color: #b0b0b0;
    }
    .mpseadiv&gt;input:-ms-input-placeholder{
	    color: #b0b0b0;
    }
    .mpseadiv&gt;a{
	    font-size: 12px;
	    background-color:#0b9efb;
	    width: 0.8rem;
        text-align: center;
    }
    /*header end*/


    /*footer start*/
    .mpfootul {
        padding: 0.2rem 0;
        border-top: 1px solid #e6e6e6;
        position: fixed;
        bottom: 0px;
        width: 100%;
        background-color: white;
    }
	.mpfootul&gt;li{
		width: 20%;
	}
	.mpfootul&gt;li&gt;a&gt;span{
		width: 0.36rem;
		height: 0.36rem;
	}
	.mpfootul&gt;li&gt;a&gt;p{
		color: #454545;
		font-size: 12px;
	}
	.mpfootul&gt;li:nth-child(1)&gt;a&gt;span{
		background: url('../images/mpfootul.png') no-repeat center;
		background-size: 0.36rem;
	}
	.mpfootul&gt;li:nth-child(2)&gt;a&gt;span{
		background: url('../images/mpfootul1.png') no-repeat center;
		background-size: 0.36rem;
	}
	.mpfootul&gt;li:nth-child(3)&gt;a&gt;span{
		background: url('../images/mpfootul2.png') no-repeat center;
		background-size: 0.36rem;
	}
	.mpfootul&gt;li:nth-child(4)&gt;a&gt;span{
		background: url('../images/mpfootul3.png') no-repeat center;
		background-size: 0.36rem;
	}
	.mpfootul&gt;li:nth-child(5)&gt;a&gt;span{
		background: url('../images/mpfootul4.png') no-repeat center;
		background-size: 0.36rem;
	}
	.mpfootul&gt;li:hover:nth-child(1)&gt;a&gt;span{
		background: url('../images/mpfootula.png') no-repeat center;
		background-size: 0.36rem;
	}
	.mpfootul&gt;li:hover:nth-child(2)&gt;a&gt;span{
		background: url('../images/mpfootula1.png') no-repeat center;
		background-size: 0.36rem;
	}
	.mpfootul&gt;li:hover:nth-child(3)&gt;a&gt;span{
		background: url('../images/mpfootula2.png') no-repeat center;
		background-size: 0.36rem;
	}
	.mpfootul&gt;li:hover:nth-child(4)&gt;a&gt;span{
		background: url('../images/mpfootula3.png') no-repeat center;
		background-size: 0.36rem;
	}
	.mpfootul&gt;li:hover:nth-child(5)&gt;a&gt;span{
		background: url('../images/mpfootula4.png') no-repeat center;
		background-size: 0.36rem;
	}
    /*footer end*/



    /*右侧导航栏start*/
    .mpnavbg , .mpnavobg{
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    left: 0px;
	    top: 0px;
	    background-color: rgba(0, 0, 0, .3);
	    display: none;
	    z-index: 11;
    }
    .sjnav{
	    position: fixed;
	    width: 80%;
	    height: 100%;
	    top: 0px;
	    right: -100%;
	    padding: 0px 5%;
	    z-index: 12;
	    background-color: #fff;
    }
    .logbox{
	    padding: 6% 0px;
    }
    .logdiv&gt;a{
	    color: #2f2f2f;
	    margin-right: 10px;
    }
    .colse{
	    font-size: 24px;
	    margin: 13px 0px;
	    color: #aaaaaa;
    }
    .logul&gt;li&gt;a{
	    color: #2c2c2c;
	    border-top: 1px solid #f2f2f2;
	    padding: 4% 0px;
    }
    .logul &gt; li:last-child&gt; a {
        border-bottom: 1px solid #f2f2f2;
    }
    .logul&gt;li&gt;a&gt;i{
	    display: inline-block;
	    width: 5px;
	    height: 9px;
	    background: url('../images/arrow1.png') no-repeat center;
	    background-size: 0.05rem;
    }
    .logsja{
	    bottom: 1%;
	    width: 1.2rem;
    }
    .sjdha{
	    right: 5%;
	    bottom: 5%;
	    font-size: 16px;
	    color: #404040;
    }
    /*右侧导航栏end*/

    /*分页 start*/
    .new-page ul {
        float: none;
        margin: 10px 0;
    }
    .new-page ul li{
		margin: 0px 5px;
	}
	.new-page ul li a{
		font-size: 12px;
	}
    /*分页 start*/
    .crumbs {
        display: none;
    }
    /*在电脑上不显示 在手机上显示*/
    .right-float, .pcdis , .foot-top , .foot-down{
		display: none;
	}
    .ayfoot-top, .ayfoot-down, .listdiv, .vptab , .vpadtab , .vpintab , .vportab , .vpottab , .hotbox{
		display: none;
	}
    .cplbsul&gt;.fr, .listsjdiv, .shoptabul , .vpmptab , .vptabul , .vportabul , .vpottabul{
		display: block;
	}
    .mpnavobg, .sjnav, .listsjdiv , .shoptabul , .vpmptab , .vpadtabul , .vpintabul , .vptabul , .vportabul , .vpottabul , .sjnavbut , .mpfoot {
        display: block;
    }
}


@media only screen and (min-width: 0px) and (max-width: 640px) {
    .content{
		max-width: 640px;
		width: 100%;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
    body{
		font-size: 12px;
	}
}</pre></body></html>