#vip_friends{
	background: #f7f7f7;
}
a {
  cursor: pointer;
}
.cursor-pointer{
  cursor: pointer;
}
.PC #vip_friends{
  background-image: url(<?=$curIMG_Path?>/images/platinum/bg.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  background-attachment: fixed;
}

.MOBILE #vip_friends{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: unset;/*=假圖用正式請刪除=*/
  background-size: 100% auto;
  margin-top: 45px;
  padding-bottom: 0px;
}

#arrow{
  cursor: pointer;
}
#VF_analysis .VF_BAR_IN .DR_02{
  position: relative;
  background-image: unset;
}
#VF_analysis .VF_BAR_IN .DR_02.arrowUP:before{
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 3px;
  top: 50%;
  left: 18px;
  background-color: #c029ff;
  transform: rotate(45deg);
  border-radius: 5px;
}
#VF_analysis .VF_BAR_IN .DR_02.arrowUP:after{
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 3px;
  top: 50%;
  left: 8px;
  background-color: #c029ff;
  transform: rotate(-45deg);
  border-radius: 5px;
}
#VF_analysis .VF_BAR_IN .DR_02.arrowDown:before{
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 3px;
  top: 50%;
  left: 18px;
  background-color: #c029ff;
  transform: rotate(-45deg);
  border-radius: 5px;
}
#VF_analysis .VF_BAR_IN .DR_02.arrowDown:after{
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 3px;
  top: 50%;
  left: 8px;
  background-color: #c029ff;
  transform: rotate(45deg);
  border-radius: 5px;
}
