
.exx-slide-notice{
    display: flex;
    align-items: flex-start;
    line-height: 40px;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    background-color: rgba(24, 22, 50, 1);
}
.notice-l:before{
    content: '';
}


.dropmenu:after{
    content: "";
    position: absolute;
    right: 11px;
    top: 12px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: currentColor;
}
.service-list,.morenav-list{
    min-width: 100%;
    display: none;
    position: absolute;
    left: 50%;
    padding: 5px 0;
    transform: translateX(-50%);
    background: #fff;
    transition: all .3s ease;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 1;
}
.service-list li a,.morenav-list li a{
    display: block;
    padding: 5px 0;
    text-align: center;
    white-space: nowrap;
    color: #888;
}
.service-list li a:hover,.morenav-list li a:hover{
    color: #ff9d11;
}
.drop-service,.drop-morenav{
    position: relative;
}
.drop-service:hover .service-list{
    display: block;
}
.drop-morenav:hover .morenav-list{
    display: block;
}
.pair{
    font-size: 14px;
    color: #343840;
}
.latest-increase {
    font-size: 12px;
    /*color: #27D317;*/
    float: right;
}
.latest-price{
    font-size: 14px;
    /*color: #F15E47;*/
}
.assitpri{
    font-size: 12px;
    color: #474B55;
}
.totalsum{
    font-size: 12px;
    color: #9194A2;
}




