body,p,ul,h1,h2,h3,h4,h5,h6,ol,dd,dl,input,i,em {
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    outline:0;
    font-weight:normal;
    font-style:normal
}
button{outline: none;}
a {
    text-decoration:none;
    color:#0b0b0b;
    font-size:14px
}
select {
    -webkit-appearance:menulist-button;
    -webkit-appearance:none
}
body,input,textarea {
    font-size:14px;
    font-family: "Microsoft YaHei";
    color:#0b0b0b
}
img {
    border:0;
}
i{display: block;}
.clear:after {
    content:"";
    height:0;
    visibility:hidden;
    display:block;
    clear:both
}
html,body {
    /*min-width:1148px;*/
    background-color:#fff;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.yxkChecked {
    color:#D20000!important;
}
.yxkAllowed{
    cursor: pointer !important;
}
.yxkNotAllowed{
    cursor: not-allowed !important;
}
/*input框提示错误样式*/
.yxkBoderWraning{border-color: #d20000 !important;}
.show{display: block !important;}
.hide{display: none !important;}



