[v-cloak]{
　　display: none;
}
body {
    color: #000;
    font-size: 14px;
    background-color: #fff;
    font-family: "Helvetica","Tahoma","Arial","PingFangSC-Regular","Microsoft YaHei","SimSun","sans-serif"!important;
}
/* login */
body.login-bg {
    background-color: #fff;
    background-image: url(../images/bg_login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
body.login-bg .login-main {
    max-width: unset;
    width: 816px;
    height: 508px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
}
body.login-bg .login-main div.about-image {
	width: 426px;
	height: 508px;
    background-image: url(../images/desc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
body.login-bg .login-main form.login-form {
	width: 390px;
	height: 508px;
	background-color: #ffffff;
}
body.login-bg .login-main form.login-form span.logo {
    display: block;
	width: 181px;
	height: 43px;
    margin: 79px auto 37px auto;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
}
body.login-bg .login-main form.login-form .form-group {
    display: block;
    width: 313px;
    margin: 42px auto 0 auto;
}
body.login-bg .login-main form.login-form .form-group div.input-group {
    width: 100%;
}
body.login-bg .login-main form.login-form .form-group div.input-group input.form-control {
    width: 100%;
    background: #fff;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    height: 30px;
}
body.login-bg .login-main form.login-form .login-btn {
	width: 310px;
	height: 44px;
	background-color: #3699ff;
	border-radius: 6px;
    border: none;
    display: block;
    margin: 38px auto 0 auto;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}
body.login-bg .login-main form.login-form > p {
    margin-top: 24px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #a6a6a6;
    text-align: center;
}
body.login-bg .login-main form.login-form > p span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #3699ff;
}

:root{
    --primaryBlue: #3ca6fe;
    --borderColor: #eaeaea;
}

/** filter form **/
form.layui-form-pane {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
}
.row {margin: unset;}
.content-tabs {margin-bottom: 10px!important;border: none;}
.douxue-title {
    padding: 5px 10px;
    box-sizing: border-box;
    height: 42px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
.douxue-title a.btn.btn-sm {
    padding: 2px 6px;
}
.douxue-title h5.title {
    display: block;
    margin: 0;
    line-height: normal;
    padding-left: 8px;
    border-left: 5px solid rgb(26, 188, 156);
    width: 50%;
}
.text-success {
    color: #67C23A;
}
.douxue-title .action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
}
.douxue-title .action .btn~.btn {
    margin-left: 10px;
}
.douxue-title~.el-table {
    margin-top: 10px;
}
.douxue-filter {
    padding: 10px 0;
    margin-bottom: 0px!important;
}
.list-add {padding: 6px 20px!important;}
.douxue-filter .el-select .el-input {
    min-width: 150px;
}
.douxue-filter .input-with-select .el-input-group__prepend {
    background-color: #fff;
}

.layuiadmin-badge {
    margin: 4px;
}
.el-link {
    font-size: 12px;
}
.mb-30 {
    margin-bottom: 30px;
}
.bg-f2f2f2 {
    background-color: #f2f2f2;
}
.radius-wrap {
    border: 1px #dcdfe6 solid;
    border-radius: 6px;
    margin-top: 20px;
    background-color: #fff;
}
.ibox-content {
    padding: 0 0 15px 0;
}
.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: var(--primaryBlue);
}
.layui-table, .layui-table-view {
    margin: 0;
}
.layui-btn-normal {
    background-color: #3399ff;
    border-color: #3399ff;
}
.list-search-wrap {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.list-search-btn {
    float: right;
}
.layui-laydate .layui-this,.layui-form-select dl dd.layui-this {
    background-color: #3399ff!important;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #3399ff;
}
.padding-10 {
    padding: 10px 20px;
}

.padding-20 {
    padding: 20px;
}
/** 统计小项 */
.statistic {
    flex-wrap: wrap;
}
.listData .statistic .item {
    margin-right: 20px;
}
.statistic .item {
    padding: 0;
    margin-bottom: 20px;
    flex: 20%;
}
.statistic .item .title-wrap {
    border-bottom: 1px solid #ccc;
    /*padding: 10px 20px;*/
}
.statistic .item .title-wrap .title {
    padding-left: 8px;
    border-left: 5px solid #3399ff;
}
.statistic .item .title-wrap .unit{
    padding: 4px 8px;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    border-radius: 2px;
}
.statistic .item .content-wrap .icon {
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.statistic .item .content-wrap .money-icon {
    background-image: url(../images/u2914.png);
}
.statistic .item .content-wrap .cal-icon {
    background-image: url(../images/u2930.png);
}
.statistic .item .content-wrap .card-icon {
    background-image: url(../images/u2946.png);
}
.statistic .item .content-wrap .number .nums {
    font-size: 30px;
    font-weight: bold;
}
.statistic .item .content-wrap .number .unit {
    color: #999;
}
input[disabled],select[disabled] {
    background-color: #ccc;
    color: #000;
}
.pagination {
/*    width: 100%;*/
    margin: 10px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.el-button--mini, .el-button--mini.is-round {
    padding: 3px 6px;
}
.douxue-alert .el-alert__content {
    padding: 5px 10px;
}
#myApp a.text-primary {
    color: #409EFF;
    text-decoration: none;
}
#myApp a.text-primary:hover {
    text-decoration: none;
}
.el-form-item__label {
    font-weight: normal;
}
.el-form.form-inline {
    display: flex;
}

.el-upload__input {
        display: none!important;
    }
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: var(--borderColor);
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}
.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.avatar {
    width: auto;
    height: 100%;
    display: block;
}
/*当弹出层过长，让他在内部自动滚动，在页面加一个abow_dialog类*/
.abow_dialog{
    display: flex;
    justify-content: center;
    align-items: Center;
    overflow: hidden;
    padding: 40px;
}
.abow_dialog  .el-dialog {
    margin: 0 auto !important;
    height: 90%;
    overflow: hidden;
}
.abow_dialog .el-dialog__body{
    position: absolute;
    left: 0;
    top: 54px;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
    padding: 30px;
}
.text-one-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}

.flex-between {
    justify-content: space-between;
}

.flex-center {
    align-items: center;
}
.flex-column {
    flex-direction: column;
}
.shot-list-wrap {
    background-color: #fff;
}
.shot-list-wrap .shot-list-left {
    width: 200px;
    margin-right: 20px;
    border-right: 1px solid #dcdfe6;
    padding: 10px;
}

.shot-list-wrap .shot-list-right {
    width: 824px;
    width:-moz-calc(100% - 260px);
    width:-webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    padding-right: 20px;
}

.shot-list-wrap .shot-list-right .douxue-title {
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}
.radius-wrap .title-wrap{
    border-bottom: 1px solid #dcdfe6;
    margin-bottom: 20px;
}
.radius-wrap .title-wrap .title {
    padding-left: 8px;
    border-left: 5px solid #3399ff;
}
.douxue-filter .el-form .el-form-item,.douxue-filter .el-form .el-input {
    margin-bottom: 0px;
}
.douxue-filter .el-form {
    flex-wrap: wrap;
}

/** 结算方式 */
.pay-method-show  .pay-method-item:not(:last-child) {
    margin-right: 30px;
}

.pay-method-show  .pay-method-item img {width: 48px; height: 48px;}

.item-wrap-left {
    width: 400px;
    margin-right:20px;
    padding: 10px;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
}

.item-wrap-right {
    width:calc(100% - 300px);
    /*padding: 10px;*/
    border: 1px solid var(--borderColor);
    border-radius: 4px;
}

.itemActive {
    background-color: #409eff;
    color: #fff;
}

.top-icon {padding-right: 15px;}
.top-icon:not(:last-child) {margin-right: 15px;border-right: 1px solid var(--borderColor);}
.top-icon-wrap{width: 30px;margin-right: 10px;}
.top-icon .number{font-size: 30px;font-weight: bold;color: #303133;}
.top-icon-wrap img {max-width: 100%;}

.money-color {color: #F56C6C;}
.money-size {font-size: 30px; font-weight: 500;}

/** element ui redefined start */
.el-cascader{width: 100%;}
.el-table{color: #595959}
.el-table thead {color: #000;}
.el-table th {background-color: #f3f3f3;}
.el-input__inner {border: 1px solid #eaeaea;}
/** element ui redefined end */

.douxue-filter .el-input-group__append {
    background-color: var(--primaryBlue);
    color: #fff;
    border: 1px solid var(--primaryBlue);
}

/*.el-upload-wrap {width: 40%; margin-left: 20px}
.el-upload-wrap .avatar-uploader .el-upload {width: 100%;height: 300px;justify-content: center; display: flex;align-items: center}*/
.basic-info-form-wrap .el-select,.basic-info-form-wrap .el-input-number {width: 100%;}
.basic-info-form-wrap .el-input-number .el-input__inner {text-align: left}
.image-slot {font-size: 30px}

.selected-package-name-wrap .selected-package-item:not(last-child) {margin-right: 14px}
.add-page-title {font-size: 18px}