html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 13.33333333vw;
}

/* body {
    font-size: 16px;
} */

* {
  margin: 0;
  padding: 0;
}
.modal-page-cover {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.modal-agreement {
  height: 0.96rem;
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #75797e;
  line-height: 0.48rem;
  margin-bottom: 0.36rem;
  display: flex;
}
.modal-agreement-text {
  flex: 1;
  text-align: center;
}
.modal-agreement-checkbox {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.12rem;
  margin-top: 0.06rem;
  border-radius: 50%;
  background: url(images/icon-check-false.pngg") no-repeat top left;
  background-size: cover;
}
.modal-agreement-checked {
  background: url(images/icon-check-true.pngg") no-repeat top left;
  background-size: cover;
}
.modal-link {
  cursor: pointer;
  color: #4d88f7;
}
#agreement-box {
  width: 6.28rem;
  height: 4.32rem;
  background: #ffffff;
  border-radius: 0.2rem;
  background-image: url(images/m_bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 37%;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -2.16rem;
  margin-left: -3.19rem;
}

.agreement-title-new {
  font-size: 0.36rem;
  font-family: FZLTDHJW-GB1-0, FZLTDHJW-GB1;
  font-weight: bold;
  color: #14192e;
  margin: 0.71rem 0 0.39rem 0.64rem;
}

.agreement-img-close,
.agreement-close-new {
  position: absolute;
  left: 50%;
  bottom: -1.42rem;
  width: 0.68rem;
  height: 0.68rem;
  float: right;
  cursor: pointer;
  background-image: url(images/m_icon-close.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -0.39rem;
}

.agreement-content {
  padding: 0 0.54rem 0 0.64rem;
  box-sizing: border-box;
  line-height: 0.48rem;
  margin-bottom: 0.5rem;
  font-size: 0.3rem;
}

.user-agreement1 {
  color: #3a85f1;
}

.user-agreement2 {
  color: #3a85f1;
}

.agreement-btn-box {
  padding: 0rem 0 0 0.64rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.agreement-disagree-btn {
  width: 2.4rem;
  height: 0.94rem;
  border-radius: 0.1rem;
  border: 1px solid #d5d5d5;
  font-size: 0.3rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #14192e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agreement-agree-btn {
  width: 2.4rem;
  height: 0.94rem;
  border-radius: 0.1rem;
  border: 0;
  background: #3a85f1;
  margin-left: 0.2rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-agreement-content p,
.user-agreement-content li {
  line-height: 0.42rem !important;
}

#hsz-user-agreement-box {
  display: none;
  width: 6.28rem;
  height: 9rem;
  background: #ffffff;
  border-radius: 0.2rem;
  background-image: url(images/m_bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 17%;
  position: fixed;
  left: 50%;
  top: 47%;
  margin-top: -4.5rem;
  margin-left: -3.19rem;

  z-index: 1007;
}

.user-agreement-title {
  font-size: 0.36rem;
  font-family: FZLTDHJW-GB1-0, FZLTDHJW-GB1;
  font-weight: bold;
  color: #14192e;
  /* line-height: 72px; */
  padding: 0.62rem 0 0.28rem 0.64rem;
  box-sizing: border-box;
}

.user-agreement-content {
  width: 100%;
  height: 5.7rem;
  line-height: 0.42rem;
  font-size: 0.28rem;
  padding: 0 0.54rem 0 0.64rem;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
}

.user-agreement-btn {
  width: 2.4rem;
  height: 0.94rem;
  border: 0;
  background: #3a85f1;
  border-radius: 0.1rem;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.39rem auto 0 auto;
  color: #ffffff;
}

#personal-information-agreement {
  display: none;
  width: 6.28rem;
  height: 9rem;
  background: #ffffff;
  border-radius: 0.2rem;
  background-image: url(images/m_bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 17%;
  position: fixed;
  left: 50%;
  top: 47%;
  z-index: 1009;
  margin-top: -4.5rem;
  margin-left: -3.19rem;
}

.personal-information-btn {
  width: 2.4rem;
  height: 0.94rem;
  background: #3a85f1;
  border-radius: 0.1rem;
  font-size: 0.3rem;
  display: flex;
  border: 0;
  align-items: center;
  justify-content: center;
  margin: 0.39rem auto 0 auto;
  color: #ffffff;
}

.a-color {
  color: blue !important;
}

.open-user-agreement {
  color: blue;
}
.partner-table-box {
  /* width: 100%; */
  /* margin: 0 auto; */
  padding: 0px 0.4rem;
  box-sizing: border-box;
  word-break: break-all !important;
}
