.plan-wrap{
  width:100%;
  border-bottom:1px solid #189dfa;
  margin-top: 30px;
}
.plan-wrap .Individual-nav {
  width:200px;
  height:42px;
  color:#4e4e4e;
  font-size:16px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #189dfa;
  border-top:3px solid #189dfa;
  cursor: pointer;
  position: relative;
}
.Individual-nav div{
  width:100%;
  height:2px;
  background-color:#f1f5fa;
  position:absolute;
  left:0;
  bottom:-2px;
}
.plan-wrap .Team-nav{
  width:200px;
  height:42px;
  font-size:16px;
  color:#4e4e4e;
  text-align: center;
  line-height: 42px;
  border: 1px solid #dfe3e7;
  cursor: pointer;
  margin-left:20px;
  position: relative;
}
.Team-nav div{
  width:100%;
  height:2px;
  background-color:#f1f5fa;
  position:absolute;
  left:0;
  bottom:-1px;
}
#Team{
  display: none;
}