@charset "UTF-8";
a:hover{
  color:#fff;
}
.transparent{
  background:#fff!important;
}
.topTip {
  position: fixed;
  top: 80px;
  width: 100vw;
  background: linear-gradient(
      0deg,
      rgba(165, 41, 51, 0.1) 0%,
      rgba(165, 41, 51, 0.1) 100%
    ),
    #fff;
  padding: 13rem 0;
  padding-left: calc((100vw - 1200rem) / 2);
  font-size: 14rem;
  line-height: 22rem;
  font-weight: 400;
  color: var(--ebc-basecolor-active-500);
  z-index:999;
}

.topTip .medium {
  font-weight: 500;
}
.topTip svg {
  margin-right: 8rem;
}

@media (min-width: 996px) {
  .topTip {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
  .topTip .tickTrack {
    width: 1200rem;
    justify-content: center;
    margin-inline: auto;
  }
  .mn .topTip .tickTrack {
    width: 1400rem;
  }
}
@media (min-width:996px) {
  .kr h1{
    font-size: 72rem;
    line-height: 74rem;
  }
 
  .mn h1{
    font-size: 52rem;
    line-height: 64rem;
  }
  .pt h1{
    font-size: 64rem;
    line-height: 70rem;
  }
  .jp h1{
    font-size: 55rem;
    line-height: 62rem;
  }
  .ru h1{
    font-size: 50rem;
    line-height: 66rem;
  }
  .vi h1{
    font-size: 62rem;
    line-height: 68rem;
  }
  .en h1,
  .ug h1{
    font-size: 68rem;
    line-height: 74rem;
  }
  .es .container1 .top,
  .hi .container1 .top,
  .id .container1 .top{
    margin-bottom: 20rem;
  }
  .ru .ov-section4 h2{
    font-size: 44rem;
  }
  .ov-hero {
    margin-top: 80px;
  }
}
@media screen and (max-width: 996px) {
  .jp h1{
    font-size: 60rem;
  }
   .ar h1{
    font-size: 50rem;
  }
  .mn .ov-s2-block h2,
  .id .ov-s2-block h2{
    font-size: 38rem;
  }
  .ug .ov-s2-block h2,
  .vi .ov-s2-block h2,
  .th .ov-s2-block h2,
  .jp .ov-s2-block h2{
    font-size: 41rem;
  }
  .mn .ov-s3-block h2,
  .vi .ov-s3-block h2,
  .th .ov-s3-block h2,
  .jp .ov-s3-block h2{
    font-size: 41rem
  }
  .ug .ov-section4 h2{
    font-size: 41rem;
  }
  .ru .ov-section4 h2{
    font-size: 41rem;
  }
  .topTip {
    top: 44px;
    font-size: 24rem;
    line-height: 40rem;
    padding: 16rem 0 16rem 32rem;
    overflow: hidden;
    white-space: nowrap;
  }
  .topTip svg {
    margin-right: 8rem;
    flex: 0 0 32rem;
    transform: translateY(-3rem);
  }
  .topTip svg:nth-of-type(2) {
    margin-left: 900rem;
  }
  .ar  .topTip svg {
    margin-left: 16rem;
  }

  .ar .topTip svg:nth-of-type(2){
    margin-right: 900rem;
  }
  /* .tickTrack {
    --tx:110%;
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 10s linear infinite;
  }
  .mn .tickTrack{
    --tx:200%;

  }
  .ru .tickTrack{
    --tx:190%;
  }
  .id .tickTrack,
  .th .tickTrack {
    --tx:180%;
  }
  .ug .tickTrack{
    --tx:165%;
  }
  .es .tickTrack {
    --tx:155%;
  }
  .hi .tickTrack,
  .jp .tickTrack,
  .vi .tickTrack{
    --tx:150%;
  }
  .pt .tickTrack ,
  .kr .tickTrack {
    --tx:140%;
  }
  .en .tickTrack {
    --tx:130%;
  } */
  .tickWord {
    display: inline-block;
    /* padding-right: 1rem; */
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(var(--tx) );
    }
    100% {
      transform: translateX(calc(var(--tx) * -1));
    }
  }
}

.contentBox {
  max-width: 1200rem;
  margin-inline: auto;
}
.redWord {
  color: var(--ebc-basecolor-active-500);
}

