html,
body {
	height: 100%;
	overflow-y: hidden;
	width: 100%;
	overflow-x: hidden;
}

.header {
	width: 100%;
	height: 60px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.logo {
	float: left;
	margin-left: 40px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}

.header-right {
	float: right;
	height: 60px;
}

.header-right-menu {
	margin-top: 14px;
	float: left;
	color: #666666;
}

.header-right-other {
	height: 100%;
	float: right;
	margin-left: 16px;
}

.right-other-alert1 {
	position: absolute;
	top: 64px;
	right: 0;
	z-index: 99;
	box-sizing: border-box;
	padding: 20px;
	width: 498px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
	display: none;
}

.right-other-alert2 {
	position: absolute;
	top: 64px;
	right: 0;
	z-index: 99;
	box-sizing: border-box;
	width: 640px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.right-other-alert {
	display: none;
}

.right-other-alert4 {
	position: absolute;
	top: 64px;
	right: 50px;
	z-index: 99;
	box-sizing: border-box;
	width: 85px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.right-other-alert4-content {
	color: #666666;
}

.right-other-alert4-content>li {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.right-other-alert4-content>li:hover {
	background-color: rgba(40, 161, 255, 1);
	color: #ffffff;
}

.right-other-alert4-content>.active {
	background-color: rgba(40, 161, 255, 1);
	color: #ffffff;
}



.right-other-alert3 {
	position: absolute;
	top: 64px;
	right: 0;
	z-index: 99;
	box-sizing: border-box;
	width: 85px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.right-other-alert3-content {
	color: #666666;
}

.right-other-alert3-content>li {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.right-other-alert3-content>li:hover {
	background-color: rgba(40, 161, 255, 1);
	color: #ffffff;
}

.right-other-alert3-content>.active {
	background-color: rgba(40, 161, 255, 1);
	color: #ffffff;
}

.right-other-alert2-title {
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	color: #666666;
}

.right-other-alert2-content {
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	min-height: 194px;
}

.alert2-more {
	width: 100%;
	cursor: pointer;
	color: #999999;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: rgba(242, 242, 242, 1);
}

.right-other-alert2-content>li {
	font-size: 14px;
	color: #666666;
	min-height: 194px;
}

.alert2-content-tab>li {
	line-height: 28px;
	font-size: 14px;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.alert2-content-tab>li:hover {
	color: #28a1ff;
}

.right-other-alert2-title>li {
	flex: 1;
	cursor: pointer;
	background-color: rgba(242, 242, 242, 1);
}

.right-other-alert2-title>.active {
	color: #333333;
	background-color: #FFFFFF;
}

.right-other-alert1>div {
	float: left;
}

.right-other-alert1>div:first-child {
	width: 100px;
	margin-left: 20px;
	margin-top: 8px;
}

.right-other-alert1>div:last-child {
	width: 252px;
	margin-left: 62px;
	margin-top: 8px;
}

.app-list-menu-top {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 0px 0 12px;
	border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.alert1-more {
	overflow: hidden;
	color: #999999;
	border-top: 1px solid rgba(229, 229, 229, 1);
}

.alert1-more>div {
	float: right;
	cursor: pointer;
	font-size: 12px;
	margin-top: 15px;
}

.alert1-more>div:hover {
	color: #28a1ff;
}

.app-list-menu-title {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.app-list-menu-close {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}

.app-list-menu-content {
	display: flex;
	display: -webkit-flex;
	justify-content: left;
	flex-wrap: wrap;
	color: #666666;
	font-size: 12px;
}

.app-list-menu-content.t {
	padding-bottom: 8px;
}

#commonAppList.app-list-menu-content>li {
	width: 100%;
}

.app-list-menu-content>li {
	width: 160px;
	cursor: pointer;
	margin-top: 20px;
}

.app-list-menu-content>li:nth-of-type(2n) {
	width: calc(100% - 160px);
}

.app-list-menu-content>li>a {
	color: #333333;
	font-size: 14px;
}

.app-list-menu-content>li>.active {
	color: #999999;
}

.app-list-menu-content>li>a:hover {
	color: #28a1ff;
}

.header-right-menu>li {
	position: relative;
	float: left;
	padding: 10px 10px;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	cursor: pointer;
	height: 24px;
	font-size: 14px;
	margin-left: 10px;
}

.header-right-menu>li:hover {
	color: #28a1ff;
	border-bottom: 2px solid rgba(40, 161, 255, 1);
}

.header-right-other>li {
	width: 24px;
	float: left;
	margin-right: 25px;
	height: 100%;
}

.right-other-img {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
}

.header-right-menu>.active {
	color: #28a1ff;
	border-bottom: 2px solid rgba(40, 161, 255, 1);
}

.content {
	box-sizing: border-box;
	height: 100%;
	padding-top: 60px;
}

.home-iframe {
	width: 100%;
	height: 100%;
}

.user-name {
	float: left;
	height: 100%;
	line-height: 60px;
	color: #969696;
	margin-left: 30px;
	max-width: 156px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #28a1ff;
}

.user-name>span {
	font-size: 14px;
	cursor: pointer;
}

.alert2-tab-sj {
	color: #999999;
	font-size: 12px;
}

.alert2-tab-sj>span,
.alert2-tab-sj>img {
	vertical-align: middle;
}

.alert2-tab-sj>span {
	margin-left: 8px;
}

.alert2-tab-item {
	margin-left: 13px;
	overflow: hidden;
}

.alert2-tab-item2 {
	margin-left: 0px;
}

.alert2-tab-item-dian {
	color: #999999;
	font-size: 14px;
	float: left;
}

.alert2-tab-item-text {
	color: #1594ff;
	margin-left: 4px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 378px;
}

.alert2-tab-item-sj {
	color: #999999;
	font-size: 14px;
	float: right;
}

.alert-ydy {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.alert-ydy-img {
	width: 100%;
	height: 100%;
}

.alert-ydy-btn {
	width: 240px;
	height: 54px;
	border-radius: 8px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	font-size: 16px;
	line-height: 54px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 44%;
	display: none;
}

canvas {
	margin-left: 20px;
	top: -14px;
	left: -48px;
	position: absolute;
}

.qipao {
	color: #ffffff;
	font-size: 12px;
	position: absolute;
	background: url("/mainframe2.0/public/images/qipao.png") no-repeat;
	background-size: 100% 100%;
	height: 40px;
	top: 33px;
	right: calc(50% - 25px);
	text-align: center;
	width: calc(100% + 140px);
	line-height: 45px;
}

.systemWin {
	width: 420px;
	height: 250px;
	border: 1px solid #28a1ff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -108px;
	margin-left: -210px;
	z-index: 13;
	background-color: #fff;
}

.systemWin>div:first-child {
	width: 100%;
}

.systemWin>div:first-child {
	height: 32px;
	background-color: #28a1ff;
	line-height: 32px;
}

.system-title>span {
	margin-left: 10px;
	font-size: 14px;
	color: #fff;
}

.system-title>div {
	width: 32px;
	height: 32px;
	background: url("/mainframe/public/images/mainframe/popclose.png") no-repeat center;
	float: right;
}

.system-title>div:hover {
	background-image: url("/mainframe/public/images/mainframe/popclose_hover.png");
}

.systemWin>div:nth-child(2) {
	width: 94%;
	height: 150px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

.system-des {
	font-size: 14px;
	color: #666;
}

.system-data>ul {
	width: 100%;
	height: 32px;
	margin: 24px auto;
}

.system-data>ul>li {
	float: left;
	height: 32px;
	line-height: 32px;
}

.system-data>ul>li:first-child {
	width: 30%;
	text-align: right;
}

.system-data>ul>li:last-child {
	width: 70%;
}

.system-data>ul>li>input {
	width: 210px;
	height: 30px;
	border: 1px solid #ccc;
	text-indent: 10px;
	font-size: 14px;
	color: #666;
	margin-left: 10px;
}

.system-data>ul>li>input:hover {
	border-color: #999;
}

.system-data>ul>li>input:focus {
	border-color: #999;
}

.systemWin>div:last-child {
	width: 94%;
	height: 40px;
	margin: 0 auto;
}

.system-fun>ul {
	width: 100%;
	height: 100%;
	line-height: 40px;
}

.system-fun>ul>li {
	float: right;
}

.system-fun>ul>li>button {
	width: 90px;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	margin-top: 7px
}

.system-save {
	border: 1px solid #28a1ff;
	color: #fff;
	background-color: #28a1ff;
}

.system-save:hover {
	border-color: #46adef;
	background-color: #46adef;
}

.system-quit {
	margin-left: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #666;
}

.system-save:active,
.system-quit:active {
	-moz-opacity: 0.60;
	opacity: 0.60;
	filter: alpha(opacity=60);
}

.system-quit:hover {
	border-color: #28a1ff;
	color: #28a1ff;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 10;
	-moz-opacity: 0.35;
	opacity: 0.35;
	filter: alpha(opacity=35);
}

.chooseBtn {
	display: none;
}

.choose-label {
	box-shadow: #ccc 0px 0px 0px 1px;
	width: 40px;
	height: 20px;
	display: inline-block;
	border-radius: 20px;
	position: relative;
	background-color: #bdbdbd;
	overflow: hidden;
	margin-left: 10px;
}

.choose-label:before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 20px;
	background-color: #fff;
	z-index: 20;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.chooseBtn:checked+label.choose-label:before {
	left: 20px;
}

.chooseBtn:checked+label.choose-label {
	background-color: #51ccee;
}

#homelogo{
	height: 30px;
	cursor: pointer;
}