@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:#fff;
	color: #4876e7;
}

/* 我的订单 - 首页*/
.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 {
	position: relative;
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
}

.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 15px;
}

.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;*/
	line-height: 38px;
	padding: 0;
	width: 90px;
}
.inteage-title.required::before{
	content:'*';color:red;font-size: 12px;
}
.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;
}

.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%);
}

.fa-1-5x {
	font-size: 2.6em;
}

.nav-tabs {
	border: none
}

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

.goods-list {
	margin-top: 50px;
}

.goods-info-count {
	padding: 10px 20px;
	flex-wrap: wrap;
}

.goods-info-count>.item,
.goods-genera-count>.item {
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px 10px;
}

.goods-info-count>.item .count-label,
.goods-genera-count>.item .count-label {
	/* color: #666; */
	margin: 0;
}

.goods-info-count>.item .count-num,
.goods-genera-count>.item .count-num {
	/* color: #333; */
	font-weight: 600;
}

#goods-info-collapse {
	padding: 0 20px;
}

.goods-genera-wrap {
	font-size: 12px;
	border: 1px solid #eceeef;
	padding: 10px;
}

.goods-genera-wrap+.goods-genera-wrap {
	margin-top: 20px;
}

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

.goods-genera-table tr>th {
	background-color: #f5f5f5;
}

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

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

.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;
}
.bread-crumbs .crumbs-item {
	color: #999;
	margin: 0 5px;
}

.bread-crumbs .mdi {
	font-size: 20px;
	margin-right: 5px;
}

.bread-crumbs .crumbs-item.active {
	color: #333;
}

.details-wrap {
	padding: 30px;
}

.goods-show {
	padding: 10px 15px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	/* background-color: #e8f4fb; */
	background-color: #86c5ef;
	color: #fff;
}

.goods-show .goods-img {
	width: 120px;
	height: 120px;
	margin-right: 15px;
}

.goods-show .goods-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.goods-show .goods-info {
	width: calc(100% - 135px);
}

.goods-show .goods-info .title {
	font-size: 24px;
}

/*
.goods-show .goods-info .title-wrap {
padding-bottom: 10px;
} */

.goods-show .goods-info .info-text {
	margin-top: 20px;
	flex-wrap: wrap;
}

.goods-show .goods-info .info-text .info-text-item {
	/* width: 200px; */
	margin-right: 20px;
}

.goods-show .goods-info .info-text .label {
	font-size: 14px;
}

.goods-base-info {
	margin-top: 40px;
	/* background-color: #e8f4fb; */
	border-radius: 4px;
	/* border: 1px solid #d6e8f3; */
	border: 1px solid #ebebeb;
}

.goods-base-info .nav-tabs {
	font-size: 16px;
	font-weight: 600;
	/* border-color: #d6e8f3; */
}

.goods-base-info .nav-tabs.nav>li>a:hover,
.goods-base-info .nav-tabs>li.active a {
	color: #33cabb !important;
}

/* .goods-base-info .nav-tabs>li.active a {
color: #48b0f7 !important;
border-color: #48b0f7 !important;
} */

.goods-base-info .tab-content {
	padding: 10px 20px;
}

.goods-base-info .goods-base-info-cont {
	flex-wrap: wrap;
	margin-bottom: 15px;
}


.goods-base-info .goods-base-info-cont .cont-item {
	width: 200px;
	padding: 5px 10px;
}

.goods-base-info .goods-base-info-cont .cont-item .control-label {
	color: #999;
	margin: 0;
}

.goods-base-info .goods-base-info-cont .cont-item .text {
	color: #000;
}

.form-box{
	background:#fff;
	padding:15px;
	box-sizing: border-box;
}
.form-box > .row{
	margin-left:0;
	margin-right: 0;
}
.form-box:after{
	clear: both;
}
 @keyframes move {
    0% {
        color:#5b8cff;
	 	transform: translate(0,0);
    }
   
    50% {
        transform: translate(0,-20px);
    	 background-image:-webkit-linear-gradient(top,#5b8cff,#5b8cff); 
	    -webkit-background-clip:text; 
	    -webkit-text-fill-color:transparent;
    }
    100% {
       color:#5b8cff;
       transform: translate(0,0);
    }
}

.loading {
	display: flex;
	margin-top:100px;
}
.loading span{
	font-size:20px;
	display: block;
   	/* 动画名称 */
    animation-name: move;
    /* 持续时间 */
    animation-duration:1.7s;
   	/* 动画速度曲线 */
    animation-timing-function: ease;
    /* 动画播放次数 */
     animation-iteration-count: infinite; 
    /* 动画播放方向 */
     /*animation-direction: alternate; */
    /* 动画结束后状态 */
    animation-fill-mode: forwards;
}
.loading span.none{
	animation-play-state: paused;
}
	.loading span:nth-child(1) {
    /* 动画开始时间 */
    animation-delay: 0s;
}
.loading span:nth-child(2) {
    /* 动画开始时间 */
    animation-delay: 0.2s;
}
.loading span:nth-child(3) {
    /* 动画开始时间 */
    animation-delay: 0.4s;
}
.loading span:nth-child(4) {
    /* 动画开始时间 */
    animation-delay: 0.6s;
}
.loading-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 120px;
}

#loading-box{
	position: fixed;
	width:100vw;
	height: 100vh;
	z-index: 999;
	left:0;top:0;
	display: flex;align-items: center;justify-content: center;
}


.el-table thead{
    color: #747474;
    font-weight: bold;
}
.el-table thead th.el-table__cell{
    background: #EEEEEE;
}
.el-table--border.el-table td.el-table__cell, 
.el-table--border.el-table th.el-table__cell.is-leaf {
  border-right:1px solid #DCDCDC;
}

.primary{
	color:#67C23A;
}
.error{
	color:#F56C6C;
}