@charset "UTF-8";

.first-nav {}

.first-nav li {
	font-size: 14px;
	width: 100px;
	height: 36px;
	border-radius: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 10px;
}

.first-nav li.on {
	background: rgba(51, 51, 51, 0.52);
	color: #ffffff;
}

/* 我的订单 - 首页*/
.screen-view {
	padding: 0 15px;
	flex-wrap: wrap;
}

.screen-view .view-item {
	margin-bottom: 10px;
}

.screen-view .label-title {
	font-size: 13px;
}

.screen-view .form-control {
	font-size: 13px;
	height: 39px;
	width: 180px;
}

.screen-view .js-datepicker {
	font-size: 13px;
	width: 120px;
}

.screen-view .js-datepicker[readonly] {
	background: transparent !important;
	cursor: pointer;
}

.datepicker-days {
	padding: 10px;
}

.datepicker-days .datepicker-switch {
	text-align: center;
}

.datepicker-days .next,
.datepicker-days .prev {
	cursor: pointer;
}

.datepicker-days .dow,
.datepicker-days .day {
	text-align: center;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #bbb;
}

.input-daterange {
	width: auto;
}

.input-daterange input {
	text-align: left;
}

.order-view-list .card-toolbar,
.order-view-list .card-body {
	padding-left: 0;
	padding-right: 0;
}

.order-view-list .counts {
	padding: 5px 15px;
	margin-bottom: 0;
}

.order-view-list .table .btn {
	margin: 2px 10px 2px 0;
}


/* 新增订单 */
.add-order-view {}

.add-order-view .input-group-addon {
	background: #fff;
	font-size: 12px;
}

.modal-order-view .input-group-addon {
	background: #fff;
	font-size: 12px;
	width: 60px;
}

.add-order-view .input-group .form-control {
	font-size: 12px;
}

.add-order-view .old-data {
	height: 38px;
	border-radius: 2px;
	color: #666666;
	width: 100px;
	line-height: inherit;
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 12px;
	cursor: pointer;
}

.add-order-view .form-control[readonly] {
	background: transparent !important;
	cursor: pointer;
}

.add-order-view select[multiple],
.add-order-view select[size] {
	height: 38px;
}

.add-order-view .input-group {
	font-size: 12px;
}

.add-order-view .input-group input[type=checkbox] {
	position: relative;
	margin-top: 0;
	margin-right: 5px;
}

.add-order-view .checkbox label {
	height: 20px;
}

.addShop {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	cursor: pointer;
	font-size: 22px;
}

.title-name {
	height: 38px;
	padding: 5px 12px;
	border: 1px solid #ebebeb;
	border-right: none;
	box-sizing: border-box;
}

.width-small {
	width: 120px !important;
}

.couponmodal-view {
	padding: 35px;
	padding-bottom: 15px;
}

.couponmodal-view ul li {
	border: 1px solid #DEDEDE;
	float: right;
	width: 48%;
	border-radius: 8px;
	margin-bottom: 20px;
	cursor: pointer;
}

.couponmodal-view ul li:nth-of-type(odd) {
	float: left;
}

.couponmodal-view ul li .list-view1 {
	height: 90px;
	padding: 20px;
}

.couponmodal-view ul li .list-view1 .list-price {
	font-size: 20px;
	font-weight: bold;
}

.couponmodal-view ul li .list-view1 .list-text {
	font-size: 18px;
}

.couponmodal-view ul li .list-view2 {
	border-top: 1px solid #DEDEDE;
	height: 45px;
	padding: 0 20px;
}

.couponmodal-view ul li.on {
	border-color: #33cabb;
	background: #33cabb;
	color: #fff;
}

.couponmodal-view ul li.on .list-view2 {
	border-color: #fff;
}

.takeorder {
	color: #33cabb;
	cursor: pointer;
}

.submitmodal-view {
	position: relative;
	padding: 0;
}

.submitmodal-view .title-text {
	line-height: 45px;
	text-align: right;
}

