body{
	min-height: calc(100vh - 80px);
	padding-bottom: 80px;
	font-size: 14px;
	color: #333;
}
/*顶部*/
.top{
	background: #484858;
}
.top .container{
	height: 40px;
	line-height: 40px;
}
.top .welcome{
	color: #9898a8;
    float: left;
}
.top .welcome span{
	color: #fff;
	display: inline-block;
}
.top .btn{
	float: left;
}
.top .left-nav li{
	float: left;
	margin-left: 10px;
}
.top .left-nav li a{
	color: #9898a8;
	display: block;
}
.top .left-nav li a:hover{
	color: #fff;
	text-decoration: none;
}
.top .right-nav{
	float: right;
}
.top .right-nav li{
	float: right;
	margin-left: 10px;
}
.top .right-nav li.border{
	border-left: 1px solid #9898a8;
	width: 0px;
	height: 14px;
	margin-top: 13px;
}
.top .right-nav li a{
	color: #9898a8;
	display: block;
}
.top .right-nav li a:hover{
	color: #fff;
}
/*菜单*/
.head{
	background: #fff;
}
.head .logo{
	height: 100px;
}
.head .logo img{
	height: 100px;
}
.head .head-nva ul{
	float: right;
}
.head .head-nva li{
	float: left;
}
.head .head-nva li a{
	height: 95px;
	line-height: 100px;
	padding: 0 20px;
	font-size: 18px;
	color: #333333;
	border-bottom: 5px solid #fff;	
	display: block;
}
.head .head-nva li a:hover,.head .head-nva li a.on, .head .head-nva li .dropDown.open a{
	color: #00b0f8;
	border-color: #00b0f8;
}
.head .head-nva li .dropDown.open>.dropDown-menu{
    background-color: rgb(255, 255, 255,.88);
    border: none;
    padding: 5px 0;
}
.head .head-nva li .dropDown.open>.dropDown-menu li a{
    color: #333;
    border: none;
    background: no-repeat;
    line-height: 50px;
    height: 50px;
    font-size: 14px;

}
.head .head-nva li .dropDown.open>.dropDown-menu li a:hover{
	color: #02a9ee;
}
/*轮播图*/
.slider .hd li{
	background-color: #fff;
	opacity: .5;
	width: 50px;
	border-radius: 3px;
	height: 6px;
}
.slider .hd li.active {
    background-color: #fff;
    opacity: 1;
}
.slider .hd{
	bottom: 30px;
}
/*底部*/
.h-footer {
    height: 80px;
    background: #484858;
    position: absolute;
    width: 100%;
}
.h-footer p{
	line-height: 40px;
	margin-top: 20px;
	font-size: 16px;
	color: #9898a8;
	text-align: center;
}
.slider{
	width: 100%;
}
/*登录*/
.modal-open {
    overflow: hidden;
}
.login-model{
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.login-model .login-model-zh{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=20);
    opacity: .2;
    z-index: 999;
}
.login-model .login-model-content{
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(177, 177, 177, 0.5);
    box-shadow: 0 5px 10px rgba(177, 177, 177, 0.5);
    background: #fff;
    width: 420px;
    height: 400px;
    margin-left: -210px;
    margin-top: -210px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    border-radius: 5px;
}
.login-model .md-title{
	margin: 0 55px;
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-top: 35px;
	height: 39px;
	line-height: 39px;
}
.login-model .md-title .bo{
	height: 1px;
	background: #dddddd;
	margin-top: 19px;
}
.login-model .md-text{
	margin: 0 55px;
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-top: 15px;
	margin-bottom: 30px;
}
.login-model .md-btn{
	margin: 0 40px;
}
.login-model .md-btn input{
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
}
.login-model .md-href{
    line-height: 45px;
    height: 45px;
    margin: 0 40px;
    margin-top: 5px;
}
.login-model .md-href a {
    display: block;
    color: #333;
    font-size: 14px;
}
.login-model .md-href .btn-right {
    text-align: right;
}
.login-model .md-href a:hover{
	color: #00b0f8;
}
.login-model .md-input{
	margin: 0 40px;
	position: relative;
	margin-top: 20px;
}
.login-model .md-input input{
	padding-left: 60px;
	font-size: 14px;
}
.login-model .md-name:before{
	width: 25px;
	height: 25px;
	content: "";
	display: block; 
    position: absolute;
	background: url("../pc-image/icon/user.png") no-repeat;
	background-size: 25px 25px;
    left: 25px;
    top: 8px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}
