 @font-face {
    font-family: Ys;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn1.teyes.cn/font/YS%20Text-Regular.woff2) format("woff2")  
         
}
*{
	padding:0;
	font-size:14px;
	margin:0;
	font-family: Ys,"Helvetica Neue", Helvetica, Arial, sans-serif;
}

body{
	background-color:#f4f7f8;
}
:root {
    --vs-primary: 31,116,255;
    --vs-danger: 255,71,87;
    --vs-success: 70,201,58;
    --vs-dark: 30,30,30;
    --vs-warning: 255,186,0;
    --vs-light: 245,245,245;
}
.page-title{
	display:flex;
	align-items:center;
	padding:15px 30px;
    justify-content: space-between;
}
.liner{
	/*position:absolute;*/
	cursor:pointer;
	display:none;
}
.liner.active{
	/*display:block;*/
}
.liner>div{
	height:4px;
	width:25px;
	border-radius:6px;
	background-color:rgba(var(--vs-primary), 1.0);
	background-color:#fff;
}
.liner>div:nth-child(2){
	margin:4px 0;
}
.login{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
}
.login-b{
	max-width:80%;
	margin:auto;
	width:300px;
	text-align:center;
}
#app{
	display:flex;
	height:100vh;
}
.page{
	display:flex;
	width:100%;
}
.left{
	position:relative;
	background-color:rgba(var(--vs-primary), 1.0);
    box-shadow: 3px 0 10px 0 rgba(0,0,0,.15);
    border-radius:0 30px 30px 0;
    margin-right:10px;
}
.left .logo{
    padding:40px 40px;
    display:flex;
}
.menu{
	color:#fff;
	margin:20px 0px 40px 0px;
}
.menu .m1{
	cursor:pointer;
	line-height:54px;
	padding-left:20px;
}
.menu .m1.active{
	/*border-radius:4px 0 0 4px;*/
	background-color:#f4f7f8;
	color:rgba(var(--vs-primary), 1.0);
}
.right{
	flex:1;
	/*padding:0 30px;*/
	overflow:auto;
	min-width:300px;
}

