.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ellipsis-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ellipsis-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.top-wrapper.top-privacy {
  background: #fff url(/static/img/private-top.png) no-repeat center;
  background-size: cover;
}
.top-wrapper.top-service {
  background: #fff url(/static/img/private-top.png) no-repeat center;
  background-size: cover;
}
.top-wrapper.top-custom-service {
  background: #fff url(/static/img/custom-service-top.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 1000px) {
  .top-wrapper.top-custom-service {
    background-size: 160% 100%;
  }
}
.content-wrapper {
  min-height: 580px;
}
p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-indent: 32px;
  text-align: justify;
}
ul {
  font-size: 20px;
  color: #0067ED;
  padding-left: 20px;
}
ul li {
  padding-left: 12px;
}
ul li span {
  color: #898A9C;
}
h3 {
  text-align: center;
  font-size: 16px;
  color: #666;
}
.privacy-content ul {
  border-bottom: 1px solid #F0F0F0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.intellectual {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  .content-wrapper {
    min-height: auto;
  }
  p {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.32rem;
    text-indent: 0.48rem;
    text-align: justify;
  }
  ul {
    font-size: 0.28rem;
    color: #0067ED;
    padding-left: 0.2rem;
    margin-left: 0.2rem;
  }
  ul li {
    padding-left: 0.06rem;
  }
  ul li span {
    color: #898A9C;
  }
  .privacy-content ul {
    border-bottom: 1px solid #F0F0F0;
    padding-top: 0.09rem;
    padding-bottom: 0.09rem;
  }
  .intellectual {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.agreement-content {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.agreement-content p {
  margin: 0;
}
.agreement-content .pHeader {
  margin: 20px 0 10px;
}
.agreement-content-en {
  display: none;
}
@media (max-width: 1000px) {
  .agreement-content {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .agreement-content p {
    margin: 0;
  }
  .agreement-content .pHeader {
    margin: 0.2rem 0 0.1rem;
  }
}
.custom-service {
  text-align: center;
  white-space: nowrap;
}
.custom-service .section {
  display: inline-block;
  margin: 20px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.custom-service p {
  margin: 0;
  height: 150px;
  line-height: 150px;
  text-align: left;
  font-size: 0;
}
.custom-service p .gagahi {
  width: 165px;
  height: 40px;
  vertical-align: middle;
  margin-left: 38px;
}
.custom-service p .trycan {
  width: 224px;
  height: 140px;
  vertical-align: middle;
  margin-left: 18px;
}
.custom-service .custom-service-table {
  width: 350px;
  margin: 0 70px;
  padding: 30px 0 50px;
  font-size: 16px;
  color: #1D2143;
  border-top: 1px dotted #E5E5E5;
}
.custom-service .custom-service-table.patch-en {
  margin: 0 40px;
  padding: 40px 0 50px;
  width: 480px;
}
.custom-service .custom-service-table .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #0067ed;
  margin-right: 18px;
}
@media (max-width: 1000px) {
  .custom-service .custom-service-table .dot {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 0.03px;
    margin-right: 0.18rem;
  }
}
.custom-service .custom-service-table tr {
  line-height: 42px;
}
.custom-service .custom-service-table td:first-child {
  width: 70px;
  vertical-align: middle;
}
.custom-service .custom-service-table td:first-child.patch-en {
  width: 285px;
}
.custom-service .custom-service-table td:first-child span:nth-child(2) {
  display: inline-block;
  width: 70px;
  text-align: justify;
  text-align-last: justify;
}
.custom-service .custom-service-table td:first-child span:nth-child(2).patch-en {
  width: 190px;
}
.custom-service .custom-service-table td:last-child {
  width: 100px;
  padding-left: 20px;
  vertical-align: middle;
  text-align: left;
}
.custom-service .custom-service-table td:last-child.patch-en {
  width: 285px;
}
.custom-service .custom-service-table a {
  text-decoration: underline;
  color: #2D58A7;
}
@media (max-width: 1366px) {
  .custom-service .section {
    margin: 0.2rem 0.3rem;
    box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.05);
  }
  .custom-service p {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .custom-service p .gagahi {
    width: 1.65rem;
    height: 0.4rem;
    margin-left: 0.38rem;
  }
  .custom-service p .trycan {
    width: 2.24rem;
    height: 1.4rem;
    margin-left: 0.18rem;
  }
  .custom-service .custom-service-table {
    width: 3.5rem;
    margin-left: 0.9rem;
    font-size: 0.16rem;
  }
  .custom-service .custom-service-table .dot {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-right: 0.18rem;
  }
  .custom-service .custom-service-table tr {
    line-height: 0.42rem;
  }
  .custom-service .custom-service-table td:first-child {
    width: 0.7rem;
  }
  .custom-service .custom-service-table td:first-child span:nth-child(2) {
    width: 0.7rem;
  }
  .custom-service .custom-service-table td:last-child {
    width: 1rem;
    padding-left: 0.2rem;
  }
}
@media (max-width: 1366px) and (max-width: 1000px) {
  .custom-service .custom-service-table .dot {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 0.03px;
    margin-right: 0.18rem;
  }
}
@media (max-width: 1000px) {
  .content-wrapper {
    width: 7.08rem;
  }
  .custom-service {
    margin-bottom: 0.5rem;
    white-space: normal;
  }
  .custom-service .section {
    display: inline-block;
    margin: 0.2rem auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .custom-service p {
    height: unset;
    line-height: unset;
    text-align: center;
  }
  .custom-service p img.gagahi {
    width: 1.65rem;
    height: 0.4rem;
    margin-left: 0;
    padding: 0.5rem 0;
  }
  .custom-service p img.trycan {
    width: 3.3rem;
    height: 2.05rem;
    margin-left: 0;
  }
  .custom-service .custom-service-table {
    width: 5rem;
    font-size: 0.24rem;
    color: #1D2143;
    vertical-align: middle;
    margin: 0 0.7rem;
    padding: 0.4rem 0 !important;
  }
  .custom-service .custom-service-table.patch-en {
    width: 6.4rem;
    margin: 0 0.3rem;
  }
  .custom-service .custom-service-table tr {
    line-height: 0.42rem;
  }
  .custom-service .custom-service-table td:first-child {
    width: 1rem;
  }
  .custom-service .custom-service-table td:first-child.patch-en {
    width: 3.2rem;
  }
  .custom-service .custom-service-table td:first-child span:nth-child(2) {
    display: inline-block;
    width: 1rem;
    text-align: justify;
    text-align-last: justify;
  }
  .custom-service .custom-service-table td:first-child span:nth-child(2).patch-en {
    width: 2.7rem;
  }
  .custom-service .custom-service-table td:last-child {
    width: 2rem !important;
    padding-left: 0.2rem;
  }
}
