﻿.ybsy-select-header{ width:800px; margin:0 auto;}
.ybsy-select-header label{color:#333; font-size:20px;font-weight: 500;}
.ybsy-select-items{display:flex; flex-direction:column; gap:20px;  width:800px; margin:0 auto;}
.ybsy-select{border-radius:6px; border:1px solid #e5e5e5;  display:flex; justify-content:space-between; align-items:flex-start;}
.ybsy-select>span{display:inline-block; width:22px; height:22px; border-top-right-radius:4px;border-bottom-left-radius:6px; line-height:1.5; text-align:center;}
.ybsy-select>div{display:flex;  height:100%;}
.ybsy-select>div:first-child{ flex-direction:column; gap:20px; padding:15px 20px; }
.ybsy-select>div:nth-child(2){ flex-direction:row; align-items:center;  justify-content:flex-end; flex:1;}
.ybsy-select>div:first-child label{font-size:20px; color:#333; font-weight:500;}
.ybsy-select>div:first-child span{color:#666666;}
.ybsy-select>div:nth-child(2) a{padding:5px 30px; font-size:16px; color:#999999; display:inline-block; border:1px solid #e5e5e5; border-radius:20px;}
.ybsy-select>div:nth-child(2) a:hover{box-shadow:0px 0px 6px #999999; color:#333; border:1px solid #333;}
.ybsy-select-active{border:1px solid #0B81F9;}
.ybsy-select-active>span{background:#0B81F9; color:#fff;}
.ybsy-select-disabled a{color:#999999;}
.ybsy-select-item{box-shadow:0px 0px 10px #d7dfff;}
.ybsy-select-add{width:800px; margin:0 auto;}
.ybsy-select>div>div{display:flex; align-items:center; gap:10px;}
.authen-status{display:inline-block;  padding:2px 4px; font-size:12px;}
.authen-status-success{background:#defacf; color:#8dbd68 !important;}
.authen-status-audit{background:#e2e2e2; color:#999999!important;}
.authen-status-fait{background:#fac1b2; color:#f77070!important;}
