* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}
html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	font-size: 14px;
	background-color: #fff;
	font-family: Microsoft YaHei, SimHei, Tahoma !important;
}
ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	height: auto;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input,
textarea {
	-webkit-appearance: none;
	outline: none;
	color: #333333;
	font-size: 16px;
	border: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}
input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
	color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}
/* 复选框和单选框样式 */
input[type='checkbox'],
input[type='radio'] {
	width: 16px;
	height: 16px;
	border: 1px solid #e5e5e5;
	margin-right: 6px;
	vertical-align: middle;
}
input[type='checkbox']:checked,
input[type='radio']:checked {
	background: url('http://webdata.mayiyiyi.com/sharedata/img/radio_foc.png')
		no-repeat center;
	background-size: 100% 100%;
	border: none;
}
/* 头部 */
header {
	width: 100%;
	height: 60px;
	background: #ffffff;
	position: fixed;
	top: 0;
	z-index: 1;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
header .head_cont {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
header .head_cont .logohed {
	width: 153px;
	margin: 5px 0 15px 130px;
}
header .head_cont .top_logo {
	width: 153px;
	height: auto;
}
header .head_cont .nav_list {
	display: flex;
	justify-content: end;
	align-items: center;
}
header .head_cont .nav_list a {
	font-size: 15px;
	color: #666666;
	margin-left: 50px;
}
header .head_cont .nav_list a.active {
	color: #008cf0;
}
header .head_cont .nav_list a:hover {
	color: #008cf0;
}
#language {
	position: relative;
	margin-left: 50px;
	cursor: pointer;
}
#language .language_div {
	display: flex;
	flex-wrap: wrap;
}
#language .language_name {
	font-size: 15px;
	color: #666666;
	margin-right: 10px;
}
#language img {
	width: 18px;
	height: 18px;
	margin-right: 20px;
}
#language img.img2 {
	display: none;
}
#language ul {
	width: 160px;
	position: absolute;
	top: 47px;
	right: 0;
	display: none;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	background-color: white;
	box-sizing: border-box;
}
#language ul .arrow_up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	margin: -20px auto 0;
}
#language ul li {
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}
#language ul li:hover {
	background: rgba(9, 168, 255, 0.06);
}
#language:hover .language_name,
#language.active .language_name {
	color: #008cf0;
}
#language:hover .img1,
#language.active .img1 {
	display: none;
}
#language:hover .img2,
#language.active .img2 {
	display: block;
}
#language.active ul {
	display: block;
}
/* 登录状态样式 */
.user_div {
	display: none;
	margin-left: 50px;
	cursor: pointer;
	justify-content: end;
	align-items: center;
}
.user_div .user_img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #d8d8d8;
}
.user_div .user_name {
	font-size: 15px;
	color: #666666;
	margin: 0 10px;
}
.user_div .icon_down {
	width: 18px;
	height: 18px;
}
.user_infor {
	width: 280px;
	position: absolute;
	left: 83%;
	top: 53px;
	display: none;
}
.showpage {
	display: inline-block;
}
.user_infor .infor {
	width: 100%;
	background: url('http://webdata.mayiyiyi.com/sharedata/img/accountbg.png')
		no-repeat center;
	height: 94px;
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 20px 20px 0;
	box-sizing: border-box;
	position: relative;
}
.user_infor .infor .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #ffffff;
}
.user_infor .infor .change_tips {
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 14px;
	padding: 11px 0;
	display: none;
}
.user_infor .infor .filepath {
	opacity: 0;
	z-index: 2;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	display: none;
}
.user_infor .infor .name {
	font-size: 15px;
	height: 20px;
	background-color: transparent;
	color: #ffffff;
	margin: 0 10px;
	padding: 0 8px;
	width: 132px;
	border-radius: 5px;
	border: 1px solid transparent;
}
.user_infor .infor .name.focus {
	background: #ffffff;
	border: 1px solid #09a8ff;
	color: #666666;
}
.user_infor .infor .modify_btn {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
}
.user_infor .infor .icon {
	width: 18px;
	height: 18px;
	display: none;
	cursor: pointer;
}
.user_infor .infor .icon.close_icon {
	margin-left: 10px;
}

.user_infor .router_div {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	margin-top: -1px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
}
.user_infor .slogan {
	width: 100%;
	font-size: 16px;
	color: #333333;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	box-sizing: border-box;
}
.user_infor ul {
	width: 100%;
}
.user_infor ul li {
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333333;
	padding: 0 20px;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}
