.custom_width_full {
    width: 100%
}

.custom_width {
    width: calc(100% - 20rem);
    margin-right: 10rem;
    margin-left: 10rem
}

.content-box {
    position: relative;
    width: 100%;
    height: 100%;
    /*padding: 1rem 0 0 1rem;*/
    box-sizing: border-box;
    /*background-color: #f6f6f6;*/
    /*border-top-left-radius: 0.5rem;*/
}

.content-box .content-inner {
    background-color: #fff;
    height: 100%;
    /*border-top-left-radius: 0.5rem;*/
}

.content-box .title {
    position: relative;
    padding: 0 2rem 0 3.5rem;
    display: flex;
    height: 4rem;
    font-size: 1.5rem;
    font-weight: bolder;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #c6e9fd;
}

.content-box .title > .icon:first-child {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1rem;
    left: 0.75rem;
}

.content-box .title .buttons {
    display: flex;
    position: absolute;
    height: 100%;
    top: 0;
    right: 2rem;
    align-items: center;
}

.content-box .content {
    display: flex;
    flex-wrap: wrap;;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0 1rem;
    border-top: 0;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.content-box .title ~ .content {
    height: calc(100% - 4rem);
}

.content-box .content .search-box {
    width: 100%;
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 999;
}

.content-box .content .search-box .layui-form {
    display: flex;
    width: 100%;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    box-sizing: border-box;
}

.content-box .content .table-lst-box {
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.content-box .content .search-box ~ .table-lst-box {
    width: 100%;
    height: calc(100% - 4rem);
}

.content-box .content .tree-box {
    width: 18rem;
    height: 100%;
}

.content-box .content .search-box ~ .tree-box {
    height: calc(100% - 4rem);
}

.content-box .content .search-box ~ .tree-box ~ .table-lst-box {
    width: calc(100% - 18rem);
    height: calc(100% - 4rem);
}

.content-box .content .tree-box.d_none {
    display: none;
}

.content-box .content .tree-box.d_none ~ .table-lst-box {
    padding-right: 1rem;
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}


/*检索*/
.search-form-group {
    display: flex;
    flex-wrap: wrap;
    margin-right: 1rem;
    position: relative;
    padding-bottom: 1rem;
    background-color: #FFF;
    box-sizing: border-box;
}

.search-form-group .util-input, .util-select-box {
    padding: 0 0.8rem;
    min-height: 2.57rem;
}

.search-form-group label {
    display: flex;
    margin-right: 1rem;
    min-height: 2.57rem;
    line-height: 2.57rem;
    justify-content: flex-start;
    align-items: center;
    font-weight: bolder;
}

/*分类页侧边栏*/
.content .tree-box ~ .form_box {
    position: relative;
    float: left;
    margin-left: 1rem;
    width: calc(100% - 21rem);
    height: calc((100vh - 13rem) - 1px) !important;
    overflow: auto
}

.detail_to_edit_box {
    position: absolute;
    z-index: 999;
    top: 1rem;
    right: 0;
    width: auto;
    height: 2.6rem;
    line-height: 2.6rem;
}

/*编辑表单*/
.util-select-box, .util-input, .util-textarea {
    display: flex;
    width: 100%;
    align-items: center;
    align-content: flex-start;
    color: #333;
    border: 1px solid #bfc4cd;
    background-color: #fff;
    background-image: none;
    border-radius: .2rem;
    box-sizing: border-box;

}

.util-button{
    display: flex;
    align-items: center;
    align-content: flex-start;
    padding: 0 0.8rem;
    min-height: 2.57rem;
    color: #333;
    border: 1px solid #bfc4cd;
    background-color: #fff;
    background-image: none;
    border-radius: .2rem;
    box-sizing: border-box;
}

.edit-form {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 0;
    box-sizing: border-box;
}

.edit-group {
    position: relative;
    margin: 1rem;
    width: calc(100% - 2rem);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*padding: 1rem;*/
    border: 1px #f5f5f5 dashed;
    box-sizing: border-box;
}

.edit-group .edit-title {
    margin-top: 0;
    margin-left: 1rem;
    width: 100%;
    height: 2.57rem;
    line-height: 3rem;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: bolder;
    color: #00bdff;
}

.edit-group .layui-form-item {
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.edit-group > .layui-input-block {
    padding: 0.5rem 1rem !important;
}

.edit-item {
    position: relative;
    margin: 1rem;
    width: calc(100% - 2rem);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 5px;
}

.edit-item:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    width: 100%;
    height: 1px;
    background-color: #000
}

.edit-btn-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem;
    box-sizing: border-box;
}

.edit-btn {
    font-weight: bolder;
    color: #000;
    height: 2rem;
    background-color: #f6f6f6;
    line-height: 2rem;
    padding: 0 0.5rem;
    border: 1px solid transparent;
    border-radius: 2px;
}

.edit-btn:hover {
    border: 1px solid #ccc;
}

.edit-item:hover {
    border: 1px #ccc dashed;
}

.edit-item .del {
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 0;
}

.edit-item:hover .del {
    opacity: 1;
}

.detail-group {
    position: relative;
    margin: 1rem;
    width: calc(100% - 2rem);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem;
    border: 1px transparent solid;
    box-sizing: border-box;
}

.detail-group .detail-title {
    width: 100%;
    height: 2.57rem;
    line-height: 2.57rem;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: bolder;
    color: #6a8fcb;
}

.detail-group .util-select-box,
.detail-group .util-input,
.detail-group .util-textarea,
.detail-group .editor-textarea {
    border: 1px solid transparent;
    border-bottom: 1px solid #bfc4cd;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    padding: 0 1rem 1rem;
    margin: 1px 0 0;
    width: 100%;
    position: relative;
    background-color: #FFF;
    box-sizing: border-box;
}

.form-group.top {
    z-index: 9999;
}

.edit-group .form-group.top {
    z-index: 999;
}

/*.form-group.top:nth-child(2){*/
/*    z-index: 998;*/
/*}*/

/*.form-group.top:nth-child(3){*/
/*    z-index: 997;*/
/*}*/

.form-group .el-select-box .el-select {
    display: flex;
    height: 2.57rem;
    padding: 0 1rem;
    justify-content: flex-start;
    align-items: center;
    font-weight: bolder;
    border-radius: 0.2rem;
}

.form-group-inline {
    display: flex;
    min-height: 2.57rem;
    line-height: 2.57rem;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}

.form-group-inline label {
    padding: 0 0 0 1rem;
    word-break: keep-all;
}

.form-group .util-input, .util-select-box {
    padding: 0 0.8rem;
    min-height: 2.57rem;
}

.form-group .edit-wap {
    position: relative;
    width: 100%;
    z-index: 9999;
    padding-bottom: 40rem;
    height: 0;
    overflow: hidden;
}

.form-group .edit-wap .edit-box {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2rem);
    height: 100%;
    z-index: 9999;
}