.container1 {
  padding-top: calc(128rem + 80px);
}

.container1 .top .left {
  padding-top: 48rem;
  flex: 0 0 650rem;
}
.container1 .top h2 {
  margin: 24rem 0 48rem;
  color: var(--ebc-text-secondary);
}
.container1 .top .inputBox {
  border-radius: var(--ebc-corner-radius-full);
  border: 0.5px solid var(--ebc-neutral-stroke);
  background: var(--ebc-neutral-bg_b);
  padding: 4rem;
  gap: 30rem;
  padding-left: 24rem;
}
.ar .container1 .top .inputBox {
  padding-left:4rem;
  padding-right: 24rem;
}
.container1 .top .inputBox input {
  color: var(--ebc-text-tertiary);
  background: var(--ebc-neutral-bg_b);
  border: 0;
  flex: 1;
  height: 100%;
}

.container1 .top .inputBox input::placeholder {
  color: var(--ebc-text-tertiary);
}
.container1 #verification {
  min-width: 160rem;
}
.container1 .right {
  width: 418rem;
  transform:translateX(90rem);
}
@media (min-width:996px) {
  .container1 .top{
    position: relative;
  }
  .container1 .right {
    position: absolute;
    right:0;
  }
  .container1 .bottom{
    margin-top: 88rem;
  }
  .es .container1 .top .left{
    flex:0 0 660rem;
  }
  .es h1{
    font-size: 60rem;
    line-height: 66rem;
  }
  .ar .container1 .right{
    left:0;
    right: unset;
  }
}
.container1 .bottom h2 {
  margin-bottom: 24rem;
}
.container1 .bottom .tipTitle {
  color:var(--ebc-text-primary)
}
.container1 .bottom .tipDesc {
  color: var(--ebc-text-secondary);
  margin-bottom: 16rem;
}

  .container1 .bottom .tipDesc:last-child {
    margin-bottom: 0;
  }
@media (max-width: 996px) {
  .container1 {
    padding: 122rem 32rem 0;
  }
  .container1 .right{
    width: 558rem;
    height: auto;
    margin-left: 60rem;
    transform:translateX(0);
  }
  .container1 .top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 80rem;
  }
  .container1 .top .left {
    order: 2;
    position: relative;
    flex: 1;
    padding: 40rem 0 112rem;
  }
  .container1 .top h2 {
    margin: 16rem 0 80rem;
  }

  .container1 .top .left .inputBox {
    padding: 24rem 32rem;
  }
  /* .container1 .top .left input {
    text-align: center;
  } */
  .container1 .top #verification {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80rem;
    font-size: 28rem;
    line-height: 44rem;
  }
  .container1 .bottom h2{
    margin-bottom: 32rem;
  }
  .container1 .bottom .tipDesc{
    margin-bottom: 24rem;
  }


}

.container1.ov-hero {
  padding: 0;
  min-height: 770rem;
  position: relative; /* 确保子元素定位 */
  color: #fff;
  overflow: hidden; /* 防止伪元素溢出 */
}
@media (min-width: 996px) {
  
 .container1.ov-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* 置于内容下方 */
  background-image: 
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url(/ebc-static/image/officialVerification/section1Bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 当处于 RTL 环境时，对背景层进行水平翻转 */
.ar .container1.ov-hero::before{
  transform: scaleX(-1);
}
}

.container1.ov-hero .redWord {
  color: #fff;
}
.ov-hero__inner {
  min-height: 770rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 45rem;
  /* padding-top: calc(80px + 88rem); */
  /* padding-bottom: 120rem; */
}
.ov-hero__copy {
  max-width: 644rem;
}
.container1.ov-hero h2 {
  margin: 24rem 0 0;
  color: rgba(255, 255, 255, 0.9);
}
.ov-hero__form {
  margin-top: 80rem;
}
.ov-hero__form .inputBox {
  /* width: 680rem; */
  display: flex;
  align-items: center;
  gap: 20rem;
  background: transparent;
  border: 0;
  padding: 0;
  backdrop-filter: none;
  border-radius: 0;
}

.ov-hero__form .inputBox input {
  width: 500rem;
  flex: none;
  height: 48rem;
  border-radius: var(--ebc-corner-radius-full);
  border: 0.5px solid var(--ebc-neutral-stroke);
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.95);
  padding: 0 24rem;
  color: rgba(0, 0, 0, 0.64);
  outline: none;
}
.ov-hero__form .inputBox input::placeholder {
  color: rgba(0, 0, 0, 0.64);
}
.container1.ov-hero #verification {
  /* width: 160rem; */
  min-width: 160rem;
  max-width: unset;
  height: 48rem;
  padding: 8rem 24rem;
  font-size: 16rem;
  line-height: 28rem;
}

