*{
  padding: 0;
  margin: 0;
  font-family: SourceHanSansSC
}
.top {
  padding: 24px 30px;
  box-sizing: border-box;
  width: 100%;
}
.c-2cb996{
  color: #2CB996;
}
.c-346197{
  color: #346197;
}
.c-555{
  color:#555;
}
.c-222{
  color: #222222
}
.c-6f6f6f{
  color: #6f6f6f;
}
.bg-f7f9fc{
  background:#F7F9FC
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}

.ml-110 {
  margin-left: 60px;
}
.ml-44 {
  margin-left: 44px;
}
.mr-20{
  margin-right: 20px;
}
a {
  text-decoration: none;
  color: black;
}
.color222 {
  color: #222;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16{
  font-size: 16px;
}
.font-20{
  font-size: 20px;
}
.font-22{
  font-size:22px;
}
.font-24 {
  font-size: 24px;
}
.font-32 {
  font-size: 32px;
  line-height: 32px;
}
.font-48 {
  font-size: 48px;
  line-height: 48px;
}
.fw-b{
  font-weight: bold;
}
.box {
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom:60px;
}
.mt-05{
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}
.p-x-20{
  padding: 0 20px;
}
.pt-128{
  padding-top: 128px;
}
body {
  background-color: #F9F9F9;
}

.bg-white {
  background-color: white;
}

.position-relative {
  position: relative;
}

