@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}


.top-line {
  top: 0px;
}

.center-line {
  top: 
}

.bottom-line {
  bottom: 0px;
}

.container {

}

.tab-list {
  display: flex;
  justify-content:left;
      overflow: hidden;
	      height: 42px;
}

.tab-item {
 padding: 10px 25px;
    color:#000000;
    text-decoration:none;
    display:inline-block;
    border-top:2px solid #efc1cb75;
border-left:2px solid #efc1cb75;
border-right:2px solid #efc1cb75;	
	 border-radius: 5px;
    background: #fff;
 
    -webkit-transition:color 0.2s linear, background 0.2s linear;
    -moz-transition:color 0.2s linear, background 0.2s linear;
    -o-transition:color 0.2s linear, background 0.2s linear;
    transition:color 0.2s linear, background 0.2s linear;
}

.tab-item.active {
  background:#8979a405;
  color: #EF6480  !important;
	    font-weight: 700;
}

.tab-inner {
  display: none;

}

.tab-inner.active {
  display: block;
}
