html,body{
  width: 100%;
  height: 100%;
}

#banner-index{
  position: relative;
  z-index: 110;
  background-color: #FFF;
}

.banner-color-mask{
  width: 100%;
  position: absolute;
  top: 0px;
  left:0px;
  background-image: url(../asset/img/banner-color.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 56.25%;
  
}

.banner-color-mask::after{
  content: '';
  display: block;
  /* margin-top: 56%; */
  /* margin 百分比相对父元素宽度计算 */
}

.index-section-title {
  font-size: 36px;
  line-height: 1.44;
  font-weight: 500;
  text-align: center;
}
@media (max-width:767px){
  .index-section-title {
    font-size: 24px;
  }
}

#block-index-news {
  background: #294499;
  padding-block: 80px;
}
#block-index-news .news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  height: 400px;
  padding: 30px 40px;
  background: #fff;
}
#block-index-news .news-card > .news-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#block-index-news .news-card > .news-date {
  color: #294499;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
}
#block-index-news .news-card > .news-desc {
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
#block-index-news .news-more {
  position: absolute;
  right: 40px;
  bottom: 30px;
  padding: 2px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #294499;
  color: white;
}
#block-index-news .all-news {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  padding: 8px;
}
@media (max-width:767px){
  #block-index-news {
    padding-block: 30px;
  }
  #block-index-news #news-carousel {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #block-index-news #news-carousel > .item:nth-child(n+4) {
    display: none;
  }
  #block-index-news .news-card {
    padding: 20px;
    height: 120px;
  }
  #block-index-news .news-card > .news-title {
    -webkit-line-clamp: 1;
  }
  #block-index-news .news-card > .news-desc {
    display: none;
  }
  #block-index-news .news-more {
    right: 20px;
    bottom: 20px;
  }
}


#block-brochure {
  padding-block: 80px;
}
#block-brochure .brochure-title {
  font-size: 24px;
        font-weight: bold;
}
#block-brochure .btn-brochure-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  padding: 2px 20px !important;
  border-radius: 100vmax;
  background: #294499;
  color: white !important;
}
@media (max-width:767px){
  #block-brochure {
    padding-top: 20px;
  }
  #block-brochure .btn-brochure-download {
    font-size: 18px !important;
  }
}


#block-whatsleap{
  margin-top: 304px;
  margin-bottom: 198px;
}

.section{
  min-height: 50px;
  padding-bottom: 140px;
}

.section:last-child{
  padding-bottom: 0px !important;
}


/* Whats Leap */

#leap-gif{
  width: 255px;
  height: 328px;
}

.text-title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  color: #3b3b3b;
}




/* Map */
#map-bg{
  background-repeat: no-repeat;
  background-position: -65% center;
  background-size:  90% auto;
  background-image: url(../asset/img/map_0216.png);
}
.map-ul{
  list-style: none;
  padding: 0 5px;
}
.map-ul li{
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:26px 30px;
  margin-bottom: 15px;
}
.map-ul li:last-child{
  margin-bottom: 0px;
}

.map-logo {
  min-width: 150px;
  width: 150px;
  height: 92px;
  background-repeat: no-repeat;
  background-position: center;
  background-size:  100% auto;
}

.map-logo.logo-1{
  background-image: url(../asset/img/Taboola_logo.png);
} 
.map-logo.logo-2{
  background-image: url(../asset/img/bionefit%403x.jpg);
} 
.map-logo.logo-3{
  background-image: url(../asset/img/e-566700-d-6-ad-44-d-48-b-4404-de-3955-aa-65-c-arris%403x.jpg);
} 
.map-logo.logo-4{
  background-image: url(../asset/img/amgen%403x.jpg);
} 

.map-content{
  width: 382px;
  height: 92px;
  font-size: 14px;
  line-height: 1.71;
  text-align: left;

  display : -webkit-box;
  overflow : hidden;
  text-overflow : ellipsis;

  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

  margin: 0 15px;
}


