/*登录页面样式*/
.login-form{width: 90%; margin: 0 auto;}
.login-wrap{max-width: 750px;margin: 0 auto;}

/*公共字体颜色*/
.colorS1{color: #9ed39a;}
.colorS1-{color: #6ddab1;}
.colorS2{color: #ffbb18;}
.colorB1{color: #fff;}
.colorZ1{color:#4b4b4b ;}
.colorZ2{ color: #474747;}
.colorZ3{color: #c9c9c9;}
.colorZ4{color: #333333;}
.colorZ5{color: #777;}
.colorH1{color: #f26e2d;}
.colorH2{color: #ff4e00;}

.backgroundS1{background: #9ed39a;}
.backgroundS1-{background-color: #9ed39a;}
.backgroundS2{background-color: #ffbb18;}
.backgroundS3{background-color: #44daa2;}
.backgroundB{background-color: #fff;}

/*边框*/
.borderB-h{border-bottom: 1px solid #d7d7d7;}
.borderN{border: none;}
.borde-n{border-radius: 0px;}
.borderR-n{border-right: none;} 
.borderR{border-right: 1px solid #c8c7cc;}
.borderR1{border-right: 1px solid #f1efef;}

.borderB{border-bottom: 1px solid #f4f2f9;}  
.borderT{border-top: 1px solid #f4f2f9;} 
.borderB1{border-bottom: 1px solid #dedce6;}
.bottom10{bottom: 10px;}
.bottom0{bottom: 0;}
/*文字不折行*/
.white-space-N{white-space: nowrap;}
/*标签重置*/

.stand-box{width: 57px;height: 57px;background-color: #e54d42;border: 1px solid #e54d42; color: #fff;
border-radius: 100%;display: block;margin-top: 3px;margin-left: 10%;padding-top: 5px; box-shadow:5px 5px 10px rgba(85,85,85,0.2)}
/*搜索按钮*/
.button-s{line-height: 28px;width: 20%;border-radius: 0;border: none;background-color: #29c68c;padding: 4.5px;}
select, textarea, input[type='text'], input[type='search'], input[type='password'], input[type='datetime'], input[type='datetime-local'], input[type='date'], input[type='month'], input[type='time'], input[type='week'], input[type='number'], input[type='email'], input[type='url'], input[type='tel'], input[type='color']{width: 80%;line-height: 30px;border-radius: 0;}  
.input-R{border-right:none ;}
/*楼层*/
.div-box { width:35px; height: 100%; overflow: hidden; position: fixed;top: 0 ;right: 0; z-index: 9;}
.div { width: 35px; height: 100%; overflow-y: auto; }
.con {  text-align: center; background-color: #fff; color: #444;border-bottom: 1px solid #e9e9eb;}
.conA {  text-align: center; background-color: #fff; color: #444;border-bottom: 1px solid #e9e9eb;}
.conB {  text-align: center; background-color: #ffa200; color: #fff;border-bottom: 1px solid #e9e9eb;} 

.top-pers{border-radius:10px ; }
* { 
	font-family: "微软雅黑";    
}
html, 
body { 
	height: 100%;
	width: 100%;
}

body,
p,
h1,  
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: none
}
.border-r{border-radius: 100%;}
.border-r0{border-radius: 0px;}
.img img{
	width: 100%;
	
	display: block;
	margin: auto;
}

a {
	text-decoration: none;
	color: #333;
}
.z-index9{z-index: 9;}
input {
	margin: 0;
	padding: 0;
}

a:hover {
	cursor: pointer;
}


/*清楚浮动*/

.clearfix {
	clear: both;
}


/*浮动*/

.z_floatl {
	float: left;
}

.z_floatr {
	float: right;
}


/*盒子居中*/

.centered {
	margin: 0 auto;
}


/*字体居中*/

.textCenter {
	text-align: center;
}


/*字体左居中*/

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}


/*隐藏*/

.displayN {
	display: none;
}
/*溢出隐藏*/
.overflowH{overflow: hidden;}
/*鼠标移上去*/

.cursor-pointer {
	cursor: pointer;
}

.displayB {
	display: block;
}


