#home_header .home_header {
  position: fixed;
  z-index: 2001;
  overflow: hidden;
  height: 1.76rem;
  width: 100%;
  background: #333D82; }
  #home_header .home_header #leftArrow {
    margin-top: .57rem;
    margin-left: .33rem;
    float: left;
    width: 20px;
    height: 20px; }
  #home_header .home_header-title {
    margin-top: -12.5px;
    margin-left: -100px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 25px;
    width: 200px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold; }
  #home_header .home_header-logo {
    margin-top: .53rem;
    margin-left: .24rem;
    float: left;
    width: 6.28rem;
    height: .8rem; }
  #home_header .home_header-menu {
    margin-top: .57rem;
    float: right;
    overflow: hidden; }
    #home_header .home_header-menu-left {
      float: left;
      width: 24px;
      height: 24px; }
    #home_header .home_header-menu-right {
      margin-right: .16rem;
      margin-left: 4px;
      float: right;
      color: #FFF;
      font-size: 16px; }

#home_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: #FFF;
  box-shadow: 1.25px 1.25px 8px rgba(0, 0, 0, 0.1); }
  #home_footer .footer_top {
    display: none;
    justify-content: space-around;
    height: 40px;
    line-height: 40px;
    box-shadow: 1.25px 1.25px 8px rgba(0, 0, 0, 0.1); }
    #home_footer .footer_top > a {
      display: block;
      overflow: hidden; }
      #home_footer .footer_top > a img {
        position: relative;
        top: 8px;
        float: left;
        width: 24px;
        height: 24px; }
      #home_footer .footer_top > a > div {
        float: left;
        font-size: 11px;
        font-weight: bold;
        color: #252729; }
  #home_footer .footer_bottom {
    padding-top: 5px;
    display: flex;
    justify-content: space-around;
    height: 50px;
    background: #333f77; }
    #home_footer .footer_bottom a {
      display: block;
      width: 48px;
      text-align: center; }
      #home_footer .footer_bottom a img {
        width: 24px;
        height: 24px; }
      #home_footer .footer_bottom a > div {
        margin-top: 3px;
        font-size: 11px;
        font-weight: bold;
        color: #FFF !important; }
    #home_footer .footer_bottom-select {
      width: 40px !important;
      height: 40px;
      border-radius: 50px;
      box-shadow: 1.25px 1.25px 8px rgba(0, 0, 0, 0.1);
      display: flex;
      justify-content: center;
      align-items: center; }
      #home_footer .footer_bottom-select img {
        width: 20px !important;
        height: 20px !important; }

/*# sourceMappingURL=layout.css.map */
