@media screen and (max-width: 778px) {
  * {
    margin: 0;
    padding: 0;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    background: #ffffff;
  }
  .Computer {
    display: none;
  }
  .Mobile {
    display: block;
  }
  .Mobile .slide {
    position: fixed;
    right: 1rem;
    bottom: 20%;
    background-color: #0746ad;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none;
  }
  .Mobile .gzh {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .Mobile .gzh .closeItem {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .Mobile .gzh .code {
    position: absolute;
    top: calc(50% - 7.4rem);
    left: calc(50% - 7.4rem);
    width: 14.875rem;
    height: 14.875rem;
  }
  .Mobile .footerNav {
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 2.75rem;
    z-index: 3;
    height: 2.75rem;
    bottom: 0;
    background-color: #e6e7e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0;
  }
  .Mobile .footerNav a {
    flex: 1;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Mobile .footerNav a img {
    width: 1.56rem;
    height: 1.56rem;
    margin-bottom: 0.1rem;
  }
  .Mobile .footerNav a p {
    display: inline-block;
    height: 0.875rem;
    line-height: 0.875rem;
    font-size: 0.75rem;
    color: #333333;
  }
  .Mobile .homePage .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .Mobile .homePage .header .headerBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0.7rem;
  }
  .Mobile .homePage .header .headerBox .whiteLeft,
  .Mobile .homePage .header .headerBox .whiteHome {
    width: 2rem;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Mobile .homePage .header .headerBox .whiteLeft img:nth-child(1),
  .Mobile .homePage .header .headerBox .whiteHome img:nth-child(1) {
    display: block;
  }
  .Mobile .homePage .header .headerBox .whiteLeft img:nth-child(2),
  .Mobile .homePage .header .headerBox .whiteHome img:nth-child(2) {
    display: none;
  }
  .Mobile .homePage .nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
  }
  .Mobile .homePage .nav .headerBox .whiteLeft,
  .Mobile .homePage .nav .headerBox .whiteHome {
    background-color: transparent;
  }
  .Mobile .homePage .nav .headerBox .whiteLeft img:nth-child(1),
  .Mobile .homePage .nav .headerBox .whiteHome img:nth-child(1) {
    display: none;
  }
  .Mobile .homePage .nav .headerBox .whiteLeft img:nth-child(2),
  .Mobile .homePage .nav .headerBox .whiteHome img:nth-child(2) {
    display: block;
  }
  .Mobile .homePage .indexBox .detailBg {
    width: 100%;
    height: 9.375rem;
    background-position: center center;
    background-size: cover;
  }
  .Mobile .homePage .indexBox .detailTop {
    display: flex;
    flex-direction: row;
    padding: 15px;
  }
  .Mobile .homePage .indexBox .detailTop .schoolLogo {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border: 1px solid #ccc;
  }
  .Mobile .homePage .indexBox .detailTop .schoolLogo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .Mobile .homePage .indexBox .detailTop .schoolInfo {
    flex: 1;
  }
  .Mobile .homePage .indexBox .detailTop .schoolInfo .schoolTitle {
    color: #000;
    font-size: 1.3rem;
  }
  .Mobile .homePage .indexBox .detailTop .schoolInfo .schoolSubTitle {
    font-size: 0.825rem;
    margin-bottom: 7px;
  }
  .Mobile .homePage .indexBox .detailTop .schoolInfo p {
    font-size: 0.725rem;
    line-height: 120%;
  }
  .Mobile .homePage .indexBox .detailZSJZ {
    margin: 15px;
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .Mobile .homePage .indexBox .detailZSJZ a {
    text-align: center;
    line-height: 44px;
    margin-top: 1px;
    margin-left: 1px;
  }
  .Mobile .homePage .indexBox .detailZSJZ a:link,
  .Mobile .homePage .indexBox .detailZSJZ a:visited {
    color: #FFF;
    text-decoration: none;
  }
  .Mobile .homePage .indexBox .detailText {
    padding: 1rem;
  }
  .Mobile .homePage .indexBox .detailText .detailTextTitle {
    color: #000;
    font-size: 1.3rem;
  }
  .Mobile .homePage .indexBox .detailText .detailTextSummary {
    margin-top: 0.65rem;
    color: #b3b3b3;
    font-size: 0.7rem;
  }
  .Mobile .homePage .indexBox .detailText .detailTextSummary span {
    margin-right: 1rem;
  }
  .Mobile .homePage .indexBox .detailText .detailTextContent {
    margin-top: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .Mobile .homePage .indexBox .detailText .detailTextContent img {
    width: 100%;
  }
  .Mobile .homePage .indexBox .detailText .pagination {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
  }
  .Mobile .homePage .indexBox .detailText .pagination a {
    text-decoration: none;
    color: #666666;
    font-size: 0.75rem;
    display: block;
    margin-bottom: 0.8rem;
  }
  .Mobile .homePage .indexBox .detailText .Read {
    margin-top: 1rem;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadTitle {
    padding: 0.8rem 0;
    border-bottom: 1px solid #f3f3f3;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadTitle .ReadTitleBox {
    display: flex;
    align-items: center;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadTitle .ReadTitleBox .ReadTitleBoxIcon {
    display: block;
    background: #b89e7d;
    width: 0.1875rem;
    height: 0.8125rem;
    margin-right: 0.7rem;
    top: 0;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadTitle .ReadTitleBox .ReadTitleBoxText {
    color: #333333;
    font-size: 1rem;
    font-weight: bolder;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox {
    padding: 0;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList .consultationListBox {
    text-decoration: none;
    padding: 1.5rem 0;
    display: flex;
    border-bottom: 1px solid #eee;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList .consultationListBox:last-child {
    border-bottom: none;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList .consultationListBox .ListBoxTitle h1 {
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 0.7rem;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList .consultationListBox .ListBoxTitle p {
    font-size: 0.75rem;
    color: #848e98;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList .consultationListBox .ListBoxImage {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 0.7rem;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList .consultationListBox .ListBoxImage img {
    border-radius: 0.2rem;
    width: 3.75rem;
    height: 100%;
    object-fit: cover;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList2 a {
    box-sizing: border-box;
    width: 50%;
    margin-top: 20px;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList2 a .ListBoxImage img {
    border: 1px solid #ccc;
    width: 100%;
    height: 100px;
    object-fit: contain;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList2 a .ListBoxTitle {
    font-size: 0.725rem;
    text-align: center;
    line-height: 36px;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList2 a:link,
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList2 a:visited {
    text-decoration: none;
    color: #333;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList2 a:nth-child(2n) {
    padding-left: 7.5px;
  }
  .Mobile .homePage .indexBox .detailText .Read .ReadBox .ReadBoxList2 a:nth-child(2n+1) {
    padding-right: 7.5px;
  }
}
