.agreement-profile-modal {
  /*
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  z-index: 999;
  background: url(/gc/banner-bg.png) left top;
  background-size: 100% 100%;
  display: none;
  margin-top: 0rem;
  */
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0; /* 覆盖整个视口 */
  z-index: 999;
  background-color: rgba(0,0,0,0.5);    /* 半透明遮罩 */
}
.agreement-profile-content {
  min-width: 250px;
  max-width: 600px;
  padding: 30px 30px;
  margin: 5% auto;
  background: #fff;
  position: relative;
}
.agreement-profile-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.agreement-profile-title{
  font-size: 24px;
  color: #333333;
  text-align: center;
}

/*手机*/
@media screen and (max-width: 767px){
    .agreement-profile-pop-info{
      color: #000;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 25px;
      overflow: auto;
      height: 6rem;
      padding: 0.05rem 0.2rem;
    }
}

/*电脑*/
@media screen and (min-width: 768px){
    .agreement-profile-pop-info{
      color: #000;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 25px;
      overflow: auto;
      height: 4rem;
      padding: 0.05rem 0.2rem;
    }
}


/*手机*/
@media screen and (max-width: 767px){
    .agreement-profile-info{
      color: #000;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 25px;
      overflow: auto;
      height: 9rem;
      padding: 0.05rem 0.2rem;
    }
}
/*电脑*/
@media screen and (min-width: 768px){
    .agreement-profile-info{
      color: #000;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 25px;
      overflow: auto;
      height: 5rem;
      padding: 0.05rem 0.2rem;
    }
}
.agreement-profile-info-chapter{
  display: block;
  padding-top: 0.15rem;
  text-align: justify;
}
.agreement-profile-btn{
  /*width: 50%;*/
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #FF6600;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 22px;
}

.privacyPolicy-profile-modal {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center;     /* 垂直居中 */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0; /* 覆盖整个视口 */
  z-index: 999;
  background-color: rgba(0,0,0,0.5);    /* 半透明遮罩 */
}
.privacyPolicy-profile-content {
  min-width: 250px;
  max-width: 600px;
  padding: 30px 30px;
  margin: 5% auto;
  background: #fff;
  position: relative;
}
.privacyPolicy-profile-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.privacyPolicy-profile-title{
  font-size: 24px;
  color: #333333;
  text-align: center;
}

/*手机*/
@media screen and (max-width: 767px){
    .privacyPolicy-profile-pop-info{
      color: #000;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 25px;
      overflow: auto;
      height: 5rem;
      padding: 0.05rem 0.2rem;
    }
}

/*电脑*/
@media screen and (min-width: 768px){
    .privacyPolicy-profile-pop-info{
      color: #000;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 25px;
      overflow: auto;
      height: 4rem;
      padding: 0.05rem 0.2rem;
    }
}


/*手机*/
@media screen and (max-width: 767px){
    .privacyPolicy-profile-info{
      color: #000;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 25px;
      overflow: auto;
      height: 9rem;
      padding: 0.05rem 0.2rem;
    }
}
/*电脑*/
@media screen and (min-width: 768px){
    .privacyPolicy-profile-info{
      color: #000;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 25px;
      overflow: auto;
      height: 5rem;
      padding: 0.05rem 0.2rem;
    }
}
.privacyPolicy-profile-info-chapter{
  display: block;
  padding-top: 0.15rem;
  text-align: justify;
}
.privacyPolicy-profile-btn{
  /*width: 50%;*/
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #FF6600;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 22px;
}