.nail:hover, .nail.hover{
    -webkit-animation: bounce .4s linear;
       -moz-animation: bounce .4s linear;
            animation: bounce .4s linear;
}
.nail:hover:after, .nail.hover:after{
    -webkit-animation: bounce-shadow .4s linear;
       -moz-animation: bounce-shadow .4s linear;
            animation: bounce-shadow .4s linear;
}
@-webkit-keyframes bounce {
    0%{   margin-top:  2px; }
    20%{  margin-top: -6px; }
    40%{  margin-top:  2px; }
    60%{  margin-top: -3px; }
    80%{  margin-top:  1px; }
    100%{ margin-top:  0px; }
}
@-moz-keyframes bounce {
   0%{   margin-top:  2px; }
    20%{  margin-top: -6px; }
    40%{  margin-top:  2px; }
    60%{  margin-top: -3px; }
    80%{  margin-top:  1px; }
    100%{ margin-top:  0px; }
}
@keyframes bounce {
   0%{  margin-top:  2px; }
    20%{  margin-top: -6px; }
    40%{  margin-top:  2px; }
    60%{  margin-top: -3px; }
    80%{  margin-top:  1px; }
    100%{ margin-top:  0px; }
}
@-webkit-keyframes bounce-shadow{
    0%{  margin-top:  -42px; }
    20%{  margin-top: -34px; }
    40%{  margin-top: -42px; }
    60%{  margin-top: -37px; }
    80%{  margin-top: -41px; }
    100%{ margin-top: -40px; }
}
@-moz-keyframes bounce-shadow{
    0%{  margin-top:  -42px; }
    20%{  margin-top: -34px; }
    40%{  margin-top: -42px; }
    60%{  margin-top: -37px; }
    80%{  margin-top: -41px; }
    100%{ margin-top: -40px; }
}
@keyframes bounce-shadow{
    0%{  margin-top:  -42px; }
    20%{  margin-top: -34px; }
    40%{  margin-top: -42px; }
    60%{  margin-top: -37px; }
    80%{  margin-top: -41px; }
    100%{ margin-top: -40px; }
}

.nail-block{
  position: relative !important;
}
.nail{
  position: absolute;
  top: 0px;
  left: 0px;
}
.nail .e-head{
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #ff4b29;
  border-radius: 100%;
  z-index: 5;
}
.nail .e-body{
  position: relative;
  width: 2px;
  height: 20px;
  background-color: #707070;
  top:-4px;
  left: 4px;
}

.nail-1{
  top: 38.80837%;
  left: 9.890623%;
}

.nail-2 {
    top: 42.6731%;
    left: 13.3928%;
}

.nail-3{
  top: 38.0837%;
  left: 21.2202%;
}

.nail-4{
  top: 38.3252%;
  left: 32.1428%;
}

.nail-5{
  top: 31.7230%;
  left: 71.7261%;
}

.nail-6{
  top: 41.7069%;
  left: 89.4345%;
}

.nail-7{
  top: 46.7069%;
  left: 108.4345%;
}

.nail-8 {
  top: 28.7069%;
  left: 81.4345%;
}

.map-name{
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3b3b3b;
  padding:5px 16px;
  border-radius: 20px;
  background-color: #ebca1a;
}

.map-name.country-1{
  top: 30.1127%;
  left: 14.4345%;
}
.map-name.country-2{
  top: 23.3494%;
  left: 65.6666%;
}
.map-name.country-3{
  top: 34.2995%;
  left: 84.0773%;
}
.map-name.country-4{
  top: 39.2995%;
  left: 104.0773%;
}
.map-name.country-5{
  top: 22.2995%;
  left: 82.0773%;
}


/* Member Card */

#block-members{
  padding: 0px 0px 109px 0px;
}
.member-card{
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16) !important;
  padding: 20px 35px;
  margin-left: 12.5px;
  margin-right: 12.5px;
  
}


