#online-service {
  height: 72px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  border-radius: 12px 12px 0px 0px;
  box-shadow: 0px 0px 12px 0px rgba(44, 46, 71, 0.08);
}

.online-service {
  width: 100%;
  height: 48px;
  background: #8B78FF;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.online-service:active {
  background: #6F60CC;
}


.online-service span {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
}

div,
p {
  font-size: 0.4rem;
  line-height: 0.6rem;
}

.margin_bottom {
  margin-bottom: 0.4rem;
}

.bold {
  font-weight: 600;
}

.red {
  color: #ff1010;
}

.app_under_line {
  text-decoration: underline
}

.thirdPartyInfo {
  padding: 0.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thirdPartyInfo-content {
  width: 100%;
  word-break: break-all;
}
.topDiv {
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.title {
  font-size: 0.6rem;
  text-align: center;
}

.tabls {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}

.tabls {
  margin: 0 0 20px;
  line-height: 18px;
}

.tabls .scroll {
  max-height: 116px;
  border: 1px solid #ddd;
  border-top: 0;
  overflow-y: auto;
}

.tabls {
  table-layout: fixed;
}

.tabls th,
.tabls td {
  width: 100px;
  padding: 10px;
  border: 1px solid #ddd;
  word-break: break-all;
}

.tabls th {
  font-weight: bold;
  background: #eee;
}

.tabls thead th:last-child,
.tabls tbody td:last-child {
  width: auto;
}

.tabls tbody tr:nth-child(2n) {
  background: #fafafa;
}

.tabls tbody tr:first-child td {
  border-top: 0;
}

.tabls tbody tr:last-child td {
  border-bottom: 0;
}

.tabls tbody tr td:first-child {
  border-left: 0;
}

.tabls tbody tr td:last-child {
  border-right: 0;
}

.tabls a {
  text-decoration: none;
  color: red;
}

.copyMsg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  background: #FFFFFF;
  color: #66697A;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
}