.top-banner-span{
    display: flex;
    position: absolute!important;
}
.top-banner a{
    display: block;
    width: 100%;
    height: 100%;
}
.top-banner-span span{
    background: #f97e10!important;
}
.top-banner-span span.swiper-pagination-bullet-active{
    background: #f97e10!important;
}
.ns-nav a img{
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0 auto;
}
.ns-nav a span{
    display: block;
    height: 30px;
    line-height: 30px;
}
.zcfg{
    background: url(../img/top-bg.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    box-sizing: border-box;
}
.zcfg-nr{
    display: flex;
    width: 95%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
    justify-content: space-between;
}
.zcfg-l{
    width: 60px;
    height: 60px;
}
.zcfg-l p{
    font-size: 20px;
    color: #f06200;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.zcfg-l i{
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.zcfg-r{
    width: calc(100% - 70px);
}
.zcfg-r a{
    height: 30px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.top{
    display: flex;
    justify-content: space-between;
}
.top img{
    width: 65px;
    height: 65px;
}
.top-div{
    height: 65px;
    position: relative;
    width: calc(100% - 70px);
    display: flex;
    justify-content: space-between;
}
.top-div div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-div::after{
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    top:42px;
    background: #f06200;
    position: absolute;
}
.top-div span{
    display: block;
    height: 40px;
    line-height: 20px;
    color: #8d8d8d;
}
.top-div p{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #8d8d8d;
}
.top-div a{
    color: #f06200;
    height: 40px;
    line-height: 60px;
}
.art-img a{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.art-img a img{
    width: 30%;
    padding: 5px;
    border: 1px solid #f06200;
    box-sizing: border-box;
    height: 80px;
}
.art-img a div{
    width: calc(100% - 30% - 10px);
}
.art-img a div p{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #343434;
}
.art-img a div span{
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #585858;
}
.art-sc-top span{
    color: #f06200;
    font-size: 16px;
}
.art-sc-top a{
    color: #f06200;
}
.art-sc-ul{
    margin-top: 0;
}
.art-sc-ul a p{
    text-indent: 20px;
}
.art-sc-ul a{
    position: relative;
}
.art-sc-ul a::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: calc((100% - 15px)/2);
    background: url(../img/yd.png)no-repeat;
    background-size: 100% 100%;
}
.art-adv a{
    height: 60px;
    display: block;
}
.sell-bor{
    border: 2px solid #f06200;
    box-sizing: border-box;
}
.sell-top{
    padding: 0 10px;
    background: #f5f5f5;
}
.sell-img{
    padding: 10px;
    box-sizing: border-box;
}
.sell-img a div{
    padding: 5px;
    border: 1px solid #f06200;
    box-sizing: border-box;
}
.sell-img a div img{
    border: 1px solid #f06200;
    box-sizing: border-box;
    height: 80px;
}
.sell-img a span{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.buy-banner{
    display: block;
    height: 200px;
}
.buy-banner a{
    display: block;
    height: 200px;
    width: 100%;
    position: relative;
}
.buy-banner a span{
    display: block;
    width: calc(100% - 50px);
    padding-right: 50px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-indent: 0.3em;
}
.buy-banner a img{
    height: 100%;
}
.buy-banner-span{
    justify-content: flex-end;
    display: flex;
}
.buy-banner-span span{
    width: 10px;
    height: 10px;
    position: relative;
    opacity: 1!important;
}
.buy-banner-span span.swiper-pagination-bullet-active{
    background: #f06200!important;
}
.buy-ul{
    margin-top: 0;
}
.top2{
    color: #f06200;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
.buy-ul-div a{
    position: relative;
}
.buy-ul-div a p{
    text-indent: 10px;
    color: #585858;
}
.buy-ul-div a span{
    color: #585858;
}
.buy-ul-div a::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #f06200;
    left: 0;
    top: calc((100% - 5px)/2);
}
.buy-bor{
    border-top: 1px dashed #f06200;
}
.com-img a{
    padding: 5px;
    box-sizing: border-box;
    width: 30vw;
    height: 30vw;
    border: 1px solid #f06200;
}
.com-img a img{
    height: 100%;
    border: 1px solid #f06200;
    box-sizing: border-box;
}
.com-ul a{
    display: block;
    margin-top: 10px;
}
.com-ul a p{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #000000;
    text-indent: 20px;
    position: relative;
}
.com-ul a p::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: calc((100% - 15px)/2);
    background: url(../img/yd.png)no-repeat;
    background-size: 100% 100%;
}
.com-ul a span{
    display: block;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #585858;
}
.exh-banner{
    border: 1px solid #f06200;
    box-sizing: border-box;
    height: 150px;
}
.exh-banner a{
    display: block;
    height: 150px;
}
.exh-banner a img{
    height: 100%;
}
.exh-banner-span{
    bottom: 0!important;
}
.exh-banner-span span{
    background: #f06200!important;
    width: 10px;
    height: 10px;
}
.exh-ul1 a{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 10px;
    position: relative;
}
.exh-top{
    height: 30px;
    line-height: 30px;
}
.exh-ul1 a::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #f06200;
    left: 0;
    top: calc((100% - 5px)/2);
}
.exh-ul{
    width: calc(94% - 20px);
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px;
}
.exh-ul::after{
    content: '';
    width: 1px;
    height: 100%;
    background: #f06200;
    top: 0;
    position: absolute;
    left: calc((20px - 5px)/2);
    z-index: -1;
}
.exh-ul::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #f06200;
    border-radius: 15px;
    box-sizing: border-box;
}
.exh-ul a{
    position: relative;
    display: block;
    margin-top: 10px;
}
.exh-ul a::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #f06200;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
    left: -20px;
    top: 0;
}
.exh-ul a p{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #343434;
}
.exh-ul a span{
    display: block;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
}
.exh-adv a{
    margin-top: 10px;
}
.exh-adv a:nth-child(1){
    margin-top: 0;
}