.help {
  padding: 30px 0 105px 0; }

.help .wrap {
  width: 1446px;
  margin: auto;
  background: #fff;
  padding: 52px 60px 87px 60px;
  display: flex;
  justify-content: space-between; }

.help .wrap .side {
  display: flex;
  flex-direction: column; }

.help .wrap .side .title {
  font-size: 22px;
  color: #EC4000;
  font-weight: bold;
  margin: 0 0 50px; }

.help .wrap .side .flex {
  border-right: 1px solid rgba(117, 119, 122, 0.32);
  padding: 0 17px 0 0;
  min-height: 640px; }

.help .wrap .side .flex .item {
  width: 180px; }

.help .wrap .side .flex .item .show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; }

.help .wrap .side .flex .item .show p {
  font-size: 20px;
  color: #111111; }

.help .wrap .side .flex .item .show .iconfont {
  transition: .6s; }

.help .wrap .side .flex .item .hide {
  overflow: hidden;
  display: none; }

.help .wrap .side .flex .item .hide > div {
  margin: 20px 0 0 2px; }

.help .wrap .side .flex .item .hide > div a {
  font-size: 16px;
  color: #555555;
  line-height: 40px;
  transition: .6s;
  display: block; }

.help .wrap .side .flex .item .hide > div a:hover, .help .wrap .side .flex .item .hide > div a.on {
  color: #EC4000; }

.help .wrap .side .flex .item.on .show .iconfont {
  transform: rotate(-90deg); }

.help .wrap .content {
  width: 1035px;
  padding: 0 0 275px; }

.help .wrap .content .headline {
  font-size: 26px;
  color: #111;
  padding: 0 0 34px;
  margin: 0 0 35px;
  font-weight: bold;
  border-bottom: 1px solid rgba(117, 119, 122, 0.3); }

.help .wrap .content .matter h1 {
  font-size: 20px;
  color: #EC4000;
  margin: 0 0 29px; }

.help .wrap .content .matter p {
  font-size: 16px;
  color: #333;
  line-height: 32px; }

.help .wrap .content .matter p a {
  color: #EC4000;
  font-weight: bold; }

@media screen and (max-width: 1920px) {
  .help {
    padding: 1.5625vw 0 5.46875vw 0; }

  .help .wrap {
    width: 75.3125vw;
    margin: auto;
    background: #fff;
    padding: 2.7083333333vw 3.125vw 4.53125vw 3.125vw;
    display: flex;
    justify-content: space-between; }

  .help .wrap .side {
    display: flex;
    flex-direction: column; }

  .help .wrap .side .title {
    font-size: 1.1458333333vw;
    color: #EC4000;
    font-weight: bold;
    margin: 0 0 2.6041666667vw; }

  .help .wrap .side .flex {
    border-right: 0.0520833333vw solid rgba(117, 119, 122, 0.32);
    padding: 0 0.8854166667vw 0 0;
    min-height: 33.3333333333vw; }

  .help .wrap .side .flex .item {
    width: 9.375vw; }

  .help .wrap .side .flex .item .show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }

  .help .wrap .side .flex .item .show p {
    font-size: 1.0416666667vw;
    color: #111111; }

  .help .wrap .side .flex .item .show .iconfont {
    transition: .6s; }

  .help .wrap .side .flex .item .hide {
    overflow: hidden;
    display: none; }

  .help .wrap .side .flex .item .hide > div {
    margin: 1.0416666667vw 0 0 0.1041666667vw; }

  .help .wrap .side .flex .item .hide > div a {
    font-size: 0.8333333333vw;
    color: #555555;
    line-height: 2.0833333333vw;
    transition: .6s;
    display: block; }

  .help .wrap .side .flex .item .hide > div a:hover, .help .wrap .side .flex .item .hide > div a.on {
    color: #EC4000; }

  .help .wrap .side .flex .item.on .show .iconfont {
    transform: rotate(-90deg); }

  .help .wrap .content {
    width: 53.90625vw;
    padding: 0 0 14.3229166667vw; }

  .help .wrap .content .headline {
    font-size: 1.3541666667vw;
    color: #111;
    padding: 0 0 1.7708333333vw;
    margin: 0 0 1.8229166667vw;
    font-weight: bold;
    border-bottom: 0.0520833333vw solid rgba(117, 119, 122, 0.3); }

  .help .wrap .content .matter h1 {
    font-size: 1.0416666667vw;
    color: #EC4000;
    margin: 0 0 1.5104166667vw; }

  .help .wrap .content .matter p {
    font-size: 0.8333333333vw;
    color: #333;
    line-height: 1.6666666667vw; }

  .help .wrap .content .matter p a {
    color: #EC4000;
    font-weight: bold; } }

/*# sourceMappingURL=help.css.map */
@media screen and (max-width: 768px) {
  .help .wrap {
    width: 90%;
    padding: 30px 20px;
  }
  .help .wrap .side .title {
    font-size: 20px;
    text-align: center;
  }
  .help .wrap .side .flex .item .show p {
    font-size: 12px;
  }
  .help .wrap .side .flex .item .hide > div a {
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.4;
  }
  .help .wrap .side .flex .item {
    width: 100%;
  }
  .help .wrap .content .headline {
    font-size: 14px;
  }
  .help .wrap .content .matter h1 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .help .wrap .content .matter p {
    font-size: 13px;
    line-height: 1.6;
  }
  .help .wrap {
    display: block;
  }
  .help {
    padding: 30px 0 40px;
  }
  .help .wrap .side .flex {
    border-right: none;
  }
  .help .wrap .side .flex .item .hide > div a:not(:nth-last-child(1)) {
    margin-right: 10px;
  }
  .help .wrap .side .flex .item .show {
    display: none;
  }
  .help .wrap .side .flex .item .hide > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .help .wrap .side .flex .item .hide > div a {
    font-size: 14px;
  }
  .help .wrap .side .flex {
    min-height: unset;
  }
  .help .wrap .side {
    margin: 0 0 30px;
  }
  .help .wrap .content {
    width: 100%;
  }
  .help .wrap .content .headline {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .help .wrap .content .headline {
    font-size: 16px;
  }
}