.login-model .md-psw:before{
	width: 25px;
	height: 25px;
	content: "";
	display: block; 
    position: absolute;
	background: url("../pc-image/icon/psw.png") no-repeat;
	background-size: 25px 25px;
    left: 25px;
    top: 8px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

/*通用头部密码重置等二级页面头部*/
.head-two{
	background: #fff;
}
.head-two .back{
	text-align: right;
	line-height: 100px;
	display: block;
}
.head-two .back span{
	color: #666;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
}
.head-two .back span:before{
	content: "";
	width: 20px;
	height: 20px;
	display: block; 
	float: left;
	background: url("../pc-image/icon/back.png") no-repeat;
	background-size: 20px auto;
	margin-right: 5px;
	margin-top: 1px;
}
/* .head-two .back:hover span{
	color: #fff;
}
.head-two .back:hover span:before{
	content: "";
	width: 20px;
	height: 20px;
	display: block; 
	float: left;
	background: url("../pc-image/icon/back-on.png") no-repeat;
	background-size: 20px auto;
	margin-right: 5px;
	margin-top: 1px;
} */
.head-two .back img{
	margin-top: -4px;
	margin-right: 5px;
}
.head-two .logo{
	cursor:initial;
}
.head-two .logo a{
	display: block;
	float: left;
}
.head-two .tit2{
	font-size: 22px;
	color: #000;
	margin-left: 15px;
	padding-left: 15px;
	line-height: 50px;
	margin-top: 25px;
	border-left: 1px solid #ddd;
	float: left;
}

/*面包屑*/
.back-home{
	height: 40px;
	line-height: 40px;
	background: #fff;
}
.back-home span{
	display: block;
	color: #999;
	float: left;
	margin-right: 10px;
}
.back-home span.border{
	width: 1px;
	height: 14px;
	margin-top: 13px;
	background: #b1b0b0;
	margin-right: 10px;
}
.back-home span.right{
	margin-right: 8px;
}

.back-home a{
	display: block;
	color: #999;
	float: left;
	margin-right: 8px;
}
.back-home a:hover{
	color: #00b0f8;
}
.back-home span.current-page{
	color: #333333;
	font-weight: bold;
}
.back-home .h-right{
	margin-right: 8px;
}
.back-home .h-right i{
	display: block;
}
.back-home a.right{
	margin-right: 0;
	float: right;
	color: #00b0f8;
}
.back-home a.right img{
	float: left;
	width: 20px;
	margin-top: 9px;
	margin-right: 2px;
}
/* 模态 */
body.on{
	height:100vh;
    overflow: hidden;
}
.motai-bg{
	display:none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .3);
}
.motai-bg.upload{
	z-index: 10000;
}
.motai-top{
    width: 550px;
    height: 350px;
    background: #fff;
    left: 50%;
    position: fixed;
    top: 50%;
    margin-left: -275px;
    margin-top: -175px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .5);
    border-radius: 3px;
}
.motai-top2{
	width: 800px;
	margin-left: -400px;
}
.motai-tab{
	width: 1200px;
	margin-left: -600px;
	height: 650px;
	margin-top: -300px;
}
.motai-top .motai-left{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #00b0f8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.motai-top .motai-center{
	background: #fff;
}

.motai-top .motai-center p.title{
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	padding-left: 80px;
	display: block;
    line-height: 40px;
}

.motai-top .motai-center .file-word{
    color: #00b0f8;
    background: #fff;
    border-radius: 3px;
    width: 130px;
    height: 40px;
    border-color: #00b0f8;
    margin-top: 30px;
    border: 1px solid #00b0f8;
    cursor: pointer;
    font-size:14px;
}
.motai-top .motai-inp{
	display: inline-block;
}

.motai-top .motai-center span{
	color: #666;
    padding-left: 85px;
}
.motai-top .motai-op{
    margin: 20px 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.motai-top .motai-iu{
    max-height: 75px;
    overflow: auto;
}
.motai-top .motai-iu .list{
    color: #333;
    margin: 0px 25px;
    line-height: 25px;
    text-decoration: none;
    display: inline-block;
    padding-left: 0px;
}
.file{
	position: relative;
}
.motai-top .motai-center .file .file-hide {
    position: absolute;
    left: 0px;
    z-index: 222;
    opacity: 0;
    top: 31px;
    cursor: pointer;
    width: 130px;
    height: 40px;
}
.motai-top .md-alert input{
	width: 50%;
	margin: 20px auto;
	background: #00b0f8;
	display: block;
}
.motai-top .motai-iu .list img{
    margin-left: 5px;
    width: 16px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
}
.motai-top .motai-img{
    float: right;
    margin-top: 7px;
    margin-right: 8px;
    width: 24px;
    cursor: pointer;
}
/*弹出表格*/
.motai-center1{
	background: #fff;
}
.motai-center1 .tit p{
	text-align: center;
	font-size: 16px;
	ling-height:40px;
	margin: 30px 0 10px 0;
}
.motai-center1 .xh{
    text-align: center;
}
.motai-center1 th{
	line-height: 30px;
}
.motai-center1 td,.motai-center1 th{
	border:solid #e2e4e7; 
	border-width:0px 1px 1px 0px; 
	padding: 7px 8px 6px 8px;
}
.motai-center1 table{
	border:solid #e2e4e7; 
	border-width:1px 0px 0px 1px;
	padding: 7px 8px 6px 8px;
}
.motai-center1 .tablist{
	display:none;
	padding-top: 10px;
    max-height: 415px;
    overflow: auto;
}
.motai-center1 .tablist .table-grid-tit{
    width: auto;
    overflow: auto;
    margin: 0 15px;
}
.table-grid-tit{
	width: 94%;
	overflow: auto;
	margin: 0 3%;
}
.motai-center1 .tab{
    margin: 0 15px;
    border-bottom: 1px solid #e2e4e7;
}
.motai-center1 .tab li{
	float: left;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.motai-center1 .tab li.on{
	border-bottom: 2px solid #00b0f8;
	color:#00b0f8;
}
.motai-center1 input[type="number"]{
	-moz-appearance: textfield;
}
.motai-center1 input::-webkit-outer-spin-button,
.motai-center1 input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.modal-alert{
	z-index: 999999;
}
.modelBt{
	color: #F44336 !important;
    display: block !important;
    position: inherit !important;
}
/* 分页 */
.pags{
	float:right;
	margin-right:20px;
}
/*v-cloak*/
[v-cloak] {
    display: none !important;
}
