/* treetable 树状表格样式*/
.treeTable-empty {
	width: 20px;
	display: inline-block;
}

.treeTable-icon {
	cursor: pointer;
}

.treeTable-icon .layui-icon-triangle-d:before {
	content: "\e623";
}

.treeTable-icon.open .layui-icon-triangle-d:before {
	content: "\e625";
	background-color: transparent;
}
.card_img_div{
	    width: 280px;
	    height: 180px;
	    display: flex;
	    justify-content: center;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    margin-right: 10px;
	    align-items: center;
}
.card_img_div img{
	max-width: 100%;
	max-height: 100%;
}
/* hide */
.hide {
	display: none;
}

.layui-tree-entry .layui-icon-file {
	display: block;
	visibility: hidden;
	margin-left: -4px;
}

.layui-tree-pack .layui-icon-file {
	display: none;
}



/* 搜索框 */
.layui-inline-search {
	position: absolute;
	right: 5px;
	margin-top: -3px;
}

.layui-form-search {
	/* padding-right: 80px; */
}

.layui-form-search .layui-col-lg3,
.layui-form-search .layui-col-md4 {
	margin-bottom: 10px;
}

.search_btns {
	text-align: right;
}

.search_btns button {
	margin-top: -5px;

}
.abnormal-btn{
	margin-left: 0px !important;
	margin-top: 5px;
}
/* table样式修改 */
.layui-table-width-auto {
	width: auto !important;
}

