
.ybsy-authen-item{display: flex; flex-direction: row; gap: 20px;padding: 5px 10px; align-items: center; width: 800px; margin:0px auto;}
.ybsy-authen-header{padding: 0px 130px; width: 800px; align-items: center; margin: 0px auto;}
.ybsy-authen-header label{font-size: 20px; color: #333;}
.ybsy-authen-tip {padding-left: 130px; color: #999999; }
.ybsy-authen-tip label{font-weight: 400;}
.ybsy-authen-item .form-control{flex: 1;}
.ybsy-authen-item>div{display: flex; align-items: center; gap: 20px;}
.ybsy-authen-item span{color: #333; font-size: 14px; display: inline-block; width: 100px; text-align: right;}
.ybsy-authen-item span i{color: red;}
.ybsy-authen-tip-strong{color: red;}

.authen-tip{width:800px; height:400px; position:absolute; z-index:99999; background:#fff; box-shadow:0px 0px 100px #f9f9f9; left:0px; top:0px; right:0px; bottom:0px; margin:auto; padding:0px 50px;}
.authen-tip>div{display:flex; flex-direction:row;}
.authen-tip>div:first-child{padding:20px;}
.authen-tip>div:first-child h4{flex:1; text-align:center; }
.authen-tip>div:first-child span{display:inline-block;}
.authen-tip>div:last-child{align-items:center; justify-content:center; font-size:16px;}
.authen-tip>div:last-child span{color:#3040f3; font-weight:500; font-size:16px;}
