* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

body {
  background-color: #f2f2f2;
}

@media screen and (min-width: 100px) and (max-width: 1200px) {
  #pc-wrap {
    display: none;
  }
  #app-wrap {
    display: block;
  }
  #app-wrap .container .head {
    margin-bottom: 10px;
  }
  #app-wrap .container .head img {
    width: 100%;
    height: auto;
  }
  #app-wrap .container .content {
    background-color: #fff;
    border-radius: 8px;
    margin: 0 5px;
    padding-top: 20px;
  }
  #app-wrap .container .content .nav_title {
    color: #2BA8AB;
    width: 50%;
    margin: 0 auto;
    height: 45px;
    font-size: 26px !important;
    text-align: center;
    background: url(./title.png) 0px 34px no-repeat;
    background-size: 100%;
  }
  #app-wrap .container .content .listBox {
    padding: 20px 0;
  }
  #app-wrap .container .content .listBox .list {
    border-bottom: 1px dashed #99ebec;
    padding: 0 10px;
  }
  #app-wrap .container .content .listBox .list a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #app-wrap .container .content .listBox .list a::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #2BA8AB;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
  }
  #app-wrap .container .content .itemBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  #app-wrap .container .content .itemBox .list {
    width: 45%;
  }
  #app-wrap .container .content .itemBox .list a img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  /*头部和尾部样式*/
  .app-head {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
  }
  .app-head .logo {
    display: inline;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  background: none;
  }
  .app-head .logo img {
    width: 100%;
    height: 45px;
  }
  .app-head .search {
    width: 100%;
    height: 30px;
    background: #F0F0F0;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  .app-head .search input {
    background: #F0F0F0;
    margin-left: 10px;
    height: 30px;
    border: none;
    outline: none;
  }
  .app-head .search .ss {
    width: 42px;
    height: 30px;
    background: url(./bjq-ss.png) no-repeat center;
    background-size: 100% 100%;
  }
  .footer {
    width: 100%;
    background: #F7F3F0;
    box-sizing: border-box;
    padding: 10px;
    border-top: 3px solid #D9001B;
  }
  .footer .foot-top {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 9px;
  }
  .footer .foot-top a {
    display: inline-block;
    width: 100%;
  }
 .footer .foot-top .foot-text {
    text-align: center;
    font-size: 10px !important;
    color: #333;
    line-height: 20px;
  }
  .footer .foot-bottom {
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 .footer .foot-bottom .dzjg {
    width: 25px;
    height: 30px;
  }
  .footer .foot-bottom .hz {
    width: 45px;
    height: 35px;
    margin: 0 10px;
  }
 .footer .foot-bottom .zfwz {
    width: 70px;
    height: 35px;
  }
}
