.ns-nav a img{
    width: 60px;
    height: 60px;
    padding: 0;
}
.ns-nav a span{
    display: block;
    height: 30px;
    line-height: 30px;
}

.top div{
    display: flex;
    color: #72c93d;
}
.top div p{margin-right: 10px;
    font-size: 16px;
    color: #72c93d;
}
.top div span{
    margin: 0 10px;
    color: #72c93d;
}
.top a{
    color: #72c93d;
}
.top{
    border-bottom: 2px solid #72c93d;
    box-sizing: border-box;
}
.top2{
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #bdc993;
    box-sizing: border-box;
}
.top2 p{
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #72c93d;
    font-weight: bold;
}
.top2 span{
    display: block;
    height: 10px;
    line-height: 10px;
    font-size: 13px;
    color: #bdc993;
    text-align: center;
}
.art-ul1{
    counter-reset: section;
    border-bottom: 1px dashed #bdc993;
    box-sizing: border-box;
}
.art-ul1 a{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 1.5em;
    position: relative;
}
.art-ul1 a::after{
    counter-increment: section;
    content: counter(section)'.';
    position: absolute;
    width: 1em;
    text-indent: 0;
    left: 0;
    font-style: italic;
}
.art-img a{
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.art-img a img{
    width: 29%;
    height: 70px;
}
.art-img a div{
    width: 69%;
}
.art-img a p{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #72c93d;
    font-size: 15px;
}
.art-img a span{
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #676767;
}
.art-adv a{
    display: block;
    height: 60px;
}
.sell-img a img{
    height: 70px;
}
.sell-img a span{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}
.top3 span{
    color: #72c93d;
    font-size: 15px;
}
.top3 a{
    color: #72c93d;
    font-size: 15px;
}
.sell-ul a{
    position: relative;
}
.sell-ul a::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    border-radius: 8px;
    background: #aadf8b;
    top: calc((100% - 8px)/2);
}
.sell-adv1 a{
    margin-bottom: 0;
}
.sell-adv2 a{
    display: block;
    height: 60px;
}
.buy-ul a{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.com-img a{
    border: 1px solid #bdc993;
    box-sizing: border-box;
    width: calc(100%/100*49);
    height: calc(100%/100*49);
}
.com-img a img{
    height: 100%;
}
.com-ul1 a{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.com-ul2 a{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 16px;
    position: relative;
}
.com-ul2 a::after{
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    top: calc((100% - 8px)/2);
    background: #72c93d;
}
.exh-img a{
    height: 100px;
    border: 1px solid #bdc993;
    box-sizing: border-box;
}
.exh-img a img{
    height: 100%;
}
.top4{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #72c93d;
    font-size: 16px;
    position: relative;
    text-indent: 20px;
}
.top4::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 20px;
    left: 0;
    top: calc((100% - 20px)/2);
    background: url(../img/ic9.png)no-repeat;
    background-size: 100% 100%;
}
.exh-ul a{
    display: block;
    height: 30px;
}
.exh-adv a{
    display: block;
    height: 60px;
}