.form-group .edit-wap .edit-box .edit-inner {
    width: 100%;
    height: 100%;
}

.form-group .editor-textarea {
    width: 100%;
    height: calc(100% - 6rem);
    border-bottom: 1px solid #bfc4cd;
    box-sizing: border-box;
}

.form-group:first-of-type {
    /*margin-top: 1rem*/
}

.form-group.fg1 {
    width: calc(100% / 12);
}

.of1 {
    margin-right: calc(100% / 12);
}

.form-group.fg2 {
    width: calc(200% / 12);
}

.of2 {
    margin-right: calc(200% / 12);
}

.form-group.fg3 {
    width: calc(300% / 12);
}

.of3 {
    margin-right: calc(300% / 12);
}

.form-group.fg4 {
    width: calc(400% / 12);
}

.of4 {
    margin-right: calc(400% / 12);
}

.form-group.fg5 {
    width: calc(500% / 12);
}

.of5 {
    margin-right: calc(500% / 12);
}

.form-group.fg6 {
    width: calc(600% / 12);
}

.of6 {
    margin-right: calc(600% / 12);
}

.form-group.fg7 {
    width: calc(700% / 12);
}

.of7 {
    margin-right: calc(700% / 12);
}

.form-group.fg8 {
    width: calc(800% / 12);
}

.of8 {
    margin-right: calc(800% / 12);
}

.form-group.fg9 {
    width: calc(900% / 12);
}

.of9 {
    margin-right: calc(900% / 12);
}

.form-group.fg10 {
    width: calc(1000% / 12);
}

.of10 {
    margin-right: calc(1000% / 12);
}

.form-group.fg11 {
    width: calc(1100% / 12);
}

.of11 {
    margin-right: calc(1100% / 12);
}

.form-group.submit {
    display: none;
}

.form-group .util-label {
    display: flex;
    width: 100%;
    padding: 0;
    min-height: 2.57rem;
    line-height: 2.57rem;
    justify-content: flex-start;
    align-items: center;
    font-weight: bolder;
    word-break: keep-all;
}

