@charset "UTF-8";


/*cus-mdui.css*/

.weixin .toggle-qr{
    width: 140px;
    height: 140px;
    max-height: 0;
    max-width: 0;
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 1999;
    opacity: 0;
    transition: all .3s ease;
}
.weixin:hover .toggle-qr{
    opacity: 1;
    max-height: 140px;
    max-width: 140px;
    left: -157px;
    top: -6px;
}



/*hover-show*/
.cus-hover-max img{
    transition: all .6s ease;
}
.cus-hover-max:hover img.c-max{
    transform: scale(1.1,1.1);
}
.cus-hover-max:hover img.c-icon{
    transform: rotateY(180deg);
}
.cus-hover-max:hover .label{
    font-weight: 700;
}
