@charset "UTF-8";
/*!
*   Util.css -http://www.ahwnlw.com
*   Version - 0.0.5
*   Licensed
*   Copyright (c) 2019 WangSong
*/

.scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 2px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 2px;
    box-shadow   : inset 0 0 2px rgba(0, 0, 0, 0.2);
    background   : #535353;
}
.scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background   : #ededed;
}


.frameBox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: calc(100% - 5em);
}
.frameBox_left {
    width: 8em;
    height:100%;
    margin: 0 0.2em 0 0;
    transition: all 0.5s;
}
.frameBox_left iframe{
    opacity: 1;
    transition: all 1.5s;
}
.frameBox_right {
    position: relative;
    width: calc(100% - 8.2em);
    height:100%;
    margin: 0;
    transition: all 0.5s;
}
.frameBox_right:before{
    content: '';
    display: block;
    position: absolute;
    top:0;
    left: -1px;
    width: 1px;
    height: calc(100% - 1.5em);
    background: #278296;
    z-index: -1;
    transition: all 1s;
}
.on .frameBox_left{
    width: 0;
    overflow: hidden;
}
.on .frameBox_left iframe{
    opacity: 0 !important;
    transition: all 0.1s;
}
.on .frameBox_right{
    width: calc(100% - 0.2em);
}
.on .frameBox_right:after{
    left: -0.2em;
    width:0.2em;
    background: red;
}
.main_self_frame {
    display: block;
    height: 100%;
    width: 100%;
}
.open_shrink {
    position: absolute;
    top: calc(50% - 5em);
    left: -0.5em;
    border-color: transparent transparent transparent #278296;
    border-style: solid none solid solid;
    border-width: 1.5em 0 1.5em 1em;
    height: 3em;
    width: 0;
    cursor: pointer;
    z-index:99999;
}
.open_shrink > span {
    position: absolute;
    top: 1em;
    left: -0.7em;
    border-color: transparent transparent transparent #fff;
    border-style: solid none solid solid;
    border-width: 0.5em 0 0.5em 0.5em;
    height: 0;
    width: 0;
    transform: rotate(-180deg);
    transition: all 0.5s;
}
.open_shrink.on > span {
    transform: rotate(0deg);
}

.left_nav_box_ul{
    padding-top: 2em;
}
.left_nav_box_li{
    margin-bottom: 1em;
    padding: 0.3em 1em 0.3em 4em;
    text-align: right;
}

.left_nav_box_li[data-on=on],
.left_nav_box_li:hover{
    background: #189fff;
}
.left_nav_box_li_a{
    position: relative;
    display: block;
    padding:0.5em ;
    /*padding: 0 0 0.2em 0;*/
}
.left_nav_box_li_a::after{
    position: absolute;
    content: "";
    bottom: -0.3em;
    left: 0;
    width: 100%;
    height: 0;
    border: 1px dashed #00a0e9;
}
.left_nav_box_li_a>span{
    color: #fff;
}
.left_nav_box_li:hover .left_nav_box_li_a>span{
    color: #fff;
}

.Upload{

}
.UploadBox{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #e6e6e6;
}
.UploadBtnBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.85em;
    height: 6em;
}
.UploadFileBox{
    display: flex;
    width: calc(100% - 0.8em);
    height: calc(100% - 0.8em);
    margin: 0.2em;
    padding: 0.2em;
    overflow: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*background: #000;*/
    border-radius: 0.2em;
    align-items: flex-start;
    border-left: 1px solid #e6e6e6;
}
.UploadImgBox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.3em 0 0.1em 0.3em;
    width: 8.5em;
    height: 8.5em;
    padding: 0.5em;
    background: rgba(95, 184, 98, 0.7);
    border-radius: 0.2em;
}
.UploadImg{
    max-width: 100%;
    max-height: 100%;
}
.UploadFile{
    font-size: 3em;
    color: #00b7ee;
}
.Upload .mid{
    display: inline-block;
    padding-left: 2em;
    color: red;
    font-size: 0.8em;
}

.upload_frame{
    padding:1em;
}
.UploadPreviewBox{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    height: calc(100% - 3em);
    overflow: auto;
    border-top: 1px solid burlywood;
}
.UploadPreviewImgBox{
    position: relative;
    width: 10em;
    height: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    margin: 0.5em;
    background: rgba(0,0,0,0.1);
}
.UploadPreviewImg{
    max-width: 100%;
    max-height: 100%;
}
.IconBox,.IconBox_2{
    position: absolute;
    top: 0;
    right: 0;
    height: 1em;
    width: 1em;
    border-radius: 100%;
    /* background: rgba(255,255,255,0.5); */
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 1em;
    font-size: 2em;
}
.IconBox_2{
    bottom: 0;
    background: rgba(255, 0, 0, 0.35);
    color: #fff;
    top:auto;
}
.IconBox_2:hover{
    background: red;
}
.IconBox.Success>i{
    color:greenyellow;
}
.IconBox.Err>i{
    color:red;
}
.loading_box{
    position:absolute;
    background:#9dffc2;
    transition:all 1s;
    display:flex;
    justify-content:center;
    align-items:center;
}
.loader {
    box-sizing: content-box;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8% 0 0 0;
    text-align: center;
    /*z-index: 1000;*/
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.loader:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 2.5em;
    height:  2.5em;
    margin: 0 0 0 -1.25em;
    border-radius: 100%;
    border: 0.5em solid #189fff;
}
.loader:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 2.5em;
    height: 2.5em;
    margin: 0 0 0 -1.25em;
    animation: loader 1s ease;
    animation-iteration-count: infinite;
    border-radius: 100%;
    border: 0.5em solid transparent;
    border-top-color:orange;
    box-shadow: 0 0 0 1px transparent;
}
@keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form-group{
    position: relative;
    font-size: 1em;
}
.util-tags{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.5em 0;
    min-height: 2.4em;
}
.util-tag{
    margin-bottom: 0.3em;
    margin-right: 0.2em;
    display: inline-block;
    padding: 0.3em 0.5em;
    border-radius: 0.2em;
    background: #ccc;
}
.util-label{
    display: flex;
    min-height: 2.67em;
    justify-content: flex-start;
    align-items: center;
}
.util-btn-small{
    padding: 0 0.3em;
    line-height: 1.8em;
    height: 1.8em;
}
.util-select-box,
.util-input,
.util-textarea{
    box-sizing: border-box;
    border: 1px solid #BFC4CD!important;
    border-radius: 0.2em!important;
    display: block;
    width: 100%;
    line-height: 1.4;
    color: #5d6d7e;
    background-color: #fff;
    background-image: none;
}
.util-input ,
.util-select-box{
    height: 2.6em;
}

