li{
    list-style: none;
}
input{
    outline: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
ul{
    margin: 0;
    padding: 0;
}
.clear{
    clear: both;
}
 /* 去掉date中上下小三角，但是保留input类型为number的小三角。 */
 input[type=date]::-webkit-inner-spin-button { 
    visibility: hidden; 
  }
.oInputc{
   z-index: -10;
   position: fixed;
}
input::-webkit-input-placeholder{
  color: #ddd !important;;
}