.privacyBox{
  width: 100%;
  color: var(--maincol);
}
.borderBg{
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid rgba(96,129,147,0.3);
}
.privacyLeft{
  width: 75%;
  padding: 32px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  color: #608193;
}
.privacyLeft a{
  color: #2586B8;
  text-decoration: underline;
}
.privacyLeftTitle{
  font-size: 16px;
  font-weight: bold;
  color: #608193;
  line-height: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.privacyLeftsTitle{
  font-size: 14px;
  margin-top: 30px;
  font-weight: bold;
  padding-top: 130px;
  margin-top: -130px;
}
.privacyRight{
  width: 24%;
  padding: 26px 16px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  position: sticky;
}
.privacyRightTitle,.privacyRightEnd{
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #E9EDF0;
}
.privacyRightLi{
  display: block;
  color: var(--maincol);
  padding: 16px 0;
  border-bottom: 1px solid #E9EDF0;
  cursor: pointer;
  font-weight: bold;
}
.privacyRightLi:hover{
  color: var(--titlecol);
}
.privacyRightEnd{
  border: none;
  margin-top: 26px;
  padding-bottom: 0;
}

@media screen and (max-width:767px){
  .privacyLeft{
    width: 100%;
    padding:0 0 20px 0;
    border: none;
    background: none;
  }
  .privacyRight{
    display: none;
  }
  .headBox{
    /* display: none; */
  }
  .content{
    /* margin-top: 10px; */
  }
  .foot{
    display: none;
  }
}
