.orderflowHeader{
  height: 640rem;
  padding: 0rem 0 0 calc(50vw - 600rem);
  background: var(--ebc-neutral-bg_c);
  display: flex;
  gap: 9rem;
}
.orderflowHeaderMain{
  padding-top: 160rem;
  flex: 0 0 688rem;
}
.orderflowHeaderDesc{
  margin: 24rem 0 64rem;
  color: var(--ebc-text-secondary);
}
.orderflowHeaderBtns{
  gap: 24rem;
  margin: 64rem 0 24rem;
}
.orderflowHeaderBtns a{
  gap: 5rem;
}
.orderflowHeaderBtns a:hover{
  color: var(--ebc-text-primary_white);
}
.orderflowHeaderBtns a:nth-child(2):hover{
  color: var(--ebc-basecolor-active-500);
}
.orderflowHeaderTips {
  color: var(--ebc-text-secondary);
}
.orderflowHeaderTips a{
  margin-left: 8rem;
  color: var(--ebc-basecolor-active-500);
  text-decoration: underline;
}

.orderflowHeaderModel{
  width: 615rem;
  height: 615rem;
}
.contentBox{
  max-width: 1200rem;
  margin-inline: auto;
}

@media (min-width: 996px) {
  .ar .orderflowHeader{
    padding-left: 0;
    padding-right: calc(50vw - 600rem);
  }
  .mn h1{
    font-size: 66rem;
  }
}

