html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0; }
address,cite,dfn,em,var, i { font-style :normal; }
body {font-size: 15px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma'; color: #333; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
fieldset,img{border:0;}
a, img { -webkit-touch-callout: none }
a, a:active, a:focus, a:hover, a:visited {text-decoration: none}
input[type=password], input[type=text], input[type=file], textarea { resize: none; outline: none; -webkit-appearance: none; white-space: pre-wrap; word-wrap: break-word; background: #fff; font-family:'Microsoft Yahei','simsun','arial','tahoma'; color: #333; }
input:focus, textarea:focus, button:focus { outline: none; }
/* Login */
.background{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background-color: #F6F6F6;
}
.login{
	width: 100%;
	height: 50vh;
	background-color: slategray;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	align-content: center;
}
.loginTitle{
	color: #EEE;
	font-size: 32px;
	font-weight: 300;
	line-height: 15vh;
}
.input{
	color: #333;
	width: 320px;
	border: none;
	line-height: 46px;
	padding: 0 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	background-color: #F4F4F4;
}
#mdkey{
	margin-top: 40px;
}
#loginButton{
	color: #E0620D;
	cursor: pointer;
	width: 150px;
	font-size: 17px;
	line-height: 46px;
	margin: 60px auto 0;
	text-align: center;
	border-radius: 8px;
	background-color: #F4F4F4;
}
/* Index */
.content{
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #F4F4F4;
}
.body{
	width: 1920px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.account{
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 17px;
	font-weight: bold;
}
.navList{
	cursor: pointer;
	width: 320px;
	height: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.message{
	position: relative;
}
.number{
	position: absolute;
	top: 40px;
	right: calc(50% - 64px);
	color: #FFF;
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-radius: 50%;
	background-color: #CD5C5C;
}
.navTitle{
	color: #E0620D;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}
/* 子页面公共部分 */
.bodys{
	width: 1920px;
	min-height: 100vh;
	background-color: #FFF;
}
.headers{
	width: calc(100% - 20px);
	height: 80px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E6E6E6;
}
.navs{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.buttons{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.menus{
	cursor: pointer;
	padding: 6px 25px;
	background-color: #E3E3E3;
	border-radius: 6px;
	margin-right: 20px;
}
.menus.oks{
	color: #FFF;
	background-color: #E0620D;
}
.menus.adds{
	color: #FFF;
	background-color: #07C160;
}
.backs{
	cursor: pointer;
	padding: 6px 25px;
	border-radius: 6px;
	color: #FFF;
	margin-left: 20px;
	background-color: #4395FF;
}
.contents{
	margin-top: 10px;
}
.mask,.maskTwo{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	display: none;
	background-color: rgba(0, 0, 0, 0.4);
}
.maskAlert{
	position: fixed;
	top: 15%;
	left: 50%;
	width: 700px;
	min-height: 80px;
	padding: 0 50px;
	z-index: 99;
	display: none;
	border-radius: 20px;
	background-color: #FFF;
	margin: 0 0 0 -350px;
}
.maskAlertTwo {
	position: fixed;
	top: 10%;
	left: 50%;
	width: 1200px;
	min-height: 80px;
	max-height: 740px;
	overflow-y: auto;
	padding: 0 50px;
	z-index: 99;
	display: none;
	border-radius: 20px;
	background-color: #FFF;
	margin: 0 0 0 -600px;
}
.maskTitle{
	color: #666;
	font-size: 23px;
	line-height: 80px;
	border-bottom: 1px solid #E9E9E9;
}
.maskSingle{
	color: #666;
	font-size: 23px;
	line-height: 80px;
}
.maskInformation{
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.maskUser{
	color: firebrick;
	margin-right: 30px;
}
.maskDate{
	color: #666;
}
.maskContent{
	text-indent: 2em;
	line-height: 24px;
	margin-bottom: 40px;
}
.maskReply{
	color: sandybrown;
	padding-bottom: 30px;
	font-size: 23px;
	text-align: right;
}
.maskForm{
	margin-top: 10px;
	width: 100%;
	min-height: 200px;
}
.maskFormTwo {
	margin-top: 10px;
}
.memberList {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 40px;
	border-top: 1px solid #E9E9E9;
}
.mItems, .mList {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.mItems {
	background-color: #F6F6F6;
}
.mList {
	border-bottom: 1px dashed #E9E9E9;
}
.mlabel, .mtext {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mlabel {
	height: 60px;
	line-height: 30px;
	font-size: 17px;
	font-weight: bold;
}
.mtext {
	height: 50px;
}
.ids {
	width: 100px;
}
.mAccount {
	width: 200px;
}
.aMobile {
	width: 200px;
}
.ismain {
	width: 130px;
}
.aStatus {
	width: 130px;
}
.mActive {
	width: 440px;
}
.maskListInput{
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.maskLabel{
	color: #666;
	width: 110px;
	font-size: 17px;
	font-weight: 300;
}
.maskInput{
	width: 550px;
	line-height: 30px;
	padding: 0 15px;
	border: 1px solid #999;
}
.maskTextarea{
	padding: 10px 15px;
	border: 1px solid #999;
}
.maskTextareas{
	width: 550px;
	min-height: 130px;
	padding: 10px 15px;
	border: 1px solid #999;
}
.maskRadio{
	margin-right: 10px;
}
.radioMarLeft{
	margin-left: 20px;
}
.maskSubmit, .maskSubmitTwo{
	width: 130px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 110px;
	line-height: 35px;
	font-size: 15px;
	border-radius: 6px;
	color: #FFF;
	border: none;
	cursor: pointer;
	background-color: #07C160;
}
/* 留言管理 */
.msgList{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	line-height: 24px;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #F3F3F3;
}
.label{
	width: 15%;
	text-align: center;
}
.label .labelImg{
	width: 100px;
}
.label.normal{
	color: #999;
}
.label.salmon{
	color: salmon;
}
.label.seagreen{
	color: seagreen;
}
.label.order{
	width: 70px;
}
.label.title{
	width: 230px;
}
.label.levels{
	width: 250px;
}
.label.company{
	width: 290px;
	text-align: left;
}
.label.titles{
	width: 360px;
}
.label.images {
	width: 150px;
}
.label.imagesH {
	width: 300px;
}
.label.resume{
	width: 810px;
	text-align: left;
}
.label.undertake{
	width: 270px;
	text-align: left;
}
.label.long{
	width: 150px;
}
.label.other{
	width: 300px;
}
.label.action{
	width: 490px;
}
.label.actives{
	width: 800px;
}
.size{
	color: #999;
	font-size: 12px;
	margin-left: 5px;
}
.listButtons{
	color: #FFF;
	font-size: 13px;
	border-radius: 5px;
	padding: 5px 22px 6px;
	cursor: pointer;
}
.marLeft{
	margin-left: 20px;
}
.looks, .memberLock{
	background-color: cornflowerblue;
}
.edits, .memberEdit {
	background-color: orange;
}
.fields{
	background-color: coral;
}
.deletes, .memberDel{
	background-color: lightcoral;
}
.msgNull{
	width: 100%;
    height: 420px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.msgText{
	color: #999;
	font-size: 17px;
	margin-top: 30px;
	font-weight: 300;
}
/* 新品发布 */
.imgHiden{
	display: none;
	height: 80px;
}
.imgEdit{
	color: #FFF;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	margin-left: 20px;
	padding: 0 12px;
	margin-top: 50px;
	border-radius: 5px;
	background-color: lightcoral;
}