

.font{
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.color-999{
    color: #999;
}

.color-666{
    color: #666;
}

.f18{
    font-size: 18px;
}

.f16{
    font-size: 16px;
}

.f12{
    font-size: 12px;
}

.font-w700{
    font-weight: 700;
}

.flex-center{
    display: flex;
    align-items:center;
    justify-content:center;
}

.flex-top{
    display: flex;
    align-items:flex-start;
}


.flex-left{
    display: flex;
    align-items:center;
    justify-content:flex-start;
}

.clear {
    clear: both;
}

.flex-v{
    display: flex;
    align-items: center;
}

.flex-h{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}

.mb12{
    margin-bottom: 12px;
}

.mt14{
    margin-top: 14px;
}

.cp>p{
    margin: 0;
}

.color{
   color: var(--primary-color); 
}


.overflow {
    overflow: hidden;
  }