*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html,body,#app{
	width:100%;
	height:100%;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #606266;
}
html{
	min-width: 1360px;
	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 #b3d8ff;
	background: #b3d8ff;
	color: #409eff;
	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;
}
.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: 4px;
	background: #324157;
	padding-left: 30px;
	font-size: 14px;
	background: #fff;
}
.tabCommon .crumbs>span{
	color: #385b6e;
}
.tabCommon .crumbs a{
	font-size: 14px;
}
.tabCommon .crumbs a:hover{
	color: #75abff;
}
.tabCommon .crumbs .current{
	color: #385b6e;
}
.tabCommon .commonHeader{
	padding: 8px 22px 22px 0;
	background: #fff;
	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{
	display: flex;
	height: 32px;
	align-items: center;
	margin-top: 14px;
}
.tabCommon .commonHeader>.row.sbtRow{
	padding-left: 34px;
}
.tabCommon .commonHeader>.row.sbtRow .resetBtn{
	background: #9aa7bc;
	border-color: #9aa7bc;
}
.tabCommon .commonHeader>.row .el-input{
	width: 200px;
	height: 32px;
}
.tabCommon .commonHeader>.row .el-input__inner{
	height: 32px;
	border-radius: 0;
	border-color: #c1c1c1;
	color: #385b6e;
}
.tabCommon .commonHeader>.row .el-input__icon{
	line-height: 32px;
}
.tabCommon .commonHeader>.row .rowSpan{
	display: flex;
	height: 100%;
	align-items: center;
	padding-left: 30px;
	width: 98px;
	color: #385b6e;
}
.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 .main{
	background: #fff;
	padding: 38px 26px;
	border-radius: 4px;
}
.tabCommon .el-table{
	border: 1px solid #ebeef5;
	border-bottom: none;
}
.tabCommon .el-table th{
	background: #eef1f6;
	color: #385b6e;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-weight: 400;
}
.tabCommon .commonHeader>.row .timeTypeContent .el-input{
	width:100%;
}
.tabCommon .commonHeader>.row .el-button.el-button--mini{
	padding: 9px 15px;
}
.tabCommon .pagination{
	display: flex;
	margin-top: 20px;
	height: 32px;
	justify-content: flex-end;
	position: relative;
	align-items: center; 
	font-size: 12px;
}
.tabCommon .pagination .el-pagination{
	margin-left: 20px;
}
.tabCommon .pagination .curPage{
	position: absolute;
	display: flex;
	height: 32px;
	left: 0;
	top: 0;
}
.tabCommon .pagination .curPageStatistics{
	color: #ff5555;
}
.dialogContainer .el-dialog__header{
	padding: 10px 20px;
	background: #f7f8fa;
	color: #333333;
}
.dialogContainer .el-dialog__header .el-dialog__title{
	font-size: 14px;
}
.dialogContainer .el-dialog__header .el-dialog__headerbtn{
	top: 14px;
	right: 14px;
}
.dialogContainer .el-dialog__body{
	padding: 20px;
}
.dialogContainer .dialog-footer{
	display: flex;
	justify-content: center;
}
.dialogContainer .dialog-footer .el-button.el-button--primary{
	width: 120px;
	background: #0063ff;
	border-color: #0063ff;
}
.dialogContainer .dialog-footer .el-button.el-button--default{
	width: 120px;
	background: #9aa7bc;
	border-color: #9aa7bc;
	color: #fff;
}
.dialogContainer .dialogRow{
	margin: 10px 0;
	display: flex;
	justify-content: center;
}
.dialogRow .dialogRowContent{
	width: 430px;
	height: 38px;
	border: 1px solid #e8e8e8;
	position: relative;
	padding: 0 10px 0 110px;
}
.dialogRow .dialogRowContent .dialogRowTxt{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	flex-wrap: wrap;
}
.dialogRow .dialogRowContent .spanCommon{
	position: absolute;
	left: -1px;
	top: 0;
	display: inline-block;
	width: 100px;
	height: 38px;
	background: #f1f1f1;
	display: flex;
	padding-left: 8px;
	align-items: center;
	border-left: 1px solid #e8e8e8;
}
.dialogRow .dialogRowContent .el-input{
	width: 100%;
}
.dialogRow .dialogRowContent .el-select{
	width: 100%;
}
.dialogRow .dialogRowContent .el-input__inner{
	height: 36px;
	line-height: 36px;
	border: none;
	padding: 0;
}
.dialogRow .dialogRowContent .el-input__icon {
	height: 36px;
	line-height: 36px;
}
/*带textarea的样式*/
.dialogRow.textareaRow .el-textarea{
	height: 100%;
}
.dialogRow.textareaRow .el-textarea__inner{
	height: 100%;
	border: none;
	padding: 5px 0;
}
.dialogRow.textareaRow .dialogRowContent{
	height: 108px;
}
.dialogRow.textareaRow .spanCommon{
	height: 108px;
}
/*上传图片样式*/
.dialogRow.upLoadRow .dialogRowContent{
	height: 108px;
}
.dialogRow.upLoadRow .spanCommon{
	height: 108px;
}
.dialogRow.upLoadRow .avatar-uploader .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.dialogRow.upLoadRow .avatar-uploader .el-upload:hover {
	border-color: #409EFF;
}
.dialogRow.upLoadRow .avatar-uploader-icon {
	font-size: 28px;
	color: #8c939d;
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
}
.dialogRow.upLoadRow .avatar {
	width: 66px;
	height: 66px;
	display: block;
}
/*回复内容展示*/
.replyWrap{
	display: flex;
	justify-content: center;
}
.replyContent{
	border: 1px solid #e8e8e8;
	width: 100%;
	max-height: 600px;
	overflow-y: auto;
}
.replyRow{
	position: relative;
	padding: 16px 16px 16px 90px;
	min-height: 66px;
	border-bottom: 1px solid #e8e8e8;
}
.replyContent .replyRow:last-child{
	border-bottom: none;
}
.replyRow .replySpan{
	position: absolute;
	display: inline-flex;
	width: 62px;
	height: 38px;
	justify-content: center;
	align-items: center;
	background: #f1f1f1;
	color: #606266;
	left: 18px;
	top: 16px;
}
.replyRow .title{
	display: flex;
	align-items: flex-end;
}
.replyRow .title span{
	margin-right: 12px;
}
.replyRow .timeRow{
	color: #cfcfcf;
}
.replyRow .replyImg{
	width: 60px;
	height: 60px;
	margin: 10px 10px 10px 0;
	cursor: pointer;
}
/*带手机好的行*/
.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;
}
.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: #e6e6e6;
}
/*成功*/
.succ{
	color: #67c23a;
}
.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;
	font-size: 14px;
	color: #404040;
	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;
}
/*订单详情和用户管理样式*/
.detailTitle{
	color: #385b6e;
	margin-bottom: 22px;
}
.detailTitle>span{
	color: #ff2727;
	cursor: pointer;
}
.detailContent{
	padding-bottom: 10px;
	border-bottom: 1px dashed #e8e8e8;
	overflow: hidden;
	margin-bottom: 20px;
}
.detailItem{
	float: left;
	width: 46%;
	height: 38px;
	display: flex;
	border: 1px solid #e8e8e8;
	position: relative;
	padding: 0 20px 0 118px;
	margin: 0 40px 12px 0;
	min-width: 200px;
}
.detailItem:nth-child(2n){
	margin-right: 0;
}
.label{
	position: absolute;
	left: -1px;
	top: -1px;
	width: 98px;
	height: 38px;
	border: 1px solid #e8e8e8;
	border-right: none;
	display: flex;
	align-items: center;
	padding-left: 10px;
	background: #f1f1f1;
}
.itemRow{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.itemTxt{
	width: 100%;
	word-wrap: break-word;
	letter-spacing: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;  /*要显示的行数*/
	-webkit-box-orient: vertical;
}
.tab{
	padding-right: 80px;
	margin-bottom: 12px;
}
.justifyCt{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding-left: 30px;
}
.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;
}
.tabCommon .wrap .commonHeader,.tabCommon .dialogContainer1 .commonHeader{
	margin-bottom: 0;
}
.dialogContainer1 .dialogRow{
	margin: 10px 0;
	text-align: left;
}
.dialogContainer1 .dialogRow .spanCommon{
	display: inline-block;
	width: 120px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}
