*{
    margin: 0px;
    padding: 0px;
  
}
html{
	font-size:14px;
    color: #4c4c4c;
}
body{
    font-family: 微软雅黑,楷书,宋体;
    border:0;
}
a{
    text-decoration:none;
    color: #4c4c4c;
}
ul li{
    list-style: none;
}
img {
    border:none;
    padding:0px;
    margin:0px;
}
iframe{
    border: none !important;
}
table{
    border-collapse:collapse !important;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
textarea{
	outline: none;
	resize:none;
	overflow-y: auto;
}
.eliminate{
    width: 100%;
    overflow: hidden;
}

.bk{
    word-break:break-all;
}
.db{
    display: block;
    overflow: hidden;
}
.dl{
    display: inline-block;
}
.a_po{
    position: absolute;
    top:4px;
    right: 1%;
    font-size: 12px;
    font-weight: 100;
    color: #87868b;
}
.bor{
    box-sizing:border-box;
}
.im{
    display: block;
    width: 100%;
    height: 100%;
}
.ma{
    margin: 10px 0px;
}