.submitcouplist-view ul li {
	border: 1px solid #DEDEDE;
	float: right;
	width: 48%;
	border-radius: 8px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}

.submitcouplist-view ul li:nth-of-type(odd) {
	float: left;
}

.submitcouplist-view ul li .list-view1 {
	position: relative;
	height: 90px;
	padding: 20px;
}

.submitcouplist-view ul li .list-view1 .list-price {
	font-size: 20px;
	font-weight: bold;
}

.submitcouplist-view ul li .list-view1 .list-text {
	font-size: 18px;
}

.submitcouplist-view ul li .list-view2 {
	border-top: 1px solid #DEDEDE;
	height: 45px;
	padding: 0 20px;
	font-size: 13px;
}

.submitcouplist-view ul li.on {
	border-color: #33cabb;
	/* background:#33cabb ;
	color: #fff; */
}

.submitcouplist-view ul li.on .list-view1::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 50px solid #33cabb;
	border-left: 50px solid transparent;
}

.submitcouplist-view ul li.on .list-view1::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../images/dui_white.png) top 5px right 5px no-repeat;
	background-size: 20px;

}

.submitcouplist-view ul li.on .list-view2 {
	/* border-color: #fff; */
}

.addClick-img {
	width: 48%;
	height: 400px;
	border: 1px dashed #DEDEDE;
	font-size: 30px;
	text-align: center;
	line-height: 400px;
	cursor: pointer;
}

/* 新增订单 end */
/* 订单详情 star */
.order-details-view1 {
	padding: 0 30px;
}

.order-title-view1 {
	position: relative;
}

.order-title-view1 .title {
	font-size: 18px;
	position: relative;
	padding-left: 20px;
}

.order-title-view1 .title::before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 8px;
	height: 25px;
	content: "";
	border-radius: 8px;
	background: rgba(26, 188, 156, 1);
}

.order-content-view1 {
	position: relative;
	border: 1px solid #DEDEDE;
	padding: 30px;
	margin-top: 30px;
}

.order-content-view1 .clearTable td,
.order-content-view1 .clearTable th {
	border: 1px solid transparent !important;
}