.member-head{
  margin-bottom: 15px;
}

.member-name-icon{
  overflow-y: hidden;
  position: relative;
  box-sizing: border-box;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  margin-right:20px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.member-name{
  font-size: 24px;
  line-height: 1.25;
}

.member-name .en{
  font-size: 14px;
  line-height: 1.71;
}

.member-body{
  font-size: 16px;
  line-height: 1.88;
  
}

.member-body .ch{
  margin:20px 0px;

  display : -webkit-box;
  overflow : hidden;
  text-overflow : ellipsis;

  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.member-body .en{
  font-size: 14px;
  line-height: 1.71;
  
  display : -webkit-box;
  overflow : hidden;
  text-overflow : ellipsis;

  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.carousel-control-next-icon{
  background-image: url(../asset/img/arrow.png) !important;
}

.carousel-control-prev-icon{
  background-image: url(../asset/img/arrow.png) !important;
  transform: rotate(180deg) !important;
}


/* Group */

.group-container{
  overflow-y: hidden;
  position: relative;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 110px 0px !important;
}
.group-container::after{
  content: '';
  display: block;
  margin-top: 51.04%; /* margin 百分比相对父元素宽度计算 */
  position: absolute;
  top: 0px;
  left: 0px;
}

#block-enterprise{
  background-image: url(../asset/img/0-bg-1.jpg);
}

#block-academic{
  background-image: url(../asset/img/0-bg-2.jpg);
}

.video-collect{
  margin-bottom: 40px;
}

.bannerLeapLogo{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:260px;
  z-index: 60;
  flex-direction: column;
}

.bannerLeapLogo img{
  /* width: 18.75%; */
  width: 18.59375vw;
  min-width: 140px;
  height: auto;
}

.bannerLeapLogo .slogan{
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 10px;
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
}



.banner-info-ui{
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top:600px;
  left:7.5%;
  z-index: 60;
  padding: 0px;
  margin: 0px;
}

.banner-info-ui li{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}


.banner-info-ui li .sm{
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 1px;
  text-align: center;

}

.number-title{
  position: relative;
}
.banner-info-ui li .number{
  font-size: 54px;
  font-family: SegoeUI;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;

  padding:0px 15px 0px 15px;
}

.banner-info-ui li .plus{
  position: absolute;
  top:-15px;
  right:15px;


  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}


.down-btn{
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  bottom: 151px;
  width: 80px;
  
  left: calc( 50% - 40px );
}

.down-btn span{
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;

}

.down-btn .icon{
  width: 40px;
  height: 80px !important; 
  margin: 0px !important;
  margin-bottom: 10px !important;
}


.odometer {
  text-align: center;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.host-company{
  display: none;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #3b3b3b;
}

.video-collect .owl-carousel-control.type-1{
  left: -36px;
  z-index:5;
}
.video-collect .owl-carousel-control.right.type-1{
  left: unset;
  right: -36px;
  z-index:5;
}
@media (min-width:1366px){
  .member-body .ch{
    min-height: 150px;
  }

  .member-body .en{
    min-height: 140px;
  }
}
@media (min-width:767px) and (max-width:1366px){
  .map-go{
    min-width: 30px;
  }
  .map-logo{
    min-width: 100px;
  }
  .bannerLeapLogo{
    top: 25%;
  }

  .down-btn{
    bottom: 5%;
  }

  .down-btn .icon{
    width: 30px;
    max-width: 40px;
    height: 60px ;
  }

  .video-collect .owl-carousel-control.right.type-1{
    right: 10px;
  }

  .video-collect .owl-carousel-control.left.type-1{
    left: 10px;
  }

  .bannerLeapLogo .slogan{
    margin-top: 3vw;
    /* font-size:3vw; */
  }
  .banner-info-ui{
    top: 60%;
  }

  .banner-info-ui li{
    font-size: 1vw;
  }
  .banner-info-ui li .number{
    font-size: 3vw;
  }
  .banner-info-ui li .plus{
    font-size: 2vw;
    top: -1vw;
    right: 1vw;
  }
  .banner-info-ui li .sm{
    font-size: 1vw;
  }

  #block-whatsleap{
    margin-top: 10%;
    margin-bottom: 80px;
  }

  #leap-gif {
    width: calc( 100px + 5vw);
    height: calc( 178px + 5vw);
  }

  .member-collect.w-70{
    width: calc( 100% - 300px ) !important;
  }

  #block-enterprise .w-60{
    width: 45% !important;
  }
  #block-enterprise .w-40{
    width: 55% !important;
  }

  .group-container{
    padding-bottom: 50px !important;
  }

  .member-body .ch{
    min-height: 150px;
  }

  .member-body .en{
    min-height: 140px;
  }
}

