.container {
    width: 1200px;
    margin: 0 auto;
  }
  [v-cloak] { display: none } 
  #app header {
    width: 100%;
    height: 32px;
    background: #f1f3f1;
  }
  
  #app header .header {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #434343;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
  }
  
  #app header .header .header-right {
    display: flex;
  }
  
  #app header .header .header-right .right-1 span {
    padding: 0 20px;
  }
  
  #app header .header .header-right .right-1 span + span {
    border-left: 2px solid #878787;
  }
  
  #app header .header .header-right .right-2 {
    margin-left: 30px;
  }
  #app footer {
    width: 100%;
    height:99px;
    background:rgba(181,181,181,1);
    text-align: center;
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
       
        font-size:14px;
        font-family:Microsoft YaHei;
        font-weight:400;
        color:rgba(255,255,255,1);
  }
  #app footer .footer-1{
    margin-top: 8px;
}
  
  