.footer-text {
    margin-left: 134px;
    line-height: 34px;
    color: #cfe6f5;
    text-align: left !important;}
.noticebg {
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    background: rgba(0,0,0,0.2);
    z-index: 999;}
.noticediv {
    position: absolute;
    width: 1224px;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
    border-radius: 6px;}
.noticetop {
    /* height: 32px; */
    line-height: 53px;
    font-size: 18px;
    background: rgba(0,0,0,0.1);
    text-indent: 20px;}
.noticebody {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.5;
    /* text-indent: 2em; */
    max-height: 715px;
    overflow-y: auto;}
.titlename {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    padding-bottom: 15px;}
.content{}
.noticebottom {
    text-align: center;
    margin-bottom: 10px;}
.noticebtn {
    background: #278add;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    border-radius: 2px;
    padding: 10px 20px;
    font-size: 18px;}
.grey{
background:rgba(0,0,0,0.2);
cursor:not-allowed;}
.noticebg  .close {
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 0;
    /* background: transparent; */
    width: 32px;
    height: 32px;
    /* border: 1px solid rgba(0,0,0,0.1); */
    /* border-radius: 50%; */
    opacity: 1;
    text-shadow: none;}
.noticebg  .close::before, .noticebg  .close::after {
    content: '';
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;}
.noticebg  .close::before {
    transform: rotate(45deg);}
.noticebg  .close::after {
    background: #fff;
    transform: rotate(-45deg);}