.util-file{
    padding: 0.3em 0.6em;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0.2em;
    overflow: hidden;
    display: inline-block;
}
.util-button-file {
    position: absolute;
    font-size: 1em;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.util-button-file:hover {
    text-decoration: none
}

.util-input{
    padding:0.3em 0.6em;
}
.util-textarea{
    padding:0.3em 0.6em;
    min-height:6em;
}
.util-tags-textarea{
    position:relative;
}
.util-tags-textarea > span >i.iconfont.add{
    display:none;
}
.util-tag > em{
    font-style:normal;
}

.util-tags > span> i.iconfont.del{
    display:none;
}
.util-tag  .iconfont{
    padding-left:0.2em;
}
.util-tag  .iconfont:hover{
    color:#189fff;
}
.util-button{
    box-sizing: border-box;
    border: none;
    border-radius: 0.2em;
    display: inline-block;
    padding: 0.3em 0.6em;
    line-height: 1.4;
    color: #666;
    background-color: #fff;
    cursor: pointer;
}
.util-button + .util-button{
    margin-left: 1em;
}
.util-button-primary{
    color: #fff;
    background-color: #278296;
}
.util-button-primary-outline{
    color: #278296;
    background-color: #fff;
    border: 1px solid #278296;
}
.util-button-primary-outline:hover{
    color: #fff;
    background-color: #278296;
    border: 1px solid #278296;
}

.util-button-primary:hover{
    color: #fff;
    background-color: #278296;
}
.util-button-block{
    display: block;
    width: 100%;
}
.util-select-box .util-value {
    display: block;
    position: relative;
}
.util-value-tit{
    color: #5d6d7e;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    padding: 0.6em;
    white-space: nowrap;
}

.util-select {
    display: none;
    position: absolute;
    border: 1px solid #b8c4ce;
    margin-left: -1px;
    overflow-y: auto;
    width: 100%;
    max-height: 15em;
    z-index: 3;
    border-radius: 0.2em;
    background: #ffff00;
}
.util-option {

}
.util-option a {
    display: block;
    color: #5d6d7e;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2.5em;
    height: 2.5em;
    padding: 0 0.6em;
}
.select-option a.on {
    background-color: #D8E5FF;
    color: #3D7EFF;
}
.util-option a:hover {
    background: #EBF2FF;
    color: #3D7EFF;
}

body .show_img_info_box{
    width: 80% !important;
}
body .show_img_info_box .layui-layer-dialog .layui-layer-content{
    padding: 1.5em;
}
body .show_img_info_box .layui-layer-btn{
    position: absolute;
    bottom: 1.5em;
    right: 1.5em;
    padding: 0;
}
@media screen and (max-width: 1024px){
    body .show_img_info_box{
        width: calc(100% - 2em) !important;
        height: calc(100% - 2em) !important;
    }
}


/*编辑图片预览模板*/
.img_info_box{
        position: relative;
        padding: 1em 0 0.5em;
    }
.img_info_box .edit_sp{
    display: inline-block;
    position: absolute;
    top: -0.5em;
    right: 0;
    padding: 0 0.5em;
    line-height: 1.5em;
    cursor: pointer;
}
.img_info_box .edit_sp:hover{
    color: #fb0005;
}
.img_info_box .edit_sp:after{
    content: '编辑';
}
.img_info_box.active .edit_sp:after{
    content: '保存';
}
.img_info_box .layui-input{
    display: none;
    visibility: hidden;
    width: 0;
    border: 0;
    height: 2.12em;
    line-height: 1.3;
}
.img_info_box.active .layui-input{
    display: inline-block;
    visibility: visible;
    width: 100%;
    transition: all 1s;
}
.img_info_box .layui-table td>em{
    display: inline-block;
    font-style: normal;
    color:#999
}
.img_info_box.active .layui-table td.edit{
    padding: 0;
}
.img_info_box.active .layui-table td>em{
    display: none;
    visibility: hidden;
    width: 0;
}
.img_lg_box{
    width: 100%;
    padding-bottom: 50%;
    height:0;
    overflow: hidden;
    position: relative;
}
.img_lg_inner{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    transition: all 1s
}
.img_lg_inner.active{
    position: fixed;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    z-index: 1;
}
.img_lg_inner.active .img_lg_inner_d{
    background: #000;
    opacity: 0.9;
}
.img_lg_inner_d{
    padding: 1em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
}
.img_lg{
    max-height: 100%;
    display: block;
}

