﻿@media only screen and (max-width: 600px) {
    
	html {
	    font-size: 52px;
	}
	.m-box01 {
	    display: none;
	}
	.m-txt01 .txt .tit {
	    font-size: 14px;
	}
	
}


#wxnr {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0,0,0,.6);
}


#wxnr i {
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .3rem;
    height: .3rem;
    font-size: .2rem;
    line-height: .3rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer;
}

#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    padding: .3rem;
    padding-top: .6rem;
    margin-top: -2.5rem;
    text-align: center;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 2px 6px #777;
    -webkit-box-shadow: 0 2px 6px #777;
    -moz-box-shadow: 0 2px 6px #777;
    border-radius: 10px;
}

#wxnr img {
    width: 2.3rem;
    height: 2.3rem;
    display: block;
    margin: 0 auto;
}

#wxnr span {
    display: inline-block;
    padding: .03rem .1rem;
    line-height: .35rem;
    background-color: #669934;
    color: #fff;
    border-radius: .05rem;
    cursor: pointer;
}

#weixin {
    position: fixed;
    top: 50%;
    margin-top: -.4rem;
    z-index: 9999999;
    font-size: .26rem;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: .8rem;
    text-align: center;
    background: rgba(0,0,0,.8);
    border: 2px solid #333;
    border-radius: .1rem;
    display: none;
}

.yunu-link {
    background-color: #0086d4;
}

.yunu-link li a {

    color: #fefefe;
}

@media only screen and (max-width: 767px) {
    .copy a {
        display: inline;
    }
}
.yunu-link li a .ico-product {
    background-image: url(../images/ico-product.png);
}
.yunu-link li a .weixin {
    background-image: url(../images/weixun.png);
}
.yunu-link li a .zxzx {
    background-image: url(../images/zxzx.png);
}
.yunu-link li a .dhzx {
    background-image: url(../images/dhzx.png);
}
.yunu-link li a .bjd {
    background-image: url(../images/bjd.png);
}

.yunu-link li.on a, .yunu-link li:hover a {
    color: #fefefe;
}

.yunu-link li a {
    font-size: 15px;
}
.yunu-link li a i {
    width: 30px;
    height: 30px;
    background-size: auto 23px;

}



.fixed_wechat_code {
    display: none;
    z-index: 2147483648;
    top: 300px;
    position: fixed;
}
.fixed_wechat_code img {
    height: 196px;
}
@media (min-width: 600px) {
	.fixed_wechat_code {
	    display: block;
	}
}


