* {
  font-size: 0.3rem;
  line-height: 0.44rem;
}

html {
  font-size: calc(100vw / 7.5);
}

p {
  margin: 0;
}

body {
  color: #333;
}

table {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

#policy {
  padding: 0 0.16rem 0;
}

.policy-title {
  text-align: center;
  font-size: 0.34rem;
  line-height: 0.48rem;
  margin: 0.6rem 0 0.6rem;
}

.policy-title1 {
  margin-top: 0.48rem;
  text-indent: 0.6rem;
  line-height: 0.96rem;
  font-weight: bold;
}

.policy-content1 {
  text-indent: 0.6rem;
}

.policy-content2 {
  text-indent: 0.6rem;
  font-weight: bold;
}

.policy-bold-text {
  font-weight: bold;
}

.policy-revocation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
}

.policy-button {
  width: 100%;
  height: 1.14rem;
  line-height: 1.14rem;
  box-shadow: 0px -1px 0px 0px #ebebeb;
  color: #004ecc;
  font-size: 0.34rem;
}

.policy-button1 {
  width: 100%;
  height: 1.14rem;
  line-height: 1.14rem;
  box-shadow: 0px -1px 0px 0px #222933;
  color: #3582ff;
  font-size: 0.34rem;
  background: "#181E29";
}

.policy-modalbody {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.policy-modalcontent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.policy-modalbox {
  width: 5.6rem;
  border-radius: 0.2rem;
  background-color: #fff;
}

.policy-modaltitle {
  text-align: center;
  line-height: 0.5rem;
  padding: 0.4rem 0 0.32rem;
  font-size: 0.34rem;
  font-weight: bold;
}

.policy-modaltext {
  padding: 0 0.48rem 0.4rem;
  font-size: 0.3rem;
}

.policy-modalbutton {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  bottom: 0;
  border-top: 1px solid #ebebeb;
}
.policy-modalbutton1 {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  bottom: 0;
  border-top: 1px solid #222933;
}

.policy-mocalconfirm {
  width: 3rem;
  text-align: center;
  color: #de5743;
  font-size: 0.34rem;
}

.policy-modalcancel {
  width: 3rem;
  text-align: center;
  color: #004ecc;
  font-size: 0.34rem;
}

.borderportrait {
  width: 0.02rem;
  height: 100%;
  background: #ebebeb;
}

.policy-placeholder {
  height: 1.74rem;
}