.viewPictureImg {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

/* 订单详情 end */
/* 会员管理star */
.integral-view {
	position: relative;
	padding: 0 30px;
}

.integral-view .order-content-view1 {
	position: relative;
	border: 1px solid #DEDEDE;
	padding: 0 30px;
	padding-top: 25px;
	margin-top: 30px;
}

.inteage-title {
	color: #333;
	font-size: 13px !important;
}

.integral-view .input-group .form-control:last-child {
	font-size: 12px;
}

.integral_modal_view {
	position: relative;
	padding: 0 20px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.integral_modal_view .hexiao_modal_title {
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}

.integral_modal_view .hexiao_modal_content {
	position: relative;
}

.integral_modal_view .hexiao_modal_content .list_view1 {
	min-height: 40px;
}

.integral_modal_view .hexiao_modal_content .list_view1 .add_icon {
	width: 140px;
	height: 140px;
	cursor: pointer;
}

.addimgView {
	position: relative;
}

.addimgView .item_list {
	margin-right: 30px;
}

.addimgView .item_list:nth-last-of-type(1) {
	margin-right: 0;
}

.addimgView .item_list .item_img {
	position: relative;
	width: 140px;
	width: 140px;
}

.addimgView .item_list .item_img .img_icon {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	height: auto;
}

.addimgView .item_list .item_img .del_icon {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	border-radius: 20px;
	cursor: pointer;
	z-index: 233;
}

.tableHover thead tr {
	text-align: center;
}

.tableHover tbody tr {
	cursor: pointer;
	text-align: center;
}

.tableHover tbody tr:hover {
	background: #2ba99d;
	border-color: #2ba99d;
}

.tableHover tbody tr:hover td {
	color: #fff;
}

.tableHover tbody tr.on {
	background: #2ba99d;
	border-color: #2ba99d;
}

.tableHover tbody tr.on td {
	color: #fff;
}

.staff_title {
	width: 110px;
	text-align: right;
	margin-right: 20px;
}

.isBorder tbody tr td {
	border-top: none !important;
}

.secondary_view {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
}

.secondary_view li {
	border: 1px solid #33cabb;
	padding: 5px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-right: 20px;
	cursor: pointer;
}

.secondary_view li.on {
	background: #33cabb;
	color: #fff;
}

.fontSize_ {
	font-size: 35px;
}

.leagueCouponsType {
	position: relative;
}

.leagueCouponsType li {
	width: 120px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #33cabb;
	color: #33cabb;
	margin-right: 30px;
	cursor: pointer;
}

.leagueCouponsType li.on {
	color: #fff;
	background: #33cabb;
}

.activityTab {
	position: relative;
}

.activityTab li {
	margin-right: 30px;
	cursor: pointer;
}

.activityTab li:nth-of-type(1) {
	margin-left: 30px;
}

.activityTab li:hover {
	color: #33cabb;
}

.activityTab li.on {
	color: #33cabb;
}

.activityView {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.activityView li {
	width: 180px;
	margin-top: 30px;
	margin-right: 30px;
	border: 1px solid #DEDEDE;
	cursor: pointer;
	position: relative;
}
.activityView li .bg_hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0,0,0,0.5);
	color: #fff;
	
}
.activityView li:hover .bg_hover{
	z-index: 123;
}
.activityView li .icon_ {
	display: block;
	width: 180px;
	height: 165px;
}

.activityView li .plText {
	padding: 10px;
	height: 60px;
	overflow: hidden;
	box-sizing: border-box;
}

.couponStyle .masonry-item {
	border: 1px solid #DEDEDE;
	margin-top: 20px;
	padding-bottom: 0 !important;
}

.couponStyle .masonry-item .pl {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.couponStyle .masonry-item:hover {
	color: #33cabb;
}

.CouponViewList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
}
.CouponViewList  li{
	position: relative;
	width: 32%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding: 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #DEDEDE;
}
.CouponViewList  li:nth-of-type(3n){
	margin-right:0;
}
.CouponViewList  li .icon_coupon{
	display: block;
	max-width: 100%;
	height: 120px;
}
.CouponViewList  li.on{
	border: 1px solid #33cabb;
}
.applicationTab{
	position: relative;
	height: 50px;
	border-bottom: 1px solid #DEDEDE;
}
.applicationTab li,.applicationTab li a{
	padding: 0 20px;
	line-height: 50px;
	cursor: pointer;
	border-bottom: 1px solid none;
}
.applicationTab li:hover{
	color: rgba(26, 188, 156, 1);
	border-bottom: 1px solid rgba(26, 188, 156, 1);
}
.applicationTab li.on {
	color: rgba(26, 188, 156, 1);
	border-bottom: 1px solid rgba(26, 188, 156, 1);
}
.applicationTab li.on a,.applicationTab li:hover a{
	color: rgba(26, 188, 156, 1);
}
/* 会员管理end */

/* 平台服务 */
.service-show{
	width: 15%;
	/* height: 6rem; */
	border: 0.1rem solid #999999;
}
.service-show-title{
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 2rem 0;
	border-bottom: 0.1rem solid #999999;
}

.service ul {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1.4rem 0;
}
.service ul:first-child{
	background-color: rgba(242, 242, 242, 1);
}
.service ul li{
	width: 10%;
	text-align: center;
}

.service ul:not(:first-child){
	border-bottom: 0.1rem solid #999999;
}
.service-li-img{
	width: 3.3rem;
	height: 3.3rem;
	margin: 0 auto;
}
.service-li-img img{
	max-width: 3.3rem;
	max-height: 3.3rem;
}

.x_service_list{
	margin:30px auto;
	display: flex;
	width: 80%;
	flex-wrap: wrap;
	/* justify-content: ; */
}
.x_service_list .item{
	margin-right: 1%;
	margin-bottom: 20px;
	width: 40%;
	border: 1px solid #dcdcdc;
}
.x_service_list .item .title{
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	background: #f1f1f1;
}
.x_service_list .item .content{
	padding: 30px 20px 10px;
}
.x_service_list .item .time{
	margin-top: 30px;
	text-align: center;
}
.x_service_list .item .btn{
	display: block;
	margin:20px auto;
	padding: 0;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: rgba(26, 188, 156, 1);
	text-align: center;
}
.x_service_list .item .btn.bg-grey{
	background: #dcdcdc;
}
.enlarge-box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 999;
}
.enlarge-box img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 750px;
	max-height: 500px;
	transform: translate(-50%,-50%);
}


