@charset "UTF-8";
/*
* 移动端头部和底部公用样式
*/
@media screen and (min-width: 100px) and (max-width: 1024px) {
  #app-wrap .app-head {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    background: #fff;
  }
  #app-wrap .app-head .logo {
    display: inline;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    background: none;
  }
  #app-wrap .app-head .logo img {
    width: 100%;
    height: 45px;
  }
  #app-wrap .app-head .search {
    width: 100%;
    height: 30px;
    background: #f0f0f0;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  #app-wrap .app-head .search input {
    background: #f0f0f0;
    margin-left: 10px;
    width: 80%;
    height: 30px;
    border: none;
    outline: none;
  }
  #app-wrap .app-head .search .ss {
    width: 42px;
    height: 30px;
    background: url(bjq-ss.png) no-repeat center;
    background-size: 100% 100%;
  }
  #app-wrap .app-title {
    width: 100%;
    background-color: #d9001b;
  }
  #app-wrap .app-title .top-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  #app-wrap .app-title .top-part .top-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #app-wrap .app-title .top-part .nav-item {
    width: 30%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  #app-wrap .app-title .top-part .nav-item a {
    color: #fff;
    font-size: 16px;
  }
  #app-wrap .app-title .top-part .active {
    background: #F59A23;
  }
  #app-wrap .app-title .top-part .active a {
    color: #fff;
  }
  #app-wrap .footer {
    width: 100%;
    background: #f7f3f0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    border-top: 3px solid #d9001b;
  }
  #app-wrap .footer .foot-top {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 9px;
  }
  #app-wrap .footer .foot-top a {
    display: inline-block;
    width: 100%;
  }
  #app-wrap .footer .foot-top .foot-text {
    text-align: center;
    font-size: 10px !important;
    color: #333;
    line-height: 20px;
  }
  #app-wrap .footer .foot-bottom {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #app-wrap .footer .foot-bottom .dzjg {
    width: 25px;
    height: 30px;
  }
  #app-wrap .footer .foot-bottom .hz {
    width: 45px;
    height: 35px;
    margin: 0 10px;
  }
  #app-wrap .footer .foot-bottom .zfwz {
    width: 70px;
    height: 35px;
  }
}
