.ns-nav a span{
    color: #fff;
}
.top-adv a{
    height: 100px;
}
.top-adv a img{
    height: 100px;
}
.top{
    position: relative;
    height: 50px;
    background: url(../img/top.png)no-repeat;
    background-size: 100% 100%;
}
.top::after{
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: #fff;
    top: calc((40px - 1px)/2);
    left: calc((100% - 90%)/2);
}
.top span{
    width: 6em;
    z-index: 2;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    display: block;
    position: relative;
    background: #e0311c;
}
.top span::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    left: calc((100% - 6em)/2);
    top: calc((100% - 10px)/2);
}
.top span::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    right: calc((100% - 6em)/2);
    top: calc((100% - 10px)/2);
}
.top2{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e0311c;
    box-sizing: border-box;
}
.top2 span{
    font-size: 15px;
    color: #e0311c;
    text-indent: 1em;
}
.top2 a{
    margin-right: 10px;
}
.sell-ul a p{
    text-indent: 0.3em;
    font-weight: bold;
}
.sell-ul a span{
    color: #606060;
}
.sell-ul a p::before{
    content: '-';
}
.sell-img a{
    margin-top: 10px;
    position: relative;
    height: 160px;
}
.sell-img a img{
    height: 160px;
}
.sell-img span{
    position: absolute;
    display: block;
    height: 30px;
    line-height: 30px;
    text-indent: 0.3em;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    bottom: 0;
    background: #e0311c;
    color: #f0f309;
    text-align: center;
}
.sell-adv a{
    display: block;
    height: 40px;
}
.buy-img a{
    height: 160px;
    position: relative;
}
.buy-img a img{
    height: 100%;
}
.buy-img a span{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #e0311c;
    color: #f0f309;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
}
.art-img a{
    display: block;
    height: 90px;
    position: relative;
}
.art-img a span{
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    text-indent: 0.3em;
    color: #f0f309;
    background: #e0311c;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    bottom: 0;
}
.art-adv a{
    display: block;
    height: 45px;
}
.com-img a{
    border: 1px solid #e0311c;
    box-sizing: border-box;
    width: 24vw;
    height: 24vw;
}
.com-ul{
    counter-reset: section;
}
.com-ul a p{
    font-weight: bold;
    text-indent: 0.3em;
}
.com-ul a p::before{
  counter-increment: section;
  content: counter(section) ".";
  color: #e0311c;
}
.exh-ul a{
    position: relative;
}
.exh-ul a p{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #151515;
    text-indent: 20px;
    font-size: 15px;
}
.exh-ul a p::before{
    content: '-';
}
.exh-ul a span{
    display: block;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #606060;
    text-indent: 20px;
    width: 100%;
}
.exh-ul a i{
    position: absolute;
    font-style: normal;
    color: #606060;
    bottom: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
}
.exh-img a{
    height: 120px;
}
.exh-img a img{
    height: 100%;
}
.exh-adv a{
    height: 60px;
    display: block;
}
.zs-l a{
    position: relative;
}
.zs-l p{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: #e0311c;
    font-size: 15px;
    text-indent: 20px;
}
.zs-l div{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.zs-l div span{
    color: #606060;
    display: block;
    height: 30px;
    line-height: 30px;
}
.zs-l div p{
    color: #e0311c;
    text-indent: 5px;
    font-size: 15px;
}
.zs-l a i{
    font-style: normal;
    display: block;
    color: #606060;
    text-align: right;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
}
.zs-img a{
    margin-top: 10px;
    display: block;
    height: 110px;
    position: relative;
}
.zs-img a span{
    display: block;
    width: 100%;
    background: #e0311c;
    color: #f0f309;
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-indent: 0.3em;
    white-space: nowrap;
    overflow: hidden;
    bottom: 0;
    position: absolute;
}