/* 功能页面样式 */
#container .menu{
  float: right; margin-top: 50px; width: 473px; background: rgb(40, 42, 46); padding: 20px 50px 60px; margin-left: 115px;
}
#container .menu dt{
  color: rgb(255, 255, 255); font-weight: 700; font-size: 34px; line-height: 51px;
}
#container .menu hr{
  height: 3px; background-color: rgb(255, 204, 0); border: none; margin: 28px 0;
}
#container .menu dd{
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
}
#container .menu dd:not(:first-child){
  margin-top: 30px;
}
#container .menu dd.active{ color: rgba(255, 219, 76, 1); }
#container h2.footerLink{
  color: rgb(51, 51, 51); font-weight: 500; font-size: 60px; line-height: 90px; letter-spacing: 10%; margin: 50px 0;
}
#container h3.footerLink{
  margin: 30px 0 20px; color: rgb(5, 99, 184); font-weight: 700; font-size: 32px; line-height: 48px;
}
#container p{
  color: rgb(0, 0, 0); font-weight: 400; font-size: 26px; line-height: 52px;
}