@import './vars.css';

/* 布局：头-尾-导航 */
@import './header.css';
@import './footer.css';
@import './nav.css';

a {
  text-decoration: none;
  color: inherit;
}

.main-content {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 30px auto;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.argreement-title {
  height: 40px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 40px;
}

.argreement-title span {
  position: relative;
  height: 40px;
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 40px;
}

.argreement-title span::after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 14px;
  background: linear-gradient(
    270deg,
    rgba(115, 120, 243, 0.5) 0%,
    #7478f3 100%
  );
  border-radius: 7px;
  opacity: 0.69;
}

.argreement-content-richtxt {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 32px;
}

.close-page-btn-container {
  display: flex;
  justify-content: center;
  margin: 40px 0px 10px 0px;
}

.close-page {
  width: 200px;
  height: 48px;
  margin: 0 auto;
  background: #f8f8f8;
  border-radius: 33px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.close-page a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  color: inherit;
}
