﻿.amap-logo, .amap-copyright {
    display: none !important;
}

.footDiv .msg a{display:unset;}

.productP1 .msg h3{padding: 0.6rem 0 0.35rem; color: #333; font-size: 0.36rem; line-height: 0.36rem; font-family: medium; text-align: center;font-weight:normal;}

.news .selectGroup .select dd{max-height: 2.25rem;height:auto!important;}

.nodata{font-size:0.16rem;}

.single{padding: 0.75rem 0;border-top: #f1f1f1 solid 1px;}
.single .content p{text-align:initial;}

.search-wrapper {
    padding: 0.75rem 0;
    border-top: #f1f1f1 solid 1px;
}

.search-wrapper .result {
    margin-bottom: 0.2rem;
}

.search-wrapper .result span {
    display: inline-block;
    font-size: 0.18rem;
    margin-right: 0.3rem;
    line-height: 0.48rem;
}

.search-wrapper .result b {
    display: inline-block;
    margin: 0 4px;
    color: #e60012;
    text-decoration: underline;
}

.search-wrapper .list li {
    position: relative;
    list-style: none;
    border-bottom: 1px dashed #eee;
}

.search-wrapper .list li:first-child {
    border-top: 1px dashed #eee;
}

.search-wrapper .list li:hover .title {
    color: #e60012;
}

.search-wrapper .list li a {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    padding: 0.1rem 0;
    align-items: center;
}

.search-wrapper .list .title {
    flex: 1;
    font-size: 0.18rem;
    color: #666;
    line-height: 0.48rem;
    margin-right: 1rem;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.search-wrapper .list p {
    font-size: 0.18rem;
    color: #999;
    font-family: mont;
}


.market .tab li a.lbox {display:block;}

.newShow .content h3 {padding: 0.3rem 0;font-size: 0.3rem;line-height: 0.42rem;font-family: medium;font-weight:normal;}


.recommend .article .layer2 {
    left: 0.2rem;
    padding-left:0;
}

@media screen and ( max-width:1024px ) {
    .newShow .content h3 {
        font-size: 0.32rem;
        line-height: 0.48rem;
    }


    .productP1 .msg h3 {
        padding: 0.7rem 0 0.45rem;
        font-size: 0.4rem;
        line-height: 0.4rem;
    }


    .nodata {
        font-size: 0.26rem;
    }

    .search-wrapper {
        padding: 1rem 0.3rem;
    }

    .search-wrapper .result span {
        font-size: 0.26rem;
    }

    .search-wrapper .list .title {
        font-size: 0.26rem;
    }

    .search-wrapper .list p {
        font-size: 0.26rem;
    }

    .single {
        padding: 0.75rem 0.3rem;
    }
}