.user_infor ul li:hover {
	background: rgba(9, 168, 255, 0.06);
}
.user_infor ul li a {
	color: #333333;
}
/* 尾部 */
footer {
	width: 100%;
	height: 90px;
	overflow: hidden;
	background: #1d2437;
	padding: 20px 0;
	position: fixed;
	bottom: 0;
}
footer .foot_div {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
footer .foot_div .left_div p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
footer .foot_div .left_div span {
	color: rgba(255, 255, 255, 0.8);
}
footer .foot_div .left_div .p2 {
	margin-top: 10px;
}
footer .foot_div a {
	position: relative;
	padding: 0 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
footer .foot_div a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	top: 5px;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.foot_div .left_div a:nth-last-of-type(1)::after,
.foot_div .right_div li:nth-last-of-type(1) a::after {
	display: none;
}
footer .foot_div .right_div {
	display: flex;
	justify-content: center;
}
/* 公共按钮样式 */
.btns {
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 30px;
	cursor: pointer;
}
.btn1 {
	background: #09a8ff;
	color: #ffffff;
}
.btn2 {
	border: 1px solid #09a8ff;
	color: #09a8ff;
	margin-left: 20px;
	background-color: white;
}

/* 文件内容样式 */
.files {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	padding: 60px 0 0;
	box-sizing: border-box;
}
/* 左侧导航栏 */
.files .left_nav {
	width: 260px;
	overflow: hidden;
	background: #f7f7f7;
	/*margin-left: -260px;*/
}
.files .left_nav ul {
	width: 100%;
	margin: 10px auto 0;
}
.files .left_nav ul li a {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #666666;
	display: flex;
	padding-left: 60px;
	align-items: center;
}
.files .left_nav ul li img {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.files .left_nav ul li img.foc {
	display: none;
}
.files .left_nav ul li a.active {
	background: #ebebeb;
	color: #09a8ff;
}
.files .left_nav ul li a.active img.nor {
	display: none;
}
.files .left_nav ul li a.active img.foc {
	display: flex;
}
.files .left_nav ul li a:hover {
	background: #ebebeb;
	color: #09a8ff;
}
.files .left_nav ul li a:hover img.nor {
	display: none;
}
.files .left_nav ul li a:hover img.foc {
	display: flex;
}
/* 右侧内容区域样式 */
.right_cont {
	width: 1200px;
	position: relative;
}
.right_cont .list {
	width: 100%;
	margin-top: 30px;
}
.list .list_tit1 {
	width: 100%;
	overflow: hidden;
}
.list .list_tit1 .p1 {
	font-size: 16px;
	color: #666666;
	float: left;
	margin-left: 20px;
}
.list .list_tit1 .p2 {
	font-size: 16px;
	color: #999999;
	float: right;
	margin-right: 7px;
}
/* 删除中和删除成功展示 */
.deleting {
	width: 237px;
	height: 42px;
	line-height: 42px;
	background: #09a8ff;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	display: none;
	justify-content: center;
	align-items: center;
}
.deleting .loading {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	animation: rotate 0.8s linear infinite;
}
.deleted {
	width: 128px;
	height: 42px;
	background: #09a8ff;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	display: none;
	justify-content: center;
	align-items: center;
}
.deleted img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.order {
	transform: rotate(180deg);
}
/* 密码格式 */
.rule_div {
	width: 300px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 105px;
	right: 30px;
	display: none;
	padding: 36px 16px 16px;
	box-sizing: border-box;
	z-index: 100;
	border-radius: 5px;
}
#new_password:hover + .rule_div {
	display: block;
}
.col_item .rule_div{
	top: 62px;
  padding-top: 10px;
}
.rule_div .arrow_up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #fff;
	margin: -46px auto 0;
}
.rule_div p {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
	margin-top: 10px;
}
.rule_div p.tips {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.rule_div ul li {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	background-position: left;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-left: 20px;
	background-image: url('../img/icon/icon_confirm_nor.png');
}
.rule_div ul li.active {
	font-weight: 600;
	color: rgba(0, 0, 0, 0.87);
	background-image: url('../img/icon/icon_confirm_foc.png');
}
.rule_div .grade {
	width: 240px;
	height: 7px;
	margin-top: 8px;
	font-size: 0;
}
.rule_div .grade span {
	width: 80px;
	height: 7px;
	display: inline-block;
}
.rule_div .grade span:nth-of-type(1) {
	background: #d8d8d8;
}
.rule_div .grade span:nth-of-type(2) {
	background: #b5b5b5;
}
.rule_div .grade span:nth-of-type(3) {
	background: #919191;
}
.rule_div .grade.active1 span:nth-of-type(1) {
	background: #ff6868;
}
.rule_div .grade.active2 span:nth-of-type(1) {
	background: #ff6868;
}
.rule_div .grade.active2 span:nth-of-type(2) {
	background: #ffa068;
}
.rule_div .grade.active3 span:nth-of-type(1) {
	background: #ff6868;
}
.rule_div .grade.active3 span:nth-of-type(2) {
	background: #ffa068;
}
.rule_div .grade.active3 span:nth-of-type(3) {
	background: #44d7b6;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
	header .head_cont {
		width: 100%;
		max-width: 100%;
	}
	header .head_cont .top_logo {
		margin-left: 0;
	}
	.files {
		flex-direction: column;
		justify-content: start;
	}
	.files .left_nav {
		width: 100%;
	}
	.files .left_nav ul {
		display: flex;
		justify-content: center;
	}
	.files .left_nav ul li a {
		padding: 0 10px;
	}
	footer .foot_div {
		width: 100%;
	}
}
