.min-wid{min-width: 1200px;}
/*登录界面*/
.regist-bg{background-image: url(../images/back.jpg);height: 100vh;background-size: cover;position: relative;background-color: #f2f2f2;}
.mask {height: 100vh;width: 100%;background-color: black;opacity: .8; position: absolute;}
.regist-box{position: absolute;width:600px;height: 350px;left: 50%;margin-left:-300px;top:50%;margin-top: -150px;}
.regist-title{text-align: center;}
.regist-title span{color: #fff;font-size: 30px;font-family: "Microsoft Yahei";line-height: 30px;}
.regist-title span i{color: #40afa8;font-size: 20px;font-style: normal;}

.regist-input{font-size: 21px;color: #fff;margin-left: 106px;padding:10px 0;}
.input-box{width: 384px;height: 46px;border: 1px solid #fff;border-radius: 4px;margin-left: 107px;}
.input-box span{width: 23px;height: 23px;float: left;background: url(../icons/dl.png);margin: 11.5px 20px;}
.input-box input{width: 321px;background: transparent;height: 46px;line-height: 46px;color: #fff;font-size: 18px;font-family: "Microsoft Yahei";border: none;outline: none;}
.pasword-input span{background: url(../icons/password.png);}
.input-h{padding-right: 107px;padding: 10px 0;}
.regist-box a{text-align: right;color: #fff;font-size: 21px;padding: 10px 0;float: left;width: 100%;display: none;}
.regist-box button{margin-left: 107px;width: 386px;height: 48px;color: #fff;background:#40afa8;border-radius: 5px;border: none;outline: none;cursor: pointer;font-size: 21px; }
/*动画*/
@keyframes myfirst{
	from{transform: scale(.1);}
	to{transform: scale(1); }
}
@-moz-keyframes myfirst{
	from{transform: scale(.5);}
	to{transform: scale(1);}
}
@-webkit-keyframes myfirst{
	from{transform: scale(.5);}
	to{transform: scale(1);}
}
@-o-keyframes myfirst{
	from{transform: scale(.5);}
	to{transform: scale(1);}
}
/*管理界面*/
.fl-area{float: left;/*width: 274px;*/background: #2a323d;height: 100vh;width:200px;}
.fr-area{overflow: hidden;}

.logo{/*border-bottom: 2px solid #222933;*/}
.logo h1{width: 254px;height: 22px;background: url(../icons/DataMapLogo.png);margin-left: 22px;margin-top: 26px;margin-bottom: 16px;}
.menu-list{font-size: 14px;font-family:"Microsoft Yahei";color: #dee0e0;padding: 14px 0;cursor:pointer;}
.menu-list:hover{background: #333d49;}
.curren-menu{background: #333d49;}
.menu-list img{float:left;padding-left: 10px;padding-right: 10px;padding-top: 3px;}

.btnDefault{width: 8px;height: 14px;background:url(../icons/rightBtn.png);float: right; margin-top: 3px;margin-right: 6px;}
.curren-btn{width: 14px;height: 8px;background:url(../icons/downBtn.png);float: right; margin-top: 9px;margin-right: 6px;}

.first-menu{border-bottom:2px solid #222933;}
.second-menu{display: none;}
.second-menu li{line-height: 40px;text-align: center;color: #fff;font-size: 14px;cursor: pointer;border-left: 8px solid #2a323d;background: #2a323d;}
.second-menu li:hover{border-left: 8px solid #26a9a1;color:#26a9a1;background: #222933; }
.second-menu li.curren-list{border-left: 8px solid #26a9a1;color:#26a9a1;background: #222933; }

.top-menu{width: 100%;background: #2a323d;height:64px;}
.top-menu01{float: right;margin-right: 28px;margin-top: 23px;}
.top-menu01 li{float:right;margin-left: 26px;width: 16px;height: 18px;cursor: pointer;position: relative;}
.exit-admin{background: url(../icons/closeBtn.png);}
.house-admin{background: url(../icons/houseBtn.png);}
.edit-password{background: url(../icons/clockBtn.png);}
.tip{background: #2a323d;border: 2px solid #222933;position: absolute;bottom:-40px;width:80px;height:30px;text-align: center;right: 0;line-height: 30px;color: #fff;z-index: 2;display: none;}

.user-name{float: right;color: #fff;font-size: 16px;line-height: 64px;}