@media (max-width:1366px){
  .nail-1{
    top: 40.80837%;
    left: 9.890623%;
  }

  .nail-2 {
      top: 44.6731%;
      left: 13.3928%;
  }

  .nail-3{
    top: 40.0837%;
    left: 21.2202%;
  }

  .nail-4{
    top: 40.3252%;
    left: 32.1428%;
  }

  .nail-5{
    top: 35.7230%;
    left: 71.7261%;
  }

  .nail-6{
    top: 43.7069%;
    left: 89.4345%;
  }
  
  .nail-7{
    top: 44.723%%;
    left: 109.7261%;
  }

  .nail-8{
    top: 33.7069%;
    left: 81.4345%;
  }

  .map-name.country-1{
    top: 32.1127%;
    left: 14.4345%;
  }
  .map-name.country-2{
    /* top: 25.3494%;
    left: 66.6666%; */
	top: 27.3494%;
    left: 61.6666%;
  }
  .map-name.country-3{
    top: 36.2995%;
    left: 84.0773%;
  }
  .map-name.country-4{
    top: 39.2995%;
    left: 103.0773%;
  }
  .map-name.country-5 {
    top: 27.2995%;
    left: 84.0773%;
  }
}

@media (max-width:767px){

  #video-carousel{
    padding:0px !important;
  }

  .bannerLeapLogo{
    top: 355px;
  }
  .bannerLeapLogo .slogan{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 10px;
    text-align: center;
    color: #ffffff;
    padding:10px 35px 0px 35px;
    margin:0px;
    max-width: 250px;
  }

  .down-btn{
    bottom: 40px;
    width: 45px !important;
    height: 15px !important; 
    left: calc( 50% - 22.5px );
  }

  .down-btn .icon{
    width: 100% !important;
    height: 100% !important; 
    margin: 0px !important;
    background-position: bottom !important;
  }

  .down-btn span{
    display: none;
  }
  .section{
    flex-direction: column !important;
    padding: 30px !important;
  }


  #leap-gif {
    width: 153px;
    height: 196px;
    margin-bottom: 30px !important;
  }

  #block-whatsleap {
    margin-top: 100px;
    margin-bottom: 30px;
  }

  .leap-detail{
    display: contents;

  }
  .text-title{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    margin:0px !important;
    margin-bottom: 20px !important;
  }

  .text-content {
    
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    margin:0px !important;
    margin-bottom: 20px !important;
  }

  .text-content.en {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal;
    margin-bottom: 20px !important;
  }

  .map-ul{
    display: none;
  }

  #map-bg {
    /* height:320px; */
	height: 100vw;
    background-position: 20% center;
    /* background-size: cover; */
	background-size: 146%;
    padding: 0px !important;
  }

  .w-95{
    width: 100% !important;
  }

  .video-collect{
    overflow: hidden;
  }

  .owl-carousel{
    padding:0 15px !important;
  }

  .member-card{
    padding: 15px !important;
  }

  .member-head {
    margin-bottom: 12px;
  }
  .member-name-icon {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    
    margin-right: 15px;

    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.68;
    letter-spacing: normal;
  }

  .member-name {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
  }

  .member-name .en {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.85;
    letter-spacing: normal
  }
  .member-body {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.15;
    letter-spacing: normal;
  }

  .member-body .ch {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    margin:12px 0px;
  }

  .member-body .en {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
  }

  #block-members{
    padding-bottom: 30px !important;
  }

  .group-type{
    display: none !important;
  }
  
  .group-container{
    padding:30px !important;
  }

  .btn-index {
    box-sizing: border-box;
    padding: 28px 50px;
    max-width: 378px;
    margin: 70px 0px;
    color: #3b3b3b;
  }

  #block-enterprise,#block-academic{
    background-image: none;
  }

  .banner-color-mask{
    background-image: url(../asset/img/banner-color-320.png);
  }

  .banner-container ul li::after,.banner-color-mask::after{
    /* margin-top: 177.5% !important; */

  }
  
  .banner-container ul {
	  height: 100vh!important;
  }
  .banner-container ul li,
  .banner-color-mask {
	height: 100% !important;
  }


  .banner-info-ui{
    width: 100%;
    background-color: rosybrown;
    flex-wrap: wrap;
    top: auto;
    left: 0px;
    position: relative;
    z-index: 80;
    margin-top: -1px;
  }

  .banner-info-ui li{
    width: 50%;
    padding: 0px !important;
    margin:0px !important;
  }

  .banner-info-ui li {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding:35px 7px  !important;
  }

  .banner-info-ui li .number{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 0px 5px 5px 5px !important;
  }

  .banner-info-ui li .plus{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    top:-5px;
    right: 10px;

  }
  
  .banner-info-ui li .sm {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 0.6px;
    
  }

  .green-bg-mobil{
    background-color: #2d998a;
  }

  .yellow-bg-mobil{
    background-color: #ebca1a;
  }

  .perple-bg-mobil{
    background-color: #914897;
  }

  .red-bg-mobil{
    background-color: #e95539;
  }

  .nail{
    display: none;
  }
  
  .map-name {
	  font-size: 15px;
	  padding: 5px 10px;
  }

  .map-name.country-1{
    /* top: 128px;
    left: 30px; */
	top: 40vw;
    left: 8vw;
  }
  .map-name.country-2{
    /* top: 68px;
    left: 204px; */
	top: 33vw;
    left: 46vw;
  }
  .map-name.country-3{
    /* top: 160px;
    left: 212px; */
	left: 65vw;
    top: 42vw;
  }
  .map-name.country-4{
    /* top: 150px;
    left: 338px; */
	left: initial;
    right: 2vw;
    top: 50vw;
  }
  .map-name.country-5{
   /*  top: 82px;
    left: 297px; */
	left: 66vw;
    top: 30vw;
  }
  .host-company{
    display: inline;
    top: 20px;
    left: 30px;
  } 
}


@media (min-width:500px) and (max-width:767px){
  .section,.group-container{
    padding: 8vw !important;
  }
  .bannerLeapLogo img{
    width: 50vw;
  }
  .bannerLeapLogo .slogan{
    font-size: 6vw;
    margin-top:20%;
    max-width: 70%;
  }
  .down-btn{
    bottom: 10%;
    width: 15% !important;
    height: 3% !important;
    left: 42.5%;
  }

  .banner-info-ui li{
    font-size: 4vw;
  }
  .banner-info-ui li .number{
    font-size: 7vw;
  }
  .banner-info-ui li .plus{
    font-size: 5vw;
    top: -1vw;
    right: 2.5vw;
  }
  .banner-info-ui li .sm{
    font-size: 3vw;
  }

  .member-card{
    padding: 5vw !important;
  }

  .member-name-icon{
    width:10vw;
    height: 10vw;
    font-size: 4vw;
  }
  .member-name,.member-name .en{
    font-size: 3vw;
  }
  .member-body{
    font-size: 2vw;
  }

  .member-body .ch,.member-body .en{
    font-size: 2vw;
  }
}







