body {
    padding-top: 65px;
    /*font: inherit;*/
    vertical-align: baseline;
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, PingFangSC-Regular, Microsoft YaHei, serif;
}
.mt-30 {
    margin-top: 30px !important;
}

.ml15 {
    margin-left: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml-20 {
    margin-left: 20px !important;
}
.ml-50{
    margin-left:50px;
}
.ml-75{
    margin-left:75px;
}
.ml-5 {
    margin-left: 5px !important;
}
.pl-48{
    padding-left: 48px!important;
}
.pl-20{
    padding-left: 20px!important;
}
.pl-24{
    padding-left: 24px!important;
}

.pl-30 {
    padding-left: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

/*自定义 input按钮组*/
.btn-white {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.c-input-group .btn {
    font-size: 14px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.c-input-group input {
    height: 34px;
}

.c-input-group .dropdown-menu {
    width: 100%;
    min-width: 60px;
}

.c-input-group .dropdown-menu > li > a {
    font-size: 14px;
    padding: 8px 20px;
}

.c-input-group > .input-group-btn > .btn:focus {
    box-shadow: none !important;
    color: #3f3f3f !important;
    background-color: #ffffff !important;
    border-color: #d2d6de !important;
}

/*自定义 input按钮组end*/
/*********************************自定义按钮组**************************************/
.c-button-group .btn-white {
    background-color: #fff;
}

.c-button-group button {
    font-size: 14px;
    padding: 6px 15px;
}

.c-button-group .active {
    border: 1px solid #338aff !important;
    color: #338aff !important;
    background-color: #ebf3ff !important;
    border-right: 1px solid #338aff;
    box-shadow: none;
}

.c-button-group .btn:focus {
    outline: none !important;
}

.c-button-group .btn:hover {
    border: 1px solid #338aff !important;
    color: #338aff !important;
    background-color: #ebf3ff !important;
}

.c-button-group .btn:hover, .c-button-group .btn:focus, .c-button-group .btn.focus {
    color: #fff;
    text-decoration: none;
}

.c-button-group .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.lyz-bgcr .btn:hover, .lyz-bgcr .btn:focus, .lyz-bgcr .btn.focus {
    color: #444;
    text-decoration: none;
}
.lyz-bgcr .btn-group {
    margin-bottom: 10px;
}

.lyz-bgcr .btn-white {
    background-color: #fff;
}

.lyz-bgcr button {
    font-size: 14px;
    /*padding: 6px 15px;*/
    padding: 4px 17px;
}

.lyz-bgcr .active {
    border: 1px solid #338aff !important;
    color: #338aff !important;
    background-color: #ebf3ff !important;
    border-right: 1px solid #338aff;
    box-shadow: none;
}

.lyz-bgcr .btn:focus {
    outline: none !important;
}

.lyz-bgcr .btn:hover {
    border: 1px solid #338aff !important;
    color: #338aff !important;
    background-color: #ebf3ff !important;
}

.lyz-bgcr .btn .checkbox-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 5px solid #e7e7e7;
    border-left: 5px solid transparent;
}

.lyz-bgcr .btn.active .checkbox-top-right {
    border-top: 5px solid #5a95ff;
}

/*********************************自定义按钮组end************************************/

.lyz-dashboard .dashboard-member-info .text {
    margin-left: 16px;
    font-size: 16px;
    margin-top: 5px;
}

.lyz-dashboard .dashboard-member-info .logo {
    border-radius: 50%;
    width: 65px;
    height: 65px;
}

.dash-num {
    font-size: 18px;
    font-weight: 400;
}

.mt20 {
    margin-bottom: 20px;
}

.account-info {
    font-size: 17px;
    color: #666;
}

.h2 {
    height: 2px
}

.weight400 {
    font-weight: 400;
}

.dashboard-panel {
    border: 1px solid #dedede;
    color: #585858;
}

.fs20 {
    font-size: 20px;
}

.dashboard-panel .data {
    font-size: 18px;
}

.panel-statistics h4 {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.panel-statistics h3 {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.navbar-nav-menu {
    margin-left: 75px;
}

.navbar-nav-menu li a {
    font-size: 15px;
    font-family: PingFang SC;
    font-style: normal;
    color: hsla(0, 0%, 100%, .55);
    /* padding: 0 20px; */
    padding: 0px 0px 5px 0px;
    margin: 23px 40px 0px 0px;
}

.lyz-navbar-fixed-top-menu {
    background: #0a2140;
    height: 64px;
    min-width: 1200px;
}

.lyz-navbar-fixed-top-menu .active {
    border-bottom: 2px solid #2196f3;
    font-weight: 500;
    color: #fff !important;
    border-radius: 2px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    border-bottom: 3px solid #2196f3;
    font-weight: 500;
    border-radius: 2px;
}
.lyz-main {
    height: 100%;
}

.lyz-asset-main{
    /*width: -webkit-calc(100% - 200px);*/
    /*width: -moz-calc(100% - 200px);*/
    /*width: calc(100% - 200px);*/
    /*float: right;*/
    /*box-shadow: 0 1px 6px 0 rgb(0 0 0 / 5%);*/
    /*overflow-y: auto;*/
    z-index: 10;
    flex: 1;
    /*min-height: calc(100vh - 129px);*/
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lyz-asset-main .content-table {
    padding-top: 20px;
    margin: -5px 14px;
    background: #fff;
}
.lyz-sidenav {
    width: 200px;
    height: 100%;
    background: #fff;
    font-weight: 600;
    position: relative;
    z-index: 10;
    text-align: left;
    border-right: 1px solid #f9f9f9;
}

.lyz-sidenav .header-title{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #0a2140;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border-right: 1px solid #f4f6f8;*/
}
.lyz-sidenav a{
    color: #0a2140;
}
.bui-menu-ul{
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.lyz-sidenav .sidebar-menu{
    position: relative;
    font-size: 14px;
    background-color: #fff;
    width:100%;
}
.lyz-sidenav .bui-submenu-title{
    color: #333;
    background-color: #fff;
}
.lyz-sidenav .bui-submenu-title{
    position: relative;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.lyz-sidenav .bui-submenu-title .title{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 48px 0 0px;
    width: 200px;
    -webkit-user-select: none;
    user-select: none;
}
.lyz-sidenav .bui-submenu-title .title .title_icon{
    margin-right: 7px;
    height: 18px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    position: relative;
}

.lyz-sidenav .bui-submenu-title .title .title_text{
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
.lyz-sidenav .bui-submenu-title .bui-submenu-icon{
    position: absolute;
    right: 24px;
    top: 0px;
    height: 16px;
    width: 16px;
    -webkit-transform: rotate(
            0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(
            0deg);
    -webkit-transition: fill .3s,-webkit-transform .3s;
    transition: fill .3s,-webkit-transform .3s;
    transition: transform .3s,fill .3s;
    transition: transform .3s,fill .3s,-webkit-transform .3s;
    z-index: 3;
    cursor: pointer;
    fill: #999;
}

.lyz-sidenav .sidebar-menu-ul .submenu-menu .bui-submenu-title.active{
    color: #338aff;
}
/*针对没有子集的栏目*/
.lyz-sidenav .sidebar-menu-ul .nomenu-menu .bui-submenu-title.active a{
    color: #338aff;
}
.lyz-sidenav .sidebar-menu-ul .nomenu-menu .bui-submenu-title.active{
    background-color: #ebf3ff;
}
/*end*/

.lyz-sidenav .submenu-menu-ul .active a{
    color: #338aff;
}
.lyz-sidenav .submenu-menu-ul .active{
    background-color: #ebf3ff;
}

.lyz-sidenav .nav-item{
    padding: 13px 24px 13px 32px;
    /*width: 200px;*/
    /*height: auto;*/
    /*line-height: normal;*/
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border-left: 2px solid transparent;
}
.panel-default h2.page-header {
    margin-top: 0;
    height: 50px;
    line-height: 31px;
    font-size: 17px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.toolbar-c {
    margin-left: 23px;
    margin-bottom: 10px;
}

.btn-info-c {
    padding: 7px 14px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 5px;
    background: #338aff;
    border-color: #338aff;
}

.btn-info-bule {
    color: #fff;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 5px;
    background: #338aff;
    border-color: #338aff;
}

.lyz-asset-main .content-table .fixed-table-container thead th:first-child {
    border: none;
}
.lyz-asset-main>.panel>.page-header{
    border-bottom: none;
    margin-bottom: 0px;
}
.lyz-asset-main .content-table .fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    padding: 15px 8px;
}

.lyz-asset-main .content-table .bootstrap-table .table > thead > tr > th {
    border-bottom: 1px solid #dddddd5e;
}

.lyz-asset-main .content-table .fixed-table-container {
    border: none;
    /*border-top: 1px solid #dddddd5e;*/
    border-top: 0px;
    border-radius: 0px;
}

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td {
    padding: 15px 8px;
}

.lyz-asset-main .content-table .fixed-table-container input[type=radio], .fixed-table-container input[type=checkbox] {
    margin-top: 6px !important;
    width: 15px;
    border-radius: 0px;
    height: 15px;
}

.lyz-asset-main .content-table .fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    margin-left: 20px;
}

.lyz-asset-main .content-table .btn:hover {
    color: #fff;
    text-decoration: none;
    background: #72acfb;
    border-color: #78b0fd;
}

/************************************************表格*******************************************/

.index-table .fixed-table-container thead th:first-child {
    border: none;
}

.index-table .fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    padding: 15px 8px;
}

.index-table .bootstrap-table .table > thead > tr > th {
    border-bottom: 1px solid #dddddd5e;
}

.index-table .fixed-table-container {
    border: none;
    /*border-top: 1px solid #dddddd5e;*/
    border-top: 0px;
    border-radius: 0px;
}

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td {
    padding: 15px 8px;
}

.index-table .fixed-table-container input[type=radio], .fixed-table-container input[type=checkbox] {
    margin-top: 6px !important;
    width: 15px;
    border-radius: 0px;
    height: 15px;
}

.index-table .fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    margin-left: 20px;
}

.index-table .btn:hover {
    color: #fff;
    text-decoration: none;
    background: #72acfb;
    border-color: #78b0fd;
}

.promotion-campaign-add .card {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 15px 0px 10px 15px;
}

.promotion-campaign-add .card .card-content {
    width: 110px;
}

.promotion-campaign-add .right-image img {
    width: 51px;
}

.promotion-campaign-add .card:hover {
    box-shadow: 0 4px 12px #cccccc4f;
}

.cardactive {
    border: 1px solid #2196f3 !important;
    border-bottom: 4px solid #2196f3 !important;
}

.promotion-form-requred {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #f65656;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    right: 0px;
}

.promotion-form-button {
    background: #fff;
    border: 1px solid #ccc;
}

.index-table .promotion-form-button:hover, .promotion-form-button:focus, .promotion-form-button.focus {
    color: #338aff !important;
    background-color: #ebf3ff !important;
    border-color: #338aff !important;
}

.promotion-form-buttonact {
    color: #338aff !important;
    background-color: #ebf3ff !important;
    border-color: #338aff !important;
    /*border-right:1px solid #338aff;*/
}

.promotion-label {
    font-size: 15px;
    font-weight: 400;
}

.promotion-label-content {
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-top: 7px;
}

.tags-label-span {
    font-size: 15px;
    margin-top: 1px;
    display: inline-block;
    margin-left: 5px;
}

.ad-tags {
    padding: 7px;
}

.ad-tags:hover {
    background: #eee;
}

.ad-tags-sub {
    height: 100%;
    border-left: 1px solid #ccc;
    overflow: auto;
}

.title-sub {
    font-size: 14px;
    color: #2196f3;
    margin-left: 20px;
}

/*******************************************表格end***********************************************/

.lyz-sidenav .sidenav .list-group .list-group-heading {
    margin-top: 10px;
}

/*********************layui*************************/

/*.layui-layer-fast .layui-layer-title {
    background: #ffffff !important;
    color: #333 !important;
    border-bottom: none;
}*/
.layui-layer-fast .layui-layer-title ~ .layui-layer-setwin {
    top: 0px;
    height: 42px;
}

.layui-layer-fast .layui-layer-title ~ .layui-layer-setwin > a {
    height: 42px;
    line-height: 42px;
    display: inline-block;
}

.layui-layer-fast.layui-layer-border {
    border: none !important;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
}

.layui-layer-fast.layui-layer-iframe {
    overflow: visible;
}

.layui-layer-fast .layui-layer-moves {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.layui-layer-fast .layui-layer-btn {
    text-align: center !important;
    padding: 10px !important;
    background: #ecf0f1;
    overflow: hidden;
}

.layui-layer-fast .layui-layer-btn a {
    background-color: #95a5a6;
    border-color: #95a5a6;
    color: #fff !important;
    height: 31px;
    margin-top: 0;
    border: 1px solid transparent;
}

.layui-layer-fast .layui-layer-btn .layui-layer-btn0 {
    background-color: #18bc9c;
    border-color: #18bc9c;
}

.layui-layer-fast .layui-layer-footer {
    padding: 8px 20px;
    background-color: #ecf0f1;
    height: auto;
    text-align: inherit !important;
}

.layui-layer-fast .layui-layer-setwin > a {
    background: none !important;
}

.layui-layer-fast .layui-layer-setwin > a cite {
    display: none;
}

.layui-layer-fast .layui-layer-setwin > a:after {
    content: "\e625";
    font-family: iconfont;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 18px;
    color: #0a2140;
    margin: 0;
    z-index: 1;
}

.layui-layer-fast .layui-layer-setwin > a:hover {
    text-decoration: none !important;
    background: none !important;
}

.layui-layer-fast .layui-layer-setwin > a:focus {
    text-decoration: none !important;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-min {
    display: none;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-min:after {
    content: "\e625";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-max {
    display: none;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-max:after {
    content: "\e623";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-maxmin {
    display: none;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-maxmin:after {
    content: "\e624";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-close1:after {
    content: "\e626";
}

.layui-layer-fast .layui-layer-setwin .layui-layer-close2,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover {
    background: url('../libs/fastadmin-layer/dist/theme/default/icon.png') no-repeat -149px -31px !important;
    top: -30px;
    right: -30px;
}

.layui-layer-fast .layui-layer-setwin .layui-layer-close2:after,
.layui-layer-fast .layui-layer-setwin .layui-layer-close2:hover:after {
    display: none;
}

.layui-layer-content {
    clear: both;
}

.layui-layer-fast-msg {
    min-width: 100px;
}

.layui-layer-fast-tab .layui-layer-title .layui-this {
    color: #333;
}

.layui-layer-fast-tab .layui-layer-content .layui-layer-tabmain {
    margin: 0;
    padding: 0;
}

.lyz-sidenav .sidenav .list-group .list-group-heading {
    margin-bottom: 0px !important;
}

/*.lyz-sidenav .sidenav .list-group{*/
/*margin-bottom: 0px!important;*/
/*}*/
.sidenav-parent a {
    font-weight: 600 !important;
}

.sidenav-sub > a {
    font-weight: 400 !important;
}

.campaign-list-operate-info {
    background-color: #fff;
    color: #2196f3;
}

/*********************end*************************/

.campaign-tab {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-right: 35px;
    color: #666;
}

.campaign-tab:hover, .campaign-tab:focus {
    color: #4e4e4e;
}

.campaign-tab-active {
    border-bottom: 2px solid #2196f3;
    color: #333;
    font-weight: 700;
}

.campaign-choose-search {
    margin: 33px 0px 0px 20px;
}

.lpanel {
    font-size: 14px;
    color: #333;
    border: 1px solid #dadfe3;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.lpanel-header {
    height: 38px;
    width: 100%;
    padding-left: 13px;
    line-height: 38px;
    background: #f8f9fa;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #dadfe3;
}

.lpanel-body {
    width: 100%;
    padding-top: 6px;
    height: 240px;
    position: relative;
}

.campaign-have li {
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

/******************************************自定义列表**********************************************/
.p-block label {
    line-height: 10px;
    padding: 10px;
}

.p-block:hover {
    background-color: #eee;
}

.p-block .active {
    background-color: #eee;
}

.p-block label .label-input-span {
    position: relative;
    top: -1px;
}

.p-block label .label-input-span-right {
    margin-top: 5px;
    font-weight: 400;
    color: #929292;
}

/******************************************自定义列表end******************************************/

.campaign-yxggz-body .item {
    padding: 10px 15px;
}

.campaign-yxggz-body .item .ilabel {
    color: #8c8c8c;
}

.hr {
    width: 100%;
    border-top: 1px solid #ccc;
}

/******************************************自定义菜单栏**********************************************/
.yd-navbar {
    height: 65px;
    display: flex;
    align-items: center;
    background-color: #0a2140;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}
.yd-navbar-logo{
    height:30px;
}
.yd-navbar-menu a{
    font-size: 15px;
    font-family: PingFang SC;
    font-style: normal;
    color: hsla(0, 0%, 100%, .55);
    padding: 0px 0px 5px 0px;
    margin-right: 40px;
}
.yd-navbar-menu a:last-child{
    margin-right: 0px;
}
.yd-navbar-menu .active{
    border-bottom: 2px solid #2196f3;
    font-weight: 500;
    color: #fff !important;
    border-radius: 2px;
}
.yd-navbar-menu a:hover{
    border-bottom: 2px solid #2196f3;
    font-weight: 500;
    color: #fff !important;
    border-radius: 2px;
}

.yd-navbar .member{
    right: 100px;
    position: absolute;
    padding:20px 0px;
}
.yd-navbar .member-info {
    color: hsla(0, 0%, 100%, .55);
    font-size: 15px;
}

.yd-navbar .member-action-list {
    color: #9d9d9d;
    position: absolute;
    right: 0px;
    background: #fff;
    width: 274px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #cacaca;
    top: 50px;
    font-size: 13.5px;
}

.yd-navbar .member-action-content {
    padding: 10px 10px 0 10px;
}

.yd-navbar .member-action-fooder {
    padding-bottom: 6px;
}

.yd-navbar .member-action-in {
    color: #0d263a;
}

.yd-navbar .member-action-fooder a {
    color: #0d263a;
}

/******************************************自定义菜单栏end******************************************/

/******************************************自定义边栏**********************************************/
.lyz-c-sidenav {

}

/******************************************自定义边栏end******************************************/

.lyz-index-table .fixed-table-toolbar{
    padding-right: 31px;
}

/******************************************box面板自定义******************************************/

.box.box-checkbox-cate{
    border-top: 0;
    border: 1px solid #e0e0e0;
}
.box.box-checkbox-cate .box-body{
    height: 300px;
    overflow: auto;
}
.box.box-checkbox-cate .bcc-span {
    font-size: 14px;
    margin-top: 1px;
    display: inline-block;
}
.box.box-checkbox-cate input{
    width: 15px;height: 15px;
}
.box.box-checkbox-cate .c-content .item{
    margin: 6px 0px;
}
.box.box-checkbox-cate .c-content .item i{
    margin-right:10px;
}
.box.box-checkbox-cate .c-content{
    margin-top: -15px;
}
.box-checkbox-cate .box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
    background-color: #fafafa;
}
.box-checkbox-cate> .box-header > .fa, .box-checkbox-cate> .box-header > .glyphicon,.box-checkbox-cate> .box-header > .ion,.box-checkbox-cate>  .box-header .box-title {
    display: inline-block;
    font-size: 14px!important;
    margin: 0;
    line-height: 1;
}
.box-checkbox-cate .item.sub-item {
    margin-left: 45px!important;
}
.yxxm{
    background-color: #bfdaff;
    color: #237791;
    padding: 4px 13px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px;
}
/******************************************box面板自定义end******************************************/
.page-flex-row{
    display: flex;
    flex-direction: row;
    height: 100%;
}
.page-content{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.page-head{
    background-color: #fff;
    padding: 0px 15px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
}
.page-head-title{
    height: 50px;
    line-height: 31px;
    font-size: 17px;
    padding: 10px 0;
    font-weight: 500;
}
.page-body{
    background-color: #fff;
    margin: 15px 15px 0px 15px;
    height: 100%;
    border-radius:4px;
    overflow:hidden;
    padding: 20px;
    overflow-y: auto;
}
.page-body .lyz-content{
    padding: 30px;
}