a{
	color:blue;
}
[v-cloak] {
    display: none;
}
.layui-layer-title{
    font-size: 18px;
    text-align: center;
    padding: 0 40px;
}
.layui-layer-loading .layui-layer-content.layui-layer-loading0{
    width: 32px;
    height: 32px;
}
.title-center {
	text-align: center;
}
.flex-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-row{
    display: flex;
    flex-flow: row;
}
.flex-col{
display: flex;
flex-flow: column;
}
.flex-1{
flex: 1;
}
.flex-nowarp{
flex-wrap: nowrap;
}
.flex-warp{
flex-wrap: wrap;
}
.flex-justify-content-between{
justify-content: space-between;
}
.flex-justify-content-center{
justify-content: center;
}
.flex-justify-content-around{
justify-content: space-around;
}
.flex-justify-content-end{
    justify-content: flex-end;
}
.flex-align-items{
align-items: center;
}
.box-sizing{
box-sizing: border-box;
}
.fs-30{
font-size: 30px;
}
.fs-28{
font-size: 28px;
}
.fs-26{
font-size: 26px;
}
.fs-24{
font-size: 24px;
}
.fs-22{
font-size: 22px;
}
.fs-20{
font-size: 20px;
}
.fs-18{
font-size: 18px;
}
.fs-16{
font-size: 16px;
}
.fs-14{
font-size: 14px;
}
.fs-12{
font-size: 12px;
}
.fs-10{
font-size: 10px;
}
.fs-32{
font-size: 32px;
}
.fs-34{
font-size: 34px;
}
.fs-36{
font-size: 36px;
}
.fs-38{
font-size: 38px;
}
.fs-40{
font-size: 40px;
}
.fs-42{
font-size: 42px;
}
.fw {
	font-weight: bold;
}
.mt-10{
  margin-top: 10px;
}
.mt-5{
    margin-top: 5px;
}
.mt-350{
    margin-top: 350px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}
.mr-15{
    margin-right: 15px;
}
.mr-10{
    margin-right: 10px;
}
.cursor-p{
    cursor: pointer;
}
.p-5 {
	padding: 5px;
}
.p-15 {
	padding: 15px;
}
.pl-5 {
	padding-left: 5px;
}
.p-v-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.p-v-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.b-d8 {
	border: 1px solid #d8d8d8;
}
.b-d-d8 {
	border-bottom: 1px solid #d8d8d8;	
}
.b-r-d8 {
	border-right: 1px solid #d8d8d8;	
}

/* Table 用于隐藏 table中由于数据太长而被隐藏，点击展开的输入框
------------------------------ */
/*.layui-table-tips-main{display:none !important;}*/
/*.layui-table-tips-c{display:none !important;}*/



/* 生产讲评界面公用样式 */
.layui-text {
	color: #333 !important;
}
.appraise-header {
	width: calc(100% - 40px);
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #989898;
	padding-bottom: 10px;
}
.appraise-header h3 {
	font-weight: bold;
	font-size: 3.5rem !important;
}
.appraise-content {
	background-color: transparent;
	height:calc(100% - 4.5rem);	
}
.duty-leader {
	font-size:2.5rem !important;
	font-weight:bold;
	margin-left:8rem;
	text-decoration: underline;
}
.val-style {
	border-bottom: 0.2rem solid #c00000;
	padding: 0 20px;
	margin: 0 10px;
	color: #c00000;
}
.color-bar {
	position:absolute;
	left: 0;
	bottom: 0;
	width: 23rem;
}
.val-input {
	color:#b30101;
	border-bottom:0.2rem solid #b30101;
	padding:5px;
	font-weight:bold;
	font-family: "微软雅黑", sans-serif;
	min-width: 6rem;
	text-align:center;
	display: inline-block;
}
.cover-page-text {
	width:80%;
	height:60%;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	font-size:7rem;
	font-weight:bold;
	color: #f7f7f7;
	text-shadow: #222 10px 10px 10px;
}
@media screen and (max-width: 1718px) {
	.title-font {
		font-size: 3rem !important;
		font-weight: bold;
	}
	.text-font {
		font-size: 2.5rem !important;
		font-family: "微软雅黑 ", sans-serif;
	}
}		
@media screen and (min-width: 1719px) {
	.title-font {
		font-size: 3rem !important;
		font-weight: bold;
		
	}
	.text-font {
		font-size: 2.5rem !important;
		font-family: "微软雅黑 ", sans-serif;
	}
}
.pdfexport_padding {
	padding: 80px;
}
		
		