* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

body {
  font-family: 'Microsoft YaHei';
}

.privacy-policy {
  padding: 70px 0 90px;
  font-size: 16px;
  line-height: 2;
  color: #000000;
}

.text-underline {
  text-decoration: underline !important;
}

.privacy-policy a {
  color: inherit;
  text-decoration: none;
}

.privacy-policy a:hover {
  color: #cf142b;
  text-decoration: underline;
}

.privacy-policy .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 30px;
}

.header-title {
  text-align: center;
  font-size: 36px;
  color: #cf142b;
  margin-bottom: 80px;
  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);
}

.policy-introl {
  margin-bottom: 30px;
}

.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;
}

.privacy-policy .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-policy .buttons .btn {
  width: 200px;
  font-size: 20px;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  transition: all 0.2s;
}

.privacy-policy .buttons .btn:hover {
  text-decoration: none;
}

.privacy-policy .buttons .agree {
  background-color: #cf142b;
}

.privacy-policy .buttons .agree:hover {
  background-color: #a00a1d;
}

.privacy-policy .buttons .disagree {
  background-color: #444444;
  margin-left: 70px;
}

.privacy-policy .buttons .disagree:hover {
  background-color: #222222;
}
