html,
body,
input,
button,
p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body,
input,
button {
    font-family: "微软雅黑";
}

input[type="button"],
button,
input[type='submit'] {
    cursor: pointer;
}

li {
    list-style: none;
}

a {
    color: inherit;
    *color: #666666;
    text-decoration: none;
}

img {
    border: none;
}

i,
strong,
em {
    font-style: normal;
}

input,
button {
    padding: 0 6px;
    box-sizing: border-box;
}

input[type="submit"] {
    padding: 0;
}

input,
button,
select,
.input {
    border: solid 0px #cccccc;
    background: #fff;
}
#i_page_n  .inp{border: solid 1px #cccccc;}
#time_btn{
	left:2px;
	padding-right:2px !important;
}