@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .helpDetail .helpDetail-main .auto-center {
    width: 100%;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-left {
    flex-shrink: 0;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-right {
    width: 100%;
    flex: 1;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-right .help-detail-crumb {
    display: none;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-right .helpDetail-right-con {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .auto-center {
    width: 100%;
  }
  .helpDetail-left {
    display: none;
  }
  .helpDetail {
    background-color: #f6f5f7;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-right {
    width: 100%;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-right .help-detail-crumb {
    display: none;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-right .helpDetail-right-con {
    background-color: transparent;
    padding: 0 4.26vw;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-right .helpDetail-right-con .helpDetail-right-con-main {
    min-height: 300px;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-right .helpDetail-right-con .helpDetail-right-con-main .helpDetail-right-title {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: center;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-right .helpDetail-right-con .helpDetail-right-con-main hr {
    display: none;
  }
  .helpDetail .helpDetail-main .auto-center .helpDetail-right .helpDetail-right-page .helpDetail-right-page-item {
    max-width: 315px;
    width: 42.6vw;
  }
}
