/*reset*/
* {
    -webkit-tap-highlight-color: transparent
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,form,input,textarea,fieldset,legend,select,th,td{margin:0;padding: 0;}
li{list-style: none;}
a{text-decoration: none;}
img{border:0;}
body,html{
    font-size: 14px;
    font-family: "微软雅黑";
    width: 100%;
}
/*public*/
.l{float: left;}
.r{float: right;}
.clr{zoom:1;}
.clr:after{content: "";display: block;clear: both;}
.border0{border:0;}
input:-webkit-autofill {
    background-color: #FAFFBD;
    background-image: none;
    color: #000;
}
input:focus, button:focus {
    outline:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
a{
    color: #333333;
}
a:active{
    color: #333333;
}


/*
美化select
*/
.dummy{
    width: 100%;
    height: 44px;
    border: 1px solid rgba(205,205,205,1);
    border-radius: 2px;
    margin-right: 5px;
    text-indent: 10px;
    line-height: 44px;
    color: #666;
    overflow: hidden;
    background: transparent url('../images/command_ic_dropdown_n_16＊16px.png') 96% center no-repeat;
}
.beautify{
    z-index: 991;
    background: #fff;
    border: 1px solid #CDCDCD;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px;
    box-sizing: border-box;
    box-shadow:0px 2px 6px 0px rgba(143,154,166,0.1);
    overflow-y: scroll;
    overflow-x: hidden;
}
.beautify a{
    display: block;
}
.beautify a.selected{
    color: #FF5E00
}