@charset "UTF-8";
/* CSS Document */
.ml20{margin-left: 20px}
.pr20{padding-right: 20px;}
.stock_top{
    box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.0600);
    padding:20px 36px!important;
}

.page_title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    padding-left:21px;
}
.form-title{
    text-align: right;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 40px;
    padding: 0;

}

.form-control{
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    line-height: 40px;
}

.el-input-group--prepend .el-input__inner, .el-input-group__append{
    padding:0 15px;
    background: #FFFFFF;
    border-color:  #E5E5E5;
    color:#000;
}
.el-input__suffix-inner{
    line-height: 40px;
    color:#000;
}
.el-input__inner{
    border: 1px solid #E5E5E5;
}
.el-select__tags{
    height: 28px;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
}


/* 滚动槽 */
.el-select__tags::-webkit-scrollbar-track {
    background-color: red;
    border-radius:10px;
     display: none;
}

.el-select__tags::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.el-select__tags::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #4876e7;
}
.el-select__tags::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #ededed;
}
.el-button{
    color:#000;
    font-family: PingFang SC;

}
.el-button--primary{
    color:#fff;
    background-color: #4876e7;
    border-color: #4876e7;
}
.width-small{
    font-size:12px;
}

.el-select{
    width: 100%!important;
}

/*汇总*/
.goods-info{
    border: 1px solid #EEEEEE;
    box-shadow: 0px 9px 11px 0px rgba(0,0,0,0.0600);
    border-radius: 10px;
    padding:25px 0px;
    margin-bottom: 20px;
}
.goods-info-content{
    padding:0 20px;
}

.goods-list-title {
    font-weight: 600;
    margin-bottom: 0px;
    padding-left: 20px;
    font-size: 18px;
    position: relative;
}

.goods-list-title::before {
    position: absolute;
    left: 0;
    top: 1px;
    width: 8px;
    height: 19px;
    content: " ";   
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #4876E7;
}
#goods-list-title::before {
    background: rgb(133,214,185);
}
.goods-info-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0px;
}
.goods-btn{
    padding-left:11px;
    padding-right:11px;
}

.goods-info-count {
    padding: 0px;
    flex-wrap: nowrap;
    margin-top:13px;
}
.goods-genera-wrap{
    border:none!important;
}


.goods-info-count>.item {
    /*margin-bottom: 10px;*/
    margin-right: 10px;
    padding:13px 20px;
    height: 75px;
    background: #F1F5FE;
    border-radius: 4px;
    border:none;

    
}
.goods-info-count>.item:last-child{
    margin-right: 0px;

}

.goods-info-count>.item .count-label {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6C6C6C;
    display: block;
}

.goods-info-count>.item .count-num
{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #4876E7;
    margin-top: 7px;
    display: block;
}


