body{
    background-color: #f5f6fa;
    font-size: 14px;
    overflow-y: auto;
    margin: 0;
}
*{
    box-sizing: border-box;
}
.m-t-5{
    margin-top: 5px;
}
.m-t-10{
    margin-top: 10px;
}
a{
    text-decoration: none;
    color: #000;
}
.icon_previewer{}
.icon_previewer .previewer{
    position: relative;
    display: none;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.icon_previewer .previewer>img{
    width: 64px;
    height: 64px;
}
.icon_previewer .previewer .btn-close{
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #c8c8c8;
    /* border-radius: 50px; */
    /* width: 10px; */
    /* height: 10px; */
    /* padding: 4px; */
    /* box-sizing: border-box; */
}
.pull-right {
    float: right!important;
}
.btn-group-xs>.btn, .btn-xs {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}
#myToast{
    z-index: 9999;
    top: 20px;
}
::-webkit-scrollbar-track{
    background: none;
}
::-webkit-scrollbar-track-piece { /*滚动条凹槽的颜色，还可以设置边框属性*/background: none;}
::-webkit-scrollbar {/*滚动条的宽度*/
    width: 5px;
    height:5px;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {/*滚动条的设置*/background-color:#dddddd;background-clip:padding-box;min-height:28px;border-radius: 5px;}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
}
:root,[data-bs-theme=light]{
    --bs-primary:#000;
}
.hide {
    display: none!important;
}
.label-info{
    
background: #2196F3;
    
padding: 3px 5px;
    
border-radius: 5px;
    
margin: 2px;
}
.modal-header{
    border-bottom: none;
}
.modal-footer{
    border-top: none;
}
.ico{
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ico.more{
    width: 16px;
    height: 16px;
    background-image: url("/imgs/icons/more.svg");
}

.help_list>.card{

position: fixed;

height: 100%;

width: 100%;

top: 0;

left: 0;
}
.help_list .card-body{
    border: none;
}
.help_list .help_category_list{
    white-space: nowrap;
    overflow-x: auto;
}
.help_list .help_category_list::-webkit-scrollbar {width: 0;height: 0;}
.help_list .help_category_list .help_category_item{
    text-decoration: none;
    color: #999;
    vertical-align: top;
}
.help_list .help_category_list .help_category_item.active{
    color: #000;
}
.help_list .help_category_list .help_category_item.active:after{
    content: "";
    display: block;
    height: 2px;
    margin-top: 2px;
    background: #ff6634;
    border-radius: 5px;
    /* margin: 2px 5px 0 5px; */
}
.help_list .help_list_area{
    padding-top: 10px;
    height: calc(100% - 45px - 32px);
    overflow-y: auto;
}
.help_list .help_list_area .help_item{
    color: #000;
    display: block;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.help_list .help_list_area .help_item .more{
    /* content: ""; */
    display: inline-block;
    float: right;
}
.help_list .btns_area{
    text-align: center;
    background: #fff;
    box-shadow: 0 -1px 3px rgb(47 47 47 / 15%);
    padding: 5px 10px;
}
.help_list .btns_area>a{
    display: inline-block;
    padding: 8px 10px;
    margin: 0 1%;
    width: 48%;
    /* border: 1px solid #999; */
    border-radius: 10px;
}
.help_detail .card-title{
    
margin-bottom: 15px;
}
.help_detail img{
    max-width: 100%;
}
.help_detail p{
    
line-height: 1.5rem;
    
/* text-indent: 2rem; */
}
.btns_area .ico{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.btns_area span{
    vertical-align: middle;
    display: inline-block;
}
.ico-wx{
    background-image: url("/imgs/icons/weixin.svg");
}
.ico-form{
    background-image: url("/imgs/icons/form.svg");
}
.ico-up{
    background-image: url("/imgs/icons/arrow-up.svg");
}
.ico-down{
    background-image: url("/imgs/icons/arrow-up.svg");
    transform: rotate(180deg);
}
.user-login-page{
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
}
.user-login-page>.card{
    width: 350px;
}