﻿html {
	height: auto;
	min-height: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #f1f1f1;
}
::-webkit-scrollbar {display:none
} 
body {
	height: auto;
	min-height: 100%;
	/*font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	/*font-family: "微软雅黑";*/
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	background-image: url(../img/freetrial_light_hexes_v1.svg);
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-size: auto 230px;
	background-attachment: fixed;
	
}

#app{
	visibility: hidden;
}

#preloading{
	visibility: visible;
}

footer {
	height: 33px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #E2E2E2;
	text-align: center;
	line-height: 33px;
}

show {
	visibility: visible;
}

hide {
	visibility: hidden;
}

.margin2 {
	margin-left: 8px;
}

input,
select,
option,
textarea {
	outline: none;
}

.switch-online-title{
    font-weight: 600;
    color: #262626;
    font-size: 16px;
    padding-top: 3px;
}
.panel.online-usermanager {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 33px;
    background-color: cadetblue;
    z-index: 99;
    overflow-y: auto;
}

.jindu {
   width: 0;
    height: 100%;
    background-color: #20b2aa;
    position: absolute;
    left: 0;
    top: 0;font-size: 20px;
    color: #fff;
}