#all {
    margin-bottom: 0px;
    margin-right: 1%;
}

#disabled,
#approvedd,
#noApprove,
#noActive {
    margin-bottom: 0px;
    margin-right: 8px;
}

[v-clock] {
    display: none;
}

html {
    height: 100%;
}

body {
    background: #f3f3f3;
    height: 100%;
    margin: 0;
}

.bind-text {
    position: absolute;
    top: 22px;
    left: 55px;
    color: red;
}

.explain{
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 15px;
	color: #f56c6c;
}

#shopDetail {
    /* min-height: 800px; */
}

#shopDetail .shopLogo-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

#shopDetail .msg .shopLogo-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: #0099ff;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.header-top {
    background: #fff;
    height: 55px;
    border-bottom: 1px solid #d6d6d6;
}

.header-top .wrap {
    height: 100%;
    font-size: 16px;
    color: #474747;
}

.header-top img {
    height: 40px;
}

.header-top .pddlogo {
    display: inline-block;
    margin: 0 10px 0 15px;
    padding-left: 15px;
    border-left: 1px solid #d6d6d6;
}

.header-top span {
    font-size: 14px;
}

.header-top span:last-child {
    flex: 1;
    text-align: right;
}

.recharges {
    min-width: 600px;
}

.msg {
    min-width: 800px;
}

#shopDetail .header {
    padding: 0 20px;
    height: 60px;
    border-bottom: 1px solid #d6d6d6;
}

#shopDetail .header>div {
    margin-right: 20px;
}

#shopDetail .wrap {
    /* height: 100%; */
    width: 1400px;
    margin: auto;
}

#shopDetail .detail-wrap {
    background: #fff;
    width: 1400px;
    margin: auto;
    margin-top: 10px;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    padding-bottom: 60px;
}

#shopDetail .shopName {
    width: 300px;
}

#shopDetail .text a {
    font-size: 16px;
    color: #0099ff;
}

#shopDetail .shopName input {
    border: none;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#shopDetail .content {
    padding: 20px;
}

#shopDetail .order-wrap {
    margin-top: 20px;
    font-size: 14px;
}

#shopDetail .order-tab-header {
    border: 1px solid #d6d6d6;
    background: #f5f5f5;
    line-height: 40px;
}

#shopDetail .order-list-wrap {
    margin-top: 20px;
}

#shopDetail .text-over-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-width: 300px;
}

#shopDetail .text-over-1 {
    /* overflow: hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
 max-width: 300px; */
    color: #b5b5b5;
}

#shopDetail .o-l-detail {
    margin-top: 20px;
    border: 1px solid #d6d6d6;
}

#shopDetail .o-l-header {
    background: #e4f5ff;
    padding-left: 20px;
    height: 45px;
}

#shopDetail .o-l-header>span {
    margin-right: 30px;
}

#shopDetail .o-l-order {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

#shopDetail .good-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}

#shopDetail .good-wrap:last-child {
    border: none;
}

#shopDetail .h-auto {
    height: auto;
    padding: 0 5px;
    padding-top: 20px;
    border-left: 1px solid #d6d6d6;
}

#shopDetail .h-auto p {
    margin-top: 5px;
}

.el-icon-refresh {
    font-size: 18px;
}

#shopDetail .o-l-bottom {
    min-height: 35px;
    padding-left: 20px;
	flex-wrap: wrap;
}

#shopDetail .o-l-bottom>a:first-child,
#shopDetail .o-l-bottom>a:nth-child(2),
#shopDetail .o-l-bottom>span:first-child,
#shopDetail .o-l-bottom>span:nth-child(2){
   margin-right: 15px !important;
}

#shopDetail .noOrder {
    padding: 40px 0 20px;
    color: #474747;
}

#shopDetail .page {
    padding: 0 20px;
    text-align: right;
}

#shopDetail .el-textarea {
    width: calc(100% - 100px);
}

#shopDetail .order-form {
    margin-left: 140px;
}

#shopDetail .text-center {
    text-align: center;
}

#shopDetail .flex {
    display: flex;
}

#shopDetail .flex-wrap {
    flex-wrap: wrap;
}

#shopDetail .flex-row {
    flex-direction: row;
}

#shopDetail .flex-column {
    flex-direction: column;
}

#shopDetail .align-center {
    align-items: center;
}

#shopDetail .flex-between {
    justify-content: space-between;
}

#shopDetail .flex-1 {
    flex: 1;
}

#shopDetail .self-start {
    align-self: flex-start;
}

#shopDetail .justify-center {
    justify-content: center;
}

.zgcc-box {
    background: url('../static/img/bg_pic_01.png') no-repeat;
    height: 360px;
}

.zgcc-box .el-dialog__body {
    padding: 30px 60px 0;
}

.zgcc-box p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 36px;
}

.zgcc-box .ipt input {
    background: #f6f6f6;
    height: 35px;
}

.zgcc-box a {
    align-self: flex-end;
    color: #0099ff;
}

.zgcc-box button.login {
    width: 100%;
    margin-top: 24px;
}

.login-form {
    width: 100%;
}

.login-form .el-form-item {
    margin-bottom: 20px;
}

.login-form .el-form-item:last-of-type {
    margin-bottom: 10px;
}

.mark-wrap {
    position: relative;
}

.mark-wrap .el-dialog__body {
    padding: 5px 20px 10px;
}

.mark-sub-title {
    position: absolute;
    color: #f23030;
    font-size: 12px;
    top: 24px;
    left: 90px;
}

.mark-wrap .el-checkbox-group {
    display: flex;
    flex-direction: column;
}

.mark-wrap .el-checkbox {
    margin-left: 0;
}

.mark-wrap .el-checkbox:last-child {
    margin-top: 15px;
}

.report-dialog .el-dialog__body {
    padding: 0 20px;
}

.report-dialog .upload-img .el-upload--picture-card,
.report-dialog .upload-img .el-upload-list__item-actions,
.report-dialog .upload-img .el-upload-list__item {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.laber-btn+.laber-btn {
    margin-left: 0;
}

.laber-btn {
    margin-right: 10px;
}
.green{
		color: green;
		margin-right: 10px;
	}
	.red{
		color: red;
		margin-right: 10px;
	}
	.blue{
		color: blue;
		margin-right: 10px;
	}
	.villains{
		color: red;
		margin-right: 10px;
		font-weight: normal;
	}