html {
    font-size: 62.5%
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
inpcout,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-size: 12px;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif
}

caption,
td,
th {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

a {
    color: #000;
    text-decoration: none
}

a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: none
}

img {
    border: none;
    padding: 0;
    margin: 0
}

li,
ol,
ul {
    list-style: none
}

button,
input,
select,
textarea {
    font-size: 14px
}

table {
    border-collapse: collapse
}

.dis_show {
    display: block
}

.dis_hide,
.hidden {
    display: none
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.clearfix:after {
    clear: both
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.btn-large {
    cursor: pointer
}

.btn-large:focus {
    outline: none
}

.error_box i {
    top: 10px
}

.iconwaring {
    background: url(/static/images/waring.213bacc.png) no-repeat;
    background-size: contain
}
.inputstyle{
	width: 84px;height:38px;color: transparent;text-shadow: 0 0 0 #111111;font-size:16px; position: absolute;top:0;left:0;background:#fff;border:none;outline: none;box-shadow: none;border-radius: 8px;padding-left:20px
}