* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
	font-weight: normal;
        font-size: small;
        word-break:break-all;
}
div {
    white-space: normal;
}
form{
    white-space: normal;
}
a {
	text-decoration: none;
	color: #000;
	border: 0px;
}
input {
    white-space: nowrap;
    text-overflow: ellipsis;  
    height: 24px;
    line-height: 24px;
    border: 1px solid #95B8E7;
    border-radius: 5px 5px 5px 5px;
    margin: 2px 0;
}
input[type="radio"] {
    width: 13px;
    height: 13px;
}
td {
    //white-space: nowrap;
    //text-overflow: ellipsis;    
}
label {
    white-space: nowrap;
    text-overflow: ellipsis;        
}
li {
    white-space: nowrap;
    text-overflow: ellipsis;        
}
v {
    color: red;
}
u {
    text-decoration: none;
}
button{
    border: 1px solid red;
    padding: 0 5px;
}
body{
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}
select {
    border: 1px solid #ddd;
}
#printbox{
    margin: 0mm 0;
    padding: 0;
    font-size: xx-small;
    //text-align: center;
}
#printbox p{
    font-size: xx-small;
}
#printbox th{
    font-size: xx-small;
}
.pop{
    position: fixed;
    left: 30vw;
    top: 20vh;
    width: 40vw;
    height: 60vh;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-bottom: 2px solid #555;
    border-right: 2px solid #555;
    background: #fff;
    z-index: 9;
    font-size: small;    
    overflow: hidden;
}
.pop_title{
    width: 86%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #555;
    background: #ddd;
    text-align: center;
    font-size: medium;
    float: left;
    overflow: hidden;
}
.pop_title_print{
    width: 81%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #555;
    background: #ddd;
    text-align: center;
    font-size: medium;
    float: left;
}
.pop_close{
    width: 7%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #555;
    background: #ddd;
    text-align: center;
    font-size: medium;
    float: left;
    cursor: pointer;
}
.pop_print{
    width: 5%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #555;
    background: #ddd;
    text-align: center;
    float: left;
    cursor: pointer;
}
.pop_content{
    width: 100%;
    height: 90%;
    overflow: auto;
    padding: 2px 2px;
}
.pop_content p{
    margin-top: 5px;
}
.pop_content ul{
    float: left;
    width: 100%;
}
.pop_content li{
    float: left;
    list-style:none;
}
.pop_content button{
    border: 1px solid red;
    margin-right: 2vw;
    margin-top: 2vh;
    padding: 0.5vh 2vw;
}
.inputbox{
    width: 98%;
    padding: 1% 1%;
    font-size: small;
    line-height: 4vh;
}
.inputbox input{
    font-size: small;
    //line-height: 3vh;//IE9input输入框不支持line-height属性，导致内容超出输入框之外
    padding: 0 10px;
    //border-radius: 10px;
    border:1px solid #d43d3d;
}
.inputbox textarea{
    border:1px solid #d43d3d;
}
.button{
    width: 80%;
    height: 5vh;
    font-size: medium;
    line-height: 5vh;
    text-align: center;
    border: 1px solid #d43d3d;
    border-radius: 10px;
}
#popwindow{
    position: absolute;
    left: 30vw;
    top: 20vh;
    width: 40vw;
    height: 60vh;
    border-top: 4px solid #ddd;
    border-left: 4px solid #ddd;
    border-bottom: 4px solid #555;
    border-right: 4px solid #555;
    background: #fff;
    z-index: 99;
    overflow: auto;
    font-size: medium;
    //filter:alpha(Opacity=80);
    //-moz-opacity:0.5;
    //opacity: 0.5;
}
.listtitle {
	width: 98.7%;
        padding-right: 1.3%;
        height: 3vh;
	text-align: center;
	font-size: small;
        line-height: 3vh;
	background: #cdefdd;
	border-bottom: 1px solid #DDDDDD;
        list-style:none;
        float: left;
        cursor: pointer;
}
.listtitle1 {
	width: 98.7%;
        padding-right: 1.3%;
        height: 3vh;
	text-align: center;
	font-size: small;
        line-height: 3vh;
	background: #cdefdd;
	border-bottom: 1px solid #DDDDDD;
        list-style:none;
        float: left;
        cursor: pointer;
}
.listfoot {
	width: 100%;
        height: 3vh;
        line-height: 3vh;
	background: #ddd;
	border-top: 1px solid #555;
        list-style:none;
        float: left;
}
.listtitle li{
   float: left;
   text-align: left;
}
.listtitle1 li{
   float: left;
}
.listcontent {
	width: 100%;
        height: 3vh;
	text-align: center;
	font-size: small;
        line-height: 3vh;
	border-bottom: 1px solid #eee;
        list-style:none;
        float: left;
        background: #fff;
        margin-bottom: 1px;
}
.listcontent li{
    float: left;
    height: 3vh;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.listcontent li input{
    border: 1px solid #555;
}
#finance ul li input{
    text-align: right;
    margin-top: 0.1vh;
}
.listtitle img {
	width: 5%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;	
}
#errortxt { 
	width: 100% ;
	height: 45vh;
	overflow: hidden;
	box-sizing: border-box;
	//padding: 10%;
	text-align: center;
	//color: #6A6F77;
	font-size: medium;
}
#errortxt img {
	width: 35%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5%;
}
#errortxt h5 {
	width: 100%;
	text-align: left;
	font-size: 3.5vw;
	padding: 10%;
}
.publishlistbtn {
	width: 88%;
        height: 4vh;
	font-size: small;
	padding-left: 4.5%;
	padding-right: 5%;
	padding-top: 1%;
	padding-bottom: 6%;
	margin-top: 2%;
	border-radius: 10px;
	border:1px solid #d43d3d;
	-web-kit-appearance:none;/*去掉ios系统input阴影*/
	-webkit-appearance: none;/*去掉ios系统input阴影*/
    -moz-appearance: none;/*去掉ios系统input阴影*/
    outline:0;
    background: #D43D3D;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.top{
    width: 100%;
    height: 25px;
    background: #ccc;
    font-size: large;
    line-height: 25px;
    overflow: hidden;
}
.header{
    width: 100%;
    height: 70px;
    background-image: url('/images/head.jpg');
    background-position: 100% 50%;
    text-align: center;
    font-size: xxx-large;
    line-height: 70px;
    color: #a11
}
.menu_pc{
    position: relative;
    width: 12%;
    background: #155;
    float: left;
    font-size: medium;
    line-height: 4vh;
    overflow: auto;
}
.menu_mobile{
    position: relative;
    width: 100%;
    background: #DCAC6C;
    float: left;
    color: black;
}
.menu_pc w{
    color: white;
    cursor: pointer;
    font-size: large;
}
.menu_pc a{
    font-size: large;
}
.menu_mobile w{
    color: black;
    cursor: pointer;
    font-size: large;
}
.menu_mobile a{
    font-size: large;
}
.menu_mobile label{
    font-size: medium;
    float: left;
    margin: 2px 5px;
    cursor: pointer;
}
.submenu{
    position: fixed;
    left: 30vw;
    top: 20vh;
    width: 40vw;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    background: #fff;
    z-index: 9;
    font-size: small;    
    overflow: hidden;    
}
.submenu label{
    font-size: medium;
    margin: 2px 0;
    cursor: pointer;
    //float: left;
}
.link{
    width: 8%;
    background: #ccc;
    float: right;
    font-size: small;
    line-height: 4vh;
    overflow: hidden;
}
.link a{
    font-size: medium;
}
.content_pc{
    width: 80%;
    height: 100%;
    background: #fff;
    float: left;
    overflow: auto;
}
.content_mobile{
    width: 100%;
    height: 100%;
    background: #fff;
    float: left;
    overflow: hidden;
}
#content_map{
    width: 100%;
    height: 100%;
}
.content_title{
    width: 100%;
    height: 5vh;
    background: #ddd;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    line-height: 5vh;
    font-size: medium;
    float: left;
}
.content_title_left{
    margin-left: 1%;
    width: 30%;
    height: 100%;
    float: left;
}
.content_title_middle{
    margin-left: 1%;
    width: 50%;
    height: 100%;
    float: left;    
    overflow: hidden;
}
.content_title_middle input{
    width: 27%;
    border: 1px solid #555;
}
.content_title_middle button{
    width: 8%;
    float: left;
    height: 3vh;
    border: 1px solid #555;
    margin: 1vh 0.5vw 0 0.5vw;
}
.content_title_middle_left{
    width: 18%;
    float: left;
}
.content_title_middle_right{
    width: 71%;
    float: left;
    border: 1px solid #555;
    background: white;
    margin-top: 0.5vh;
    height: 4vh;
    cursor: text;
}
.content_title_middle_right input{
    width: 100%;
    height: 100%;
}
.content_title_middle_confirm{
    text-align: center;
    width: 10%;
    float: left;
    border: 1px solid #000;
    height: 4vh;
    margin-top: 0.5vh;
}
.content_title_middle_confirm input{
    width: 100%;
    height: 100%;
}
.content_title_right{
    margin-right: 1%;
    margin-top: 0.3%;
    width: 17%;
    height: 80%;
    background: #D43D3D;
    float: right;
    color: white;
    text-align: center;
    line-height: 4vh;
    cursor: pointer;
}
.content_content{
    width: 100%;
    height: 72vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.content_detail w{
    color: blue;
}
.content_detail button{
    margin: 0 10px 0 10px;
    padding: 0 5px 0 5px;
}
.content_detail input{
    border: 1px solid red;
}
.content_content_left{
    width: 50%;
    float: left;
}
.content_content_right{
    width: 50%;
    float: left;
}
.content_foot{
    width: 100%;
    height: 3%;
}
.cats{
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    font-size: medium;
    color: blue;
}
.foot{
    width: 100%;
    height: 20px;
    background: #ddd;
    float: left;
    text-align: center;
}
#ueditor{
    position: absolute;
    left: 20vw;
    top: 15vh;
    width: 75vw;
    height: 500px;
    border-top: 4px solid #ddd;
    border-left: 4px solid #ddd;
    border-bottom: 4px solid #555;
    border-right: 4px solid #555;
    background: #ccc;
    z-index: 999;
    overflow: auto;
    font-size: medium;
}
#id_ca{
    position: absolute;
    left: 93vw;
    top: 15vh;
    width: 2.5vw;
    height: 2.5vw;
    font-size: xx-large;
    z-index: 9999;
    cursor: pointer;
}
.upload{
    width: 100%;
    height: 100%;
}
.datagrid-row-selected{
    background: #fced89 !important; /*调整优先级,否则会被自定义rowStyler覆盖*/
    color: #000000;
}
.datagrid-row-over,
.datagrid-header td.datagrid-header-over {
    background: #cddbef !important; /*调整优先级,否则会被自定义rowStyler覆盖*/
    color: #000000;
    cursor: default;
}
