.backbone {
  position: relative;

}

.backbone .title {
  border-top: 1px solid #E60011;
  position: absolute;
  top: .95rem;
  font-size: .32rem;
  line-height: .32rem;
  padding-top: .4rem;
}

#container {
  position: absolute;
  width: 9.9rem;
  height: 9.9rem;
  border-radius: 50%;
  overflow: hidden;
  background: url(../assets/imgs/staff/circle.png) no-repeat;
  background-size: cover;
  top: 0;
  left: 50%;
  margin-left: -4.95rem;
  transform-origin: top;
  opacity: 0;
  z-index: 13;

}



@keyframes show {
  0% {
    opacity: 0;
    transform: scale(0.54545454);
  }



  100% {
    /* */
    opacity: 1;
    transform: scale(1);
  }
}

.big-circle {
  position: absolute;
  width: 9.9rem;
  height: 9.9rem;
  border-radius: 50%;
  margin-left: -4.95rem;
  transform-origin: top;
  opacity: 0;
  top: 0;
  left: 50%;
  margin-left: -4.95rem;
  z-index: 10;
  transform: scale(0.54545454);
  background: #f3f4f4;
}

.big-circle-bg {
  position: absolute;
  width: 9.9rem;
  height: 9.9rem;
  border-radius: 50%;
  margin-left: -4.95rem;
  transform-origin: top;
  opacity: 0;
  top: 0;
  left: 50%;
  margin-left: -4.95rem;
  z-index: 12;
  background: url(../imgs/staff/circle.png) no-repeat;
  background-size: cover;
}

.delay_show {
  animation: show .5s ease-in-out both;
}

.delay_show2 {
  animation: show2 .5s linear .5s both;
}

.delay_show3 {
  animation: show2 1s ease-in-out .8s both;
}

@keyframes show2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.small-circle {
  position: absolute;
  border-radius: 50%;
  width: 0px;
  height: 0px;
  text-align: center;
  opacity: .7;
  color: #fff;
}

.small-circle img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.small-circle img:last-of-type {
  opacity: 0;
  z-index: 3;
}

.before {
  background: #f3f4f4;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  margin: .7rem auto 5.2rem;
  text-align: center;
  font-weight: bolder;
  position: relative;
  overflow: hidden;
}

.before::before {
  width: 2px;
  height: .9rem;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  background: #d8dada;
  margin-left: -1px;
}

.before::after {
  width: 2px;
  height: 0;
  position: absolute;
  content: "";
  left: 50%;
  top: 4.5rem;
  background: #E60011;
  margin-left: -1px;
  z-index: 2;
  animation: h 2s ease-in-out infinite;
}

@keyframes h {
  0% {
    height: 0;
  }

  100% {
    height: .9rem;
  }
}

.year {
  color: #E60011;
  font-size: 1.15rem;

  padding-top: 1.32rem;
  line-height: 1.15rem;
}

.backbone .subtitle {
  font-size: .56rem;
  line-height: .56rem;
  margin-top: .2rem;
}

.backbone .logo {
  height: .2rem;
  margin-top: .55rem;
}

.inside-banner {
  background: url(../imgs/staff/banner.jpg) center 0 no-repeat;
  background-size: auto 100%;
}

.backbone-detail {
  padding-top: 1.06rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.backbone-detail .content {
  width: 9.5rem;
  margin-left: .3rem;
}

.backbone-detail .info {
  width: 2.8rem;
}

.backbone-detail .avatar {
  width: 2rem;
  height: 2rem;
}

.backbone-detail .name {
  margin-top: .2rem;
  line-height: .32rem;
  font-size: .32rem;
}

.backbone-detail .position {
  margin-top: .32rem;
  line-height: .24rem;
  font-size: .15rem;
  margin-bottom: .32rem;
}

.backbone-detail .info p {
  font-size: .12rem;
  line-height: .18rem;
  font-weight: 300;
}

.backbone-detail .links {
  display: flex;
  justify-content: space-between;
  margin-top: .4rem;
}

.backbone-detail .links a {
  flex: 1;
  background: url(../imgs/staff/arrow.png) #CA0211 90% center no-repeat;
  background-size: .12rem;
  line-height: .44rem;
  color: #fff;
  font-size: .12rem;
  padding: 0 .18rem;
}
.backbone-detail .links a.disabled{
  color:#999;
  background:#efefef;
}
.backbone-detail .links a:first-of-type {
  margin-right: .24rem;
}

.backbone-detail h4 {
  font-size: .24rem;
  line-height: .3rem;
  padding-bottom: .14rem;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  margin-bottom: .4rem;
}

.backbone-detail h4 a {
  float: right;
  font-size: .14rem;
  background: url(../imgs/arrow_right.png) right center no-repeat;
  background-size: .16rem;
  padding-right: .2rem;

}

.backbone-detail h4::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: #E60011;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.backbone-detail h5 {
  background: #F8F8F8;
  line-height: .5rem;
  padding: 0 .2rem;
  font-size: .15rem;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  font-weight: bold;
  margin-bottom: .24rem;
}

.backbone-detail .content p {
  line-height: .25rem;
  margin-bottom: .1rem;
  padding: 0 .2rem;
  font-size: .15rem;
}

.box {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: .6rem;
  padding-bottom: .14rem;
}

