.window-container{width:100%;}
.window-input{
    color: #555;
    font-size: 14px;
    width: 96%;
    height: 40px;
    line-height: 40px;
    margin: 6px auto;
    border: none;
    text-indent: 10px;
	font-size:17px;
}
.window-textarea{
	color: #555;
    font-size: 17px;
    width: 96%;
    height: 100px;
    line-height: 24px;
    margin: 6px auto;
	padding:10px;
    border: none;
}
.adminRowsForm{
	min-height:52px;
}
.hr-window-mask{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7)
}
.hr-info-mask{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8)
}
.fixed {
    position:fixed;
}
.bgc-white {
    background:#fff;
}
.hr-window-box {
	border-radius: 3px;
	box-shadow: 0px 0px 6px 0px #b0b0b09e;
}
.hr-window-head {
    width:100%;
    height:40px; 
    line-height: 40px;
    border-bottom:1px solid #e0e0e0;   
	border-radius: 5px;
}
.must{background: url(http://cdn.bilyf.com/image/allicon/must120.png);background-repeat: no-repeat;background-size: 10px;background-position:-1px 20px; }
.hr-window-head-text {
    width:calc(100% - 80px);
    margin:0 0 0 20px;
    height:40px;
    line-height:40px;
    cursor:move;
}
.hr-window-head-close {
    width:20px;
    height:20px;
    float:right;
    margin:10px 10px;
    background:url(http://cdn.bilyf.com/image/Home/icon_close.png);
    background-size:20px;
    background-position:0px top;
    background-repeat:no-repeat;
    cursor:pointer;
}
.hide {
    display:none;
}
.hr-window-head-close:hover{
    background-position:0px bottom;
}
.hr-window-container {
    width:100%;
}
.hr-info-container {
    width:90%;
	margin:5px 5%;
	min-height:100px;
	max-height:300px;
	overflow:hidden;
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.hr-info-input-container{
	width:90%;
	margin:5px 5%;
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.hr-info-input-container-overflow-hidden{
	width:90%;
	margin:5px 5%;
	overflow:hidden;
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.hr-info-input-quickselection{
	width:90%;
	margin:5px 5%;
	overflow:hidden;
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size:12px;
}
.hr-info-input-quickselection-item{
	padding:5px;
	border:1px solid #e0e0e0;
	cursor: pointer;
	margin-left:8px;
	color:#b0b0b0;
}
.hr-info-input-quickselection-item:hover{
	background:#a0a0a0;
	color:#fff;
}
.hr-input-dailog-input{
	width:90%;
	margin:5px 5%;
	border:1px solid #DCDFE6;
	font-size:14px;
	line-height:24px;
	padding:3px 12px;
}
.hr-input-dailog-input:focus{
	border-color:#59caf7c2;
	outline: 0;
}
.hr-info-input-tips {
    width:90%;
	margin:5px 5%;
	line-height:24px;
	padding:0 0 5px 0;
	font-size:13px;
	overflow:hidden;
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.hr-window-iframe {
    width:100%;
    border:none;
    overflow:auto;
	border-radius: 0 0 3px 3px;
}
.hr-window-error {
    color:red;
    width:70%;
    margin:20px 15%;
    line-height:30px;
}
.hr-window-loadingbg {
    width:100%;
    position:absolute;
    left:0px;
    background:#fff;
    top:41px;
}
.hr-window-loading {
    position:absolute;
    margin-left:calc(50% - 15px);
    width: 38px;
    height: 38px;
    vertical-align: baseline;
    display: inline-block;
    animation: loadingfun 1s steps(12) infinite;
    -webkit-animation: loadingfun 1s steps(12) infinite;
}
.hr-window-foot{
	width:100%;height:40px;    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e0e0e0;
}
.hr-window-foot-btn{
	display: inline-block;
	width:auto;
	padding:0px 12px;
	background:#05bd4c;
	color:#fff;
	line-height:30px;
	cursor:pointer;
	font-size: 14px;
	margin-top:5px;
}
.hr-info-bottom{
	width:100%;
	height:40px;
	margin:20px 0 20px 0;
	text-align:center;
}
.hr-btn{width:auto;padding:5px 20px;background:#05bd4c;color:#fff;line-height:24px;cursor:pointer;font-size: 15px;}
.hr-window-btn{
	display: inline-block;
	width:auto;
	padding:5px 20px;
	background:#008fc5;
	color:#fff;
	line-height:24px;
	cursor:pointer;
	font-size: 16px;
	margin-right:30px;
	margin-top: 30px;
	border-radius: 3px;
}
.hr-window-btn:hover{
	background:#01b8fd;
}

.can-click{
	color:#2998ea;
	cursor: pointer;
}

.hr-info-box{
	width:300px;
	min-height:180px;
	max-height:400px;
	z-index:9999999;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px #b0b0b0;
}

.btn-gray{
	background:gray;
}
.btn-red{
	background:red;
}
.btn-edit{
	background:#2998ea;
}
@keyframes loadingfun
{
 0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(1turn);}
}
.float-left {
    float:left;
}
.float-right {
    float:right;
}
.center {
    text-align:center;
}
.font12 {
    font-size:12px;
}
.font13 {
    font-size:13px;
}
.font14 {
    font-size:14px;
}
.font15 {
    font-size:15px;
}
.font16 {
    font-size:16px;
}
.font17 {
    font-size:17px;
}
.font18 {
    font-size:18px;
}
.font19 {
    font-size:19px;
}
.font20 {
    font-size:20px;
}
.font22 {
    font-size:22px;
}
.font24 {
    font-size:24px;
}
.font30 {
    font-size:30px;
}
.font32 {
    font-size:32px;
}
.bold {
    font-weight:bold;
}
.normal {
    font-weight:normal;
}
.color-blue{
	color:blue;
}

.tableInfo {width:100%;border:0px;border-collapse: collapse;border-spacing: 0;table-layout: fixed;word-break: break-all;}
.tableInfo thead th{line-height:40px;font-weight: 700;border:0px;color: #333;background-color: #f5f5f5;font-size:14px;border: 1px solid #e2e2e2;text-align:center;}
.tableInfo tbody td{padding: 10px 5px;border: 1px solid rgba(228, 228, 228, 1);box-sizing: border-box;    font-size: 13px;font-weight: 400;font-style: normal;    text-align: center;line-height: 24px;}
.tableInfo tbody tr:nth-child(2n){background:#f5f5f5;}
.tableInfo tbody td a{font-size: 13px;font-weight: 400;font-style: normal;line-height: 24px;color:#2998ea;cursor:pointer;margin-right:3px;}
.tableInfo tbody td a:hover{color:#FDBE3D;}
.allprogress{
    width: 92%;
    height: 10px;
    border: 1px solid #e0e0e0;
    margin-left: 4%;
}
.hasupload{
    height: 10px;
    background: #47ea47;
}
.uploadsuccess{
	background:url(http://cdn.bilyf.com/image/Home/r.png);
	width:15px;height:15px;
	margin-left: calc(50% - 7.5px);
}