html,
body,
#app {
	height: 100%;
}

#app {
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
}

.iconfont {
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*left*/
.left-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 99
}

.menu-wrapper .home-login {
	height: 80px;
	border-bottom: 1px solid #f8f8f8;
	opacity: .7;
}

.menu-wrapper .home-login .home-icon,
.menu-wrapper .home-login {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	display: block;
}

.menu-wrapper .home-login .home-icon {
	margin: 15px auto 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	z-index: 1;
	cursor: pointer;
}

.menu-wrapper {
	height: 100vh;
	background: #333844;
	position: relative;
	z-index: 1;
	width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-wrapper {
	position: absolute;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.menu-wrapper::-webkit-scrollbar {
	display: none
}

.menu-wrapper {
	width: 170px;
	height: 100vh;
	background: linear-gradient(135deg, #051866, #021038 80%);
}

.menu-wrapper .nav-wrapper .nav-ul li {
	width: 100%;
	margin: 8px 0;
	min-height: 44px;
	line-height: 44px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #c9cfd5;
	cursor: pointer;
}

.menu-wrapper .nav-wrapper .nav-ul li.router-link-active {
	color: #fff;
	background: #30a5ff;
}

.menu-wrapper .nav-wrapper .nav-ul .menu-item .menu-item-icon {
	display: inline-block;
	margin-right: 10px;

}

.menu-wrapper .nav-wrapper .nav-ul .svg-icon {
	color: #fff;
	width: 16px;
	height: 16px;
	vertical-align: -0.1em;
}

.menu-wrapper .nav-wrapper .nav-ul li.router-link-active .svg-icon {
	color: #fff;
}

.left-menu-wrapper .icon-home .svg-icon {
	color: #3a8ee6;
	width: 30px;
	height: 30px;
}

.child-menu-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 170px;
	width: 130px;
	background: #fff;
	webkit-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.right-big .child-menu-wrapper {
	left: 0 !important;
	/* z-index: 10; */
}

.child-menu-wrapper .first-menu {
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #D9DEE4;
    background: #0f6ad7;
    color: #FFF;
}

.child-menu {
	width: 130px;
	height: 100vh;
	background: #fff;
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	-webkit-transition: all .3s;
	transition: all .3s;
	border-right: 1px solid #eee;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.child-menu ul {
	width: 130px;
}

.child-menu ul li {
	display: block;
	margin-bottom: 8px;
	text-align: center;
	line-height: 38px;
	color: #666;
	cursor: pointer;
}

.right-animation {
	position: relative;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.child-menu ul .router-link-active {
	background: rgba(55, 87, 109, 0.05);
	color: #30a5ff;
}


/*right*/
.right-big .right-content {
	margin-left: 170px !important;
}

.right-content {
	width: auto;
	margin: 0 0 0 300px;
	-webkit-transition: margin-right .5s;
	transition: margin-right .5s;
	height: 100vh;
}

.common-header {
	height: 48px;
	line-height: 48px;
}

.common-header,
.common-header-index {
	padding-left: 10px;
	font-size: 14px;
	box-sizing: border-box;
}

/*right top*/
.common-header .breadcrumb {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	border-bottom: 1px solid #D9DEE4;
	background: linear-gradient(90deg, #0f6ad7, #00ced4);
}

.common-header .header-navbar {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-navbar-icon {
	margin-right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
}

.header-navbar-icon .svg-icon {
	width: 18px;
	height: 18px;
	color: #fff;
}

.header-navbar-icon .text {
	color: #fff;
}

.breadcrumb .baseInfo-left-base {
	padding-left: 10px;
}

.breadcrumb .baseInfo-left-base .name {
	padding-left: 10px;
	height: 48px;
}

.right-content-box {
	max-height: calc(100vh - 48px);
	min-height: calc(100vh - 80px);
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
}

/*subject*/
.subject-wrap {
	padding: 16px;
	min-height: calc(100vh - 90px);
	overflow-x: auto;
	background: #FFFFFF;
}

.common-level-rail {
	margin-bottom: 18px;
}

.pagination {
	text-align: right;
	margin-top: 18px;
}

/*form*/
.common-form {
	position: relative;
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}

.common-form:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 14px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.common-form:before {
	background: #3a8ee6;
}

.common-button-wrapper {
	-webkit-transition: width .3s;
	transition: width .3s;
	position: absolute;
	background: #fff;
	left: 0;
	bottom: 0;
	right: 0;
	border-top: 1px solid #eee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 999;
}

.common-button-wrapper .el-form-item {
	margin-bottom: 0;
}

.common-button-wrapper .el-form-item--mini.el-form-item,
.common-button-wrapper .el-form-item--small.el-form-item {
	margin-bottom: 0;
}

/*表格中的商品展示*/
.table-wrap .product-info {
	display: flex;
}

.table-wrap .product-info .pic {
	position: relative;
	width: 50px;
	height: 50px;
	background: #F0F0EE;
}

.table-wrap .product-info .info {
	flex: 1;
	padding-left: 10px;
	overflow: hidden;
	line-height: 18px;
}

.table-wrap .product-info .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.table-wrap .product-info .price {
	color: rgb(255, 51, 0);
}

.table-wrap .product-info .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 100%;
}

.el-input .el-input__inner:hover {
    border-color: #06c1ae;
}

/* 组图 */
.draggable-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.draggable-list .wrapper > span {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.draggable-list .item {
	position: relative;
	width: 110px;
	height: 110px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #dddddd;
}

.draggable-list .delete-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	background: #000;
	line-height: 16px;
	font-size: 16px;
	color: #ffffff;
	display: none;
	opacity: .5;
}

.draggable-list .item:hover .delete-btn {
	display: block;
}

.draggable-list .item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 100%;
}

.draggable-list .img-select {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px dashed #dddddd;
	font-size: 30px;
}

.draggable-list .img-select i {
	color: #409eff;
}

/* 附件图片 */
.img-thumbnail {
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.title {
  color: #1ab394;
  font-weight: bold;
}

.logBox {
	overflow-y:scroll;
	display:block;
	width: 100%;
}

.logBox::-webkit-scrollbar {
	width: 0 !important
}

.el-card__body .pgc-img {
	text-align: center;
}

.el-drawer__body {
    overflow: auto;
}
.el-drawer__container ::-webkit-scrollbar{
    display: none;
}
