
body {
  line-height: 1.5;
  color: #464646;
}

.tab-wrapper {
  margin: 10px auto;
  width: 330px;
}

.tab-menu li {
  position:relative;
 
  color:#000;
  display: inline-block;
  padding: 20px 40px;
  opacity: 0.8;
  cursor:pointer;
  z-index:0;
  font-size:18px;
  font-family:Î¢ÈíÑÅºÚ;
    border-left:1px solid #cccccc;
	 border-right:1px solid #cccccc;
	  border-top:1px solid #cccccc
}

.tab-menu li:hover {
  color:#009b4c;

}

.tab-menu li.active {
  color: #009b4c;
  opacity: 1;
  font-size:18px;
  font-family:Î¢ÈíÑÅºÚ;
 border-left:1px solid #009b4c;
 border-right:1px solid #009b4c;

  font-weight:bold;
}

.tab-menu li.active:hover {
  color:#464646;
}

.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  padding: 20px;   
  border-left:1px solid #009b4c;
  border-right:1px solid #009b4c;
  border-bottom:1px solid #009b4c;
  border-top:1px solid #009b4c;
  height:375px;
}

.line {
  position:absolute;
  width: 0;
  height: 7px;
  background-color:#009b4c;
  top: 0;
  left: 0;
}


