/* 清除默认样式 */
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
}
/* 手机端 */
@media screen and (max-width: 992px) {
  .app {
    margin: 2.13rem 0 0 0;
    overflow: hidden;
  }
  .app .contents_box {
    margin: 0 0.5rem;
  }
  .app .contents_box .title {
    font-size: 0.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0.3rem 0;
  }
  .app .contents_box .date {
    font-size: 0.3rem;
    text-align: end;
    line-height: 1rem;
    color: #999999;
    border-bottom: 1px solid #EDEDED;
  }
  .app .contents_box .contents {
    font-size: 0.4rem;
  }
  .app .contents_box .contents .text {
    text-indent: 0.5rem;
  }
  .app .contents_box .contents .img {
    margin: 0.3rem auto;
  }
  .app .contents_box .contents .img img {
    width: 100%;
  }
  .footer {
    background-color: #F5F5F7;
  }
  .footer .content {
    margin: 0 0.5rem;
    display: flex;
    flex-direction: column;
  }
  .footer .content .top {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .footer .content .top .info .alist {
    display: none;
  }
  .footer .content .top .info .blist {
    display: flex;
    flex-direction: column;
    margin: 0.3rem 0;
  }
  .footer .content .top .info .blist .left {
    color: #666666;
    font-size: 0.1rem;
    flex: 1.1;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer .content .top .info .blist .left .address {
    display: flex;
    flex: 1;
    flex-direction: column;
    line-height: 0.6rem;
    font-size: 0.4rem;
  }
  .footer .content .top .info .blist .left .address div {
    flex: 1;
  }
  img{
      max-width: 100%;
  }
  .footer .content .top .info .blist .right {
    display: none;
  }
  .footer .content .top .code_box {
    display: flex;
    height: 4.3rem;
  }
  .footer .content .top .code_box .code {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-size: 0.4rem;
    justify-content: center;
    color: #666666;
  }
  .footer .content .top .code_box .code img {
    width: 3rem;
    height: 3rem;
  }
  .footer .content .top .code_box .code span {
    margin: 0.3rem 0 0 0;
  }
  .footer .content .bottom {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    font-size: 0.4rem;
    padding: 0.3rem 0;
    border-top: 1px solid #DEDEDE;
  }
  .footer .content .bottom div {
    text-align: center;
    color: #666666;
  }
}
/* PC端 */
@media screen and (min-width: 992px) {
  .app {
    /*margin: calc(0.52rem * 0.8) 0 0 0;*/
    margin: 134px 0 0 0;
  }
  .contents_box {
    width: 50%;
    margin: 0 auto;
    font-size: 0.1rem;
  }
  .contents_box .title {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.23rem;
    color: #333333;
    font-weight: bold;
  }
  .contents_box .date {
    color: #999999;
    height: 0.25rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
  }
  .contents_box .contents {
    margin: 0rem 0 0.3rem 0;
  }
  .contents_box .contents .text {
    margin: 0.1rem 0;
  }
  .contents_box .contents .img {
    width: 100%;
    text-align: center;
  }
   img {
    max-width: 100%;
  }
}
