body {
	background: #F5F7FA;
}

.header {
	text-align: center;
	padding: 0.8em 0em;
	font-size: 1.4em;
	font-weight: 700;
	height: 1.2em;
	background-color: #F5F7FA;
}

.center {
	background: #F5F7FA;
}

.center .logo {
	text-align: center;
  	background: #FFF;
  	padding-top: 1.5em;
  	padding-bottom: 1.5em;
}

.center .logo img {
	border-radius: 50%;
 	width: 7.5em;
  	height: 7.5em;
  	font-size: 1.2em;
}

.center .shopname {
	text-align: center;
  	background: #FFF;
  	display: table;
  	width: 100%;
}

.center .shopname span {
	font-size: 1.2em;
}

.center .welcomeapply {
	text-align: center;
  	color: #999;
  	background: #FFF;
  	display: table;
  	width: 100%;
  	padding-top: 1em;
  	padding-bottom: 1em;
  	border-bottom: 1px solid #E6E9ED;
}

.center .welcomeapply span {
	font-size: 1.2em;
}

.center .myshopname {
	background: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #E6E9ED;
	display: table;
	width: 100%;
}

.center .myshopname>div {
	display: table-cell;
	vertical-align: middle;
}

.center .myshopname .tittle {
	padding-left: 0.8em;
	padding-right: 0.8em;
}

.center .myshopname .name {
	width: 100%;
	padding-right: 0.8em;
}

.center .myshopname span {
	font-size: 1.2em;
	white-space: nowrap;
}

.center .myshopname input {
	border-style: none;
	width: 100%;
	color: #999;
	font-size: 1.2em;
}

.center .apply {
	background-color: #F5F7FA;
  	padding: 0.8em;
}

.center .apply input {
	/* background-color: #DD0000; */
	height: 3em;
	font-size: 1.2em;
	color: #FFFFFF;
	font-family: "微软雅黑";
	border: 0px;
	border-style: none;
	outline-style: none;
	width: 100%;
}