* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

body {
  font-family: 'Microsoft YaHei';
  position: relative;
}

.privacy-policy {
  padding: 70px 0 120px;
  font-size: 16px;
  line-height: 2;
  color: #000000;
}

.download {
  color: #cf142b !important;
  font-weight: bold !important;
}

.text-center {
  text-align: center !important;
}

.text-underline {
  text-decoration: underline !important;
}

.privacy-policy a {
  color: inherit;
  text-decoration: none;
}

.privacy-policy a:hover {
  color: #cf142b;
  text-decoration: underline;
}

.container {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-logo {
  text-align: center;
}

.header-logo img {
  max-width: 80%;
}

.policy-section {
  padding: 20px 0 10px;
  overflow: hidden;
}

.policy-section p {
  text-indent: 2em;
  margin-bottom: 20px;
}

.header-title {
  text-align: center;
  font-size: 36px;
  color: #cf142b;
  margin-bottom: 10px;
  margin-top: -10px;
}

.header-title span {
  padding-bottom: 10px;
  position: relative;
}

.header-title span::after {
  content: '';
  left: 0;
  right: 10px;
  border-bottom: 5px solid #cf142b;
  position: absolute;
  bottom: 0;
  transform: translateX(-6px);
}

.header-info {
  margin-bottom: 50px;
}

.policy-introl {
  margin-bottom: 30px;
}

.policy-introl p {
  text-indent: 2em;
  margin-bottom: 20px;
}

.table {
  border-collapse: collapse;
}

.table td {
  width: 25%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.privacy-policy .agreeOrdisagree {
  color: #cf142b;
}

.policy-title {
  font-size: 26px;
  line-height: 53px;
  background-color: #f2f2f2;
  border: 1px solid #d2d2d2;
  border-left: 3px solid #cf142b;
  padding-left: 18px;
}

.policy-sub-title {
  font-size: 20px;
  font-weight: bold;
}

.privacy-policy .company-name {
  margin: 50px 0;
  text-align: right;
  font-size: 26px;
  font-weight: bold;
}

.list {
  margin-bottom: 20px;
  padding: 0 20px;
}

.list li {
  padding-left: 40px;
  position: relative;
}

.list li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000000;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.footer {
  width: 100%;
  position: fixed;
  z-index: 666;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 1);
}

.footer .checkbox {
  cursor: pointer !important;
  user-select: none;
  margin-bottom: 10px;
}

.footer .checkbox label {
  cursor: pointer !important;
}

.footer .checkbox input[type='checkbox'] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  cursor: pointer;
  vertical-align: -3px;
}

.footer .btn {
  font-size: 18px;
  background-color: rgb(236, 128, 62);
  border-radius: 3px;
  line-height: 44px;
  padding: 0 30px;
  color: #ffffff;
  display: inline-block;
  /* margin: 0 auto 20px auto; */
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.footer .btn:hover {
  background-color: rgb(236, 128, 62);
  opacity: 0.6;
}