.goods-genera-count>.item{
    flex:1;
    margin-right: 10px;
    margin-bottom:0px;
    padding:0 20px;
    height: 90px;
    background: #fff;
    border-radius: 0px;
    border:none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.goods-genera-count>.item:after{
    content:"";
    display: block;
    width: 1px;
    height: 45px;
    background: #ccc;
    position: absolute;
    right: 0;
}

.goods-genera-count>.item:last-child{
    border-right:none;
}
.goods-genera-count>.item:last-child::after{
    display: none;
}

.goods-genera-count>.item .count-label{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6C6C6C;
    display: block;
}
.goods-genera-count>.item .count-num {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #4876E7;
    margin-top: 7px;
    display: block;
}
.goods-genera-table  thead  th,
.goods-genera-table tbody td
{
    border:none!important;
}
.goods-genera-table tbody tr{
    border-bottom:1px solid #eceeef;
}
.goods-genera-table tbody tr:last-child{
    border-bottom:none;
}
.goods-genera-wrap {
        font-size: 12px;
        border: 1px solid #eceeef;
        padding: 0px;

    }
    .goods-genera-table {
        border-left:none;
        border-right: none;
        border-bottom:none;
        margin-bottom:0;
    } 
.goods-list-table thead tr th,
.goods-list-table tbody tr td
{
    border:none!important;
    font-size:12px;
    vertical-align:middle;
}
.goods-list-table thead th,
.goods-genera-table thead th
{
    background:#EEEEEE;
    color:#999999;
}
.table-a{
    color: #4876E7;
    text-decoration: underline;
    margin-right: 10px;
}
.goods-list-table tbody tr{
    border-bottom:1px solid #eceeef;
}
.goods-list{
    margin-top:12px;
}



.el-range-editor.el-input__inner {
    width:100%!important;
}
.el-range-editor.el-input__inner input{
    font-size:12px;
}
.el-date-editor .el-range-separator{
    width:unset!important;
}



.fa-1-5x {
    font-size: 2.6em;
}
.form-group .el-input{
    font-size:12px;
}

.nav-tabs {
    border: none
}

.search-wrap {
    margin-top: 30px; 
}

#goods-info-collapse {
    padding: 0 20px;
    background: #FFFFFF;
}
.goods-genera-wrap+.goods-genera-wrap {
    margin-top: 20px;
}

.goods-genera-count {
    flex-wrap: wrap;
}

.goods-genera-table tr>th {
    background-color: #f5f5f5;
}
.goods-genera-table{
    font-size:12px;
}
.tab-content .tab-pane {
    padding: 0 15px;
}

.goods-list-cont {
    padding: 0 20px;
}

.pagination-bar {
    margin-bottom: 20px;
}

.pagination-bar .total-num {
    margin-right: 20px;
}

.pagination-bar .pagination {
    margin: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs.nav>li>a:hover,
.nav-tabs.nav>li>a:focus {
    border-color: transparent;
}
.update_btn{
    width:200px;
    height:45px;
    font-size:20px;
}
.goods-total .item{
    background: #E4F4ED;

}
.goods-info-count.goods-total>.item .count-num{
    color:#419962;
}
.page_title{
    padding-left:0;
}

.goods-genera-table tr>th,.goods-genera-table tr>td{
    border: 1px solid #E5E5E5!important;
}
.goods-genera-table{
    border: 1px solid #E5E5E5!important;
    
}
.goods-type2.goods-genera-table tr>td {
    text-align: center;
    border: 1px solid #E5E5E5!important;
    font-size:12px;
}
.goods-type2.goods-genera-table tr>th {
    background-color: #E6EFF8;
    text-align: center;
    border: 1px solid #E5E5E5!important;
    font-size:12px;
}
.goods-type2.goods-genera-table tr>td {
    text-align: center;
    border: 1px solid #E5E5E5!important;
    font-size:12px;
}
.bold{
    font-weight: bold;
}

.step .el-step__main {
    white-space: nowrap !important;
    display: flex;
    align-items: center;
}

.step .el-step.is-horizontal {
    display: flex;
    align-items: center;
    padding-right: 100px;
    position: relative;
}

.step .el-step__line {
    width: 86px;
    height: 2px !important;
    background: #e3e3e3;
    position: absolute;
    right: 9px !important;
    left: unset !important;
    top: unset !important;
}

.step .el-step__title {
    margin-left: 4px;
}

.step .el-step__head {
    position: unset;
    display: flex;
    align-items: center;
}

/* 当前状态 */
.step .el-step__title.is-process,
.step .el-step__title.is-finish {
    color: #f1692d;
}

.step .el-step__head.is-process .el-step__icon.is-text,
.step .el-step__head.is-finish .el-step__icon.is-text {
    background: #f1692d;
    border-radius: 50%;
    color: #fff;
    border-color: #f1692d;
}

.step .el-step__head.is-finish .el-step__line {
    background: #f1692d;
}

/*未选中状态*/
.step .el-step__head.is-wait .el-step__icon.is-text {
    background: #c6c6c6;
    border-radius: 50%;
    color: #fff;
}

.step .el-step__title.is-wait {
    color: #000;
    margin-left: 4px;
}

.avatar-uploader .el-upload {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
}

.avatar-uploader .el-upload:hover {
    border-color: #409eff;
}

.avatar-uploader .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
}

