@charset "UTF-8";

@media only screen and (max-width:767px) {
  *{
      margin: 0;
      list-style: none;
      text-decoration: none;
  }
  body{font-size:12px;color:#333;font-family:"微软雅黑";margin:0px;}
  .pc_html{
      display: none !important;
  }
  .mobile_index{
      width: 100%;
      height: 100%;
      display: flex !important;
      flex-direction: column;
      align-items: center;
  }
  .app_header{
    width: 100%;
    height: 100px;
}
.app_header>img{
  width: 100%;
  height: 100%;
}


.app_section1{
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background-color: white;
}

.app_tit{
  width: 100%;
}
.app_tit>.app_tit_p{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  font-size: 8vw;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(#CB0000 0%, #D22324 100%);
  font-family: "楷体";
  padding: 4px 0;
}
.lists_inner{
  border: 1px solid #D1D1D1;
  border-top: 0;
  background-color: #F6F6F6;
  padding: 20px 40px;
}
.lists_inner .lists_inner_txt{ 
  padding: 4px 0;
}
.lists_inner .list_inner_a{
  font-size: 5vw;
  color: #333;
}

.app_section2{
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background-color: white;
}

.app_section2>.lists_inner{
  border: 1px solid #D1D1D1;
  border-top: 0;
  background-color: #F6F6F6;
  padding: 0;
}
.lists_inner_tit{
  padding: 10px 0 5px;
}
.lists_inner_tit>a{
  font-size: 4vw;
  font-weight: 600;
  font-family: "楷体";
  background-image: linear-gradient(#f61c1cda 0%, #da310a 100%);
  padding: 5px;
  color: white;
}
.lists_inner_content{
  display: flex;
  padding: 10px;
  align-items: center;
  border-bottom: 1px dashed #D1D1D1;
  
}
.lists_inner_content_left{
  width: 76px;
  height: 86px;
  border: 1px solid #da310a;
  margin-right: 20px;
}
.lists_inner_content_left>a{
  display: block;
  width: 76px;
  height: 86px;
}
.lists_inner_content_left img{
  width: 100%;
  height: 100%;
}
.gcjd>a{
  font-size: 3vw;
  font-family: "微软雅黑";
  color: #333;
}

.all_more{
  padding: 8px 8px;
  border: 1px solid #D1D1D1;
  margin: 15px auto 0;
  background-image: linear-gradient(#e40b0bda 0%, #ab5b5b 100%);
  width: 70px;
  border-radius: 5px;
}
.all_more>a{
  text-align: center;
  color: black;
  font-size: 12px;
  display: block;
  font-size: 4vw;
  font-weight: 600;
  color: white;
  font-family: "楷体";
}

    .big_container {
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 10px;
    }
    .useful_footer_no2 {
      font-size: 12px;
      color: #333;
      padding-top: 10px;
    }
    .useful_footer_no2>.footer_txt{
      text-align: center;
    }
    .useful_footer_no2>.footer_txt>a{
      font-size: 12px;
      color: #333;
      text-decoration: none;
    }
    .inner_p{
      margin-top: 10px;
      margin-bottom: 8px;
    }
  .big_container {
      border-top: 3px solid #C8B144;
      width: 100%;
    }
    .useful_footer_no1 {
      display: none;
    }
}