.fee .detail + .detail {
  margin: 24px 0 0;
}
.fee .detail .desc {
  padding: 11px 8px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2509803922);
}
.fee .detail .desc .list {
  margin: 0;
  padding: 0 0 16px;
}
.fee .detail .desc .list .item + .item {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: solid 1px #eee;
}
.fee .detail .desc .list .item .title02 {
  margin: 0 0 12px;
  color: #4392BB;
  font-weight: 700;
  font-size: 16px;
}
.fee .detail .desc .list .item .btn {
  margin: 16px 0 0;
}
.fee .detail .desc .text {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .fee .detail + .detail {
    margin: 32px 0 0;
  }
  .fee .detail .desc {
    padding: 12px 20px;
  }
  .fee .detail .desc .list {
    padding: 0 0 24px;
  }
  .fee .detail .desc .list .item + .item {
    margin: 32px 0 0;
    padding: 32px 0 0;
  }
  .fee .detail .desc .list .item .title02 {
    margin: 0 0 16px;
    font-size: 18px;
  }
  .fee .detail .desc .list .item .btn {
    margin: 24px 0 0;
  }
  .fee .detail .desc .text {
    margin: 0;
  }
}
.fee .account-cost {
  margin-bottom: 72px;
}
.fee .account-cost .text {
  margin: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fee .account-cost {
    margin-bottom: 96px;
  }
}
.fee .commission {
  margin-bottom: 72px;
}
.fee .commission .intro {
  margin: 0 0 24px;
}
.fee .commission .intro .text {
  margin: 0;
  font-weight: 700;
}
.fee .commission .detail + .detail {
  margin: 24px 0 0;
}
.fee .commission .detail .desc .link a {
  color: #009900;
}
.fee .commission .detail .desc .link a span {
  font-size: 16px;
  text-decoration: underline;
}
.fee .commission .detail .desc .link a:hover span {
  text-decoration: none;
}
.fee .transfers {
  margin-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .fee .transfers {
    margin-bottom: 96px;
  }
}
.fee .deposits {
  margin-bottom: 72px;
}
.fee .etc {
  margin-bottom: 72px;
}
.fee .etc .text {
  margin: 0 0 16px;
  font-weight: 700;
}
.fee .etc .detail .desc .text {
  margin: 0 0 16px;
  font-weight: 500;
}
.fee .etc .detail .desc .list .item + .item {
  margin: 0;
  padding: 0;
  border: none;
}
.fee .net {
  margin-bottom: 24px;
}
.fee .net .detail .desc .text {
  margin: 0 0 16px;
  font-weight: 700;
}
.fee .net .detail .desc .list .item {
  text-align: center;
}
.fee .net .detail .desc .list .item + .item {
  margin: 16px 0 0;
  padding: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .fee .account-cost {
    margin-bottom: 96px;
  }
  .fee .commission {
    margin-bottom: 96px;
  }
  .fee .commission .intro {
    margin: 0 0 32px;
  }
  .fee .commission .detail + .detail {
    margin: 32px 0 0;
  }
  .fee .commission .detail .desc .link a {
    color: #009900;
  }
  .fee .commission .detail .desc .link a span {
    font-size: 16px;
    text-decoration: underline;
  }
  .fee .commission .detail .desc .link a:hover span {
    text-decoration: none;
  }
  .fee .transfers {
    margin-bottom: 96px;
  }
  .fee .deposits {
    margin-bottom: 96px;
  }
  .fee .etc {
    margin-bottom: 96px;
    margin-bottom: 72px;
  }
  .fee .etc .text {
    margin: 0 0 24px;
  }
  .fee .etc .detail .desc .text {
    margin: 0 0 24px;
  }
  .fee .net {
    margin-bottom: 40px;
  }
  .fee .net .detail .desc .text {
    margin: 0 0 32px;
  }
  .fee .net .detail .desc .list {
    display: flex;
    justify-content: center;
    gap: 0 32px;
  }
  .fee .net .detail .desc .list .item {
    text-align: center;
  }
  .fee .net .detail .desc .list .item + .item {
    margin: 0;
  }
}/*# sourceMappingURL=fee.css.map */