/*
add by river
2022-09-19
*/
.vcard_template_border_sel{
    border:1px solid #28a745 !important;
}

/* plupload 上传 */
.plupload{
    
}
.plupload .plupload_img_box{
    margin:10px 0px;
    overflow:hidden;
}
.plupload .plupload_img_box image{
    max-width:200px;
    height:auto;
}
.plupload .plupload_right{
    float:left; 
}
.plupload .plupload_btn{
    border:1px solid #2250fc;
    background-color:#2250fc;
    border-radius:5px;
    color:#fff;
    width:120px;
    height:28px;
    line-height:28px;
    margin:6px 0;
    text-align:center;
    cursor:pointer;
    margin-top:10px;
    font-size:12px;
}
.plupload .plupload_spec{
    color:#999;
    font-size:12px;
    display:block;
    margin-right:20px;
}
.plupload a.plupload_del{
    display:block;
    margin-top:6px;
    font-size:12px;
    color:#f00;
}
.layui-layer-btn .layui-layer-btn0{
    font-size:14px!important;
    border-color:#ccc!important;;
    background-color:#ccc!important;;
}
.btn_gray{
    background-color:#cccccc!important;
    border-color:#cccccc!important;
    color:#ffffff!important;
}
/*
  add by river
  2023-12-21
  upload qrcode btn
*/
.plupload .plupload_btn_qrcode{
    height:44px;
    line-height:44px;
    margin:0 0;
    margin-top:0;
}
.plupload_flex{
    display:flex;
}

/*
  add by river
  2024-04-24
  activity info
*/
.form-customize{
    margin-top:20px;
}
.form-customize .customize-title{
    font-size:14px;
    line-height:1.8;
}
.form-customize .form-input{
    width:100%;
    border:1px solid #ccc;
}