html,
body {
  margin: 0;
  padding: 0;
}
ul,
li,
a {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  border-style: none;
}
  .btn-box_col{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .btn-box_row{
    display: flex;
    flex-direction: row;
  }
.self-adaption {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .common-color{
      color: #005fc6;
  }
.common-btn{
    border: none;
    border-radius: 0px;
    background-color: #005fc6;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    cursor: pointer;
  }
#app {
    min-width: 1200px;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space:nowrap;
}
  #app .self-adaption {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #app .container {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #2e2e2e;
    background-color: #fff;
  }
   #app .container  header {
      height: 50px !important;
      line-height: 50px !important;
      background-color: #fdfcfc;
      padding: 0 15%;
      border-bottom: 1px solid #ddd;
    }
     #app .container  header  .header-l {
        text-align: left;
      }
     #app .container  header .header-r {
        height: 50px;
        line-height: 50px;
    }
      #app .container  header .header-r  li {
          margin-left: 8px;
          color: #2e2e2e;
          width: 60px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          display: inline-block;
          cursor: pointer;
      }
       #app .container  header .header-r li img {
            display: inline-block;
            vertical-align: middle;
          }
       #app .container  header .header-r li:hover{
          color:#005fc6;
        }
      #app .container footer {
        background-color: #fff;
      }
      #app .container footer .footer-item{
        height: auto;
        width: 100%;
        padding: 20px 15%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #dfdfdf;
        font-size: 14px;
        color: #666;
      }
      #app .container footer .footer-item .footer-top{
        background-color: #dfdfdf;
        margin-top: 30px;
        margin-bottom: 20px;
      }
      #app .container footer .footer-item .footer-top .footer-top_item .top-tem_l{
        color: #005fc6;
        display: inline-block;
        margin-right: 60px;
        height: 30px;
      }
      #app .container footer .footer-item .footer-top .footer-bot{
        background-color: #dfdfdf;
      }
      #app .container footer .footer-item .footer-top  .bot-item_item{
          height: 30px;
      }
      #app .container footer .footer-item .footer-about{
        margin-bottom: 2px;
      }
#app .container footer .footer-item a{color: #333;}
.none { display: none;}