.top-banner-box{
  padding-top: 132px;
  padding-bottom: 70px;
  background-image: radial-gradient(circle at 47% 38%, #F4F9FF 0%, #D7E7FF 108%);
}
.top-banner-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 24px;
  background-image:  url("../image/about/banner-content.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-h1{
  margin-bottom: 20px;
  font-family: Montserrat-Bold;
  font-size: 58px;
  text-align: center;
  line-height: 68px;
  font-weight: 700;
  min-height: 68px;
}
.about-h1 .typing-text{
  background: linear-gradient(90deg, #3368FF 0%, #EA30E1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.about-h1 .typing-text .alt-word{
  display: none;
}
.about-h1 .typing-text::after{
  content: '';
  display: inline-block;
  width: 4px;
  height: 0.78em;
  margin-left: 8px;
  background: #EA30E1;
  vertical-align: baseline;
  border-radius: 2px;
  animation: typingCursorBlink 1s step-end infinite;
}
@keyframes typingCursorBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
.about-sub-title{
  font-family: Montserrat-Medium;
  font-size: 20px;
  color: #282829;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 64px;
  max-width: 716px;
}
.to-pdf{
  padding: 16px 32px;
  background: #005BFF;
  border-radius: 26px;
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.to-pdf:hover{
  color: #fff;
}
.about-our-mission{
  height: 560px;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 46px;
  box-sizing: border-box;
}
.about-our-mission-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mission-tip{
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.mission-tip img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.mission-tip span{
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #005BFF;
  letter-spacing: 0;
  font-weight: 600;
}
.mission-h2{
  font-family: Montserrat-Bold;
  font-size: 32px;
  background: linear-gradient(90deg, #082454 100%, #06307B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 40px;
  font-weight: 700;
}
.mission-left-desc{
  margin-top: 28px;
}
.mission-left-desc p{
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #585859;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.mission-left{
  max-width: 580px;
}
.mission-right{
  width: 500px;
}
.mission-right img {
  width: 100%;
  height: auto;
}
.our-past{
  padding: 80px 0;
  width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;

}
/* 移动端 Tab - PC端隐藏 */
.our-past-tabs{
  display: none;
}
.our-past-item{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
  border-radius: 20px;
  width: 140px;
  height: 480px;
  transition: width 0.4s ease, padding 0.4s ease;
  cursor: pointer;
}
.our-past-item::before{
  content: '';
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
  z-index: 0;
}
.our-past-top,
.our-past-bottom,
.our-past-no-content{
  position: relative;
  z-index: 1;
}
.our-past-no-content{
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  padding-top: 180px;
}
.our-past .our-past-item.our-past-item-active{
  width: 840px;
  padding: 48px 46px 40px 40px;
}
.our-past .our-past-item:nth-child(1)::before{
  background-image:  url("../image/about/past1-a.png");
}
.our-past .our-past-item:nth-child(2)::before{
  background-image:  url("../image/about/past2-a.png");
}
.our-past .our-past-item:nth-child(3)::before{
  background-image:  url("../image/about/past3-a.png");
}
.our-past .our-past-item:nth-child(1).our-past-item-active::before{
  background-image:  url("../image/about/past1.png");
}
.our-past .our-past-item:nth-child(2).our-past-item-active::before{
  background-image:  url("../image/about/past2.png");
}
.our-past .our-past-item:nth-child(3).our-past-item-active::before{
  background-image:  url("../image/about/past3.png");
}
.our-past .our-past-item.our-past-item-active::before{
  transform: scale(1);
}
.our-past .our-past-item.our-past-item-active:hover::before{
  transform: scale(1.04);
}
.our-past-item:last-child{
  margin-right: 0;
}
.our-past-top,.our-past-bottom,.our-past-item.our-past-item-active .our-past-no-content{
  display: none;
}
.our-past-item.our-past-item-active .our-past-top,.our-past-item.our-past-item-active .our-past-bottom{
  display: block;
  animation: fadeIn 0.4s ease 0.35s both;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.our-past-top p:nth-child(1){
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1;
}
.our-past-top p{
  font-family: Montserrat-Bold;
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
}
.our-past-bottom p{
  opacity: 0.85;
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.our-past-bottom p:last-child{
  margin-bottom: 0;
}

.aboutUs-global{
  background: #fff;
  padding-top: 40px;
}
.aboutUs-global-title{
  font-family: Montserrat-Bold;
  font-size: 40px;
  color: #151516;
  text-align: center;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 60px;
}
.aboutUs-global-content{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.global-info-left dt{
  font-family: Montserrat-SemiBold;
  font-size: 15px;
  color: #151516;
  line-height: 22px;
  font-weight: 600;
  margin-top: 15px;
}
.global-info-left dt:first-child{
  margin-top: 0;
}
.global-info-left dd{
  font-family: Montserrat-Medium;
  font-size: 13px;
  color: #585859;
  font-weight: 500;
  max-width: 232px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEC;
}
.global-info-left dd:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.global-info-right li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EBEBEC;
}
.global-info-right li:last-child{
  border-bottom: none;
}
.global-info-right .counter-wrap{
  font-family: Montserrat-SemiBold;
  font-size: 28px;
  color: #151516;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-end;
}
.global-info-right .num-desc{
  font-family: Montserrat-Medium;
  font-size: 15px;
  color: #454546;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}
.center-position-content{
  width: 818px;
  height: 326px;
  background-image:  url("../image/about/global.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 60px;
  left: 177px;

}
.country-item{
  position: absolute;
  cursor: pointer;
}
.center-position-content .country-item:nth-child(1){
  top: 103px;
  left: 106px;
}
.center-position-content .country-item:nth-child(2){
  top: 230px;
  left: 178px;
}
.center-position-content .country-item:nth-child(3){
  top: 85px;
  left: 365px;
}
.center-position-content .country-item:nth-child(4){
  top: 103px;
  left: 616px;
}
.center-position-content .country-item:nth-child(5){
  top: 151px;
  left: 447px;
}
.center-position-content .country-item:nth-child(6){
  top: 206px;
  left: 616px;
}
.center-position-content .country-item:nth-child(7){
  top: 281px;
  left: 704px;
}
.country-item-name{
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  padding: 5px 11px;
  background-image: linear-gradient(170deg, #0094FF 0%, #005BFF 100%);
  border-radius: 3.6px;
}
.country-hover{
  display: none;
  position: absolute;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(0,91,255,1);
  box-shadow: 0px 8px 16px 0px rgba(0,91,255,0.2);
  border-radius: 12px;
  padding: 16px;
  width: 227px;
  backdrop-filter: blur(8px);
}
.country-hover li {
  list-style-type: disc;
  margin-left: 16px;
  font-family: Montserrat-Medium;
  font-size: 13px;
  color: #585859;
  font-weight: 500;
}
.country-hover li::marker{
  color: #005BFF;
}
.country-hover-tit{
  font-family: Montserrat-SemiBold;
  font-size: 15px;
  color: #005BFF;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.country-item:hover .country-hover{
  top: -30%;
  left: -30%;
  display: block;
  z-index: 9;
}
.country-item:hover .country-hover-tit{
  background: transparent;
}
.trust-bg-leader{
  background: #fff;
  padding-top: 40px;
  padding-bottom: 79px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trust-bg-leader-title{
  font-family: Montserrat-SemiBold;
  font-size: 40px;
  color: #151516;
  text-align: center;
  line-height: 49px;
  font-weight: 600;
  margin-bottom: 16px;
}
.trust-bg-leader-desc{
  font-family: Montserrat-Medium;
  font-size: 20px;
  color: #585859;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  max-width: 574px;
  margin-bottom: 56px;
}
.trust-bg-leader img {
  width: 789px;
}
.trust-bg-leader .mobile-img,
.secure-foundation .mobile-img {
  display: none;
}
.trust-bg-leader .pc-img,
.secure-foundation .pc-img {
  display: block;
}

.news-awards{
  background: #F5F5F5;
  padding: 80px 0 ;
}
.news-awards-title{
  font-family: Montserrat-Bold;
  font-size: 40px;
  color: #151516;
  text-align: center;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 56px;
}
.news-awards-wrapper{
  width: 100%;
  margin: 0 auto;
}
.news-slider{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.news-track{
  display: flex;
  align-items: center;
  transition: transform 0.5s ease;
}
.news-card{
  flex-shrink: 0;
  width: 918px;
  height: 390px;
  margin: 0 16px;
  opacity: 0.5;
  transition: all 0.5s ease;
  cursor: pointer;
}
.news-card.active{
  opacity: 1;
}
.news-card-inner{
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border: 0.91px solid rgba(225,225,226,1);
}
.news-card-inner img {
  width: 489px;
  height: 326px;
  object-fit: cover;
}
.news-content{
  flex: 1;
  max-width: 310px;
  padding: 8px 0 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-title{
  font-family: Montserrat-Bold;
  font-size: 24px;
  color: #151516;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  max-height: 96px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-desc{
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #585859;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 12px;
  max-height: 126px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-see-all{
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #282828;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.news-see-all img{
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.news-img{
  width: 260px;
  height: 310px;
  object-fit: cover;
  border-radius: 12px;
}
.news-progress-dots{
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 12px;
}
.news-progress-dots .dot{
  width: 40px;
  height: 4px;
  background: #E0E0E0;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.news-progress-dots .dot::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  border-radius: 2px;
  transition: width 0s;
}
.news-progress-dots .dot.active{
  background: #E0E0E0;
}
.news-progress-dots .dot.active::after{
  width: 100%;
  transition: width 5s linear;
}

.secure-foundation{
  background: #fff;
  padding-top: 80px;
  padding-bottom: 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.foundation-title{
  font-family: Montserrat-Bold;
  font-size: 32px;
  color: #151516;
  text-align: center;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 20px;
}
.secure-foundation img {
  width: 1080px;
  height: auto;
}
.pad-wrap{
  width: 1080px;
  margin: auto;
  position: absolute;
  height: 200px;
  top: 188px;
  left: 50%;
  margin-left: -540px;
}
.to-pdf1{
  width: 295px;
  height: 66px;
  position: absolute;
  top: 29px;
  left: 95px;
}
.to-pdf2{
  width: 243px;
  height: 66px;
  position: absolute;
  top: 29px;
  left: 600px;
}
.to-pdf3{
  width: 68px;
  height: 66px;
  position: absolute;
  top: 29px;
  left: 917px;
}



@media screen and (max-width: 769px) {
  .top-banner-box{
    padding-bottom: 62px;
    padding-top: 105px;
    background-image: radial-gradient(circle at 45% 14%, #ECF4FF 0%, #FFFFFF 98%);
  }
  .top-banner-content{
    background-image: url("../image/about/m-banner-content.png");
    background-position: bottom;
    padding-bottom: 0;
    padding-top: 0;
  }
  .about-h1{
    margin-bottom: 16px;
    line-height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Montserrat-Bold;
    font-size: 32px;
    text-align: center;
    line-height: 38px;
    font-weight: 700;
    min-height: 0;
  }
  .about-h1 .typing-text,.about-h1 .typing-text .alt-word{
    background: linear-gradient(90deg, #3368FF 0%, #EA30E1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .about-h1 .typing-text .alt-word {
    display: inline;
  }
  .about-h1 .typing-text::after {
    display: none;
  }
  .about-sub-title{
    padding-left: 24px;
    padding-right: 24px;
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #282828;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .to-pdf{
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    padding: 13px 57px;
  }
  /* about-our-mission 移动端样式 */
  .about-our-mission{
    height: auto;
    padding: 20px 9px;
  }
  .about-our-mission-flex{
    flex-direction: column-reverse;
  }
  .mission-left{
    max-width: 100%;
  }
  .mission-tip{
    margin-bottom: 12px;
  }
  .mission-tip span{
    font-size: 14px;
  }
  .mission-h2{
    font-size: 24px;
    line-height: 30px;
  }
  .mission-left-desc{
    margin-top: 20px;
  }
  .mission-left-desc p{
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #585859;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .mission-right{
    width: 100%;
    max-width: 375px;
    margin-bottom: 32px;
    display: none;
  }

  /* our-past 移动端样式 */
  .our-past{
    width: 100%;
    padding: 20px 16px 40px;
    flex-direction: column-reverse;
  }
  /* 移动端 Tab 显示 */
  .our-past-tabs{
    display: flex;
    margin-bottom: 16px;
    justify-content: space-around;
    width: 100%;
  }
  .our-past-tab{
    padding: 7px;
    border: none;
    background: transparent;
    border-bottom: 2px solid transparent;
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #787879 ;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .our-past-tab.our-past-tab-active{
    color: #005BFF;
    border-bottom-color: #005BFF;
  }
  .our-past-item{
    display: none;
    width: 100%;
    height: 600px;
    margin-right: 0;
    margin-bottom: 0;
    min-height: auto;
  }
  .our-past-item.our-past-item-active{
    display: flex;
  }
  .our-past-no-content{
    display: none;
  }
  .our-past .our-past-item.our-past-item-active{
    width: 100%;
    padding: 32px 20px 70px;
  }
  .our-past-top{
    margin-bottom: 20px;
  }
  .our-past-top p:nth-child(1){
    font-size: 16px;
    margin-bottom: 8px;
  }
  .our-past-top p{
    font-size: 24px;
    line-height: 33px;
    max-width: 166px;
  }
  .our-past-bottom p{
    font-size: 15px;
    line-height: 20px;
  }
  /* 移动端背景图 - 使用现有图片 */
  .our-past .our-past-item:nth-child(2)::before{
    background-image: url("../image/about/past1.png");
  }
  .our-past .our-past-item:nth-child(3)::before{
    background-image: url("../image/about/past2.png");
  }
  .our-past .our-past-item:nth-child(4)::before{
    background-image: url("../image/about/past3.png");
  }
  .our-past .our-past-item.our-past-item-active::before{
    transform: scale(1);
  }

  /* aboutUs-global 移动端样式 */
  .aboutUs-global{
    padding: 40px 20px;
    background: #F5F5F5;
  }
  .aboutUs-global-title{
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #151516;
    text-align: center;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .aboutUs-global-content{
    flex-direction: column;
  }
  .global-info-left{
    order: 2;
    margin-bottom: 40px;
  }
  .global-info-left dt{
    font-size: 15px;
    margin-top: 24px;
  }
  .global-info-left dd{
    font-size: 13px;
    max-width: 100%;
  }
  .global-info-right{
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .global-info-right li{
    width: 48%;
    margin-bottom: 32px;
    border-bottom: none;
  }
  .global-info-right li:nth-child(3),.global-info-right li:nth-child(4){
    margin-bottom: 0;
  }
  .global-info-right .counter-wrap{
    font-size: 24px;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .global-info-right .num-desc{
    font-size: 15px;
    justify-content: flex-start;
  }
  .center-position-content{
    order: 1;
    position: relative;
    width: 100%;
    height: 134px;
    top: 0;
    left: 0;
    margin-bottom: 40px;
    background-image: url("../image/about/m-global.png");
    background-size: cover;
  }
  .center-position-content .country-item{
    display: none;
  }
  /* 重新定位移动端的国家标签 */
  .center-position-content .country-item:nth-child(1){
    top: 30px;
    left: 20px;
  }
  .center-position-content .country-item:nth-child(2){
    top: 160px;
    left: 40px;
  }
  .center-position-content .country-item:nth-child(3){
    top: 25px;
    left: 140px;
  }
  .center-position-content .country-item:nth-child(4){
    top: 40px;
    left: 260px;
  }
  .center-position-content .country-item:nth-child(5){
    top: 90px;
    left: 180px;
  }
  .center-position-content .country-item:nth-child(6){
    top: 130px;
    left: 260px;
  }
  .center-position-content .country-item:nth-child(7){
    top: 190px;
    left: 300px;
  }
  .country-item-name{
    font-size: 10px;
    padding: 4px 8px;
  }
  .country-hover{
    width: 180px;
    padding: 12px;
  }
  .country-item:hover .country-hover{
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  /* trust-bg-leader 移动端样式 */
  .trust-bg-leader{
    padding: 40px 20px;
  }
  .trust-bg-leader-title{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .trust-bg-leader-desc{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  .trust-bg-leader img{
    width: 100%;
    height: auto;
  }
  .trust-bg-leader .pc-img,
  .secure-foundation .pc-img {
    display: none;
  }
  .trust-bg-leader .mobile-img,
  .secure-foundation .mobile-img {
    display: block;
  }

  /* news-awards 移动端样式 */
  .news-awards{
    padding: 40px 10px;
  }
  .news-awards-title{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 28px;
  }
  .news-progress-dots{
    margin-top: 28px;
  }
  .news-card{
    width: calc(100% - 20px);
    height: 536px;
    margin: 0 9.3px;
  }
  .news-card-inner{
    flex-direction: column;
    padding: 20px;
  }
  .news-card-inner .news-see-all img {
    height: 16px;
    width: auto;
  }
  .news-card-inner img{
    width: auto;
    height: 197px;
  }
  .news-content{
    max-width: 100%;
    padding: 0;
    margin-bottom: 33px;
    justify-content: flex-start;
  }
  .news-title{
    font-size: 20px;
    line-height: 26px;
  }
  .news-desc{
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 5;
  }
  .news-see-all{
    margin-top: 20px;
  }
  .news-img{
    width: 100%;
    height: 200px;
  }
  .news-progress-dots .dot{
    width: 24px;
  }

  /* secure-foundation 移动端样式 */
  .secure-foundation{
    padding: 40px 20px;
    position:relative;
  }
  .foundation-title{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .secure-foundation img{
    width: 100%;
    height: auto;
  }
  .pad-wrap{
    width: 224px;
    margin: auto;
    position: absolute;
    height: 200px;
    top: 116px;
    left: 50%;
    margin-left: -112px;
  }
  .to-pdf1{
    width: 148px;
    height: 36px;
    position: absolute;
    top: 41px;
    left: 0;
  }
  .to-pdf2{
    width: 122px;
    height: 36px;
    position: absolute;
    top: 100px;
    left: 12px;
  }
  .to-pdf3{
    width: 35px;
    height: 33px;
    position: absolute;
    top: 103px;
    left: 184px;
  }
}