.countbtn {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
}

.countbtn.reduce {
    background: #e14242;
    color: #fff;
}

.countbtn.add {
    background: #fff;
    color: #000;
    border: 1px solid #dcdcdc;
}

.el-form-item .el-select {
    width: 100%;
}

/* 标签设置 */
.labelList {
    width: 900px;
}

.labelList .el-select {
    width: 442px;
    margin-right: 9px;
}


 /* 图片列表 */
 .imgList{
  display: flex;
  flex-wrap:wrap;
}
.imgList .imgItem{
  margin-right: 10px;
  position: relative;
  width:140px;
}
.imgList .imgItem .img{
  width:100%;
  height:140px;
  border:1px solid #E5E5E5;
  box-sizing: border-box;
  display: flex;align-items: center;justify-content: center;
  overflow: hidden;
}
.imgList .imgItem .delete{
  position:absolute;
  width: 23px;
  height: 23px;
  border:1px solid #E5E5E5;
  border-radius: 24px;
  right: -6px;
  top: 34px;
  background:#fff;
  display: flex;align-items: center;justify-content: center;
  cursor: pointer;
  z-index: 3;
}
.imgList .imgItem .delete:after{
  content:"";
  display: block;
  width:12px;
  height: 3px;
  background: rgb(153,153,153);
  border-radius: 14px;
}
.imgList .imgItem video{
  width:139px;
  height:140px;
}


.avatar .delete{
  position:absolute;
  width: 23px;
  height: 23px;
  border:1px solid #E5E5E5;
  border-radius: 24px;
  right: -6px;
  top: -6px;
  background:#fff;
  display: flex;align-items: center;justify-content: center;
  cursor: pointer;
  z-index: 3;
}
.avatar .delete:after{
  content:"";
  display: block;
  width:12px;
  height: 3px;
  background: rgb(153,153,153);
  border-radius: 14px;
}


.buttons{
  height:30px;margin-bottom:10px;
  font-size:14px;
  position: relative;
  display: flex; justify-items: center;
}
.buttons  .el-button{
  height:30px;line-height: 30px;
  padding:0;
  width:71px;
  margin:0 auto!important;
}
.buttons .el-button--mini{
  width:30px;
  position:absolute;
  display: flex;align-items: center;
  justify-content: center;
}
.avatar-uploader{
	width:178px;
  height: 178px;
}
 .avatar-uploader .el-upload {
  border: 1px solid #E5E5E5;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
 .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
 .avatar-uploader .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.avatar-uploader .pdf{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.avatar-uploader .file-name{
  line-height: 22px;
}
.el-upload__input{
	display: none!important;
}
.avatar-uploader .el-upload {
border: 1px dashed #d9d9d9;
border-radius: 6px;
cursor: pointer;
position: relative;
overflow: hidden;
}
.avatar-uploader .el-upload:hover {
border-color: #409EFF;
}
.avatar-uploader-icon {
font-size: 28px;
color: #8c939d;
width: 178px;
height: 178px;
line-height: 178px;
text-align: center;
}
.avatar {
	width: 178px;
	height: 178px;
	display: block;
}
.modal-backdrop{
	z-index: 200!important;
}
.modal{
	z-index: 800!important;
}