.dispute-policy {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin-top: 1px;
}
.dispute-policy .information-icon {
  width: 16px;
  height: 16px;
  color: #999999;
  position: absolute;
  right: 0;
}
.dispute-policy .content {
  width: 1200px;
  margin: 0 auto;
  padding: 16px 0 0 0;
}
.dispute-policy .content .title {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
}
.dispute-policy .content .description {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 16px;
}
.dispute-policy .content .summary p {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  display: flex;
}
.dispute-policy .content .some-items p {
  padding-left: 24px;
  line-height: 30px;
}
.dispute-policy .content .information {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 24px;
}
.dispute-policy .content .information .information-title {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-bottom: 24px;
}
.dispute-policy .content .information .terms-list-box {
  border-bottom: 1px solid #E4E4E4;
  padding: 0 34px 0 0;
}
.terms-list-box.top-border {
  border-top: 1px solid #E4E4E4;
}
.dispute-policy .content .information .terms-list-box .terms-list-more {
  opacity: 0;
  transition: 0.5s;
  height: 0;
  overflow: hidden;
}
.dispute-policy .content .information .terms-list-box .showMore {
  height: auto !important;
  padding-top: 7px;
  padding-bottom: 21px;
  opacity: 1 !important;
  transition: 0.5s;
}
.dispute-policy .content .information .terms-list-box:first-child {
  border-top: 1px solid #E4E4E4;
}
.dispute-policy .content .information .terms-list-box .trems-list-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
  position: relative;
  cursor: pointer;
  padding: 17px 0;
}
.trems-list-title .trems-arrow {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transition: transform 0.2s linear 0s;
}
.trems-list-title .trems-arrow.arrow-down {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transition: transform 0.2s linear 0s;
}
.dispute-policy .content .information .terms-list-box .terms-list-description {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.information .terms-list-box .terms-list-items p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  /* display: none; */
}
.information .emphasis {
  font-weight: bold;
  color: #333333;
}
.information .step {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  display: flex;
  padding-left: 24px;
}
.notes-box {
  /* display: none; */
}
.information .nopl {
  padding-left: 0 !important;
}
.information .terms-list-box .terms-list-notes {
  margin-bottom: 0;
  line-height: 30px !important;
}
.dispute-policy .content .inter-box {
  margin-top: 40px !important;
}
.inter-box .inter-box-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
  margin-bottom: 27px;
}
.dispute-policy .contact-us {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 32px;
  margin-bottom: 96px;
  position: relative;
  z-index: 100;
}
.dispute-policy .link {
  color: var(--color-theme-1);
  cursor: pointer;
}
.dispute-policy .link:hover {
  text-decoration: underline;
}
.show-terms-list-description {
  display: block !important;
}
