


#cpIntro,
#cpIntro *{
  scrollbar-width:none;
  -ms-overflow-style:none;
}
#cpIntro::-webkit-scrollbar,
#cpIntro *::-webkit-scrollbar{width:0;height:0}


#cpIntro .cp-info{overflow:hidden}


#cpIntro .cp-big-body{scrollbar-width:thin;-ms-overflow-style:auto}
#cpIntro .cp-big-body::-webkit-scrollbar{width:10px;height:10px}
#cpIntro .cp-big-body::-webkit-scrollbar-thumb{
  background:rgba(255,140,187,.5);
  border-radius:10px;
  border:2px solid transparent;
  background-clip:content-box;
}
