@charset "UTF-8";

/*
* 移动端头部和底部公用样式
*/
@media screen and (min-width: 100px) and (max-width: 1024px) {
  .top-header {
    /* height: 78px; */
    height: 98px;
    width: 100%;
    background: url(bg-top.png) no-repeat center;
    background-size: 100% 100%;
    /* padding-top: 23px; */
    padding-top: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .top-header .left-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-header .left-badge .right-img {
    width: 101px;
    height: 24px;
    margin-left: 6px;
  }

  .top-header .left-badge .left-img {
    width: 23px;
    height: 24px;
  }

  .top-header .hr-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-header .hr-text .right-text {
    margin-left: 10px;
  }

  .top-header .hr-text .left-text,
  .top-header .hr-text .right-text {
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #303030;
    font-size: 14px;
  }

  .top-part {
    width: 100%;
    padding: 10px 0;
    background: #3375ca;
  }

  .top-part .top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-part .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 33.3%;
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 5px 0px;
  }

  .top-part .nav-item a {
    color: #ffffff;
    font-size: 14px;
    padding: 2px 5px;
  }

  .top-part .active {
    font-weight: bold;
  }

  .top-part .active a {
    padding: 2px 5px;
    background: #ffffff;
    color: #3375ca;
  }

  .app-wrap .footer-content {
    padding: 14px 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #3476CA;
    font-size: 9px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
  }

  .app-wrap .footer-content .text {
    margin: 0 0 15px 0;
    height: 9px;
  }

  .app-wrap .footer-content .text .but-img {
    width: 9px;
    height: 9px;
  }

  .app-wrap .footer-content .text a {
    color: #FFFFFF;
    margin-left: 11px;
  }

  .app-wrap .footer-content .text-ba {
    margin: 16px 0 0 0;
  }

  .app-wrap .footer-content hr {
    background: rgba(238, 238, 238, 0.5);
    height: 1px;
  }

  .app-wrap .footer-content .icon-footer {
    margin: 8px 0 0 0;
  }

  .app-wrap .footer-content .icon-footer a:nth-child(1) img {
    width: 23px;
    height: 28px;
  }

  .app-wrap .footer-content .icon-footer a:nth-child(2) img {
    width: 37px;
    height: 28px;
    margin: 0 10px;
  }

  .app-wrap .footer-content .icon-footer a:nth-child(3) img {
    width: 55px;
    height: 28px;
  }

  * {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
  }

  #b li {
    margin-right: 26px;
    float: left;
  }

  #b ul li a {
    color: #111;
  }

  #c {
    width: 100%;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #a {
    width: 40px;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: right;
  }
}

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