body {
	background: #f3f3f3;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 16px;
	user-select: none;
	-ms-user-select: none;
	font-family: "microsoft yahei";
	position: relative;
}

/*背景*/
.bgImg {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
	height: 600px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*标题*/
.title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
}

.container {
	position: relative;
}
/*头部*/
.header {
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	line-height: 50px;
	padding: 10px 50px 10px 100px;
}

.header:after {
	clear: both;
}

.header>img {
	float: left;
	width: 400px;
}

.header>div {
	float: right;
}

/*资源*/
.resource {
	width: 932px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.resource:after {
	content: " ";
	display: block;
	clear: both;
}

/*必须资源*/
.resource>.resource_left {
	width: 432px;
	float: left;
}

.resource .resource__leftHead {
	line-height: 60px;
	font-size: 20px;
	text-align: center;
}

.resource .resource__leftList {}

.resource .resource__leftList>div {
	width: 200px;
	height: 200px;
	text-align: center;
	float: left;
	position: relative;
	margin: 8px;
	cursor: pointer;
}

.resource .resource__leftList>div.myNetDisk {
	background: #0c9346;
}

.resource .resource__leftList>div.commonNetDisk {
	background: #c0392b;
}

.resource .resource__leftList>div.myComputer {
	background: #8cbf25;
}

.resource .resource__leftList>div.centerInfoLibrary {
	background: #8e44ad;
}

.resource .resource__leftList>div>img {
	width: 90px;
	height: 90px;
	margin-top: 50px;
}

.resource .resource__leftList>div>div {
	line-height: 20px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
}

.resource .resource__leftList:after {
	content: " ";
	display: block;
	clear: both;
}

/*必备工具。*/
.resource>.resource_right {
	width: 450px;
	float: left;
	margin-left: 50px;
}

.resource .resource__rightHead {
	line-height: 60px;
	font-size: 20px;
	text-align: center;
}

.resource .resource__rightList {
	margin-top: 20px;
}

.resource .resource__rightList>div {
	width: 150px;
	height: 150px;
	text-align: center;
	float: left;
	position: relative;
	cursor: pointer;
}

.resource .resource__rightList>div>img {
	width: 70px;
	height: 70px;
	margin-top: 10px;
}

.resource .resource__rightList>div>div {
	width: 100%;
	line-height: 20px;
	position: absolute;
	left: 10px;
	bottom: 30px;
	text-align: center;
}

.resource .resource__rightList:after {
	content: " ";
	display: block;
	clear: both;
}

.resource .resource__rightBottom {
	width: 100%;
	height: 35px;
	text-align: center;
	color: #fff;
	margin-top: 68px;
}

.resource .resource__rightBottom>div {
	width: 120px;
	height: 100%;
	line-height: 32px;
	background: #adb3aa;
	float: left;
	border-radius: 8px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
}
/* .resource .resource__rightBottom>div>span {
	line-height: 1em;
} */

.resource .resource__rightBottom>div.firstChild {
	margin-left: 40px;
}

.resource .resource__rightBottom>div.lastChild {
	margin-right: 0px;
}

.resource .resource__rightBottom:after {
	display: block;
	content: "";
	clear: both;
}

/*第三方应用*/
.app {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	left: 50%;
	bottom: 5px;
	margin-left: -400px;
}

.app>.app_head {
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}

.app>.app_list {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.app>.app_list:after {
	content: " ";
	display: block;
	clear: both;
}

.app>.app_list>div {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.app>.app_list>div>img {
	width: 60px;
	height: 60px;
}

.app>.app_list>div.lastChild>img {
	width: 70px;
}

.app>.app_list>div>div {
	width: 100%;
	line-height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

.mask {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 8;
	display: none;
}

/*登录框*/
.loginBox,
.loginBox2 {
	width: 600px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	display: none;
	border-radius: 5px;
	z-index: 11;
}

.loginBox>.loginBox_head,
.loginBox2>.loginBox2_head {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	margin-top: 40px;
}

.loginBox>.loginBox_head>img,
.loginBox2>.loginBox2_head>img {
	width: 100%;
}

.loginBox>.loginBox_body,
.loginBox2>.loginBox2_body {
	font-size: 23px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #777;
	line-height: 40px;
}

.loginBox>.loginBox_tail,
.loginBox2>.loginBox2_tail {
	margin-left: 40px;
	width: 520px;
	height: 50px;
	background: #17a1e5;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 40px;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	border-radius: 5px;
}

.loginBox2>.loginBox2_tail {}

.loginBox2>.loginBox2_tail:after {
	content: "";
	display: "block";
	clear: both;
}

.loginBox2>.loginBox2_tail>div {
	width: 50%;
	float: left;
	border-radius: 5px;
}
.loginBox2>.loginBox2_tail2>div {
	width: 33%;
}

.loginBox2>.loginBox2_tail>div.lastChild {
	background: #e66600;
}
.loginBox2>.loginBox2_tail2>div.firstChild {
	background: #007700;
}
.loginBox2>.loginBox2_tail2>div.lastChild {
	float: right;
}

/*
#viewDetailDialog >.loginBox2_tail {
	background: none;
}
#viewDetailDialog >.loginBox2_tail > div {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
*/

/*更多APP*/
.moreApp {
	position: fixed;
	left: 50px;
	top: 50px;
	right: 50px;
	bottom: 50px;
	background: #fff;
	border-radius: 5px;
	display: none;
	z-index: 9;
}

.moreApp>.moreApp_head {
	padding: 10px 10px 0px 10px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	border-bottom: 1px #f6f8fb solid;
	background: #fbfbfb;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.moreApp>.moreApp_head>img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 26px;
}

.moreApp > .moreApp_list {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 70px;
	bottom: 114px;
}

.moreApp > .moreApp_list:after {
	display: block;
	content: "";
	clear: both;
}

.moreApp .moreApp__menu {
	width: 20%;
	max-width: 320px;
	height: 100%;
	box-sizing: border-box;
	background: #f6f8fb;
	float: left;
}

/*搜索关键字*/
.moreApp .moreApp__appKeyword {
	margin: 20px;
}
.moreApp .moreApp__appKeyword:after {
	display: block;
	content: "";
	clear: both;
}
.moreApp .moreApp__appKeyword > input {
	box-sizing: border-box;
	width: 80%;
	height: 40px;
	line-height: 30px;
	padding: 5px;
	border: 1px #eeeeee solid;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 15px;
	float: left;
}
.moreApp .moreApp__appKeyword > div {
	width: 20%;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ff7500;
	text-align: center;
	color: #fff;
	cursor: pointer;
	float: right;
}

/*菜单项一*/
.moreApp .moreApp__menuItem {
	box-sizing: border-box;
	width: 85%;
	height: 45px;
	line-height: 45px;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
	padding-left: 20px;
	cursor: pointer;
	font-size: 17px;
}
.moreApp .moreApp__menuItem > i {
	width: 20px;
	margin-right: 10px;
}
.moreApp .moreApp__active {
	background: #17a1e5;
	color: #fff;
}

/*分隔线*/
.moreApp .moreApp__lineBar {
	margin-left: 20px;
	margin-right: 20px;
	height: 3px;
	background: #f0f0f0;
	margin-top: 20px;
}

/*分类*/
.moreApp .moreApp__category {
	margin-top: 20px;
	margin-left: 20px;
	font-size: 17px;
}
.moreApp .moreApp__categoryItem {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
.moreApp .moreApp__categoryItem > select {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px #eeeeee solid;
	border-radius: 5px;
	padding: 5px;
	background: #f2f2f2;
	font-size: 16px;
	cursor: pointer;
}

/*免费收费*/
.moreApp .moreApp__money {
	margin: 50px 20px 0px 20px;
	text-align: center;
	line-height: 25px;
}
.moreApp .moreApp__money > label {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 25px;
}
.moreApp .moreApp__money > label > i {
	font-size: 24px;
	cursor: pointer;
	margin-right: 10px;
	vertical-align: middle;
}
.moreApp .moreApp__money > span {
	margin-right: 15%;
}
.moreApp .moreApp__money > input:not(:checked)+label > i.fa-square-o {
	display: inline-block;
}
.moreApp .moreApp__money > input:not(:checked)+label > i.fa-check-square-o {
	display: none;
}
.moreApp .moreApp__money > input:checked+label > i.fa-square-o {
	display: none;
}
.moreApp .moreApp__money > input:checked+label > i.fa-check-square-o {
	display: inline-block;
}

/*应用列表体*/
.moreApp .moreApp__body {
	width: 80%;
	height: 100%;
	box-sizing: border-box;
	padding: 40px;
	overflow-y: scroll;
	float: right;
}

.moreApp .moreApp__body>div {
	box-sizing: border-box;
	width: 168px;
	height: 168px;
	float: left;
	text-align: center;
	background: #f6f8fb;
	margin: 0px 10px 20px 10px;
	padding: 15px;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.moreApp .moreApp__body>div>img {
	width: 70px;
	height: 70px;
}

.moreApp .moreApp__body>div>div {
	font-size: 16px;
	line-height: 20px;
	margin-top: 35px;
}
.moreApp .moreApp__body>div>span {
	display: block;
	width: 20px;
	text-align: center;
	color: #ddd;
	font-size: 15px;
	position: absolute;
	right: 10px;
}

.moreApp .moreApp__body:after {
	content: "";
	display: block;
	clear: both;
}

.moreApp>.moreApp_tail {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 30px;
	padding-top: 34px;
	border-top: 1px #f2f2f2 solid;
}

.moreApp>.moreApp_tail>div {
	width: 200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: #17a1e5;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	border-radius: 10px;
}

img.nopermit {
	opacity: 0.3;
	filter: gray alpha(opacity=30);
}

/*登录框*/
.login {
	width: 240px;
	background: #fff;
	position: fixed;
/* 	left: 50%; */
	right: 120px;
	top: 225px;
	padding: 35px 40px 35px 40px;
/* 	margin-left: 500px; */
	font-size: 18px;
	z-index: 1;
	border-radius: 2px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
	display: none;
}
.login > .login_head {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.login > .login_item {
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin-bottom: 20px;
}
.login > .login_item:after {
	display: block;
	content: "";
	clear: both;
}
.login > .login_item > div {
	float: left;
}
.login > .login_item > div.firstChild {
	box-sizing: border-box;
	width: 40px;
	height: 100%;
	text-align: center;
	color: #bbb;
	border: 1px #f2f2f2 solid;
}
.login > .login_item > div.lastChild {
	box-sizing: border-box;
	width: 200px;
	height: 100%;
	border: 1px #f2f2f2 solid;
	border-left: 0px;
}
.login > .login_item > div.lastChild > input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 5px;
	border: 0px;
}
.login > .login_button {
	width: 100%;
	margin-top: 30px;
}
.login > .login_button > div {
	width: 110px;
	margin-left: auto;
	margin-right: auto;
	background: #7cd;
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}