﻿.headDiv h1.headDiv-logo{margin:0;}

.proTop .wrap2 .list ul{margin:0;}

.footNav li h3,.footNav li dl{margin:0;}

.indexP3 h2,.indexP4 h2 {margin-top: 0;margin-bottom: 0;}

.screenOpen{display:none;}


@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.newShow .content em, .newShow .content s{font-style:revert;text-decoration: revert;}

.productBox .single .name {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: var(--fs16);line-height: 0.3rem;height: 0.3rem;}
.productBox .single .list2{max-height:1.5rem;}

.nodata{font-size:var(--fs16);text-align:center;margin-top:0.6rem;}


.footDiv .copyright img{width:0.2rem;}

@media (max-width: 1004px) {

    .headDiv .headDiv-logo img {
        max-width: initial;
    }

    .productBox .single .list2 {
        max-height: unset;
    }

    .productBox .single .name {
        font-size: var(--fs14);
        line-height: 0.56rem;
        height: 0.56rem;
    }

    .nodata {
        margin-top: 0.2rem;
    }
}