.container{
    background: #fff;
}
.privacyHeader{
    width: 100%;
    height: 360px;
    background-image: url(../images/privacy.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.login{
    box-sizing: border-box;
    display: block;
    padding: 0.06rem 0.2rem;
    color: #fff;
    border-radius: 0.4rem;
}
.actives {
    color: #FFF !important;
    position: relative;
}
.actives::after {
    content: '';
    position: absolute;
    left: 0;
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
    width: 80%;
    height: 0.02rem;
    background: #FFF;
}
.textBanner{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
}
.textBannerLeft{
    position: absolute;
    font-size: 48px;
    color: white;
    transform: skewX(-15deg); /* 倾斜角度 */
    display: inline-block;
    padding: 10px;
    background-color: transparent; /* 背景透明 */
}
.textBannerLeft::before{
    content: attr(data-text);
    position: absolute;
    top: 2px; /* 调整这个值可以改变“深度” */
    left: 2px; /* 调整这个值可以改变“深度” */
    z-index: -1;
    color: rgba(0,0,0,0.3); /* 阴影颜色和透明度 */
    transform: skewX(-15deg); /* 确保伪元素也应用相同的倾斜 */
}
.textBannerLeft::after{
    position: absolute;
    top: 4px; /* 更深一层 */
    left: 4px; /* 更深一层 */
    z-index: -2;
    color: rgba(0,0,0,0.1); /* 更深阴影的颜色和透明度 */
    transform: skewX(-15deg);
}
.content{
    width: 100%;
    box-sizing: border-box;
}
.contentBox{
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 40px;
    background: #FFFFFF;
    border-radius: 48px;
    padding: 80px 120px;
}
.nigerian-citizens {
  width: 9.2rem;
  margin: 1.2rem auto 0.4rem;
}
.nigerian-citizens li {
  display: flex;
  margin-bottom: 0.4rem;
}
.nigerian-citizens li .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  border: 0.01rem solid #A5B6AF;
  font-family: LexendDeca, LexendDeca;
  font-weight: 900;
  font-size: 0.14rem;
  color: #6D7975;
  font-style: normal;
  margin-right: 0.2rem;
  border-radius: 50%;
}
.nigerian-citizens .content-eligibility .title {
  height: 0.3rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #00120B;
  text-align: left;
  font-style: normal;
  margin-bottom: 0.1rem;
}
.nigerian-citizens .content-eligibility .users-citizens {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6D7975;
  text-align: left;
  font-style: normal;
}