.ov-section2 {
  position: relative;
  padding: 120rem 0;
  overflow: hidden;
  background: #fff;
}
.ov-section2__bg {
  position: absolute;
  right: 0;
  bottom: -146rem;
  width: 1920rem;
  height: 746rem;
  background-image: url(/ebc-static/image/officialVerification/section2Bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.ov-section2__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 120rem;
}
.ov-s2-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60rem;
}

.ov-fraud {
  width: 100%;
}
.ov-fraud__grid {
  display: flex;
  gap: 24rem;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
.ov-fraud-card {
  width: 286rem;
  min-height: 260rem;
  border-radius: 24rem;
  border: 1px solid var(--ebc-neutral-stroke);
  background: #fff;
  padding: 72rem 24rem;
  display: flex;
  flex-direction: column;
  gap: 20rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ov-fraud-card__icon,
.ov-fraud-card__iconWrap {
  width: 64rem;
  height: 64rem;
  flex: 0 0 64rem;
}
.ov-fraud-card__iconWrap {
  position: relative;
}
.ov-fraud-card__iconWrap .ov-fraud-card__icon {
  position: absolute;
  inset: 0;
}
.ov-fraud-card__icon--hover {
  opacity: 0;
}
.ov-fraud-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ov-fraud-card__desc {
  color: var(--ebc-text-secondary);
  display: none;
  line-height: 24rem;
}
@media (min-width: 996px) {
  .ov-fraud-card:hover {
    background: var(--ebc-neutral-bg_b);
    border-color: transparent;
    padding: 74rem 25rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  .ov-fraud-card:hover .ov-fraud-card__icon,
  .ov-fraud-card:hover .ov-fraud-card__iconWrap {
    display: none;
  }
  .ov-fraud-card:hover .ov-fraud-card__content {
    gap: 13rem;
  }
  .ov-fraud-card:hover .ov-fraud-card__desc {
    display: block;
  }
}

.ov-signals {
  width: 100%;
}
.ov-signals__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24rem;
}
.ov-signal-card {
  background: var(--ebc-neutral-bg_b);
  border-radius: 24rem;
  padding: 48rem 40rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ov-signal-card__icon {
  width: 28rem;
  height: 28rem;
  flex: 0 0 28rem;
  margin-bottom: 20rem;
}
.ov-signal-card__title {
  margin-bottom: 12rem;
}
@media (min-width: 996px) {
 .hi .ov-signal-card__title {
  white-space: nowrap;
 }
  
}
.ov-signal-card__desc {
  color: var(--ebc-text-secondary);
  line-height: 24rem;
}

.ov-section3 {
  position: relative;
  overflow: hidden;
  padding: 120rem 0;
  background: linear-gradient(180deg, #16161a 0%, #2b2b33 100%);
  color: #fff;
}
.ov-s3-gridbg {
  position: absolute;
  right: 0;
  top: 0;
  width: 1350.8rem;
  height: 900.9rem;
  /* opacity: 0.12; */
  /* mix-blend-mode: plus-lighter; */
  background-image: url(/ebc-static/image/officialVerification/section3TopRightBg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
  pointer-events: none;
}
.ov-s3-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 120rem;
}
.ov-s3-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64rem;
}
.ov-s3-title-break {
  display: none;
}

.ov-s3-topCards {
  width: 100%;
  display: flex;
  gap: 24rem;
  align-items: stretch;
}
.ov-s3-card {
  position: relative;
  border-radius: 24rem;
  padding: 48rem 40rem;
  overflow: hidden;
  flex: 1;
  min-height: 332rem;
}
.ov-s3-card--dark {
  backdrop-filter: blur(2px);
  background: linear-gradient(
    99.6283deg,
    rgba(255, 255, 255, 0.05) 0.79241%,
    rgba(255, 255, 255, 0.1) 99.506%
  );
}
.ov-s3-card--light {
  background: #fff;
  color: var(--ebc-text-primary);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15rem;
}
.ov-s3-card__head {
  color: #fff;
}
.ov-s3-list {
  margin: 12rem 0 0;
  padding-left: 21rem;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
@media (min-width: 996px) {
.ov-s3-list {
  max-width: 65%;
}
.ar .ov-s3-card__floatImg--ebc,
.ar .ov-s3-card__floatImg--warn {
  right: unset;
  left: 40rem;
}
.ar .ov-s4-num{
  right: unset;
  left: -10rem;
}

}
.ov-s3-list li {
  list-style: disc;
  line-height: 22rem;
}
.ov-s3-card__floatImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 212rem;
  height: 224rem;
  object-fit: contain;
  pointer-events: none;
}
.ov-s3-card__floatImg--ebc {
  width: 140rem;
  height: 141rem;
  top: 48rem;
  right: 40rem;
}
.ov-s3-card__floatImg--warn {
  width: 139rem;
  height: 136rem;
  top: 45rem;
  right: 40rem;
}
.ov-s3-warnTitle {
  max-width: 312rem;
}
.ov-s3-warnFoot {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.ov-s3-warnNote {
  color: rgba(0, 0, 0, 0.64);
}
.ov-s3-tags {
  display: flex;
  gap: 12rem;
  flex-wrap: wrap;
}
.ov-s3-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 20rem;
  border-radius: 999rem;
  background: rgba(165, 41, 51, 0.1);
  color: var(--ebc-basecolor-active-500);
  line-height: 24rem;
}

.ov-s3-safetyCard {
  width: 100%;
  border-radius: 24rem;
  padding: 48rem 40rem;
  backdrop-filter: blur(2px);
  background: linear-gradient(
    107.0841deg,
    rgba(255, 255, 255, 0.05) 0.79241%,
    rgba(255, 255, 255, 0.1) 99.506%
  );
  display: flex;
  flex-direction: column;
  gap: 48rem;
}
.ov-s3-safetyGroup {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.ov-s3-safetyTitle {
  color: #fff;
}
.ov-s3-chipRow {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem;
}
.ov-s3-chip {
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  padding: 8rem 12rem;
  border-radius: 8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  max-width: 100%;
}
.ov-s3-chip__icon {
  width: 12rem;
  height: 12rem;
  flex: 0 0 12rem;
}
.ov-s3-chip span {
  line-height: 22rem;
}

.ov-section4 {
  background: #fff;
  padding: 120rem 0;
}
.ov-s4-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60rem;
}
.ov-s4-cards {
  width: 100%;
  display: flex;
  gap: 24rem;
  align-items: stretch;
}
.ov-s4-card {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 342rem;
  padding: 110rem 40rem 48rem;
  border-radius: 16rem;
  background: var(--ebc-neutral-bg_b);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14rem;
}
.ov-s4-num {
  position: absolute;
  top: 40rem;
  right: 82rem;
  transform: translateX(50%);
  font-size: 100rem;
  line-height: 73rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.05);
  text-align: right;
  pointer-events: none;
  user-select: none;
}
.ov-s4-icon {
  position: relative;
  left: 0;
  top: 0;
  width: 56rem;
  height: 56rem;
  object-fit: contain;
}
.ov-s4-title {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  margin-block: 14rem -6rem;
}
.ov-s4-desc {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  color: var(--ebc-text-secondary);
  line-height: 24rem;
}

@media (max-width: 996px) {
  .ov-section3 {
    padding: 160rem 0;
  }
  .ov-s3-inner {
    padding: 0 32rem;
    gap: 160rem;
  }
  .ov-s3-gridbg {
    right: -221.64rem;
    top: -96rem;
    width: 1249.648rem;
    height: 833.438rem;
  }
  .ov-s3-block {
    gap: 80rem;
  }
  .ov-s3-title-break {
    display: inline;
  }
  .ov-s3-topCards {
    flex-direction: column;
    gap: 32rem;
  }
  .ov-s3-card {
    padding: 48rem;
    min-height: auto;
    border-radius: 48rem;
  }
  .ov-s3-card__floatImg {
    position: static;
    width: 180rem;
    height: 176rem;
    margin: 0 auto 32rem;
    display: block;
  }
  .ov-s3-card__floatImg--ebc,
  .ov-s3-card__floatImg--warn {
    width: 180rem;
    height: auto;
  }
  .ov-s3-card--dark {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ov-s3-card--dark .ov-s3-card__floatImg--ebc {
    order: -1;
  }
  .ov-s3-card--dark .ov-s3-card__head {
    margin-bottom: 32rem;
  }
  .ov-s3-card--dark .ov-s3-list {
    margin: 0;
    align-self: stretch;
  }
  .ov-s3-list {
    padding-left: 66rem;
    gap: 16rem;
    text-align: left;
  }
  .ov-s3-list li {
    line-height: 44rem;
  }
  .ov-s3-card--light {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48rem;
    text-align: center;
  }
  .ov-s3-card--light .ov-s3-card__floatImg--warn {
    order: -1;
  }
  .ov-s3-warnTitle {
    max-width: 546rem;
    text-align: center;
    margin-inline: auto;
  }
  .ov-s3-warnFoot {
    gap: 24rem;
    align-items: center;
  }
  .ov-s3-tags {
    gap: 8rem;
    justify-content: center;
  }
  .ov-s3-tag {
    padding: 8rem 40rem;
    line-height: 48rem;
    flex: 1 0 45%;
  }
  .ov-s3-safetyCard {
    padding: 48rem;
    gap: 96rem;
    border-radius: 48rem;
  }
  .ov-s3-chipRow {
    flex-direction: column;
    gap: 24rem;
  }
  .ov-s3-chip {
    width: 100%;
    padding: 16rem 24rem;
    border-radius: 16rem;
    align-items: flex-start;
    gap: 16rem;
  }
  .ov-s3-chip__icon {
    width: 24rem;
    height: 24rem;
    flex: 0 0 24rem;
    margin-top: 10rem;
  }
  .ov-s3-chip span {
    line-height: 44rem;
  }
.ov-s3-safetyGroup {
gap: 40rem;
}

  .ov-section4 {
    padding: 160rem 0;
  }
  .ov-s4-inner {
    padding: 0 32rem;
    gap: 80rem;
  }
  .ov-s4-cards {
    flex-direction: column;
    gap: 32rem;
  }
  .ov-s4-card {
    min-height: 530rem;
    padding: 48rem;
    border-radius: 32rem;
    display: flex;
    flex-direction: column;
    gap: 14rem;
  }
  .ov-s4-num {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    align-self: flex-end;
    font-size: 128rem;
    line-height: 94rem;
    width: 100%;
    text-align: right;
  }
  .ar .ov-s4-num {
    right: unset;
    left: 0;
    text-align: left;
  }
  
  .ov-s4-icon,
  .ov-s4-title,
  .ov-s4-desc {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
  }
 
  .ov-s4-icon {
    width: 96rem;
    height: 96rem;
    margin-top: -14rem;
  }
  .ov-s4-title {
    margin-block: 14rem 2rem;
  }
  .ov-s4-desc {
    margin-top: 16rem;
    line-height: 48rem;
  }
}

.ov-declare {
  padding: 88rem 0 0;
}
.ov-declare h2 {
  margin-bottom: 24rem;
}
.ov-declare .tipTitle {
  color: var(--ebc-text-primary);
}
.ov-declare .tipDesc {
  color: var(--ebc-text-secondary);
  margin-bottom: 16rem;
}
.ov-declare .tipDesc:last-child {
  margin-bottom: 0;
}

@media (max-width: 996px) {
  .container1.ov-hero {
    min-height: 1100rem;
    margin-top: 52rem;
    background-image:
      linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
      url(/ebc-static/image/officialVerification/section1Bgm.webp);
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
  .ov-hero__inner {
    min-height: 1100rem;
    padding: 0 32rem;
    padding-top: 88rem;
    padding-bottom: 160rem;
    align-items: center;
    text-align: center;
  }
  .ov-hero__copy {
    max-width: 100%;
  }
  .container1.ov-hero h2 {
    margin: 24rem 0 0;
  }
  .ov-hero__form {
    margin-top: 48rem;
    width: 100%;
  }
  .ov-hero__form .inputBox {
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 16rem;
  }
  .ov-hero__form .inputBox input {
    width: 100%;
    height: 80rem;
    padding: 0 32rem;
  }
  /* .ov-hero__form .inputBox input,
  .ov-hero__form .inputBox input::placeholder {
    text-align: center;
  } */
  .container1.ov-hero #verification {
    width: 100%;
    height: 80rem;
    font-size: 28rem;
    line-height: 44rem;
    margin-inline: auto;
  }

  .ov-section2 {
    padding: 160rem 0;
  }
  .ov-section2__bg {
    left: auto;
    right: -156rem;
    bottom: -17rem;
    width: 1464rem;
    height: 569rem;
    background-size: cover;
  transform: translateX(0%);

  }
  .ov-section2__inner {
    padding: 0 32rem;
    gap: 160rem;
  }
  .ov-s2-block {
    gap: 80rem;
  }
  .ov-fraud__grid {
    flex-direction: column;
    gap: 32rem;
  }
  .ov-fraud-card {
    width: 100%;
    min-height: auto;
    padding: 48rem;
    flex-direction: row;
    gap: 40rem;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    border-radius: 48rem;
  }
  .ar .ov-fraud-card {
    text-align: right;
  }
  .ov-fraud-card__content {
    flex: 1;
    align-items: flex-start;
    gap: 24rem;
  }
  .ov-fraud-card__icon,
  .ov-fraud-card__iconWrap {
    width: 96rem;
    height: 96rem;
    flex: 0 0 96rem;
  }
  .ov-fraud-card__desc {
    display: block;
    /* color: var(--ebc-text-primary); */
    line-height: 44rem;
  }
  .ov-signals__grid {
    grid-template-columns: 1fr;
    gap: 32rem;
  }
  .ov-signal-card {
    padding: 48rem;
    gap: 0;
    border-radius: 48rem;
  }
  .ov-signal-card__icon {
    width: 56rem;
    height: 56rem;
    flex: 0 0 56rem;
    margin-bottom: 28rem;
  }
  .ov-signal-card__title {
    margin-bottom: 24rem;
  }
  .ov-signal-card__desc {
    line-height: 48rem;
  }

  .ov-declare {
    padding: 80rem 32rem 0;
  }
  .ov-declare h2 {
    margin-bottom: 32rem;
  }
  .ov-declare .tipDesc {
    margin-bottom: 24rem;
  }
}

.container2{
  padding:120rem 0 60rem;
}
.container2 .cardList{
  margin-top: 60rem;
  gap:24rem;
  align-items: stretch;
}
.container2 .cardList .card{
  background:var(--ebc-neutral-bg_b);
  border-radius:var(--ebc-corner-radius-rc16);
  flex:1;
  gap:64rem;
  padding:24rem;
  border:0;
}
.container2 .cardList .card .left .description{
  color:var(--ebc-text-secondary);
  margin:16rem 0;
}
.container2 .cardList .card .left a{
  width:fit-content;
  display:inline-block;
}
.container2 .cardList .card .left .btn{
  border:0;
  width:fit-content;
  padding:0;
}
.container2 .cardList .card .right{
  flex:0 0 156rem;
  height:156rem;
}

.container22{
  margin-bottom: 120rem;
}
.container22 .doTitle{
  margin-bottom: 24rem;
}
.container22 .dontDo{
  margin-top: 48rem;
}
.container22 .doTip{
  font-size: 16rem;
  font-weight: 400;
  line-height: 28rem;
  color:var(--ebc-text-secondary);
  margin-bottom: 16rem;
  display: flex;
  align-items: flex-start;
}
.container22 .doTip span{
    display: inline-block ;
  }
.container22 .doTip img{
  margin-right: 8rem;
  transform: translateY(5px);
}
.container22 .doTip .medium{
  font-weight: 500;color: var(--ebc-text-primary);
}
@media (max-width: 996px) {
  .container22 {
    padding:0 32rem 160rem;
    margin-bottom: 0;
  }
  .container22 .doTip{
    font-size: 28rem;
    line-height: 48rem;
    display: flex;
    gap:16rem;
  }
  .container22 .doTip span{
    display: inline-block ;
  }
  .container22 .doTip img{
    width: 32rem;
    height: 32rem;
    transform: translateY(3px);
  }
  .container22 .doTitle{
  margin-bottom: 32rem;
}
  .container2{
    padding:160rem 32rem 80rem;
  }
  .container2 .cardList{
    flex-direction:column;
    gap:32rem;
  }
  .container2 .cardList .card{
    gap:16rem;
    padding:48rem 32rem;
    position:relative;
  }
  .container2 .cardList .card .left{
    order:2;
  }
.container2 .cardList .card .left .description{
  margin:32rem 0 0 0;
}
.container2 .cardList .card .left a{
  position:absolute;
  right:32rem;
  top:32rem;
}
}

.container3{
  padding-bottom:120rem;
}
.container3 .left{
  flex:0 0 757rem;
}
.container3 .left .description{
  color:var(--ebc-text-secondary);
  margin:24rem 0 12rem;
}
.container3 .left .email{
  border-radius:var(--ebc-corner-radius-rc04);
  background: rgba(165, 41, 51, 0.10);
  padding:4rem 8rem;
  margin-inline:8rem;
  display:inline-block;
  color:var(--ebc-basecolor-active-500);
  cursor:copy;

}
.container3 .right{
  height: 213rem;
}

@media (max-width: 996px) {
  .container3 {
    padding:0 32rem 160rem;
    
  }
  .container3 .contentBox{
    flex-direction:column;
    gap:80rem;
  }
   .container3 .left{
    flex:1;
   }
  .container3 .left h3{
    text-align:center
  }
.container3 .left .description{
  margin:80rem 0 24rem;
}
.container3 .right{
  height: 400rem;
  margin-inline:auto;
}
}
.container3 .left .contactWay{
  color:var(--ebc-text-secondary);
}
.official-search button {
  padding: 21px 34px;
  border-radius: 4px;
  border: 1px solid #000;
  background: #4d0101;
  color: #fff;
  font-size: 16px;
  font-family: auto;
  display: inline-block;
  margin-left: 3%;
}

.official-result-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.official-result-box .buttons{
  margin-top: 48rem;
  gap:24rem;
}
.official-result-box .buttons a{
  flex:1;
}
.official-result-box .verifyContainer{
  display: flex;
}
.official-result-box .verify-input{
  flex:1;
}
.official-result-box .verify-code img{
  width: 160rem;
  height: 56rem;
  margin-left: 16rem;
}
.official-result {
  width: 588rem;
  padding: 40rem 24rem;
  background-color: #ffffff;
  border-radius: var(--ebc-corner-radius-rc16);
  text-align: center;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.official-result svg {
  width: 63rem;
  height: 63rem;
}
.official-result .url {
  display: block;
  padding: 12rem 16rem;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  margin: 40rem 0;
  overflow: auto;
  border-radius: var(--ebc-corner-radius-rc08);
  background: var(--ebc-neutral-bg_b);
}
.official-result .url.real {
  margin:40rem 0;
  padding:12rem 0;
  border-radius: var(--ebc-corner-radius-rc08);
  background: var(--ebc-neutral-bg_b);
}
.official-result .resultTitle{
  margin:40rem 0 16rem;
}
.official-result .tips {
  color: var(--ebc-text-secondary);
  text-align: center;
  font-family: auto;
  margin: 16rem 0 40rem;
}
/* .official-result .tips.real {
  color: #66b54e;
} */

.official-result .close.real {
  width: 100%;
}
.official-result,
.official-report,
.official-report-success {
  background-image: url(/ebc-static/image/officialVerification/ebcLogo.png);
}
.official-result .report {
  display: inline-block;
  color: var(--ebc-brand-accent-coral);
  leading-trim: both;
  text-edge: cap;
  float:right;  
}
.official-result .mReport{
  display:none;
}
.official-result .report.real {
  display: none;
}
.official-result .tips2 {
  color: var(--ebc-text-tertiary);
  text-align: center;
  margin-top: 24rem;
}
.official-result .tips2.real {
  display: none;
}

.official-report {
  width: 588rem;
  padding: 40rem 24rem;
  background-color: #ffffff;
  border-radius: var(--ebc-corner-radius-rc16);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  max-height:70vh;
}
.official-report svg {
  margin-right: 8px;
}
.official-report .title {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  margin-bottom: 48rem;
}

.official-report .contact-submit {
  display: inline-block;
  width: 47%;
  padding: 18px;
  border-radius: 4px;
  border: 1px solid #000;
  background: #4d0101;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-family: auto;
  margin-top: 40px;
  margin-left: 4%;
}
.official-report .form-label {
  color: var(--ebc-text-secondary);
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
  text-align: left;
  margin-top: 24rem;
  margin-bottom: 12rem;
}
.ar .official-report .form-label{
  text-align: right;
}
.official-report input:placeholder{
  color:var(--ebc-text-tertiary)
}
.official-report input {
  border: 0;
  display: flex;
  padding: 12rem 16rem;
  justify-content: center;
  align-items: center;
  gap: 16rem;
  color: var(--ebc-text-primary);
  font-family: auto;
  font-size: 20rem;
  font-weight: 400;
  line-height: 24rem;
  background:var(--ebc-neutral-bg_b);
  border-radius:var(--ebc-corner-radius-rc08);
  height: 56rem;
}
.official-report input:focus {
  box-shadow: none;
  background:var(--ebc-neutral-bg_b);
  border:0;
}
.official-report .message-tips {
  color: var(--ebc-text-secondary);
  font-family: auto;
  margin: 48rem auto; 
}
.official-report .message-tips a {
  /* text-decoration: underline; */
  color:var(--ebc-basecolor-active-500)
}
.official-report .message-close-tips a {
  color: var(--ebc-basecolor-active-500);
  width: 100%;
  display: block;
  /* text-decoration: underline; */
}

.official-report-success {
  width: 588rem;
  padding: 40rem 24rem;
  background:#fff;
  border-radius: var(--ebc-corner-radius-rc16);
  text-align: center;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.official-report-success p {
  text-align: center;
  margin:40rem 0 48rem
}


.official-en-box .official1 .p1 {
  letter-spacing: 0px;
  font-size: 30px;
}

.official-en-box .official1 .p2 {
  letter-spacing: 0px;
  font-size: 16px;
  width: 66%;
  opacity: 0.8;
  line-height: 28px;
}
.official-en-box .official1 {
  height: auto;
  padding-bottom: 36px;
}

@media (max-width: 996px) {
  .official-result-box{
    z-index:999;
  }
  .official-result,
  .official-report,
  .official-report-success {
    width: 100%;
    padding: 40rem 24rem;
    position: absolute;
    top:unset;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    overflow: auto;
    max-height:90vh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index:9999999999;
    padding:48rem;
  }
  .official-report-success{
    padding-top:160rem;
  }
  .official-result svg{
    width: 96rem;
    height: 96rem;
  }
  .official-result .resultTitle{
    margin:48rem 0 16rem;
  }
  .official-result .tips{
    margin:16rem 0 48rem;
  }
.official-result .pcReport{
  display:none;
}
.official-result .mReport{
display:flex;
float:none;
color:var(--ebc-basecolor-active-500);
font-weight: 500;
}
.official-result-box .buttons{
  display:flex;
  gap:32rem;
  margin:48rem 0 32rem;
}
.official-result-box .buttons a{
  height: 80rem;
  font-size: 28rem;
  font-weight: 500;
}
.official-result .url{
  padding:22rem 32rem;
}
.official-result .url.real{
  padding:18rem 32rem;
}
.official-report .message-tips{
  margin:48rem 0;
}
.official-report .form-label{
  margin:32rem 0 16rem;
  font-size: 24rem;
  font-weight: 400;
  line-height: 40rem;
}
.official-report input{
  font-size: 28rem;
  line-height: 44rem;
  padding:22rem 32rem;
  height: 80rem;
  border-radius:var(--ebc-corner-radius-rc16);
}
.official-result-box .verify-code img{
  width: 228rem;
  height: 80rem;
  margin-left: 32rem;
}
.official-result-box .verify-input{
  width: 390rem;
}
.official-report-success p{
  margin:48rem 0 216rem;
}
.official-report-success a{
  height:80rem;
  font-size: 28rem;
  font-weight: 500;
}
}