html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/* min-width: 1280px; */
	font-family: PingFang SC;
	font-size: 0.22rem;
	box-sizing: border-box;
}

.filter-div > section {
  overflow-y: auto;
}
#app {
	height: 100%;
}

.el-container {
	height: 100%;
}

.el-submenu__title {
	color: #fff !important;
}

/* .el-menu-item *{
        color: #fff;
      } */
.el-menu {
	background-color: #334B7D !important;
}

.el-tabs__header {
	margin: 0px !important;
}

.choice .el-input__inner {
	border: 0px !important;
}

#login .el-input__inner {
	background: rgba(255, 255, 255, 1) !important;
	color: #1A8BFF !important;
	height: 100% !important;
}

.el-submenu__title:hover {
	color: #000 !important;
}

#login .el-input {
	height: 38px !important;
}

#login .el-button--primary {
	height: 38px !important;
}

#login .el-form-item {
	margin-bottom: 15px !important;
}

#tipDialog .el-dialog__body {
	padding: 10px 20px !important;
	color: #606266;
	font-size: 24px !important;
	word-break: break-all;
}

.el-submenu__title {
	/* font-size: 0.22rem !important; */
}

.el-menu-item * {
	/* font-size: 0.22rem !important; */
}

.rowLine .el-form-item__content {
	margin-left: 1px !important;
}

.addressDel .el-form-item {
	margin-bottom: 5px !important;
}

.el-tabs--card>.el-tabs__header {
	height: 0.5rem !important;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
	line-height: 0 !important;
}

.el-tabs__item {
	height: 0.5rem !important;
	line-height: 0.5rem !important;
}

.audit .el-tabs__content {
	height: calc(100% - 0.5rem) !important;
	overflow-y: auto;
}

/* pc */
@media (min-width: 768px) {

	.pc_show {
		display: block;
	}

	/* #app{
           min-width:1300px !important;
         } */
	.app-show {
		display: none;
	}

	.el-form-item__label {
		width: 1.5rem;
	}

	.choice .el-input {
		height: 0.38rem !important;
		line-height: 0.38rem !important;
	}

	.priorityLabel .el-input {
		width: 290px !important;
		margin-right: 0.2rem !important;
	}


}
.el-message-box {
	width: 300px !important;
}
/* h5 */
@media (max-width: 769px) {
	.pc_show {
		display: none;
	}

	.app-show {
		display: block;
	}

	/* issue.vue */
	.el-form {
		padding: 0.2rem;
	}


	.el-form-item__label {
    width: 1.7rem !important;
    /* 20201026 */
		/* text-align: left !important; */
	}

	.choice {
		width: 70px !important;
		height: 24px !important;
		font-size: 0.2rem;
	}

	.el-form-item {
    width: 100% !important;
		  margin-bottom: 10px !important;
	}

	.el-form-item__content {
		/* width: 100% !important; */
		line-height: 24px !important;
	}

	.choice .el-input {
		height: 24px !important;
		line-height: 24px !important;
	}


	.choice .el-input {
		width: 50px !important;
	}
		.choice .el-input__inner {
	    -webkit-appearance: none;
	    background-color: #FFF;
	    background-image: none;
	    border-radius: 4px;
	    border: 1px solid #DCDFE6;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    color: #606266;
	    display: inline-block;
	    /* font-size: inherit; */
	    height: 20px !important;
	    line-height: 20px!important;
	    outline: 0;
	    padding: 0 0px !important;
	    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	    width: 100%;
	}

	.priorityLabel .el-input {
		width: 130px !important;
		margin-right: 0.2rem !important;
	}
	.addressDel  .el-input__inner {
		height: 36px !important;
		line-height: 36px!important;
	}
	.priorityLabel .el-input__inner {
		height: 36px !important;
		line-height: 36px!important;
	}

	.headerContent {
		width: 100% !important;
	}

	.search .el-cascader .el-input {
		width: 2.45rem !important;
		font-size: 0.18rem !important;
	}

	.search .el-select>.el-input {
		width: 2rem !important;
		font-size: 0.16rem !important;
	}

	.mineContent .el-form-item__content {
		margin-left: 3rem !important;
	}

}

.el-button+.el-button {
     margin-left:0.1rem !important;
}

.w2{
	letter-spacing:2em; /*如果需要y个字两端对齐，则为(x-y)/(y-1),这里是（4-2）/(2-1)=2em */
	margin-right:-2em !important; /*同上*/
	}
/* .orderContent .el-tabs--card>.el-tabs__header .el-tabs__nav{
    border:0px solid #E4E7ED !important;
} */
