body {
	width: 100%;
	background-color: #39A7D1;
	color: #fff;
}
h1 {
	margin:50px auto;
	text-align:center;
}
body, #sideNavi, .side-navi-item, .side-navi-data {
	margin: 0;
	padding: 0;
}
#sideNavi {
	position: fixed;
	right: 45px;
	top: 40%;
	z-index: 999;
}
.side-navi-item {
	position: absolute;
	display: inline-block;
	width: 120px;
	height: 40px;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	color: #fff;
	background-color: #db3f1f;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	font-size:15px; border:2px solid #bf2c0e; border-bottom:0px;
}
.side-navi-item.item1 {
	top: 190px;
	left: 5px;
}
 
.side-navi-item.item2 {
	top: 310px;
	left: 0;
}
.side-navi-item .fa {
	display:none;
	float:right;
	margin-right:10px;
	margin-top:2px;
}
.side-navi-item.active {
	background-color: #232f3e;
    color: #fff;
    border-color: #0d1218;
}
.side-navi-item.active .fa {
	display:block
}
.side-navi-item > div {
	padding-top: 7px;
	text-align: center;
}
.side-navi-data {
	position: absolute;
	top: 0;
	left: 50px;
	width: 300px;
	height: 400px;
	overflow:auto;
	background-color: #fcfcfc;
	border:1px solid #fcfcfc
}
.side-navi-data .side-navi-tab.active .btn-sub.btn{
	padding: 10px 22px;
	color: #fff;
	background-color: #db3f1f;
}
.side-navi-tab {
	display: none;
}
.side-navi-tab.active {
	display: inline-block;
	color: #000;
    width: 96%;
}
.side-navi-tab > div {
	padding: 15px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
#sideNavi {
     right: 30px;
    display:none;
}
.side-navi-item {
	height: 30px;

}
.side-navi-item > div {
	padding-top: 0px;
	text-align: center;
}

.side-navi-data {
	 width:250px;left: 30px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
#sideNavi {
     right: 35px;
 
}
.side-navi-item {
	height: 35px;

}
.side-navi-item > div {
	padding-top: 0px;
	text-align: center;
}

.side-navi-data {
	 width:250px;left: 35px;
}
}