@media (max-width: 996px) {
  .contentBox{
    max-width: 100%;
    padding-inline: 32rem;
  }
.orderflowHeader{
  height: auto;
  padding: 0 32rem 80rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.orderflowHeaderModel{
  width: 520rem;
  height: 520rem;
}
.orderflowHeaderDesc{
  margin: 16rem 0 64rem;
}
.orderflowHeaderMain{
  width: 100%;
  flex: 1;
  order: 2;
  padding-top: 0;
  text-align: center;
}
.orderflowHeaderBtns{
  flex-direction: column;
  gap: 32rem;
  margin-bottom: 48rem;
}
.orderflowHeaderBtns a{
  width: 100%;
}
}


.tradeDeepCode{
  padding:240rem 0 120rem;
  position: relative;
}
.tradeDeepCode .tradeDeepCodeCards{
  position: absolute;
  top: 0rem;
  width: 1200rem;
  border-radius: var(--ebc-corner-radius-rc16);
  border: 1px solid #FFF;
  background: linear-gradient(250deg, rgba(255, 255, 255, 0.80) 36.88%, #FFF 100%);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  padding: 32rem;
}
@media (min-width: 996px) {
.tradeDeepCode .tradeDeepCodeCards{
transform: translateY(-50%)!important;
}
.id .tradeDeepCode .tradeDeepCodeCards,
.ru .tradeDeepCode .tradeDeepCodeCards,
.mn .tradeDeepCode .tradeDeepCodeCards,
.pt .tradeDeepCode .tradeDeepCodeCards,
.es .tradeDeepCode .tradeDeepCodeCards{
transform: translateY(-30%)!important;

}
}
.tradeDeepCode .tradeDeepCodeCards .splitLine{
  width: 1px;
  height: 64px;
  background: var(--ebc-neutral-divider_regular);
  margin-inline: 32rem;
}
.tradeDeepCode .tradeDeepCodeCards .tradeDeepCodeCard{
  flex: 1;
  text-align: center;
}
.tradeDeepCode .tradeDeepCodeCards .tradeDeepCodeCard img{
  width: 64rem;
  height: 64rem;
  margin-bottom: 16rem;
}
.tradeDeepCodeList{
  gap: 24rem;
  margin-top: 60rem;
}
.tradeDeepCodeItem{
  flex: 1;
}
.tradeDeepCodeItem .item-img{
  width: 384rem;
  height: 240rem;
}

.tradeDeepCodeItem .item-title{
  margin:24rem 0 8rem;
}

.tradeDeepCodeItem .item-info{
  color: var(--ebc-text-secondary);
}

@media (max-width: 996px) {
  .tradeDeepCode{
    padding: 80rem 0 160rem;
  }
  .tradeDeepCodeCards .splitLine{
    display: none;
  }

  .tradeDeepCode  .tradeDeepCodeCards{
    padding: 0;
    position: relative;
    top:0;
    gap:32rem;
    flex-direction: column;
    width: 100%;
    background-color: transparent;
    box-shadow: unset;
    backdrop-filter: unset;
  }
  .tradeDeepCodeCards .tradeDeepCodeCard{
    width: 100%;
    border-radius: var(--ebc-corner-radius-rc16);
    background: var(--ebc-neutral-bg_b);
    padding:32rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32rem;
  }
  .tradeDeepCodeCards .tradeDeepCodeCard div{
    text-align: left!important;
  }
  .tradeDeepCodeCards .tradeDeepCodeCard img{
    margin-bottom: 0!important;
  }
  .tradeDeepCodeTitle{
    margin: 160rem 0 80rem;
  }
  .tradeDeepCodeList {
    flex-direction: column;
    gap: 42rem;
  }
  .tradeDeepCodeItem .item-img{
    width: 100%;
    height: auto;
  }
  .tradeDeepCodeItem .item-title{
    margin: 32rem 0 16rem;
  }
  .tradeDeepCodeItem  div{
    padding-inline: 16rem;
  }
}


.globalMPTool{
  background:#f7f7f7;
  padding: 120rem 0;
}

.globalMPToolDesc{
  margin: 16rem 0 60rem;
  color: var(--ebc-text-secondary);
}

.globalMPToolTro{
  gap: 24rem;
}

.globalMPToolTro .info{
  flex: 0 0 282rem;
}

.globalMPToolTro .info .info-item{
  padding: 16rem 24rem;
  border-radius: var(--ebc-corner-radius-rc16);
  background: var(--ebc-neutral-bg_a);
}
.globalMPToolTro .info .info-item:nth-child(2){
  margin-top: 32rem;
}
.globalMPToolTro .info .info-item .info-item-label{
  margin-top: 16rem;
  color: var(--ebc-text-secondary);
}
.globalMPToolTroModel{
  position: relative;
}
.globalMPToolTroModel .modelBg{
  position: relative;
  z-index: 2;
}

.globalMPToolTroModel .bgBlockGif{
  position: absolute;
  left: 50rem;
  top: 10rem;
    width: 482rem;
    height: 310rem;
}

@media (max-width: 996px) {
  .globalMPTool{
    padding: 160rem 0;
  }
  .globalMPToolDesc{
    margin-bottom: 80rem;
  }
  .globalMPToolTro{
    flex-direction: column;
    gap:0;
  }
  .globalMPToolTro .globalMPToolTroModel{
    margin-bottom: 80rem;
  }
  .globalMPToolTro .info{
    order: 2;
  }
  .globalMPToolTroModel .bgBlockGif{
      left: 60rem;
      top: 10rem;
      width: 559rem;
      height: 358rem;
  }
  .globalMPToolTro .info{
    flex: 1;
    width: 100%;
  }
  .globalMPToolTro .info:nth-child(1){
    margin-bottom: 32rem;
  }
  .globalMPToolTro .info .info-item{
    padding:16rem 32rem;
  }
}


.orderTechSupport{
  padding: 120rem 0;
}

.orderTechList{
  margin-top: 60rem;
}

.orderTechList .orderTechListItem{
  padding: 24rem;
  border-radius: var(--ebc-corner-radius-rc16);
  background: var(--ebc-neutral-bg_b);
  gap: 24rem;
}

.orderTechList .orderTechListItem:nth-child(n+2){
  margin-top: 16rem;
}

.orderTechListItem .techListItemImg{
    width: 340rem;
    height: 176.8rem;
    border-radius: var(--ebc-corner-radius-rc08);
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.04);
}

.orderTechListItem .listItemInfo .listItemInfoDesc{
  margin-top: 16rem;
  color: var(--ebc-text-secondary);
}

@media (max-width: 996px) {
  .orderTechSupport{
    padding: 160rem 0;
  }
  .orderTechList .orderTechListItem{
    flex-direction: column;
    gap: 48rem;
    padding: 32rem;
  }
  .orderTechListItem .techListItemImg{
    width: 100%;
    height: auto;
  }
 
  .orderTechList .orderTechListItem:nth-child(n+2){
    margin-top: 32rem;
  }
}

.userEvaluate{
  overflow: hidden;
  padding-bottom: 120rem;
}
.evaluateList{
  margin-top: 40rem;
  padding-top: 20rem;
}
.evaluate-item{
  position: relative;
  flex: 0 0 384rem;
  min-height: 320rem;
  padding: 32rem 24rem;
  border-radius: var(--ebc-corner-radius-rc16);
  background: var(--ebc-neutral-bg_b);
  margin-inline: 16rem;
  display: flex;
  flex-direction: column;
  transition: transform  0.3s ease-in-out,background 0.3s ease-in-out;
  box-sizing: content-box;
}
.evaluate-item:hover{
  transform: translateY(-16rem);
  border-radius: var(--Corner-Radius-RC16, 16px);
  border: 0.5px solid var(--ebc-brand-secondary-gold);
  background: var(--ebc-neutral-beige);
  z-index: 2;
}
.evaluate-item .evaluate-text{
  margin: 24rem 0 auto;

}
.evaluate-item .rightBg{
  position: absolute;
  width: 60rem;
  height: 48rem;
  right: 24rem;
  top: 24rem;
}

.evaluate-score img{
  width: 18rem;
  height: 18rem;
  margin: 3rem;
}
.evaluate-user{
  gap: 16rem;
  margin-top: 10rem;
}
.evaluate-user img{
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
}
.evaluate-user .evaluate-job{
  margin-top: 2rem;
  color: var(--ebc-text-secondary);
}

@media (max-width: 996px) {
.evaluate-item{
  flex:0 0 686rem; 
  min-height:480rem;
  padding: 32rem;
  border-radius: 16px;
  margin-inline: 24rem;
}
.evaluate-score img{
  width: 24rem;
  height: 24rem;
  margin: 4rem;
}
}