/* 底部样式修改2020-02-08 */
.footer-container{
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #384148;
}
.footer-container-blank {
  height: 160px;
}
.footer-content {
  font-size: 13px;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  position: relative;
}

.footer-content p:nth-child(1) {
  padding-top: 50px;
}

.footer-content p {
  margin-bottom: 20px;
}

.footer-interval {
  display: inline-block;
  width: 0;
  height: 14px;
  border-right: 1px solid #fff;
  margin: 0 15px;
  vertical-align: middle;
}

.footer-content a {
  color: #ffffff;
  text-decoration: none;
}

.qr-code {
  position: absolute;
  top: 24px;
  right: 0;
  color: #ccd0d3;
  text-align: center;
}

.qr-code img {
  width: 90px;
  height: 90px;
  display: block;
  margin-bottom: 10px;
}

/* 头样式修改2020-02-17 */
.header-container {
  box-sizing: content-box;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding: 10px 0;
  font-size: 14px;
  background-color: #0096EB;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header-content {
  width: 1200px;
  margin: 0 auto;
}
.header-logo {
  float: left;
  height: 40px;
}
.header-container-blank {
  box-sizing: content-box;
  width: 100%;
  height: 40px;
  padding: 10px 0;
}

.header-item {
  color: #e9eff4;
  padding: 0 8px;
  cursor: pointer;
}

.header-item:hover {
  color: #ffffff;
}

#commonUserNam {
  margin-left: 3px;
}

.icon-help{
  color: #fff !important;
}

.content {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}