body{
    background-color: #fff;
}
.ns-nav a span{
    color: #292929;
    height: 30px;
    line-height: 30px;
}
.top1{
    position: relative;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.top1::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-top: 2px dashed #936c20;
    box-sizing: border-box;
    top: calc((100% - 2px)/2);
    left: 0;
}
.top1 span{
    position: relative;
    z-index: 2;
    background: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    width: 6em;
    font-weight: bold;
    color: #936c20;
}
.top1 span::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #936c20;
    left: 0;
    top: calc((100% - 5px)/2);
    transform: rotate(45deg);
}
.top1 span::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #936c20;
    right: 0;
    top: calc((100% - 5px)/2);
    transform: rotate(45deg);
}
.sell-list a{
    height: 150px;
}
.sell-list a img{
    height: 120px;
}
.sell-list a span{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
}
.top2{
    height: 30px;
    background: #936c20;
}
.top2 span{
    position: relative;
    color: #fff;
    text-indent: 25px;
    font-weight: bold;
}
.top2 span::after{
    content: '';
    left: 0;
    top: calc((100% - 15px)/2);
    left: 5px;
    background: url(../img/ic9.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 15px;
    height: 15px;
}
.top2 a{
    color: #fff;
    margin-right: 10px;
}
.nous-img a{
    height: 120px;
}
.nous-img a img{
    height: 90px;
}
.nous-img a span{
    display: block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.nous-ul a{
    position: relative;
}
.nous-ul a::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: calc((100% - 2px)/2);
    background: #929292;
    border-radius: 5px;
}
.nous-ul p{
    font-size: 15px;
    color: #000;
}
.nous-ul span{
    font-size: 15px;
    color: #888888;
}
.clinic span::after{
    background: url(../img/ic10.png)no-repeat;
    background-size: 100% 100%;
}
.clinic-img a{
    height: 120px;
}
.clinic-img img{
    height: 90px;
}
.clinic-img span{
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}