﻿/*公共样式*/
body{
	margin:0;
	padding:0;
	font:14px "siyuan";
	line-height: 24px;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face{
     font-family: 'siyuan'; 
     src: url('../font/NotoSansHans-Regular.otf');
}
[v-cloak] {
    display: none;
}
/*html {overflow-y: scroll;}
:root {overflow-y: auto;overflow-x: hidden;}
:root body {position: absolute;}
body {width: 100vw;overflow: hidden;}*/
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
}
ul,li,ol,dl,dt,dd{
	list-style:none;
}
.lf{
	float:left;
}
.rt{
	float:right;
}
.hide{
	display: none;
}
a,a:focus,a:active,a:hover,a:link{
	text-decoration:none;
}
img{
	vertical-align: middle;
}
input,textarea{
	outline: none;
	background: none;
	vertical-align: middle;
	border:1px solid #ddd;
}
i,em{
	font-style:normal;
}
.nowrap{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.overflow{
	overflow:hidden;
}
.en{
	font-family: Arial;
}
.song {
	font-family: 宋体;
}
.link{
	display:block;
	width:100%;
	height:100%;
}
.clearfloat:after{
	content:"";
	display:block;
	clear:both;
}
.padding_img {
	width: 100%;
	padding-top: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	display: block;
	overflow: hidden;
}
.padding_img img,.padding_img canvas{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	max-height: 100%!important;
	max-width: 100%;
	margin: auto!important;
	vertical-align: middle;
	box-sizing: border-box;
}
.loading{
	position: fixed;
	top: 0;left: 0;right: 0;bottom: 0;
	margin:auto;
	width: 150px;
	height: 150px;
	background: url(../images/bg1.png) no-repeat;
	border-radius:8px;
	color:#fff;
	text-align: center;
	z-index: 9999;
	display: none;
}
.loading p{
	margin-top: -30px;
}
.loading img{
	max-width: 130px;
}
body,html{
    height: 100%;
}
.header{
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 60px;
    padding-left: 200px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 1px 1px hsla(0,0%,39%,.1);
}
.main{
    overflow: hidden;
    height: 100%;
}
.leftNav{
    position: fixed;
    left:0;
    top: 0;
    width: 225px;
    background: #495060;
    height: 100%;
    overflow: auto;
    z-index: 10;
    
}
.logo{
        display: block;
        margin:15px auto;
        width: 100px;
    }
.footer{
    position: fixed;
    left:0;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding-left: 225px;
    border-top: 1px solid #ddd;
    padding-right: 60px;
}
.rightContent{
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 90px;
    left:225px;
    right: 0;bottom: 50px;
    background: #F0F0F0;
    padding: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.rightContent.open{
	left:70px;
	
}
.wcontent{
	background: #fff;
	border-radius:5px;
	transition: all 0.5s;
}
.wcontent:hover{
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	
}
.subBtn{
	padding-left: 115px;
	margin-top: 20px;
}
.subBtn>span,.subBtn>a{
	display: inline-block;
	    height: 30px;
    line-height: 30px;
    padding: 0 18px;
	background: #02993b;
	text-align: center;
	color:#fff;
	cursor: pointer;
	margin-right: 10px;
	transition: all 0.5s;
}
.subBtn>span:hover,.subBtn>a:hover{
	background: #02801C;
}
.layui-table-cell .layui-table-link{
	color:#02993B;
}
.nyNav{
    padding: 14px 16px;
    border-bottom: 1px solid #ddd;;
}
.nyNav a{
	color:#000;
}
.mainBox{
    padding: 10px;
    width: 1000px;
}
 select{
 	height: 30px;line-height: 30px; border:1px solid #ddd;
        outline: none;
 }
 table td,th{
 	text-align: center;
 	vertical-align: middle!important;
 }
 table img{
 	max-height: 80px;
 }
table a{
	color:#2D8CF0;
	margin: 0 2px;
}
.layui-table-cell{
	height: auto;
}
.sort{
	width: 30px;
    height: 30px;
    border: 1px solid #bac0cd;
    margin: 4px;
    line-height: 29px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.sort:hover{
	color: #0F7E00;
    border-color: #0F7E00;
}
.sort.list1{
	background: url(../images/list1.png) no-repeat center;
}
.sort.list1:hover{
	background: url(../images/list1cur.png) no-repeat center;
}
.sort.list2{
	background: url(../images/list2.png) no-repeat center;
}
.sort.list2:hover{
	background: url(../images/list2cur.png) no-repeat center;
}
.sort.listdown{
	background: url(../images/listdown.png) no-repeat center;
}
.sort.listdown:hover{
	background: url(../images/listdowncur.png) no-repeat center;
}
.sort.listup{
	background: url(../images/listup.png) no-repeat center;
}
.sort.listup:hover{
	background: url(../images/listupcur.png) no-repeat center;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
.layui-form-label{
	width: 105px;
	padding: 9px 5px;
}
.layui-layer-shade{
	opacity: 0.1!important;
}
.layui-form .layui-input-block{
	width: 450px;
	position: relative;
	margin-left: 115px
}
.layui-form .layui-input-block .words{
	min-height: 38px;
    line-height: 38px;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
    padding-left: 10px;
	
}
.layui-form-select dl dd.layui-this,.layui-btn,.layui-form-checked[lay-skin=primary] i,.layui-laypage .layui-laypage-curr .layui-laypage-em,.layui-layer-btn .layui-layer-btn0{
	background-color: #02993B!important;
}
.layui-form-checked[lay-skin=primary] i,.layui-form-checked[lay-skin=primary] i:hover,.layui-laypage input:focus, .layui-laypage select:focus,.layui-layer-btn .layui-layer-btn0:hover{
	border-color:#02993B!important;
}
.layui-layer-btn .layui-layer-btn0{
	border-color:#02993B!important;
}
.layui-btn-disabled{
	border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
}
.layui-btn-primary{
	background: #fff;
}
.red{
	color:red;
}
#editor{
	position: relative;
	z-index: 10;
}
textarea{
	resize: none!important;
}
.layui-table-tips-c:before{
	right: 0;
}
.layui-table-tips-c{
	line-height: 20px;
    text-align: center;
    padding: 0;
}
#edui153_body{
	display: none;
}
.layui-form-switch em{
	color: #999!important;
	margin-left: 25px;
	margin-right: 5px;
	font-size: 14px;
}
.layui-form-onswitch em{
	margin-left: 5px;
    margin-right: 25px;
    color: #fff!important;
}
.enhide{
	display: none;
}
.enshow{
	display: block;
}
.imgClose{
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	top: -3px;right: -3px;
	z-index: 10;
	background: url(../images/close.png) no-repeat;
}
@-webkit-keyframes zhuan {
	0%{
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes zhuan {
	0%{
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.layui-layer-dialog .layui-layer-content{
	text-align: center;
}
.edui-editor>div:first-child{
	height: 0!important;
}
.edui-editor>.edui-editor-toolbarbox.edui-default{
	height: 119px!important;
}
.navnew{
	width: 25px;
    position: relative;
    top: -1px;
    left: 7px;
}
#pic{position: fixed; display: none;}
#pic1{ width: 600px; height: auto; border-radius: 5px; -webkit-box-shadow: 5px 5px 5px 5px hsla(0,0%,5%,1.00); box-shadow: 5px 5px 5px 0px hsla(0,0%,5%,0.3); } 
