@charset "utf-8";

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td,span,b,header,nav,footer,aside
{   margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol{list-style: none;}
a{color:black;text-decoration: none;}
html{font-size: 13px;font-family: "微软雅黑","Microsoft YaHei",sans-serif,Arial;color:#333;}
textarea {
	font-family: "微软雅黑","Microsoft YaHei";
}
[v-cloak] {	
	display: none !important;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}
.clearfix:before,
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.portalBody {
	min-width: 500px;
}	

.portalMain {
	
}

.portalMain .portalPage {
	min-height: 100%;
	-webkit-transition: margin-left .28s;
	transition: margin-left .28s;
	margin-left: 150px;
	position: relative;
	padding: 0;
}
.searchWarpTop{margin-top: 10px;}

/* 页面 */
.portalPage_container_full {
	padding: 15px;
}
.portalPage_container {
	/* width: 1200px; */
	margin: 0 auto;
}
.searchWarpTop{margin-top: 15px;}

/* 信息查询筛选条件 */
.searchWarp {}
.searchForm {
	display: flex;
	flex-wrap: wrap;
}
.search_item {
	height: auto;
}
.search_item.search_item_btn {
	height: auto;
	margin-top: 0;
}
.search_item .el-form-item {
	
}
.search_item .el-form-item .el-form-item__label {
	display: block;
	text-align: left;
	color: #333;
	font-size: 13px;
}
.search_item .el-form-item .el-date-editor .el-range-separator {
	width: auto;
}

.search_item .el-form-item.is-required .el-input::before {
	content: '*';
	width: 12px;
	height: 28px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #F10505;
}

/* 后台管理筛选条件 */
.searchWarp .el-collapse-item__header {
	display: block;
	padding: 0 20px 0 15px;
}
.searchWarp .changeText {
	font-size: 12px;
	color: #333;
}
.searchWarp .search_operat {
	float: right;
}
.searchWarp .el-collapse-item__header.is-active {
	
}
.searchWarp .el-collapse-item__header {
	height: 40px;
	line-height: 40px;
	background-color: rgba(204, 204, 204, 0.3);
}
.searchWarp .el-collapse-item__header .el-collapse-item__arrow {
	float: none;
	display: none;
}
.searchWarp .el-collapse-item__content {
    padding: 0;
}
.searchWarp .el-collapse .query {
	padding-top: 15px;
}


.searchMoreOptions {
	padding: 0;
}

.searchMoreOptions_header {
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #ddd;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
}

.searchMoreOptions_content {
	padding: 20px;
}

.searchMoreOptions_footer {
	text-align: right;
	margin: 0;
	padding: 20px;
	border-top: 1px solid #ddd;
}


/* 表格 */
.cmyyTable {width: 100%}
.cmyyTable .el-table::before {height: 0;}
.cmyyTable .el-table {font-size: 13px;}
.cmyyTable .el-table th {padding: 5px 0;background-color: #ecf6ff;font-size: 13px;font-weight: 400;color: #333333;font-weight: bold;}
.cmyyTable .el-table .cell {line-height: 20px}
.cmyyTable .el-table td {font-size: 13px;color: #666;font-weight: 400;border-top: 1px solid transparent;padding: 5px 0;}
.cmyyTable .el-table--striped .el-table__body tr.el-table__row--striped td {}
.cmyyTable .el-table__expanded-cell {padding: 0 50px 10px 50px;}
.cmyyTable .operatTdBtn {padding: 0;margin: 0 3px !important;position: relative;}
.cmyyTable .operatTdBtn::before {content: '';width: 0;height: 13px;border-left: 1px solid #666;position: absolute;top: -1px;left: -6px;}
.cmyyTable .cell>.operatTdBtn:first-child::before {border-left: 0;}

.cmyyTable .el-table__body .el-table__row.tableCheckRow  {
	box-shadow: 0px 0px 3px 0px rgba(0, 153, 255, 0.7);
}
.cmyyTable .el-table__body .el-table__row.tableCheckRow td {
	background-color: #ECF6FF;
	border-color: #99B0FF;
	border-left-color: transparent;
	border-right-color: transparent;
	color: #333 !important;
}
.cmyyTable .el-table__body .el-table__row.tableCheckRow td:first-child {
	border-left: 1px solid #99B0FF;
}
.cmyyTable .el-table__body .el-table__row.tableCheckRow td:last-child {
	border-right: 1px solid #99B0FF;
}

.cmyyTable .el-table__body-wrapper {
	padding-bottom: 2px;
	z-index: 1;
}

.cmyyTable .el-checkbox__input.is-indeterminate .el-checkbox__inner {
	background-color: #fff;
	border-color: #DCDFE6;
}
.cmyyTable .el-button {
	font-size: 13px;
}
.cmyyTable .constraint {
	color: red;
}

.cmyyTable .el-table {
	overflow: visible;
}
.cmyyTable.cmyyTable_scroll:not(.dialogCmyyTable) .el-table .el-table__header-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	z-index: 10;
}
.cmyyTable.cmyyTable_scroll:not(.dialogCmyyTable) .el-table th.is-hidden>* {
	visibility: visible;
}

.cmyyTable .el-table.tdTop td {
	vertical-align: top;
}
.el-table__fixed-right::before,
.el-table__fixed::before {
	background-color: transparent;
}


.cmyyPpaginationWarp {
  padding: 10px 0 0 0;
}
.table_head,
.table_foot {
	font-size: 14px;
	line-height: 22px;
	padding: 5px;
}
		
.cmyyTable .el-table .rowTags {
	display: inline-block;
	font-size: 12px;
	background-color: #99999950;
	color: #999999;
	border-radius: 3px;
	line-height: 100%;
	padding: 5px 8px;
}
.cmyyTable .el-table .rowTags.rowTags1 {
	background-color: #e6a23c30;
	color: #e6a23c;
}
.cmyyTable .el-table .rowTags.rowTags2 {
	background-color: #13ce6630;
	color: #13ce66;
}
		
/* 创美表单 */
.cmyyForm.el-form {
	
}
.cmyyForm.el-form .el-form-item{
	
}
.cmyyForm.el-form .el-form-item .el-form-item__label {
	font-size: 13px;
}
.cmyyForm.el-form .el-form-item .el-form-item__content {
	font-size: 13px;
}

/* 板块 */
.section {
	margin-top: 20px;
}
.section .sectionTitle {
	overflow: hidden;
	border-bottom: 1px solid #DCDFE6;
}
.section .sectionTitle .sectionTitle_text {
	font-size: 13px;
	color: #5980FF;
	float: left;
	padding-left: 18px;
	position: relative;
	font-weight: bold;
}
.section .sectionTitle .sectionTitle_text::before {
	content: '';
	width: 4px;
	height: 100%;
	background: #5980FF;
	position: absolute;
	top: 0;
	left: 0;
}

.section .sectionTitle .sectionTitle_operat {
	float: right;
}

.sectionTitle_operat .el-input__inner,
.section .sectionTitle .sectionTitle_operat .el-input__inner {
	border-color: #5980FF;
	border-width: 2px;
}

.sectionTitle_operat .el-input-group__append,
.section .sectionTitle .sectionTitle_operat .el-input-group__append {
	border-color: #5980FF;
	background-color: #5980FF;
	color: #fff;
}

.sectionTitle_operat .el-input-group__append .el-button,
.section .sectionTitle .sectionTitle_operat .el-input-group__append .el-button {
	font-weight: bold;
}

.section .sectionContainer {
	
}

/* icss修改表格横向滚动条样式 */
.cm_scrollbar::-webkit-scrollbar,
.el-table__body-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar { width: 8px !important; height: 8px !important; }
.cmyyTable.cmyyTable_scroll .el-table__body-wrapper::-webkit-scrollbar {
	display: none;
}
.cm_scrollbar::-webkit-scrollbar-track,
.el-table__body-wrapper::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 2px;
}
.cm_scrollbar::-webkit-scrollbar-thumb,
.el-table__body-wrapper::-webkit-scrollbar-thumb {
  background: #bebebe;
  border-radius: 8px;
}
.cm_scrollbar::-webkit-scrollbar-thumb:hover,
.el-table__body-wrapper::-webkit-scrollbar-thumb:hover {
  background: #0042AB;
}
.cm_scrollbar::-webkit-scrollbar-corner,
.el-table__body-wrapper::-webkit-scrollbar-corner {
  background: #fff;
}

.cmyyTable .custom_scroll {
	width: calc(100% - 30px);
	overflow-x: auto;
	position: fixed;
	z-index: 99;
	top: calc(100vh - 26px);
	right: 150px;
	left: 15px;
	transition: left .28s;
	cursor: pointer;
}

.cmyyTable .custom_scroll .custom_scroll-content {
	/* 高度不设置的话滚动条出不来 */
	height: 1px; 
}


/* saveSaleSuccess */
.customMmessage {
	
}
.customMmessage .el-message__icon {
	display: none;
}
.customMmessage .el-message__closeBtn {
	top: 20px;
}
.customMmessage .saveSaleSuccess_content_title {
	font-size: 16px;
	/* font-weight: bold; */
	line-height: 25px;
	padding-left: 30px;
	margin-bottom: 10px;
}
.customMmessage .saveSaleSuccess_content_info {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding-left: 30px;
}

.saveSaleSuccess .saveSaleSuccess_content_title {
	background: url(../image/icon-2.png) no-repeat center left;
}
.saveSaleError .saveSaleSuccess_content_title {
	background: url(../image/icon-3.png) no-repeat center left;
}

/* 提醒弹窗 */
.remindDialog  .remindDialog_content_title {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 30px;
	background: url(../image/icon-1.png) no-repeat center left;
	margin-bottom: 10px;
}
.remindDialog  .remindDialog_content_info {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	padding-left: 30px;
}

/* 全屏查看大图 */
.cmyyImage_preview {}

.cmyyImage_preview .cmyyImage {
	width: 100px;
	height: 100px;
}

.cmyyImage .el-image__inner,
.el-image__error {
	visibility: hidden;
}

.line_10 {
	border-bottom: 10px solid #F0F2F5;
	margin: 10px 0;
}

/* 下单功能-公用头部 */
.pageTop {
	/* height: 50px; */
	line-height: 30px;
}
.pageTop .title1 {
	font-weight: bold;
	color: #5980FF;
	font-size: 16px;
	margin-right: 10px;
}
.pageTop .title2 {
	color: #333;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 5px;
}
.pageTop .title2 b {
	color: #5980FF;
}
.pageTop .title3 {
	color: #666;
	font-size: 13px;
}
.pageTop .title3:hover {
	color: #5980FF;
}
.pageTop .pageTop_left .back {
	font-size: 18px;
}


/* 订单动态 */
.detailPageLogMian {}
.detailPageLogMian .detailPageLog_item {
	display: flex;
	padding-bottom: 10px;
	position: relative;
}
.detailPageLogMian .detailPageLog_item::before {
	content: '';
	width: 0;
	height: 100%;
	border-left: 1px solid #ddd;
	position: absolute;
	top: 8px;
	left: 4.5px;
}
.detailPageLogMian .detailPageLog_item:first-child::before {
	border-left: 1px dashed #ddd;
}
.detailPageLogMian .detailPageLog_item:last-child::before {
	border: 0;
}
.detailPageLogMian .detailPageLog_item .detailPageLog_item_icon {
	width: 20px;
	height: 10px;
	background: url(/_ui/desktop/common/portal/image/icon-4.png) no-repeat center left;
	position: relative;
	top: 6px;
}
.detailPageLogMian .detailPageLog_item .detailPageLog_item_icon.active {
	background: url(/_ui/desktop/common/portal/image/icon-5.png) no-repeat center left;
}
.detailPageLogMian .detailPageLog_item .detailPageLog_item_text {
	flex: 1;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}


/*

	信息后台公用样式
*/
.portalPage {padding: 15px;}
.mainColor {color: #13ce66;}
.errorColor{color: #ff4949;}
.portal-title {font-size: 30px;color: #686868; height: 40px;line-height: 40px;/*border-bottom: 1px solid #eaeef5;margin-bottom: 20px;*/font-size: 20px;font-weight: bold;}
.portalPage .box-card { margin-bottom: 10px; }
.go-page { color: #0068cf; position: absolute;top: 36px;right: 26px;font-size: 16px;cursor: pointer;font-weight: normal;}

.w200 {width: 200px;}
.w150 {width: 150px;}

/* 详情样式 */
.datailForm {
  margin-top: 15px;
  border: 1px solid #ddd;
  border-bottom: none;
}
.datailForm .el-form-item {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.datailForm .el-form-item__label {
  font-size: 13px;
  padding: 10px 0;
  color: #999;
}
.datailForm .el-form-item__content {
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
  padding: 10px 0 0 10px;
  border-left: 1px solid #ddd;
}

.doubt {width: 20px;height: 20px; line-height: 19px; text-align: center; border-radius: 50%;border: 1px solid red;display: inline-block;margin-left: 10px;color: red;cursor: pointer;}


/* element 消息提示框 */
.el-message {
	top: 30% !important;
}

/* 日期组件 */
.cmyy_formItem_daterange.el-form-item.is-error .el-input__inner,
.cmyy_formItem_daterange.el-form-item.is-error .el-input__inner:focus{
	border-color: #DCDFE6;
}
.cmyy_formItem_daterange.el-form-item.is-error>.el-form-item__content>.el-input>.el-input__inner,
.cmyy_formItem_daterange2.el-form-item.is-error>.el-form-item__content>.el-input>.el-input__inner {
	border-color: #F10505;
}

/* 使用指引 */
.cm_introBtn {display: inline-block;vertical-align: middle;color: #999;cursor: pointer;font-size: 12px;}
.cm_introBtn:hover {color: #5980FF;}

.el-picker-panel.hide-time {
    .el-button--text.el-picker-panel__link-btn {
        display: none !important;
	}
}