/* 订单表格 商品信息样式 */
.layui-goods-info {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.layui-goods-info img {
	height: 50px;
	width: 50px;
	min-width: 50px;
	margin-right: 4px;
}

.layui-goods-info .goods_infos {
	min-width: 150px;
}

.layui-goods-info .goods_infos .goods_name {
	max-height: 36px;
	overflow: hidden;
	display: block;
}

.layui-goods-info .goods_infos .goods_specs {
	max-height: 32px;
	overflow: hidden;
	display: block;
	font-size: 13px;
	color: #afafaf;
}


.custom-table+.layui-border-box .layui-table-cell {
	height: auto !important;
	line-height: normal !important;
	white-space: initial !important;
}

.custom-table+.layui-border-box a {
	color: #3A8EFF;
}

.order-table+.layui-border-box tbody tr .layui-table-col-special {
	background-color: #FFFFFF !important;
}



.layui-goods-info {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/* 信息表格 商品信息样式 */
.layui-info {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.layui-info img {
	height: 50px;
	width: 50px;
}

.layui-info .l_infos {

	padding-left: 5px;
}

.layui-info .l_infos .l_name {
	max-height: 36px;
	overflow: hidden;
	display: block;
}

.layui-info .l_infos .l_specs {
	max-height: 36px;
	overflow: hidden;
	display: block;
	font-size: 13px;
	/* color: #afafaf; */
}

.layui-info-address {
	max-width: 200px;
	white-space: pre-wrap;
}


/* .laytable-cell-checkbox{
	width: 28px !important;
} */
.layui-table-cell a:hover {
	cursor: pointer;
}

.layui-table-spantd {
	background: #fafafa;
}

.colspan-td .a-right {
	float: right;
}

.float-right {
	float: right;
}

.a-right-add_express {
	float: right;
	margin-right: 20px;
}

.a-right-add_express span {
	margin-right: 4px;
}

.colspan-td span {
	margin-left: 10px;
}

.layui-table-nospantd>.layui-table-cell {
	line-height: normal;
	white-space: normal;
	padding: 0px 5px;
}


.layui-copy,
.a-right {
	color: #2525e8;
}

.line-height-none {
	line-height: normal;

	text-align: center;
}

.line-height-none a {
	color: #2525e8;
}

.white-space-normal {
	white-space: normal;
	position: relative;
}

.fixed-height-p {
	height: 39px;
}

p {
	word-break: break-all;
}

.small-p {
	color: #afafaf;
	font-size: 13px;
}

.small-red-p {
	color: #f94646;
	font-size: 13px;
}

.red-p {
	color: #f94646;
	clear: both;
}


.red-span {
	color: #f94646;
}

.blue-span {
	color: #3A8EFF;
}

.blue-a {
	color: #3A8EFF;
	cursor: pointer;
}

.phone-span {
	color: #040404;
}

.refuse-icon {
	font-size: 14px;
	margin-left: 3px;
}

.refuse-span {
	cursor: pointer;
}

.edit-span {
	color: #108EE9;

	right: 5px;
	position: absolute;
	right: -10px;
	top: 0;
}

.express-a {
	color: #108EE9;
	cursor: pointer;
	margin-left: 20px;
}

.express_model .layui-input-block {
	margin-left: 90px !important;
}

.express_model .layui-form-label {
	width: auto;
}



/* 图片裁剪 start */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* 图片裁剪 end */



/* #region 步骤条面板 */

.layui-step {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #fff;
}

.layui-step-title {
	width: 100%;
	padding-top: 20px;
}

.layui-step-title-item {
	min-height: 60px;
	float: left;
	background-color: #fff;
	text-align: center;
	position: relative;
}

.layui-step-title-item::after {
	content: "";
	width: 100%;
	display: inline-block;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	top: 14px;
	left: 0px;
}

.layui-step-title-item.step-finish::after {
	background-color: #2593FC;
}

.layui-step-title-item.step-current::after {
	background-color: #2593FC;
}

.layui-step-title-item.step-disabled::after {
	background-color: #ccc;
}

.layui-step-title-item.step-first::after {
	width: 50%;
	left: 50%;
}

.layui-step-title-item.step-last::after {
	width: 50%;
	right: 50%;
}

.layui-step-title-item.step-finish .step-icon {
	background-color: #2593FC;
	color: #fff;
	border: 1px solid #2593FC;
}

.layui-step-title-item.step-current .step-icon {
	background-color: #2593FC;
	color: #fff;
	border: 1px solid #2593FC;
}

.layui-step-title-item.step-disabled .step-icon {
	background-color: #ccc;
	color: #fff;
	border: 1px solid #ccc;
	cursor: not-allowed;
}

.layui-step-title-item.step-disabled .step-text {
	color: #bbb;
}

.layui-step-title-item.step-disabled .step-description {
	color: #ddd;
}

.step-icon {
	height: 26px;
	width: 26px;
	z-index: 1;
	color: #c2c6c6;
	cursor: pointer;
	text-align: center;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	background: #ffffff;
	border: 1px solid #c2c6c6;
}

.step-icon>i {
	position: absolute;
	top: 1px;
	font-style: normal;
	left: 9px;
}

.step-text {
	font-weight: bolder;
	color: #555555;
	margin-bottom: 10px;
	padding: 0px 15px;
}

.step-description {
	color: #aaa;
	font-weight: 300;
	padding: 0px 15px;
}

.layui-step-content {
	width: 100%;
	min-height: calc(100% - 105px);
	position: relative;
	margin-top: 20px;
	background-color: white;
}

.layui-step-content-item {
	width: 100%;
	position: relative;
	padding: 15px 0px;
	top: 0px;
	left: 0px;
	display: none;
}

.layui-step-content-item .content-item-before {
	/* content: " ";
    width: 20px;
    height: 20px;
    background-color: #eef1f5;
    position: absolute;
    top: -10px;
    transform: rotate(45deg); */
}

.layui-step-btn {
	position: fixed;
	top: calc(100% - 40px);
	right: 0px;
}

.layui-step.layui-step-line .layui-step-title-item {
	background-color: #eef1f5;
	text-align: left;
	height: 40px;
	min-height: 40px;
	box-sizing: border-box;
}

.layui-step.layui-step-line .layui-step-title-item::after {
	content: "";
	width: 0px;
	display: inline-block;
	height: 0px;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 99.99%;

	border-style: solid dashed dashed;
	border-color: transparent transparent transparent #eef1f5;
	border-width: 20px;
}

.layui-step.layui-step-line .layui-step-title-item.step-first::before {
	border: 0px;
}

.layui-step.layui-step-line .layui-step-title-item.step-first {
	padding-left: 10px;
}

.layui-step.layui-step-line .layui-step-title-item::before {
	content: "";
	width: 0px;
	display: inline-block;
	height: 0px;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: auto;
	right: 99.99%;

	border-style: solid dashed dashed;
	border-color: #eef1f5 #eef1f5 #eef1f5 transparent;
	border-width: 20px;
}

.layui-step.layui-step-line .layui-step-title-item.step-last::after {
	border: 0px;
}

.layui-step.layui-step-line .layui-step-title-item .step-icon {
	float: left;
	margin-top: 7px;
}

.layui-step.layui-step-line .layui-step-title-item .step-text {
	float: left;
	margin: 10px 0 0 0;
	color: #2593FC;
}

.layui-step.layui-step-line .layui-step-title-item .step-description {
	float: left;
	margin: 10px 0 0 0;
	color: #2593FC;
}

.layui-step.layui-step-line .layui-step-title-item.step-current .step-text,
.layui-step.layui-step-line .layui-step-title-item.step-current .step-description {
	color: #2593FC;
}

.layui-step.layui-step-line .layui-step-title-item.step-disabled .step-text {
	color: #ccc;
}

@media screen and (max-width: 768px) {
	.layui-step.layui-step-line .layui-step-title-item .step-text {
		display: none;
	}

	.layui-step.layui-step-line .layui-step-title-item .step-description {
		display: none;
	}
}

/* #endregion */




/* 添加商户  start */
.layui-form-50 {
	width: 50%;
	margin: auto;
	min-width: 620px;
}

.layui-zupload {
	position: relative;
}

.layui-zupload-120 {
	width: 120px;
	height: 120px;

	border: 1px solid #ccc;
	border-radius: 2px;
	position: inherit;
}

.layui-zupload-121 {
	width: 120px;
	height: 120px;

	border: 1px solid #ccc;
	border-radius: 2px;
	position: relative;
	float: left;
	margin-right: 10px;
}


.layui-zupload-151 {
	width: 150px;
	height: 150px;

	border: 1px solid #ccc;
	border-radius: 2px;
	position: inherit;
}

.layui-zupload-150 {
	width: 150px;
	height: 220px;
	border: 1px solid #ccc;
	border-radius: 2px;
	position: inherit;
}

.layui-zupload-250 {
	width: 248px;
	height: 150px;
	border: 1px solid #ccc;
	border-radius: 2px;
	position: inherit;
	display: inline-block;
	float: left;
	margin-right: 2px;
}

.layui-zupload-251 {
	width: 248px;
	height: 150px;
	border: 1px solid #ccc;
	border-radius: 2px;
	display: inline-block;
	float: left;
	margin-right: 2px;
}

.layui-zupload-690 {
	width: 288px;
	height: 120px;

	border: 1px solid #ccc;
	border-radius: 2px;
	position: inherit;
}

.layui-zupload-690 .layui-uploadimg img {
	width: 100%;
}

.layui-zupload img {
	max-width: 100%;
	/* height: 100%; */
	max-height: 100%;
}

.layui-uploadimg {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.layui-upload-mask {
	background-color: #000000;
	opacity: 0.6;
	position: absolute;
	width: calc(100% + 2px);
	height: 100%;
	left: 0;
	top: 0;
	margin-left: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.layui-upload-mask .layui-icon-close {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
	color: #e9e3e3;
	cursor: pointer;
}

.layui-upload-mask .layui-icon-refresh {
	font-size: 40px;
	color: white;
	cursor: pointer;
}

.layui-zupload:hover .layui-upload-mask {
	display: flex !important;
}

.success_icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: white;
	background-color: #68f270;
	border-radius: 50%;
	margin: auto;
}

.success_icon i {
	font-size: 50px !important;
}

.add-success {
	height: 400px;
	padding-top: 100px;
	display: none;
}

.success_text {
	text-align: center;
	padding: 20px;
	font-size: 30px;
}

.add-success button {

	margin: auto;
	display: block;
	width: 300px;
}

.form-label {
	float: left;
	display: block;
	padding: 9px 15px;

	font-weight: 400;
	line-height: 20px;
	text-align: right;
	cursor: pointer;
}
.form-label-sm {
	float: left;
	display: block;
	padding: 9px 15px;
	padding-right: 0px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
	cursor: pointer;
}
.form-label-sm i{
	margin-left: 2px;
}
.block-sm{
	margin-left: 80px;
}

.status_label{
	background-color: #e16047;
	    color: white;
	    padding: 2px 5px;
	    border-radius: 5px;
	    font-size: 12px;
	    line-height: 18px;
	    height: 18px;
		margin-left: 0px !important;
}

/* 添加商户  end */



/* 城市级联  start*/
.layui-justify {
	display: flex;
	justify-content: space-between;
}

.layui-input-city {
	width: 32%;
	float: left;
}

/* 城市级联  end*/

.bajie-agreement {
	color: royalblue;
	cursor: pointer;
}

.bajiezu-xy .layui-unselect {
	margin-top: 3px !important;
	float: left;
}

.agreement_model img {
	width: 100%;
}

.form-item-btns {
	margin-top: 30px;
}

.layui-movea cite {
	color: #5788FF !important;
}

.goback {
	color: #5788FF !important;
	display: inline-block;
	float: right;
	cursor: pointer;
}


/* 备注信息表格 */
.remark_table {
	width: 100%;
}

.remark_table tr {
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

.remark_table td {
	padding: 10px 0px;
}

.remark_table .mer_name {
	min-width: 90px;
}

.remark_table .date_str {
	min-width: 90px;
}

/* 审核拒绝弹框 */
#LAY-popup-refuse {
	overflow: initial;
}

/* 编辑快递信息弹框 */
#LAY-popup-express-add {
	overflow: initial;
}

/* 用户弹出框 */
#LAY-popup-user-add {
	overflow: initial;
}

/* table编辑按钮样式 */
.table-edit-a {
	color: #2593fc;
	margin-right: 5px;
}

.table-edit-a:hover {
	color: #2593fc;
}

/* table删除按钮样式 */
.table-delete-a {
	color: red;
	margin-left: 5px;
}

.table-delete-a:hover {
	color: red;
}

/* 行内  块级元素 */
.inline-block {
	display: block;
}

/* 详情title */
.info_title {
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 20px;
}

/* 蚁盾详情 */
.yidun_div {
	margin-bottom: 10px;
}

.yidun_div .span_key {
	color: black;
}

/* table中的img */
.alltable_img {
	max-width: 50px !important;
}

.alltable_img_activity {
	max-width: 100px !important;
}


.layui-info_img img {
	max-width: 60px;
}


/* 商品编辑页面样式  */
.base_12 {
	padding-left: 280px;
	height: 200px;
}

.base_12 .img_div {
	position: absolute;
	left: 0px;
	width: 280px;
}

.base_12 .goods_sort {
	display: flex;
	justify-content: space-between;
}

.base_12 .goods_sort .select {
	width: 48%;
}

.label_list {
	height: 40px;
}

.label_list .add_item {
	float: left;
	padding: 8px 10px;
	background-color: #108EE9;
	color: white;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
}

.label_list .label_item_s {
	float: left;
	padding: 8px 10px;
	background-color: #108EE9;
	color: white;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
}

.label_list .label_item {
	float: left;
	padding: 8px 10px;
	background-color: #a7aab2;
	color: white;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
}

.label_list .active {
	background-color: #108EE9 !important;
}

.label_list .label_item i {
	color: white;
	position: absolute;
	top: -6px;
	background-color: #e34b4b;
	border-radius: 50%;
	height: 16px;
	line-height: 16px;
	width: 16px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.specs-inline .specs-input {
	width: 160px;
	position: absolute;
	top: 0px;
}

.specs-select {
	position: absolute;
	top: 0px;
	z-index: 0;
}

.upload-list .del_img_div {
	position: absolute;
	top: 0;
	background-color: black;
	color: white;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.5;
	opacity: 0.5;
	width: 100%;
	text-align: right;
	height: 18px;
	line-height: 18px;
	margin-bottom: -18px;
	display: none;
}

.upload-list .img-150 {
	width: 180px;
	height: 140px;
	position: relative;
	float: left;
	margin-right: 10px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
}

.upload-list .img-400 {
	width: 400px;
	position: relative;
}

.upload_image_item img {
	max-width: 100%;
	max-height: 100%;
}

.upload_image_item:hover .del_img_div {
	display: block;
}

/* 活动管理  首页活动版块样式 start */
/* 一左二右 start */
.activity_left_model {
	width: 375px;
	border: 1px solid #ccc;
	border-radius: 5px;
	float: left;
	padding: 5px 10px;
	background-color: #ccc;
}

.activity_right_model {
	width: calc(100% - 400px);
	border-radius: 5px;
	float: right;
}

.activity_left_model .activity_left_model_item {
	width: 100%;
	height: 283px;
	position: relative;
}

.delete_model {
	clear: both;
	color: white;
	border-radius: 8px;
	text-align: right;
	position: absolute;
	right: 15px;
}

.delete_model img {
	width: 28px;
	cursor: pointer;
}

.online_model {
	clear: both;
	color: white;
	border-radius: 8px;
	text-align: right;
	position: absolute;
	left: 0;
}

.online_model img {
	width: 28px;
	cursor: pointer;
}

.add_model {
	width: 100%;
	height: 40px;
	clear: both;
	border-radius: 8px;

	margin-top: 10px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.add_model .left_addmodel_btn {
	width: 49%;
	height: 40px;
	clear: both;
	border-radius: 8px;
	background-color: white;

	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.add_model .right_addmodel_btn {
	width: 49%;
	height: 40px;
	clear: both;
	border-radius: 8px;
	background-color: white;

	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.activity_left_model_item .item_left {
	float: left;
	background-color: white;
	width: 186px;
	border-radius: 0px 0px 0px 8px;
	height: 240px;
}

.activity_left_model_item .item_left .item_left_content {
	padding: 10px;
	cursor: pointer;
}

.activity_left_model_item .item_left .item_left_content .item_img img {
	width: 100%;
	height: 195px;
}

.activity_left_model_item .item_left .item_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity_left_model_item .item_left .item_title label {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity_left_model_item .item_left .item_title text {
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity_left_model_item .item_right {
	float: right;

	width: 186px;
}

.activity_left_model_item .item_right .right_top {
	padding: 10px 10px 5px 10px;
	background-color: white;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer;
}

.activity_left_model_item .item_right .right_bottom {
	padding: 5px 10px 10px 10px;
	margin-top: 4px;
	background-color: white;
	border-radius: 0px 0px 8px;
	cursor: pointer;
}

.activity_left_model_item .item_right .right_top .item_img img,
.activity_left_model_item .item_right .right_bottom .item_img img {
	width: 100%;
	height: 63px;
}

.activity_left_model_item .item_right .right_top .item_title,
.activity_left_model_item .item_right .right_bottom .item_title {
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity_left_model_item .item_right .right_top .item_title label,
.activity_left_model_item .item_right .right_bottom .item_title label {
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity_left_model_item .item_right .right_top .item_title text,
.activity_left_model_item .item_right .right_bottom .item_title text {
	font-size: 12px;
	display: block;
	color: #666666;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 一左二右 end */


/* 三个 start */
.activity_left_model_item1 {
	margin-bottom: 8px;
}


.activity_left_model_item1 .item_view {
	padding: 10px;
	background-color: white;

	border-radius: 0px 0px 8px 8px;
	display: flex;
	text-align: center;
	position: relative;
}

.activity_left_model_item1 .item_view .item_view_content {
	cursor: pointer;
	width: 33%;
}

.activity_left_model_item1 .item_view_content .item_title label {
	font-size: 18px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity_left_model_item1 .item_view_content .item_title {
	height: 40px;

}

.activity_left_model_item1 .item_view_content .item_title text {
	font-size: 12px;
	color: #666666;
	display: block;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.activity_left_model_item1 .item_view_content .item_img {
	padding: 5px;
}

.activity_left_model_item1 .item_view_content .item_img img {
	width: 100%;
	height: 100px;
}

/* 三个 end */
.mobel_top_menu {
	height: 30px;
	line-height: 30px;
	padding: 0px 15px;
	background-color: white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.mobel_top_menu .del_label {
	cursor: pointer;
	color: #FF5722;
}

.mobel_top_menu .online_label {
	color: #108EE9;
	cursor: pointer;
	margin-right: 40px;
	    float: right;
}
.mobel_top_menu .online_label_on{
	color: #009E94;
}

.mobel_top_menu .online_label_none {
	color: #009E94;
}

.layui-md6-label {
	float: left;
	display: block;
	padding: 9px 15px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
	cursor: pointer;
}

/* 活动管理  首页活动版块样式 end */


/* 备注 旗子样式 start */
.icon_qizi_div{
			display: flex;
			justify-content: space-around;
		}
		.icon_qizi_div .icon-qizi{
			    font-size: 25px;
			    margin-top: -5px;
		}
		.icon_qizi_div .layui-anim{
			font-size: 15px;
		}
		
		.icon_qizi_div .layui-form-radio>i {
			margin-right: 2px;
		}
		.icon_qizi_div .layui-form-radio{
			margin-right: 0px;
		}
		.remarks_model textarea{
			height: 150px;
		}
		.remarks_model .remark_line{
			width: 100%;
			margin-top: 20px;
		}
		.star-color1{
			color:#d81e06;
		}
		.star-color2{
			color: #1afa29;
		}
		.star-color3{
			color: #1296db;
		}
		.star-color4{
			color: #13227a;
		}
		.star-color5{
			color: #d4237a;
		}
/* 备注 旗子样式 end */



/* 自定义租期样式 start */
		.z_table{
			width: 100%;
			padding: 10px 10px 0px 10px;
			clear: both;
			    border: 1px solid #e3e2e2;
			    border-radius: 5px;
		}
		.z_table .z_table_head{
			width: 100%;
			display: flex;
		}
	   .z_table_4 .z_table_head p{
			width: 25% !important;
		}
		.z_table .z_table_head p{
			width: 20%;
			text-align: center;
		}
		.layui-input-sm{
			display: inline-block;
			height: 30px;
		}
		.layui-input-sm-60{
			display: inline-block;
			height: 30px;
			width: 60px;
			text-align: center;
		}
		.z_table_body .z_tr{
			width: 100%;
			display: flex;
			padding: 5px 0px;
		}
		.z_table_body .add_tr{
			border-top: 1px solid #e9e9e9;
		}
		.z_table_4 .z_table_body .z_tr .z_td{
			width: 25% !important;
		}
		.z_table_body .z_tr .z_td{
			width: 20%;
			padding: 0px 5px;
			display: flex;
			justify-content: center;
		}
		.z_table_body .z_tr .z_td .unit{
			line-height: 30px;
			padding: 0px 5px;
		}
		.z_table_body .z_tr .z_td .red-span {
			line-height: 30px;
			    cursor: pointer;
			    width: 100%;
				text-align: center;
				    border-radius: 5px;
				    border: 1px solid;
		}
		.z_table_body .byout-input{
			background-color: #e8e6e6;
		}
		.add_z_tr{
			width: 120px;
			border: 1px solid #108ee9;
			color: #108ee9;
			height: 30px;
			line-height: 30px;
			border-radius: 5px;
			text-align: center;
		}
/* 自定义租期样式 end */