body {
	background-color: #F5F7FA;
}

.center .loading {
	overflow: auto;
	text-align: center;
	background: #FFF;
	border-top: 1px solid #E6E9ED;
	border-bottom: 1px solid #E6E9ED;
}

.center .loading>div {
	display: inline-block;
}

.center .loading .loading_word {
	position: relative;
	top: -1em;
}

#loading {
	font-size: 20px;
	width: 0.1em;
	height: 0.1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	margin: 0.8em;
}

.center .sort {
	background: #FFF;
	display: table;
	width: 100%;
	margin-bottom: 0.8em;
	height: 3em;
}

.center .sort>div {
	display: table-cell;
	width: 33.3%;
	vertical-align: middle;
	text-align: center;
}

.center .sort>div:HOVER {
	cursor: pointer;
}

/* .center .sort .selected {
	color: #DD0000;
	border-bottom: 2px solid #DD0000;
} */

.center .sort .selected span {
	position: relative;
	top: 1px;
}

.center .sort>div>span {
	font-size: 1.2em;
}

.center {
	background: #F5F7FA;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none; 
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.center .record {
	/* padding: 0.8em; */
	padding: 0.8em 0em 0.8em 0.8em;
	border-bottom: 1px solid #E6E9ED;
	overflow: auto;
	background: #FFF;
	display: table;
}

.center .record>div {
	position:relative;
	/*float: left;*/
	display: table-cell;
	vertical-align: middle;
}

.center .record .guide {
	padding-right: 0.8em;
	width: 100%;
	padding-left: 0.8em;
}

.center .record .more {
	float: right;
}

.center .record .good {
	float: right;
	color: #DD0000;
	padding-right: 0.8em;
	font-size: 1.2em; 
	font-family: "微软雅黑";
}

.center .record>div>span{
	font-size: 1.2em;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust:none; 
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

.span1,.span2 {
	width: 100%;
	float: left;
	/*padding-left: 0.8em;*/
}

.span2 {
	padding-top: 0.5em;
	color: #999;
}

.hp {
	border-radius: 50%;
	float: left;
	width: 3.7em;
	height: 3.7em;
}

.news {
	position:absolute;
	border-radius:50%;
	height:0.7em;
	width:0.7em;
	text-align:center;
	color:#FFFFFF;
	right:0em;
}

.clientlist {
	display: table;
	width: 100%;
	background: #FFF;
	border-top: 1px solid #E6E9ED;
}

.clientlist>div {
	display: table-row;
}

.clientlist>div>div {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #E6E9ED;
	padding: 0.8em;
}

.clientlist>div>div:FIRST-CHILD {
	padding-right: 0em;
}

.clientlist .row .hphoto {
	height: 3.5em;
	width: 3.5em;
}

.clientlist .row .hphoto img {
	border-radius: 50%;
	height: 3.5em;
	width: 3.5em;
}

.clientlist .row .clientname span {
	font-size: 1.2em;
} 

.clientlist .row .more .about {
	float: right;
}

.clientlist .row .more .about img {
	width: 0.8em;
}

.time label {
	font-size:1em;
	color:#999;
}

.time label a {
	color:#999;
}

.masssend {
	position: fixed;
  	bottom: 0;
 	width: 100%;
  	z-index: 9;
  	/* background: #DD0000; */
  	display: none;
  	font-size: 1em;
}

.masssend input {
	width: 100%;
	/* background: #DD0000; */
	color: #FFF;
	height: 3.5em;
	font-size: 1.2em;
}

.center .vipsearch {
	display: table;
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #E6E9ED;
    border-top: 1px solid #E6E9ED;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.center .vipsearch>div {
	display: table-cell;
    vertical-align: middle;
}

.center .vipsearch .searchphoto {
	width: 2em;
    height: 2em;
}

.center .vipsearch .searchphoto img {
	width: 1.8em;
    height: 1.8em;
    padding: 0.8em;
}

.center .vipsearch input {
	width: 100%;
    font-size: 1.2em;
    border: none;
    line-height: 2;
    color: #999;
    padding-right: 0.8em;
}