* {
  font-family: "PingFangSC-Regular", "sans-serif", "SourceHanSansCN-Regular";
  word-break: break-word;
}

.page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.m-glb-nav-bar {
  height: 50px;
  background: rgba(255, 255, 255, .3);
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}

.m-glb-bg-nav-bar {
  height: 50px;
  width: 100%;
  background: none;
  background-image: url('../image/common/nav_bar_pic.png');
}

.m-glb-nav-bar img {
  display: block;
}

.m-glb-nav-bar .img-1 {
  width: 189px;
  height: 20px;
}

.m-glb-nav-bar .img-2 {
  width: 24px;
  height: 20px;
}

.m-glb-footer {
  height: 30px;
  background: #0F5194;
  line-height: 30px;
  color: #fff;
  font-size: 10px;
  text-align: right;
  padding: 0 15px;
}

.fullscreen-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.fullscreen-window .p-1 {
  height: 52px;
  border-bottom: 2px solid #0F5194;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  line-height: 19px;
}

.fullscreen-window .p-1 .s-1 {
  display: flex;
}

.fullscreen-window .p-1 .s-1 .ss-1 {
  color: #484848;
  font-size: 16px;
}

.fullscreen-window .p-1 .s-1 .ss-2 {
  height: 9px;
  margin: 5px 10px 0 10px;
  width: 1px;
  background: #3f3f3f;
}


.fullscreen-window .p-1 .s-1 .ss-3 {
  color: #205097;
  font-size: 19px;
}

.fullscreen-window .p-1 .close {
  width: 20px;
  height: 20px;
  background: red;
}

.fullscreen-window .p-2 {
  padding: 22px;
}

.fullscreen-window .p-2 .item {
  height: 64px;
  padding: 23px 0;
  text-align: center;
  font-size: 22px;
  color: #484848;
}


.fullscreen-window .p-2 .line {
  width: 18px;
  height: 1px;
  background: #e1e1e1;
  margin: 0 auto;
}

.fullscreen-window .p-2 .item-active {
  color: #205097;
}