.color-gray {
  color: #A0A0A0;
}
.color555 {
  color: #555;
}
.color-green {
  color: #2CB996;
}
.power-box {
  background: #F7F9FC;
  padding: 20px 24px 24px;
  width: 285px;
  height: 175px;
  box-sizing: border-box;
}
.circle {
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 6px;
  position: relative;
}
.ml-2 {
  margin-left: 4px;
}
.creatNewFun {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.creatNewFun .list {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.creatNewFun .list img {
  width: 32px;
  height: 32px;
}
.creatNewFun .list .dott-line{
  height:120px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  border: 1px dotted #2cb996;
}
.creatNewFun .list-fuwu{
  align-items: flex-start;
  width:285px;
  height: 300px;
  border-radius: 10px;
  /* background:#E5F5F2;  */
  background: linear-gradient(#FCFCFE 0%,#EDF8F6 50% ,#E0F3F0 80%,#E1F4F1 100%);
  box-shadow: 0px 2px 10px 0px rgba(32, 39, 53, 0.02);
  backdrop-filter: blur(50px);
  padding: 20px 0 20px 20px;
  margin-right: 20px;
  margin-bottom: 1rem;
  border-bottom: 4px solid #2cb996;
}

/* 时间线 */
.line::after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: -22px;
  left: 0;
  background:linear-gradient(180deg, rgba(87, 221, 199, 0) 0%, rgba(44, 185, 150, 0.42) 22.41%, rgba(44, 185, 150, 1) 54%, rgba(44, 185, 150, 0.38) 82.67%, rgba(44, 185, 150, 0) 100%);
}
.line {
  position: relative;
  padding: 20px 0;
  margin-right: 80px;

}
.time-box {
  height: 80px;
  display: flex
}
.timeline-box {
  margin-right: 60px;
}
.time-box .circel{
  width: 16px;
  height: 16px;
  border-radius:50%;
  border:1px solid #2cb996;
  background: #fff;
  position: relative;
  left: -7.5px;
  top: 0;
  z-index: 100;
  cursor: pointer;
}
.active .circel{
  background: #2CB996 !important;
}
.active .time {
  color: #2cb996;
}
.time-box .time {
  margin-left: 20px;
  font-size: 24px;
  color: #222;
  line-height: 20px;
  cursor: pointer;
}
.yuan {
  width: 10px;
  height: 10px;
  background:#2cb996;
  border-radius:50%;
  margin-right: 10px;
  margin-left: 20px;
}
.history-list {
  display: flex;
  align-items: center;
  height: 100px;
  background: url('../static/understandMobao/bgbg.png') top center no-repeat
}
.history-list .yuan {
  position: relative;
  top: -10px;
}
.history-list .font-22 {
  position: relative;
  top: -10px;
}
.qiyebg {
  background: url('../static/understandMobao/qiyebg.png') top center no-repeat;
  background-size: 100% 100%;
}
/* 申请入职logo */
.apply{
  position: fixed;
  right: 30px;
  top: 338px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.apply .guaiguai{
  width: 82px;
  height: 128px;
  display: inline-block;
}
.apply-in {
  font-size: 14px;
  color: #fff;
  background: #2cb996;
  border-radius: 20px;
  padding: 3px 10px;
}
.leftbg {
  position: absolute;
  width: 121px;
  height: 194px;
  left: 0;
  top: 320px;
  transform: rotateY(180deg);
}
.rightbg {
  position: absolute;
  width: 125px;
  height: 250px;
  right:0;
  bottom: -130px;
}
.rightbg1{
  position: absolute;
  width: 125px;
  height: 250px;
  right:0;
  bottom: 250px;
}
.head-title {
  background: url('../static/understandMobao/titleicon.png') top center no-repeat;
  background-position: -6px 0;
  padding-top: 20px;
  background-size: 24%;
}
.title-color {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(124.67deg, rgba(22, 189, 147, 1) 0%, rgba(39, 95, 162, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.hover-card1{
  width: 240px;
  height: 80px;
  position: absolute;
  top: 120px;
  left: 47%;
  cursor: pointer;
}
.hover-card1-child{
  display: none;
  position: absolute;
  top: -5px;
  left: -3px;
  width: 320px;
  height: 155px;
  z-index: 2;
}
.hover-card1:hover .hover-card1-child{
  display: block;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.hover-card2{
  width: 240px;
  height: 80px;
  position: absolute;
  top: 170px;
  left: 19%;
  cursor: pointer;
}
.hover-card2-child{
  display: none;
  position: absolute;
  top: -5px;
  left: -3px;
  width: 320px;
  height: 155px;
  z-index: 2;
}
.hover-card2:hover .hover-card2-child{
  display: block;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.hover-card3{
  width: 230px;
  height: 75px;
  position: absolute;
  top: 230px;
  left: 59.4%;
  cursor: pointer;
}
.hover-card3-child{
  display: none;
  position: absolute;
  top: -7px;
  left: -3px;
  width: 320px;
  height: 155px;
  z-index: 2;
}
.hover-card3:hover .hover-card3-child{
  display: block;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.hover-card4{
  width: 225px;
  height: 70px;
  position: absolute;
  top: 268px;
  left: 37%;
  cursor: pointer;
}
.hover-card4-child{
  display: none;
  position: absolute;
  top: -10px;
  left: -2px;
  width: 320px;
  height: 155px;
  z-index: 2;
}
.hover-card4:hover .hover-card4-child{
  display: block;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.hover-card5{
  width: 225px;
  height: 75px;
  position: absolute;
  top: 390px;
  left: 22.2%;
  cursor: pointer;
}
.hover-card5-child{
  display: none;
  position: absolute;
  top: -15px;
  left: 0;
  width: 320px;
  height: 155px;
  z-index: 2;
}
.hover-card5:hover .hover-card5-child{
  display: block;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.hover-card6{
  width: 270px;
  height: 88px;
  position: absolute;
  top: 393px;
  left: 51%;
  cursor: pointer;
}
.hover-card6-child{
  display: none;
  position: absolute;
  top: -15px;
  left: -2px;
  width: 320px;
  height: 155px;
  z-index: 2;
}
.hover-card6:hover .hover-card6-child{
  display: block;
  opacity: 0;
  animation: fadeIn 0.5s forwards;
}
.right-card{
  width: 285px;
  height: 362px;
  background: #F7F9FC;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon-box{
  width: 88px;
  height: 88px;
}
.blue-icon{
  width: 100%;
  height: 100%;
  display: block;
}
.green-icon{
  width: 100%;
  height: 100%;
  display: none;
}
.right-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 1px 35px 17px rgba(96, 117, 176,0.09);
  background: #FFFFFF;
  transition: transform 0.3s ease;
}
.right-card:hover .blue-icon{
  display: none;
}
.right-card:hover .green-icon{
  display: block;
}
.grid-box{
  display: grid;
  grid-template-columns: repeat(3, 295px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.icon-box-1{
  width: 56px;
  height: 56px;
  margin-top: 20px;
}
.left-card{
  cursor: pointer;
  background: #F7F9FC;
  height: 171px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.left-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 1px 35px 17px rgba(96, 117, 176,0.09);
  background: #FFFFFF;
  transition: transform 0.3s ease;
}
.left-card:hover .blue-icon{
  display: none;
}
.left-card:hover .green-icon{
  display: block;
}
.ai-left{
  width: 540px;
  height: 256px;
  background-color: #F7F9FC;
}
.bottom-title{
  font-size: 16px;
  color: #222222;
  margin: 15px 0 0 15px;
  font-weight: 600;
}
.ai-right{
  width: 670px;
  height: 256px;
  background-color: #F7F9FC;
}
.pointer{
  cursor: pointer;
}
/* 弹窗样式 */
.bg {
  position: fixed; /* 固定定位 */
  top: 0;
  left: 0;
  width: 100vw; /* 视口宽度 */
  height: 95vh; /* 视口高度 */
  background-color: rgba(0, 0, 0, 0.5); /* 背景颜色和透明度 */
  display: flex; /* 使用flex布局居中内容 */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* 确保弹窗在最上层 */
}
.bottom-info{
  width: 64px;
  height: 64px;
}
.grid-box-1{
  display: grid;
  grid-template-columns: repeat(3, 173px);
  grid-row-gap: 20px;
}
.tab{
  padding: 14px;
  white-space: nowrap;
}
.ml-10 {
  margin-left: 10px;
}
@keyframes fadeIn {
  from {
    opacity: 0; /* 初始透明度为0 */
  }
  to {
    opacity: 1; /* 最终透明度为1 */
  }
}
.button-box{
  padding: 5px 24px;
  border: 1px solid #2CB996;
  color: #2CB996;
  margin-right: 40px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 2px;
}