.vs-notification-parent {
    position:absolute;
    z-index:100;
    top:10px;
    left:0;
    right:0;
    display:flex;
    align-items:center;
    justify-content: center;
}
.notification{
	opacity:0;
	background-color:#fff;
	padding:10px 20px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
	border-radius:15px;
	transition:all .5s;
}
.notification.active{
	opacity:1;
}
.notification-content {
    
}
.page-title{
	margin:20px 0 0 0 ;
	font-size:20px;
	font-weight:bold;
	margin-top:36px;
}
input,textarea{
	color: inherit;
    position: relative;
    padding: 0.4rem;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.15);
    box-shadow: 0 0 0 0 rgba(0,0,0,.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    line-height:34px;
    border: 1px solid rgba(0, 0, 0,.2);
    text-indent:10px;
    outline:none;
}
input:focus, textarea:focus {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
    border: 1px solid rgba(var(--vs-primary),1)!important;
}
input:focus + .selects{
	/*display:block;*/
}
input:disabled{
	background-color:#fff;
}
.imgs{
	display:flex;
}
.file{
	background: #fff;
    padding: 0.4rem;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.2);
}
.file .sm{
	/*line-height:44px;*/
	padding: 20px 10px;
	text-align:center;
}
.imgs .img{
	position:relative;
	margin:0px 10px 0px 0;
}
.img .del{
	position: absolute;
    top: 0;
    right: 0;
    background: #0009;
    color: #fff;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 8px;
}
.imgs .img img{
	width:50px;
	border-radius:8px;
}
.uright .imgs{
	justify-content: flex-end;
}
.uright .imgs .img img{
	margin:0px 0px 0px 10px;
}
.nodata{
	text-align:center;
	line-height:100px;
	font-weight:bold;
}
.page-from{
	max-width:1024px;
	margin:auto;
}
.content-inputs{
	margin:30px 0;
	position:relative;
}
.selects{
	position:absolute;
	left:0;
	right:0;
	background-color:#fff;
	z-index:1;
	border-radius:0 0 4px 4px;
    border: 1px solid rgba(0,0,0,.2);
    display:none;
    border: 1px solid rgba(var(--vs-primary),1);
    border-top:0px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
}
.selects:hover{
	/*display:block;*/
}
/*.selects:active{
	display:none;
}*/
.selects.active{
	display:block;
}
.selects .select-item{
	cursor:pointer;
	/*background-color: rgba(0,0,0,.02);*/
	padding:10px 15px;
	/*line-height:34px;*/


}
.selects .select-item:hover{
	background-color: rgba(31,116,255,.2);
}
.button{
	border-radius:8px;
	cursor:pointer;
    padding:18px 12px;
    /*width: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(var(--vs-primary),1);
    color:#fff;
}
.lists{
	/*background-color:#fff;*/
	margin:20px 0;
	/*padding:20px;*/
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.15);
    box-shadow: 0 0 0 0 rgba(0,0,0,.15);
	border-radius:4px;
	overflow:hidden;
}
.list{
	cursor:pointer;
	display:flex;
	border-bottom:1px solid rgba(0,0,0,.05);
	padding:20px ;
	background-color:#fff;
}
.list>div{
	flex:1;
	margin: 0 10px;
	/*line-height:44px;*/
}
.list-title{
	display:flex;
	border-bottom:1px solid rgba(0,0,0,.05);
	font-weight:bold;
	background-color:#fff;
	padding:10px 20px;
}
.list-t{
	display:none;
}
.list-title>div{
	padding:10px 0;
	flex:1;
	margin: 0 10px;
}
.info{
	background-color:#fff;
	margin:20px 0;
	padding:20px;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.15);
    box-shadow: 0 0 0 0 rgba(0,0,0,.15);
	border-radius:4px;
}
.info-c{
	margin-bottom:10px;
	border-bottom: 1px dashed rgba(0,0,0,.15);
	padding-bottom:5px;
}
.info-c:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.info-c .t1{
	font-size:12px;
	font-weight:bold;
	color:rgba(var(--vs-primary), 1.0);
}
.ans{
	background-color:#fff;
	margin:10px 0 20px 0;
	padding:20px;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.15);
    box-shadow: 0 0 0 0 rgba(0,0,0,.15);
	border-radius:4px;
	display: flex;
    flex-wrap: wrap;
}
.ans .an{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed rgba(0, 0, 0, .2);
	width:100%;
}
.an .t1{
	text-align:center;
	color:rgba(0, 0, 0, .4);
	font-size:12px;
}
.an .tn{
	font-size:12px;
	font-weight:bold;
	color:rgba(var(--vs-primary), 1.0);
}
.an.uright{
	text-align:right;
}
.atitle{
	font-weight:bold;
}
.page-v{
	padding:0 20px;
}
@media screen and (max-width: 992px) {
	.left{
		/*position:fixed;*/
		/*z-index:11;*/
		/*height:100vh;*/
		margin-left:-190px;
		transition:all .5s;
	}
	.left.active{
		margin-left:0;
	}
	.liner{
		display:block;
		/*margin-right:10px;*/
	}
	.list-title{
		display:none;
	}
	.list{
		display:block;
		padding:20px 20px 10px 20px;
		margin-bottom:10px;
		border-radius:4px;
	}
	.list-t{
		font-weight:bold;
		font-size:12px;
		display:block;
		color:rgba(var(--vs-primary), 1.0);
	}
	.list>div{
		margin-bottom:10px;
		border-bottom: 1px dashed rgba(0,0,0,.15);
		padding-bottom: 5px;
	}
	.list>div:last-child{
		border-bottom:none;

	}
	.right{
		/*padding:0;*/
	}
	.page-title{
		z-index:110;
		/*justify-content:center;*/
	    border-radius: 0 0 10px 10px;
		text-align:center;
		/*padding:15px;*/
		color:#fff;
		margin-top:0;
		background-color:rgba(var(--vs-primary), 1.0);
	}
}

.back{
	cursor:pointer;
}

.loading{
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.loading .bk{
	/*background-color:rgba(var(--vs-primary), 1.0);*/
	/*border-radius:8px;*/
	/*padding:20px;*/
	width: 80px;
    height: 80px;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;

}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color:rgba(var(--vs-primary), 1);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
