*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html,body,#app,.homeWrapper{
	width:100%;
	height:100%;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #666666;
}
textarea{
	outline: none;
}
i{
	font-style: normal;
}
.lt{
	float: left;
}
.rt{
	float: right;
}
.rt>a{
	display: inline-block;
	width:80px ;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #242f42;
	background: #242f42;
	color: #fff;
	cursor: pointer;
	outline: none;
	text-align: center;
}
input{
	outline: none;
}
button{
	border: none;
	cursor: pointer;
	outline: none;
}
a{
	text-decoration: none;
	color: #7a7a7a;
}
.wrap{
	width: 100%;
	height: 100%;
}
.commonContainer{
	padding: 20px 20px 0 20px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.containerWrap{
	background: #fff;
	border-radius: 8px;
}
.containerHead{
	height: 50px;
	background: #4c81eb;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 0 20px;
	border-radius: 8px 8px 0 0;
}
.containerHeadRt{
	width: 300px;
	height: 32px;
	padding: 2px 88px 2px 2px;
	background: #fff;
	border-radius: 6px;
	position: relative;
}
.containerHeadRt input{
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 10px;
	font-size: 14px;
}
.containerHeadRt button{
	width: 86px;
	height: 28px;
	position: absolute;
	right: 2px;
	top: 2px;
	background: #4c81eb;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 0 4px 4px 0;
}
.containerHeadRt .iconfont{
	font-size: 18px;
}
.container{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.homeWrapper{
	position: relative;
}
.sliderContent{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100%;
	padding-top: 70px;
	overflow-y: auto;
	z-index: 3;
}
.sliderContent::-webkit-scrollbar {
	display:none
}
.sliderContent .el-menu{
	height: 100%;
}
.topHeader{
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	background: #242f42;
	width: 100%;
	height: 70px;
  min-width: 1200px;
}
.homeContent{
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 90px 20px 20px 230px;
}
.homeContent .el-table--enable-row-hover .el-table__body tr:hover>td{
	/* background: #c9dbf6; */
}
.homeContentWapper{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	min-width: 800px;
}
.redStar{
	color: #ff6d6d;
}
.tabCommon .crumbs{
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	background: #324157;
	padding-left: 8px;
}
.tabCommon .crumbs>span{
	color: #a3afbe;
}
.tabCommon .crumbs .current{
	color: #fff;
}
.tabCommon .commonHeader{
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 20px;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
}
.tabCommon .commonAddRow{
	padding:10px 20px;
	background: #f8f8f8;
	margin-bottom: 20px;
	border-radius: 4px;
}
.tabCommon .commonHeader>.row{
	margin-right: 10px;
	margin-top: 10px;
}
.tabCommon .commonHeader>.row .el-input{
	width: 200px;
	height: 34px;
}
.tabCommon .commonHeader>.row .el-input__inner{
	height: 32px;
}
.tabCommon .commonHeader>.row .el-input__icon{
	line-height: 32px;
}
.tabCommon .commonHeader>.row>div{
	height: 20px;
	line-height: 20px;
}
.tabCommon .commonHeader>.allDate .el-range-editor.el-input__inner{
	padding:  0 10px;
	overflow: hidden;
	vertical-align: middle;
}
.tabCommon .commonHeader>.allDate .el-date-editor .el-range-separator{
	padding: 0;
}
.tabCommon .el-table th{
	background: #eef1f6;
	color: #1f2d3d;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border-right: 1px solid #dfe6ec;
	font-weight: 400;
}
.tabCommon .commonHeader>.row .timeTypeContent .el-input{
	width:100%;
}
.tabCommon .commonHeader>.row .el-button.el-button--mini{
	padding: 9px 15px;
}
.tabCommon .pagination{
	text-align: right;
	margin-top: 10px;
}
.dialogContainer .el-dialog__body{
	padding: 20px;
}
.dialogContainer .el-dialog__header{
	display: flex;
	height: 60px;
	align-items: center;
	background: #4178e6;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 0 20px;
}
.dialogContainer .el-dialog__title{
	color: #fff;
	font-size: 16px;
}
.dialogContainer .el-dialog__headerbtn:focus .el-dialog__close,
.dialogContainer .el-dialog__headerbtn:hover .el-dialog__close:hover{
	color: #fff;
}
.dialogContainer .el-dialog__headerbtn{
	font-size: 20px;
	right: 20px;
	top: 16px;
}
.dialogContainer .dialogRow{
	margin: 20px 0;
	text-align: left;
}
.dialogContainer .el-dialog__headerbtn .el-dialog__close{
	color: #fff;
}
.dialogContainer .dialogRow .spanCommon{
	display: inline-block;
	width: 120px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}
.dialogContainer .dialogRow .el-input{
	width: 370px;
}
.dialogContainer .dialogRow .el-input__inner{
	height: 40px;
	line-height: 40px;
}
.dialogContainer .dialogRow .el-textarea{
	width: 370px;
	vertical-align: middle;
	height: 100px;
}
.dialogContainer .dialogRow .el-input__icon {
	height: 40px;
	line-height: 40px;
}
.dialogContainer .dialogRow .el-textarea__inner{
	height: 100px;
}
.dialogContainer .dialogRow .el-date-editor .el-range-separator{
	width: 20px;
}
.dialogContainer .dialogRow.codeRow{
	position: relative;
}
.dialogContainer .dialogRow.codeRow .el-input{
	width: 250px;
}
.dialogContainer .dialogRow.codeRow  button{
	background: #4c81eb;
	color: #333;
	width: 116px;
	height: 40px;
	color: #fff;
	border-radius: 4px;
	margin-left: 2px;
}
.dialogContainer .dialogRow.sliderCheckRow{
	display: flex;
}
.dialogContainer .dialogRow.sliderCheckRow .sliderCheckContent{
	width: 370px;
	margin-left: 4px;
}
/*带手机好的行*/
.dialogContainer .phoneRow .areaCodeSpan .el-input{
	width: 100px;
}
.dialogContainer .phoneRow .phoneSpan .el-input{
	width: 176px;
}
.dialogContainer .dialogRow .uploadForm{
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.dialogContainer .el-dialog__footer{
	text-align: center;
	padding: 0 0 50px 0;
}
.dialogContainer .el-dialog__footer button{
	width: 154px;
}
/*上传图片的统一样式*/
.dialogContainer .dialogRow .imgContent{
	width: 100px;
	height: 100px;
	position: relative;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}
.dialogContainer .dialogRow .addImg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	background: #fff;
}
.dialogContainer .dialogRow .addImg>img{
	margin-top: 40px;
}
.dialogContainer .dialogRow .addGif{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	line-height: 100px;
	background: #fff;
}
.dialogContainer .dialogRow .upLoad{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	text-align: center;
	line-height: 100px;
}
.dialogContainer .dialogRow .upLoad>img{
	width: 100%;
	height: 100%;
}
.dialogContainer .dialogRow .upFileContent{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	text-align: center;
	line-height: 100px;
	opacity: 0;
}
.dialogContainer .dialogRow .upFileContent>.upFile{
	width: 100%;
	height: 100%;
	outline: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	float: left;
}
.dialogContainer .dialogRow .imgPrompt{
	color: #ff6d6d;
	font-weight: bold;
}

.matchInfoTop{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #eef1f6;
	color: #909399;
}
.handiCapMainHeader {
	background: #f8f8f8;
	padding: 0 20px;
	color: #909399;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px;
}
.handiCapMainHeader>span{
	margin-right: 10px;
}
.handiCapMainHeader .spanCommon{
	margin-right: 50px;
}
/*修改主题部分的 滚动条样式*/
.homeContentWapper::-webkit-scrollbar {/* 滚动条的宽度 */
	width:10px;

}
.homeContentWapper::-webkit-scrollbar-track-piece { /* 滚动条凹槽的颜色，还可以设置边框属性 */
	background-color:#F8F8F0;
}
.homeContentWapper::-webkit-scrollbar-thumb {/* //滚动条的设置 */
	background-color:#242f42;
	background-clip:padding-box;
	min-height:28px;
	border-radius: 4px;
}
.homeContentWapper::-webkit-scrollbar-thumb:hover {
	background-color:#bbb;
}

/*文字靠左*/
.txtLt{
	text-align: left;
}
/*文字靠右*/
.txtRt{
	text-align: right;
}
/*禁用样式*/
.prohibit{
	color: #f33f40;
}
/*正常样式*/
.normal{
	color: #4c81eb;
}
/*冻结样式*/
.warning{
	color: #e6a23c;
}
/*成功*/
.succ{
	color: #38c32c;
}
.redWrap{/*红色背景*/
	display: inline-block; 
	padding: 2px 6px;
	border: 1px solid #fbc4c4;
	background: #fef0f0;
	color: #f56c6c;
	border-radius: 2px;
}
.greeWrap{/*绿色背景*/
	display: inline-block; 
	padding: 2px 6px;
	border: 1px solid #c2e7b0;
	background: #f0f9eb;
	color: #67c23a;
	border-radius: 2px;
}
.warnWrap{/*警告背景*/
	display: inline-block; 
	padding: 2px 6px;
	border: 1px solid #f5dab1;
	background: #fdf6ec;
	color: #e6a23c;
	border-radius: 2px;
}
.flexBox {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	display: flex;
}
.flexItem {
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	flex: 1;
}
/*修改菜单字体颜色和大小*/
.homeWrapper .el-submenu__title{
	font-size: 16px;
	color: #333;
}
.homeWrapper .el-menu-item{
	color: #333;
}
/*菜单导航公共样式*/
.statusRow{
	height: 58px;
	border-bottom: 1px solid #eaebed;
	display: flex;
	position: relative;
}
.statusLine{
	position: absolute;
	width: 120px;
	left: 0;
	bottom: 0;
	background: #4c81eb;
	height: 1px;
	transition: all ease-in-out 0.2s;
}
.statusRow span{
	display: flex;
	width: 120px;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #999999;
	cursor: pointer;
	background: #fff;
}
.statusRow .statusActive{
	color: #4c81eb;
}
.statusRow .statusActive i{
	color: #f33f40;
}
.statusRow span:hover{
	color: #4c81eb;
}
.statusRow span:hover i{
	color: #f33f40;
}
/*商品信息公共样式*/
.goodsInfoContent{
	display: flex;
	font-size: 12px;
	color: #888;
}
.goodsInfoContent .goodsImg{
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.goodsInfoContent>div{
  text-align: left;
  line-height: 18px;
	width: 200px;
}
.popoverContent{
  display: flex;
  flex-wrap: wrap;
}
.popoverRow{
  width: 50%;
  display: flex;
  align-items: center;
  height: 30px;
}
.goodsInfoContent .el-button--mini, .goodsInfoContent .el-button--mini.is-round{
  padding: 4px 6px;
  margin-top: 2px;
}

/**/
.buyerContent{
  width: 100px;
}
.buyerContent img{
  width: 40px;
  height: 40px;
}

/*所有页面的的tabs*/
.tabsContainer{
	height: 40px;
	border-bottom: 1px solid #e4e7ed;
  margin-bottom: 20px;
}
.tabsContainer>span{
	float: left;
	padding: 0 10px;
	height: 40px;
	display: inline-block;
	text-align: center;
	min-width: 90px;
	line-height: 40px;
	border: 1px solid #e4e7ed;
	background: #fff;
	border-left: none;
	cursor: pointer;
}
.tabsContainer>span:first-child{
	border-radius: 4px 0 0 0;
	border-left: 1px solid #e4e7ed;;
}
.tabsContainer>span:last-child{
	border-radius: 0 4px 0 0;
}
.tabsContainer .activeTabs{
	border-bottom: none;
	color: #409eff;
}
.divLine{
	height: 2px;
	background: #999;
}
.singleLine{/*单行隐藏*/
  width: 100%;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.goodsLine{
	position: absolute;
	background: #4c81eb;
	transition: all 0.2s linear;
}
table{
  width:100%;
  text-align:center;/*文本居中*/
  border-collapse:collapse; /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing:0; /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}
.pagination{
	display: flex;
	justify-content: flex-end;
	height: 40px;
	align-items: center;
	text-align: right;
	margin-top: 10px;
}
/*公共搜索*/
.receiveHead{
	height: 60px;
	display: flex;
	background: #f7f8fa;
	margin-top: 24px;
	padding: 0 30px;
	align-items: center;
	margin-bottom: 32px;
	border-radius: 4px;
}
.receiveHeadItem{
	height: 42px;
	display: flex;
	align-items: center;
	margin-right: 90px;
}
.receiveHeadItem .el-range-separator{
	width: 24px;
}
.receiveHeadItem .el-input{
	width: 330px;
}
.receiveHeadItem .el-date-editor .el-range-separator{
	width: 24px;
}
.main .has-gutter th{
	height: 40px;
	padding: 0;
	background: #f7f8fa;
	font-weight: normal;
	color: #333333;
}
.main .el-table__header-wrapper th{
	border-bottom: none;
}
.receiveHeadItem .el-select>.el-input{
	width: 260px;
}
.tabWrap{
	background: #fff;
	padding: 32px 38px;
	min-height: 800px;
	border-radius: 0 0 8px 8px;
}
.main .el-table{
	color: #666;
}
.el-button--small.el-button--primary{
	background-color: #4c81eb;
	border-color: #4c81eb;
}
.el-button--primary.el-button{
	background-color: #4c81eb;
	border-color: #4c81eb;
}
.el-button--small.el-button--danger{
	background: #f33f40;
	border-color: #f33f40;
}
.el-button--small.el-button--warning{
	background: #ff740b;
	border-color: #ff740b;
}
.wrapper{
	padding-top: 66px;
	min-width: 1200px;
}
body .intro-tooltip .introjs-tooltipbuttons .introjs-button{
	background: #FF8B33;
	color: #fff;
	border: none;
	font-family: '微软雅黑';
	text-shadow: none;
}
body .intro-tooltip .introjs-tooltipbuttons .introjs-button:focus{
	box-shadow: none;
}
