.css-plugin-tab-container{
	 /* border: 1px solid rgba(0, 0, 0, 0.2); */
	 border:none !important;
 }
    
.myNavContent .tab-css {
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	
}

.myNavContent .tab-css ul li i {
	margin-right: 10px;
}

.myNavContent .tab-css ul li {
	line-height: 31px;
	clear: both;
	overflow: hidden;
	text-align: left;
    margin: 0 5px 5px 10px;
}
.css-plugin-tab-container .myNavBar li a:hover{
	cursor: pointer;
	background-color: inherit;
	/* color: #F72C08; */
}
.css-plugin-tab-container .myNavBar li a:focus{
	cursor: pointer;
	background-color: inherit;
	/* color: #F72C08; */
}
.css-plugin-tab-container .myNavBar > li.active > a{
	color:#F72C08;
	transform:scale(1.2,1.2);
	background-color: initial;
}
.css-plugin-tab-container .myNavBar li a{
	color:#333333;
    text-decoration: none;
	padding: 10px 10px;
	border: none !important;
	background-color: inherit;
	
}
.css-plugin-tab-container .myNavBar li{
	float: none;
	color:#333333;
    text-decoration: none;
	border: none !important;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
	line-height:1.5;
	/* -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); */
}
/* .css-plugin-tab-container{ */
.css-plugin-tab-container ul[class~="myNavBar"]{
	border: none !important;
	position: relative ;
    width:auto;
	min-height:40px;
	line-height: 40px;
	padding: 0px 8px;
	left: 0px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;

	/* position: fixed; */
	/* z-index: 999; */
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	/*解决ios上滑动不流畅*/
	-webkit-overflow-scrolling: touch;
}
	
/* } */
.myNavBar::-webkit-scrollbar {
	display: none;
  }
/* .nav-tabs > li {
    margin-bottom: 0px !important;
} */
.myNavContent .tab-css ul a:hover {
	color: #b73029;
}

.myNavContent .tab-css ul li a {
	display: block;
	width: 93%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	color: #333333;
	float: left;
}

.myNavContent .tab-css ul li span {
	float: right;
	color: #333333;
	font-size: 13px;
}

