  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.h-100 {
  height: 100%;
}
body {
  font-size: 16px;
}
html,
body {
  height: 100%;
}
img {
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
  color: blue;
}
.padding-left28{
  padding-left: 28px;
}
.tac {
  text-align: center;
}
.fl {
  float: left;
}
.pos-rel {
  position: relative;
}
.container {
/*background: #0048d9 left bottom no-repeat;*/

 background: #047CD2 url('//upload.yudiyun.cn/upload/20211202/607632896739671.jpg')  no-repeat 100%/100%;

}
.cnt-right {
  width: calc(100%);
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.footer {
 
  color: #fff;
  z-index:3;
}
.footer a {
  color: #eee;
}
.layer-wraper {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 2;
}
.layer-notice-wrap {
  padding: 35px 30px 40px;
}
.layer-content {
  background-color: #fff;
  margin: auto;
  width: 90%;
  margin-top: 100px;
  max-width: 1000px;
  z-index: 1;
  overflow: auto;
}
.layer-body {
  margin-top: 20px;
  padding: 20px;
  color: #333;
  line-height: 1.8;
  word-break: break-all;
}
.layer-body div {
  padding-top: 10px;
}
.bg-default-gray {
  background-color: #f5f5f5;
}
@media screen and (max-width: 960px) {
  .footer{
    left: 0;
    text-align: center;
    width: 100%;
  }
}
.highlight {
  color: red;
}
@media screen and (max-width: 640px) {
  .offline-list{
    padding-left: 0;
  }
  .layer-content{
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }
  .footer{
  
   display: none; 
  }
}