.background{
    background: url(./images/background.jpg);
    display: block;
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -10;
    overflow: hidden;
    left:0px;
}
.body{
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
.main {
    text-align: center;
    height: 100%;
}
.img{
    overflow-clip-margin: content-box;
    overflow: clip;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

div{
    display: block;
    unicode-bidi: isolate;
}
/* 头部栏 */
.header{
    padding-top: 50px;
    height: 100%;
    text-align: center;
    display: block;
}

.portal-logo{
    height: 45px;
    display: inline-block;
    vertical-align: bottom;
}

.portal-title{
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    color: #ffffff;
    height: 100%;
    vertical-align: bottom;
}

/* 主体 */
.container{
    position: relative;
    margin-top: 33px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
    max-height: none;
    display:flex
    
}

/* 左主体 */
.notice-panel{
    
    display: none;

}


/* 右主体 登录 */
.login-panel {
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    border-radius: 6px ;
    background-color: rgba(0, 0, 0,0.66);
}
.login-box {
   
    padding-top: 23px;
    padding-left: 30px;
    padding-right: 30px;
}
.login-nav {
    font-size: 16px;
    display: flex;
}
.login-nav div {
    flex: 1;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    border-bottom: 1px solid white;
}

.login-button {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    height: auto;
    width: 95%;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 15px;

}
.login-button a {
    display: inline-block;
    width: 100%;
    padding: 0;
    line-height: 60px;
}

/* 移动端自适应 */

.ql-snow * {
    box-sizing: border-box;
}

.ql-editor > * {
    cursor: text;
}
.ql-editor {
  
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 0px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
   
    word-wrap: break-word;
}


.ql-editor p{
    margin: 0;
    padding: 0;
}
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.notice-content{
    font-size: 12px;
    margin: 12px 5px;
    width: auto;
    text-indent: 2em;
}

