@media screen and (max-width: 960px) {
  .meun {
    display: none !important;
  }
  .banner {
    width: 100%;
    height: 165px;
    margin-top: 44px;
    background-image: url("../img/banner1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .toPlan {
    padding: 18px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .toPlan .item {
    width: calc(50% - 7px);
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(132, 144, 167, 0.3);
    border-radius: 5px;
    padding: 15px;
  }
  .toPlan .item .right {
    padding-left: 15px;
    margin: 0;
  }
  .toPlan .item .right .title {
    font-size: 12px;
    font-weight: 400;
    color: #0E0E0E;
    padding: 8px 0;
  }
  .toPlan .item .left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toPlan .item .left img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .toPlan .item .left .name {
    font-size: 14px;
    font-weight: bold;
    color: #0E0E0E;
  }
  .helpDetail {
    min-height: 500px;
  }
  .helpDetail .name {
    margin-top: 26px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #0e0e0e;
  }
  .helpDetail .infos {
    padding: 16px;
    font-size: 12px !important;
    font-weight: 400;
    color: #0e0e0e;
  }
  .helpDetail .infos img {
    width: 100% !important;
  }
  .infoBox {
    display: none;
  }
  .infoBox2 {
    padding: 0 16px;
  }
  .infoBox2 .topHang {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .infoBox2 .topHang::-webkit-scrollbar {
    display: none;
  }
  .infoBox2 .topHang .item {
    display: inline-block;
    padding: 0 26px;
    height: 32px;
    background: #e7e8ee;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
  }
  .infoBox2 .topHang .itemAct {
    padding: 0 26px;
    display: inline-block;
    height: 32px;
    background: #fabe00;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
  }
  .infoBox2 .list {
    padding: 0 15px;
    margin-bottom: 80px;
  }
  .infoBox2 .list .item {
    display: block;
    width: 100%;
    padding: 23px 0;
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    border-bottom: 1px solid #e6e6e6;
  }
  .box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box .boxs .button {
    display: none;
  }
  .box .boxs .inputBox {
    margin: 0 15px;
    height: 35px;
    background: #ffffff;
    border-radius: 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    border: 1px solid #dedede;
  }
  .box .boxs .inputBox .left {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .box .boxs .inputBox .left .icon {
    width: 13px;
    height: 13px;
    margin-right: 16px;
    margin-left: 16px;
  }
  .box .boxs .inputBox .left .inputs {
    flex: 1;
    font-size: 14px;
    border: none;
    outline: none;
  }
  .box .boxs .inputBox .right {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .toPlan {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .toPlan .item {
    width: 684px;
    height: 154px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 37px;
  }
  .toPlan .item .right {
    margin-left: 85px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .toPlan .item .right .title {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    color: #0E0E0E;
    padding: 10px 0;
  }
  .toPlan .item .left {
    display: flex;
    align-items: center;
  }
  .toPlan .item .left img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  .toPlan .item .left .name {
    font-size: 20px;
    font-weight: bold;
    color: #0E0E0E;
  }
  .banner {
    width: 100%;
    min-width: 1400px;
    height: 568px;
    background-image: url("../img/banner1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .infoBox2 {
    display: none;
  }
  @keyframes scale-up-ver-top {
    0% {
      -webkit-transform: scaleY(0.4);
      transform: scaleY(0.4);
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
    }
    100% {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: 100% 0%;
      transform-origin: 100% 0%;
    }
  }
  .box {
    width: 100%;
  }
  .box .boxs {
    width: 1196px;
    margin: 40px auto;
  }
  .box .boxs .bigTitle {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 37px;
  }
  .box .boxs .subTitle {
    width: 558px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 27px;
    margin-bottom: 44px;
  }
  .box .boxs .button {
    width: 154px;
    height: 45px;
    background: #F08300;
    border-radius: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    margin-bottom: 64px;
  }
  .box .boxs .inputBox {
    width: 948px;
    margin: 0 auto;
    height: 72px;
    background: #ffffff;
    border-radius: 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
  }
  .box .boxs .inputBox .left {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .box .boxs .inputBox .left .icon {
    width: 26px;
    height: 26px;
    margin-right: 28px;
    margin-left: 28px;
  }
  .box .boxs .inputBox .left .inputs {
    flex: 1;
    font-size: 20px;
    border: none;
    outline: none;
  }
  .box .boxs .inputBox .right {
    width: 144px;
    height: 72px;
    background: #F08300;
    border-radius: 0px 36px 36px 0px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 72px;
    text-align: center;
    margin-left: 28px;
    cursor: pointer;
  }
  .hezuo {
    position: relative;
  }
  .hezuo .title {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin-bottom: 63px;
  }
  body {
    background-color: #f2f2f8;
  }
  .infoBox {
    display: flex;
    justify-content: center;
    width: 1400px;
    margin: 0 auto;
    margin-top: 54px;
    margin-bottom: 95px;
    background-color: #ffffff;
  }
  .infoBox .left {
    width: 30%;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 73px;
    background-color: #f2f2f8;
  }
  .infoBox .left .itemLi {
    width: 210px;
    margin-bottom: 23px;
    cursor: pointer;
  }
  .infoBox .left .itemLi .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .infoBox .left .itemLi .top .name {
    font-size: 20px;
    font-weight: 400;
    color: #0e0e0e;
  }
  .infoBox .left .itemLi .top .icon {
    width: 12px;
    height: 12px;
  }
  .infoBox .left .itemLi .anShow {
    animation: scale-up-ver-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  .infoBox .left .itemLi .itemBox {
    margin: 17px 0;
    padding-left: 19px;
    border-left: 1px solid #dedede;
    display: none;
  }
  .infoBox .left .itemLi .itemBox .itemAct {
    font-size: 20px;
    font-weight: 400;
    color: #fabe00;
    margin-bottom: 32px;
    cursor: pointer;
  }
  .infoBox .left .itemLi .itemBox .item2 {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 32px;
    cursor: pointer;
  }
  .infoBox .right {
    width: 1095px;
  }
  .infoBox .right .detail {
    width: 972px;
    padding: 52px 44px;
  }
}