.form-group .util-label.danger {
    color: red;
}

.form-group .util-label small .icon {
    width: 4rem;
    height: 1.6rem;
}

.form-group small {
    word-break: keep-all;
    display: flex;
    min-height: 2.57rem;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.5rem;
    font-size: calc(13 / 14 * 1rem);
    color: #999;
}

.form-group .layui-input-block {
    margin-left: 0;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.form-group .layui-form-label ~ .layui-input-block {
    padding: 0.5rem 0;
}

.form-group .layui-input-inline {
    width: auto;
}

.form-group .el-radio-box {
    min-height: 2.57rem;
    line-height: 2.57rem;
    width: 100%;
}

.form-group .el-radio-label {
    display: inline-block;
    position: relative;
    min-height: 2.57rem;
    line-height: 2.57rem;
    padding-left: 2.57rem;
}

.form-group .el-radio-label input[type=radio] {
    display: none
}

.form-group .el-radio-label input[type=radio][lay-ignore] {
    display: none !important
}

.form-group .el-radio-label .el-radio-sp {
    display: inline-block;
    position: absolute;
    top: .5rem;
    left: .5rem;
    width: 1.6rem;
    height: 1.6rem
}

.form-group .el-radio-label .el-radio-sp.nocheck {
    border-radius: 4px;
    border: solid 1px #c1c6ca;
    cursor: pointer;
    width: calc(1.6rem - 2px);
    height: calc(1.6rem - 2px)
}

.form-group .el-radio-label .el-radio-sp > .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6rem;
    height: 1.6rem
}

.form-group .el-radio-label .el-radio-sp.nocheck > .icon {
    display: none
}

.form-group .util-input.img {
    padding: 1rem;
    box-sizing: border-box;
}

.form-group .img_box_upload {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.form-group .img_box_preview {
    display: flex;
    flex-wrap: wrap;
}

.form-group .img_box_upload_preview {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start
}

.form-group .img_div {
    position: relative;
    padding: 5px;
    margin: 0 0 5px 0;
    width: 160px;
    box-sizing: border-box;
}

.form-group .layui-form {
    display: flex;
    align-items: center;
    align-content: flex-start;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.form-group .im-block {
    display: block;
}

.form-group .layui-form label[data-select] {
    display: flex;
    min-height: 2.57rem;
    line-height: 2.57rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.form-group .hide {
    display: none !important;
}

/*图片*/
.img_div .img_dc {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.img_div .img_dc .img_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.img_div .img_dc .img_container .img_container_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.img_div .img_dc .img_container .img_container_inner .img {
    max-width: 100%;
    max-height: 100%;
}

.item-wrap {
    width: 100%;
    padding: 0;
    overflow: auto;
    box-sizing: border-box;
}

.item-title {
    padding: 0;
    box-sizing: border-box;
}

.item-table {
    width: 100%;
    overflow: auto;
}

.item-table TABLE {
    width: 100%;
}

.item-table tbody:after {
    content: "";
    display: block;
    height: 1rem;
}

.item-table TABLE TR {
    min-height: 2.5rem;
    line-height: 2.5rem;
    padding: 0.5rem 0;
    border-bottom: #868686 dashed 1px;
    box-sizing: border-box;
}

.item-table TABLE TR:first-child TD {
    background-color: #F6F6F6;
}

.item-table TABLE TR[data-childindex] {
    min-height: 2rem;
    line-height: 2rem;
}

.item-table TABLE TR:hover TD:not([rowspan]) {
    border-bottom: #83cfff dashed 1px;
}


.item-table TABLE TH,
.item-table TABLE TD {
    word-break: keep-all;
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    text-align: left;
    border-bottom: transparent dashed 1px;
}

.item-table TABLE TH.id,
.item-table TABLE TD.id {
    width: 60px;
}

.item-table TABLE TH.center,
.item-table TABLE TD.center {
    text-align: center;
}

.item-table TABLE TH.des,
.item-table TABLE TD.des {
    max-width: 12rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-table TABLE TH,
.item-table TABLE TD:not([rowspan]) {
    border-bottom: #8f8f8f dashed 1px;
}

.item-table TABLE TD.ic .icon {
    width: 2rem;
    height: 2rem;
}

.item-table TABLE TD:not(.ctl):hover {
    background-color: #f5f5f5;
}

.item-table TABLE TD > div {
    display: flex;
}

.item-table TABLE TD.center > div {
    justify-content: center;
    text-align: center;
}