.dialogContainer1 .dialogRow .el-input{
	width: 280px;
}
.dialogContainer1 .dialogRow .el-input__inner{
	height: 32px;
	line-height: 32px;
}
.dialogContainer1 .dialogRow .el-textarea{
	width: 280px;
	vertical-align: middle;
	height: 100px;
}
.dialogContainer1 .dialogRow .el-input__icon {
		height: 32px;
		line-height: 32px;
	}
.dialogContainer1 .dialogRow .el-textarea__inner{
	height: 100px;
}
.dialogContainer1 .dialogRow .el-date-editor .el-range-separator{
	line-height: 24px;
	width: 20px;
}
.dialogContainer1 .dialogRow .imgContent i{
	position: absolute;
	right: -6px;
	top: -6px;
	cursor: pointer;
	font-size: 18px;
}
.dialogContainer1 .dialogRow .imgContent{
	width: 100px;
	height: 100px;
	position: relative;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	margin-right: 10px;
}
.dialogContainer1 .commonHeader>.row{
	margin-right: 10px;
	margin-top: 10px;
}
.singleLine{/*单行隐藏*/
  width: 100%;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*上传图片样式*/
.dialogContainer1 .avatar-uploader{
	display: inline-block;
	vertical-align: middle;
}
.dialogContainer1 .avatar-uploader .el-upload ,.storeAuthenticationTab .store-bg .el-upload{
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.dialogContainer1 .avatar-uploader .el-upload:hover {
	border-color: #409EFF;
}
.dialogContainer1 .store-bg .el-upload:hover {
	border-color: #409EFF;
}
.dialogContainer1 .avatar-uploader-icon {
	font-size: 28px;
	color: #8c939d;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.dialogContainer1 .avatar {
	width: 100px;
	height: 100px;
	display: block;
}
.tabCommon .el-table .warning-row {
	background: #fdf5e6 !important;
}
.tabCommon .el-table--striped .el-table__body tr.el-table__row--striped.warning-row td{
	background: #fdf5e6;
}