.ad-box{
  /* width: 100% !important;
  height: auto !important;*/
  padding-left: 0 !important; 
  padding-right: 0 !important; 
}
.adcontent {
  width: 100%;
  height: 14.54rem;
  background: url(../images/partner/ad-bg.webp) no-repeat;
  background-size: 100% 14.54rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 13.18rem;
  padding: 0px 1.7rem;
}
.top {
  font-family: JostBold;
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 0.96rem;
  text-align: center;
  margin-top: 1.8rem;
  margin-bottom: 1.38rem;
}
.bottom {
  display: flex;
  align-items: center;
}
.left img {
  width: 12.34rem;
  height: auto;
}
.right {
  margin-left: 0.48rem;
}
.right .white-box {
  width: 12.34rem;
  height: 1.92rem;
  background-color: white;
  padding: 0.24rem 0.48rem;
  margin-bottom: 0.48rem;
  font-size: 0.32rem;
  font-family: Jost-Medium;
  font-weight: 500;
  color: #0f1f3d;
  line-height: 0.48rem;
  display: flex;
  align-items: center;
}

.delete_account {
  width: 25.64rem;
  height: 12.54rem;
  background: #0d1b3e;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  margin: 0 auto;
  margin-bottom: 12rem;
}

