.page-container{
    /*margin-top: 60px;*/
    padding: 0;
    /*position: relative;*/
    display: flex;
    width: 100%;
    height: 100%;
}
.page-content{
    /*margin-left: 235px;*/
    margin-top: 0;
    background-color: #F5F5F5;
    padding: 35px 35px 10px;
}
@media screen and (min-width:768px) and (max-width:991px){
    .page-content{
        /*min-height:280px;*/
    }
}
@media screen and (min-width: 992px ) and (max-width:1400px){
    .page-content {
        /*min-height: 710px;*/
    }
}
@media (min-width:1400px){
    .page-content{
        /*min-height:1112px;*/
    }
}
.page-explain{
    width:100%;
    background-color: #F5F5F5;
    height:50px;
    line-height:50px;
    padding-left:15px;
    font-size:14px;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:10px;
}
.page-bar {
    background-color: #fff;
    position: relative;
    font-size:26px;
    font-weight:bolder;
    background-image: linear-gradient(left, #FECD33 0%, #FECD33 107px,#DFDFDF 107px, #DFDFDF 100%);
    background-image: -webkit-linear-gradient(left, #FECD33 0%, #FECD33 107px, #DFDFDF 107px, #DFDFDF 100%);
    background-image: -o-linear-gradient(left, #FECD33 0%, #FECD33 107px, #DFDFDF 107px, #DFDFDF 100%);
    background-image: -moz-linear-gradient(left, #FECD33 0%, #FECD33 107px, #DFDFDF 107px, #DFDFDF 100%);
    background-size:  100% 2px;   
    background-repeat: no-repeat;   
    background-position: bottom;
}
.page-title-level{
    font-size:16px;
    margin-top:10px;
}
/*
弹窗按钮位置
 */
.el-message-box .el-button--default{
   /* float: right;
    margin-left: 10px;*/
}
/*浮层*/

.bg_shadow{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999999;
    width: 100%;
    height: 100%;
    text-align: center;
}
.bg_shadow::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.layerInfo{
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 5px;
    margin-left:235px;
}
.dialog{
    background: #fff;
    width: 10rem;
    color: #000;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    position: relative;
}
.dialog_prompt{
    font-size:20px;
    font-weight: bolder;
    height: 1rem;
    line-height: 1rem;
}
.dialog_content{
    font-size:14px;
    height: 1.6rem;
    line-height: 1.6rem;
}
.dialog_footer{
    height: 1rem;
    line-height:1rem;
    border-radius: 0 0 5px 5px;
}
.dialog_footer span{
    padding: 4px 20px;
    color: #fff;
    background: #20A0FF;
    border-radius: 3px;
    cursor: pointer;
}
.dialog_footer span:nth-child(2){
  margin-left:42px;
}
.dialog img {
  position: absolute;
  right: 7px;
  top: 6%;
}
.ql-editor{
    height: 200px !important;
}
