*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html,body,#app{
	width:100%;
	height:100%;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #666666;
}
html{
	overflow-y: auto;
}
.wrap{
	width: 100%;
	height: 100%;
}
textarea{
	outline: none;
}
.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;
}
i{
	font-style: normal;
}
a{
	text-decoration: none;
	color: #7a7a7a;
}
.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;
}
/*这里有个bug 如果把zindex设置为1 el-dialog 弹窗的model会遮住弹窗内容 我不知道是为什么？*/
.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{
	background: #fff;
	padding: 20px;
}
.tabCommon .crumbs{
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	background: #324157;
	color: #808288;
	padding-left: 8px;
}
.tabCommon .crumbs>a{
	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{
	width: 260px;
	padding:  0 10px;
	overflow: hidden;
	vertical-align: middle;
}
.tabCommon .commonHeader>.allDate .el-range-editor .el-range-separator{
	width: 20px;
	line-height: 30px;
}
.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 .dialogRow{
	margin: 10px 0;
	text-align: left;
}
.dialogContainer .dialogRow .spanCommon{
	display: inline-block;
	width: 120px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}
.dialogContainer .dialogRow .el-input{
	width: 280px;
}
.dialogContainer .dialogRow .el-input__inner{
	height: 32px;
	line-height: 32px;
}
.dialogContainer .dialogRow .el-textarea{
	width: 280px;
	vertical-align: middle;
	height: 100px;
}
.dialogContainer .dialogRow .el-input__icon {
		height: 32px;
		line-height: 32px;
	}
.dialogContainer .dialogRow .el-textarea__inner{
	height: 100px;
}
.dialogContainer .dialogRow .el-date-editor .el-range-separator{
	width: 20px;
}
/*带手机好的行*/
.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 .avatar-uploader{
	display: inline-block;
	vertical-align: middle;
}
.dialogContainer .avatar-uploader .el-upload ,.storeAuthenticationTab .store-bg .el-upload{
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.dialogContainer .avatar-uploader .el-upload:hover {
	border-color: #409EFF;
}
.dialogContainer .store-bg .el-upload:hover {
	border-color: #409EFF;
}
.dialogContainer .avatar-uploader-icon {
	font-size: 28px;
	color: #8c939d;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.dialogContainer .avatar {
	width: 100px;
	height: 100px;
	display: block;
}
/*上传图片的统一样式*/
.dialogContainer .dialogRow .imgContent{
	width: 100px;
	height: 100px;
	position: relative;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	margin-right: 10px;
}
.dialogContainer .dialogRow .imgContent i{
	position: absolute;
	right: -6px;
	top: -6px;
	cursor: pointer;
	font-size: 18px;
}
.dialogContainer .dialogRow .imgContent>img{
	width: 100%;
	height: 100%;
	margin-right: 10px;
}
.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: #F56C6C;
}
/*正常样式*/
.normal{
	color: #409EFF;
}
/*冻结样式*/
.warning{
	color: #e6a23c;
}
.grey{/*灰色*/
	color: #909399;
}
/*成功*/
.succ{
	color: #67c23a;
}
.normalWrap{/*蓝色背景*/
	display: inline-block; 
	padding: 2px 6px;
	border: 1px solid #D9ECFF;
	background: #ECF5FF;
	color: #409EFF;
	border-radius: 2px;
}
.greyWrap{/*灰色背景*/
	display: inline-block; 
	padding: 2px 6px;
	border: 1px solid #E9E9EB;
	background: #F4F4F5;
	color: #909399;
	border-radius: 2px;
}
.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;
}
.warningBg{
	display: inline-block; 
	padding: 2px 6px;
	border: 1px solid #f5dab1;
	background: #fdf6ec;
	color: #e6a23c;
	border-radius: 2px;
}
.blackBg{
	display: inline-block; 
	padding: 2px 6px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	border-radius: 2px;
}
.tabInfoWrap .tabRow{
	text-align: left;
	padding-left: 10px;
	padding: 2px 0;
}
.tabInfoWrap i{
	color: #F56C6C;
	font-style: normal;
	font-weight: 600;
}
.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: 40px;
	border-bottom: 1px solid #e4e7ed;
	margin-bottom: 20px;
}
.statusRow span{
	float: left;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #e4e7ed;
	border-right: none;
	background: #fff;
	cursor: pointer;
}
.statusRow span:last-child{
	border-right: 1px solid #e4e7ed;
	border-radius: 0 4px 0 0;
}
.statusRow span:first-child{
	border-radius: 4px 0 0 0;
}
.statusRow span.active{
	color: #409eff;
	border-bottom: transparent;
}
/*商品信息公共样式*/
.goodsInfoContent{
	display: flex;
	color: #606266;
	position: relative;
}
.goodsInfoContent .goodsImg{
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
.goodsInfoContent>div{
  text-align: left;
  line-height: 18px;
	width: 200px;
}
.goodsInfoContentRt{
	flex: 1;
	color: #888;
	font-size: 12px;
}

.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;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.justifyCt{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding-left: 30px;
}
/*登录注册忘记密码*/
.header{
	position: fixed;
	width: 100%;
	height: 68px;
	/* background: rgba(0,0,0,0.6); */
	background: #001f45;
	z-index: 100;
	transition: all linear 0.25s;
	left: 0;
	top: 0;
}
.headerWrap{
	width: 1200px;
	margin: 0 auto;
	height: 68px;
	display: flex;
	justify-content: space-between;
}
.logoWrap{
	width: 200px;
	height: 68px;
	float: left;
}
.yqd{
	width: 100%;
	height: 100%;
}
.loginWrap{
	width: 300px;
	height: 68px;
	text-align: center;
	font-size: 16px;
	color: #868687;
}
.loginWrap a:hover{
	color: #1cc3f3;
}
.loginWrap .active{
	color: #29cfff;
}
.loginContent{
	display: inline-block;
	position: relative;
	width: 83px;
	margin-top: 25px;
}
.loginContent a{
	color: #fff;
}
.loginContent .line{
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 16px;
	background: #868687;
	left: 40px;
	top: 4px;
}
.loginWrapper{
	width: 100%;
	height: 1080px;
	padding-top: 68px;
	background: url(../img/bg2.png) no-repeat;
	/* background-position: center center; */
	background-size: auto 100%;
	/* display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: auto; */
	padding-top: 68px;
	display: table;
}
.loginWrapCell{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding-right: 300px;
}
.loginMain{
	display: inline-block;
}
.loginMainContent{
	margin: auto;
	display: inline-block;
	width: 505px;
	height: 420px;
	/* background: #003e80; */
	background: rgba(0,62,128,0.7);
	border-radius: 4px;
	position: relative;
	padding-top: 60px;
}
.loginTitleRow{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
}
.menuItem{
	height:60px;
	text-align: center;
	line-height: 60px;
	color: #29cfff;
	font-size: 18px;
	border-bottom:2px solid #29cfff;
	font-size: 18px;
	font-weight: 600;
}
.loginForm{
	width: 310px;
	margin: 0 auto;
	padding-top: 20px;
	height: 100%;
	position: relative;
}
.loginForm .title{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: left;
}
.iptRow{
	height: 45px;
}
.iptRow input{
	width: 100%;
	height: 100%;
	background: #f5f5f7;
	border-radius: 2px;
	color: #a8a8a8;
	font-size: 16px;
	border: none;
	padding: 0 15px;
}
.loginFormRow{
	margin-bottom: 20px;
}
.sbtRow{
	height: 52px;
	margin-top: 40px;
}
.sbtRow button{
	background: #29cfff;
	border-color: #29cfff;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
}
.sbtRow button:hover{
	background: #1cc3f3;
	border-color: #1cc3f3;
}
.sbtRow button{
	width: 100%;
	font-size: 18px;
	padding: 14px 20px;
}
.footerWrap{
	height: 100px;
	text-align: center;
	background: #17171a;
	color: #989a9f;
	font-size: 14px;
}
.copyrightRow{
	height: 50px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.copyrightRow a{
	color: #989a9f;
	font-size: 14px;
	position: relative;
	padding: 0 18px;
}
.copyrightRow a::before{
	width: 1px;
	height: 13px;
	position: absolute;
	content: '';
	left: 7px;
	top: 4px;
	background: #989a9f;
}
.copyrightRow a::after{
	width: 1px;
	height: 13px;
	position: absolute;
	content: '';
	right: 7px;
	top: 4px;
	background: #989a9f;
}
.copyrightRow a:hover{
	color: #fff;
}
.contactRow{
	display: flex;
	width: 100%;
	height: 50px;
	justify-content: center;
	align-items: flex-end;
}
.contactRow i{
	font-size: 20px;
	margin-right: 4px;
}
.contactWx{
	display: flex;
	height: 30px;
	align-items: center;
	margin-right: 40px;
	cursor: pointer;
	position: relative;
	padding-top: 4px;
}
.codeWrap{
	width: 90px;
	height: 86px;
	padding: 3px 8px 2px 4px;
	position: absolute;
	left: -96px;
	top: -24px;
	background: url(/staticPc/img/codeBg.png);
	background-size: 100% 100%;
	z-index: 10;
	display: none;
}
.wxImg{
	width: 100%;
	height: 100%;
}
.contactWx:hover{
	color: #fff;
}
.contactWx:hover .codeWrap{
	display: block;
}
.contactQQ{
	display: flex;
	height: 30px;
	align-items: center;
	color: #989a9f;
}
.contactQQ:hover{
	color: #fff;
}
.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;
}
.warningBg{
	display: inline-block; 
	padding: 2px 6px;
	border: 1px solid #f5dab1;
	background: #fdf6ec;
	color: #e6a23c;
	border-radius: 2px;
}

.dialogContainer.dialogContainer1 .el-dialog__body{
	padding: 20px;
}
.dialogContainer.dialogContainer1 .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.dialogContainer1 .el-dialog__title{
	color: #fff;
	font-size: 16px;
}
.dialogContainer.dialogContainer1 .el-dialog__headerbtn:focus .el-dialog__close,
.dialogContainer.dialogContainer1 .el-dialog__headerbtn:hover .el-dialog__close:hover{
	color: #fff;
}
.dialogContainer.dialogContainer1 .el-dialog__headerbtn{
	font-size: 20px;
	right: 20px;
	top: 16px;
}
.dialogContainer.dialogContainer1 .dialogRow{
	margin: 20px 0;
	text-align: left;
}
.dialogContainer.dialogContainer1 .el-dialog__headerbtn .el-dialog__close{
	color: #fff;
}
.dialogContainer.dialogContainer1 .dialogRow .spanCommon{
	display: inline-block;
	width: 120px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}
.dialogContainer.dialogContainer1 .dialogRow .el-input{
	width: 370px;
}
.dialogContainer.dialogContainer1 .dialogRow .el-input__inner{
	height: 40px;
	line-height: 40px;
}
.dialogContainer.dialogContainer1 .dialogRow .el-textarea{
	width: 370px;
	vertical-align: middle;
	height: 100px;
}
.dialogContainer.dialogContainer1 .dialogRow .el-input__icon {
	height: 40px;
	line-height: 40px;
}
.dialogContainer.dialogContainer1 .dialogRow .el-textarea__inner{
	height: 100px;
}
.dialogContainer.dialogContainer1 .dialogRow .el-date-editor .el-range-separator{
	width: 20px;
}
.dialogContainer.dialogContainer1 .dialogRow.codeRow{
	position: relative;
}
.dialogContainer.dialogContainer1 .dialogRow.codeRow .el-input{
	width: 250px;
}
.dialogContainer.dialogContainer1 .dialogRow.codeRow  button{
	background: #4c81eb;
	color: #333;
	width: 116px;
	height: 40px;
	color: #fff;
	border-radius: 4px;
	margin-left: 2px;
}
.dialogContainer.dialogContainer1 .dialogRow.sliderCheckRow{
	display: flex;
}
.dialogContainer.dialogContainer1 .dialogRow.sliderCheckRow .sliderCheckContent{
	width: 370px;
	margin-left: 4px;
}
.dialogContainer .dialogRow.sliderCheckRow{
	display: flex;
}
.dialogContainer .dialogRow.sliderCheckRow .sliderCheckContent{
	width: 370px;
	margin-left: 4px;
}
/*带手机好的行*/
.dialogContainer.dialogContainer1 .phoneRow .areaCodeSpan .el-input{
	width: 100px;
}
.dialogContainer.dialogContainer1 .phoneRow .phoneSpan .el-input{
	width: 176px;
}
.dialogContainer.dialogContainer1 .dialogRow .uploadForm{
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.dialogContainer.dialogContainer1 .el-dialog__footer{
	text-align: center;
	padding: 0 0 50px 0;
}
.dialogContainer.dialogContainer1 .el-dialog__footer button{
	width: 154px;
}
/*上传图片的统一样式*/
.dialogContainer.dialogContainer1 .dialogRow .imgContent{
	width: 100px;
	height: 100px;
	position: relative;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}
.dialogContainer.dialogContainer1 .dialogRow .addImg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	background: #fff;
}
.dialogContainer.dialogContainer1 .dialogRow .addImg>img{
	margin-top: 40px;
}
.dialogContainer.dialogContainer1 .dialogRow .addGif{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	line-height: 100px;
	background: #fff;
}
.dialogContainer.dialogContainer1 .dialogRow .upLoad{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	text-align: center;
	line-height: 100px;
}
.dialogContainer.dialogContainer1 .dialogRow .upLoad>img{
	width: 100%;
	height: 100%;
}
.dialogContainer.dialogContainer1 .dialogRow .upFileContent{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	text-align: center;
	line-height: 100px;
	opacity: 0;
}
.dialogContainer.dialogContainer1 .dialogRow .upFileContent>.upFile{
	width: 100%;
	height: 100%;
	outline: none;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	float: left;
}
.dialogContainer.dialogContainer1 .dialogRow .imgPrompt{
	color: #ff6d6d;
	font-weight: bold;
}

.dialogContainer.dialogContainer1 .el-dialog__footer .el-button--primary.el-button{
	background-color: #4c81eb;
	border-color: #4c81eb;
}

/*公共搜索*/
.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;
}
.pagination{
	display: flex;
	justify-content: flex-end;
	height: 40px;
	align-items: center;
	text-align: right;
	margin-top: 10px;
}
.goodsCommon .goodsLine{
  position: absolute;
  background: #f5542d;
  transition: all 0.2s linear;
}
.goodsCommon .goodsLineTp{
  height: 2px;
  left: 0;
  top:0;
  width: 0;
}
.goodsCommon .goodsLineBt{
  height: 2px;
  left: 0;
  bottom:0;
  width: 0;
}
.goodsCommon .goodsLineRt{
  right: 0;
  top:0;
  width: 2px;
  height: 0;
}
.goodsCommon .goodsLineLt{
  left: 0;
  top:0;
  width: 2px;
  height: 0;
}
.goodsCommon:hover .goodsName{
  color: #fd5b22;
}
.goodsCommon:hover .goodsLineTp{
  width: 100%;
}
.goodsCommon:hover .goodsLineBt{
  width: 100%;
}
.goodsCommon:hover .goodsLineRt{
  height: 100%;
}
.goodsCommon:hover .goodsLineLt{
  height: 100%;
}
/*上下居中 左右居中*/
.tab{
  width: 150px;
  height: 50px;
  display: table;
}
.tabCell{
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
/*背景色*/
.bg_green{/*绿色*/
  background: #72b04e;
}
.bg_pink{/*粉红*/
  background: #f27987;
}
.bg_orange{/*橘色*/
  background: #fd7d22;
}
/*单行省略*/
.ellipsisSingle{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
/*两行省略*/
.ellipsisMultiple{
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;  /*要显示的行数*/
  -webkit-box-orient: vertical;
}
.clearfix{/*清除浮动*/
  clear: both;
  display: table;
}
