html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    color: #191e29;
}

img {
    border: 0;
    vertical-align: middle
}


.layui-layer{
  top: 300px !important;
}

button, select {
    text-transform: none
}

button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

input {
    line-height: normal;
    outline: none;
    border: none;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=text] {
    -webkit-appearance: none;
}

legend {
    margin: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

blockquote, figure, form, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none outside none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color:  #96A0B4;
    line-height: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:  #96A0B4;
    line-height: 14px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #96A0B4;
    line-height: 14px;
}

a {
    background: 0 0;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    text-decoration: none
}

a:active {
    outline: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hide {
    display: none;
}
