
a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}

.btn-group {
  margin-top: 50px;
  display: flex;
  position: relative;
}
.download-drop-group{
  display: none;
  width: 12.16vw;
  max-width: 146px;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  z-index: 22;
  bottom:-100px;
  left: 326px;
  margin-top: 8px;
  border-radius: 12px;
  border: 0.5px solid rgba(0,0,0,.1);
  padding: 8px;
}
.download-drop-group .download-drop-item {
  height: 32px;
  border-radius: 6px;
}
.download-drop-group .download-drop-item {
  width: 100%;
}
.download-drop-group .download-drop-item:hover {
   background-color: #eff2f7;
  box-shadow:none !important;
 }
.download-drop-item:first-child {
  margin-bottom: 8px;
}
.btn-item {
  cursor: pointer;
  height: 4.1vw;
  max-height: 50px;
  max-width: 146px;
  width: 12.1vw;
  background-color: #fff;
  border-radius: 4.1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.btn-item:last-child {
  margin-right: 0;
}

.btn-item img {
  height: 1.6vw;
  margin-right: .6vw;
}

.btn-item span {
  font-size: 1.16vw;
  line-height: 1.6vw;
}

.btn-group .btn-item:hover {
  box-shadow: 0 0 10px #a1c6f0;
}

.btn-item {
  width: 146px;
  height: 50px;
  border-radius: 50px;
}

.btn-item img {
  height: 16px;
  margin-right: 8px;
}

.btn-item span {
  font-size: 14px;
  line-height: 20px;
}

.person_scope {
  width: 1140px;
  margin:  0 auto;
  margin-top:2%;
}
.start-scope{
  background: url(/imgs/start/bg.svg) no-repeat;
  background-position: 50%;
  background-size: cover;
}

*,:after,:before{border:0 solid;box-sizing:border-box;}
:after,:before{--tw-content:"";}
:disabled{cursor:default;}
img{display:block;vertical-align:middle;}
img{height:auto;max-width:100%;}
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}
.mx-30{margin-left:30px;margin-right:30px;}
.ml-4{margin-left:1rem;}
.mt-60{margin-top:60px;}
.mt-6{margin-top:1.5rem;}
.flex{display:flex;}
.flex-wrap{flex-wrap:wrap;}
.items-center{align-items:center;}
.items-center img{
  height: 50px;
  border-radius: 50%;
}
.justify-center{justify-content:center;}
.text-xl{font-size:var( --el-font-size-large);}
.text-32{font-size:32px;}
.font-medium{font-weight:500;}
.animate__slideInUp{animation-name:slideInUp;}

.developer-item{background:#fff;border-radius:10px;box-shadow:0 5px 20px #e8f0fa;height:246px;margin-bottom:50px;padding:30px 24px;position:relative;transition:all .5s cubic-bezier(.175,.885,.32,1.275);width:360px;}
.developer-item:hover{transform:translateY(-10px);}
.developer-item:not(:nth-of-type(3n)){margin-right:30px;}
.developer-item:after{color:#0000001a;content:"\201d";font-size:50px;position:absolute;right:10px;top:10px;}

@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible;}to{transform:translateZ(0);}}