.backbone-detail .content p+h5 {
  margin-top: .24rem;
}

.photos {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-right: .58rem;
  padding-left: .58rem;
}

.photos .scroll-box {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  user-select: none;

}

.photos .scroll-box img {
  display: inline-block;
  height: 3.3rem;
  user-select: none;
  margin-right: .15rem;
  max-width: inherit;
}

.photos .scroll-box img:last-of-type {
  margin-right: 0;
}

.photos .btn {
  position: absolute;
  right: 0;
  height: 100%;
  background: #fff;
  padding-left: .2rem;
  top: 0;
  width: .58rem;
}

.photos .btn-prev {
  left: 0;
  padding-right: .2rem;
  padding-left: 0;
}

.photos .btn span {
  background: url(../imgs/staff/arrow-right.png) #f4f4f4 center center no-repeat;
  background-size: .24rem;
  display: block;
  width: .38rem;
  height: 100%;
  cursor: pointer;
}


.photos .btn-prev span {
  background: url(../imgs/staff/arrow-left.png) #f4f4f4 center center no-repeat;
  background-size: .24rem;
}

.photos img {
  cursor: pointer;
}

.fixed-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
}

.fixed-box .swiper {
  width: 800px;
  background: rgba(0, 0, 0, .8);
  height: 600px;
  overflow: hidden;
  position: relative;
}

.fixed-box .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.close {
  position: fixed;
  top: 20px;
  right: 40px;
  width: 34px;
  height: 34px;
  border: 1px solid #333;
  border-radius: 50%;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 101;
}

.backbone-detail2 .group {
  display: flex;

}

.backbone-detail2 .group .avatar {
  width: 1.2rem;
  height: 1.2rem;
}

.backbone-detail2 .group .flex:first-of-type {
  margin-right: .32rem;
}

@media (max-width: 768px) {
  .inside-banner {
    margin-top: .72rem;
  }

  .inside-banner {
    background: url(../imgs/staff/banner_mob.jpg) center 0 no-repeat;
    background-size: auto 100%;
  }

  .backbone-detail {
    display: block;
    padding-top: .6rem;
  }

  .backbone-detail .content {
    margin: 0;
    width: 100%;
    padding: 0 .2rem;
  }

  .backbone-detail h5 {
    font-size: .13rem;
    margin-bottom: .1rem;
  }

  .box {
    margin-bottom: .4rem;
    padding-bottom: 0;
  }

  .backbone-detail h4 {
    font-size: .16rem;
    line-height: .2rem;
    padding-bottom: .16rem;
    margin-bottom: .3rem;
  }

  .backbone-detail .info {
    width: 100%;
    padding: 0 .2rem;
    margin-bottom: .6rem;
  }

  .backbone-detail .info .flex {
    display: flex;
  }

  .backbone-detail .avatar {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: .3rem;
  }

  .backbone-detail .name {
    margin-top: 0;
  }

  .backbone-detail .position {
    margin: .27rem 0 .14rem;
  }

  .backbone-detail .links a {
    text-align: center;
    line-height: .56rem;
  }

  .backbone-detail .links {
    margin-top: .36rem;
  }

  .backbone-detail .content p {
    margin-bottom: .08rem;
  }

  .photos .scroll-box img {
    margin-right: .05rem;
  }

  /* .photos .btn {
    padding-left: 0;
  } */

  .photos {
    padding-right: .38rem;
  }

  .backbone-detail .links a:first-of-type {
    margin-right: .12rem;
  }

  .backbone-detail .mob-title {
    font-size: .24rem;
    text-align: center;
    padding-top: .2rem;
    position: relative;
    line-height: .3rem;
    font-weight: bold;
    margin-bottom: .32rem;
  }

  .backbone-detail .mob-title::before {
    content: "";
    width: .96rem;
    height: 1px;
    background: #E60011;
    left: 50%;
    margin-left: -.48rem;
    top: 0;
    position: absolute;
  }

  .backbone-m {
    padding-top: .6rem;
    padding-bottom: .6rem;
    background:url(../imgs/staff/bg-mb.png) center 0 no-repeat;
    background-size: 100% auto;
  }

  .backbone-m .title {
    font-weight: bold;
    text-align: center;
    width: 1.92rem;
    margin: 0 auto;
    padding-top: .2rem;
    border-top: 1px solid #E60011;
    line-height: .29rem;
    font-size: .24rem;
  }

  .backbone-m .list {
    display: flex;
    flex-wrap: wrap;
  }

  .backbone-m .item {
    width: 33%;
    margin-top: .36rem;
    font-size: .15rem;
    line-height: .15rem;
    position: relative;
    text-align: center;
  }



  .backbone-m .item img {
    width: .88rem;
    display: inline-block;
  }

  .backbone-m .item p {
    margin-top: .04rem;

    text-align: center;
  }
  .backbone-m .item p:first-of-type{
    font-weight: bold;
  }
  .backbone-m .item p:last-of-type{
    font-size: .12rem;
    font-weight: normal;
  }

  .fixed-box .swiper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
  }

  .close {
    right: .1rem;
    top: .1rem;
  }
  .backbone-detail2 .group .avatar{
    width: 1.44rem;
    height: 1.44rem;
  }
  .backbone-detail2 .name{
    margin-top: .16rem;
  }
  .backbone-detail2 .info .flex{
    display: block;
  }

}