#myForm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.primary-btn{
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 24px;
    margin: 0 auto;
    
}
.primary-btn:hover{
    cursor: pointer;
    background:#DA0030
}
.checkbox-list{
    display: flex;
    flex-wrap: wrap;
}
.checkbox-row{
    width: 100%;
    margin-bottom: 24px;
}
.checkbox-item{
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    margin-right: 36px;
}
#myForm .n-checkbox{
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
    margin-right: 4px;
    margin-top: 2px;
}
.n-select{
    appearance: none; /* 去除默认样式 */
    background: url('/Other/www-file/chineseResources/UIA/news/consult/RJ-img/select-arrow.svg') no-repeat right 12px center; /* 自定义箭头 */
    background-size: 24px; /* 调整箭头大小 */
}

