body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
input,
button,
textarea,
footer {
    margin: 0;
    padding: 0
}

*:not(input, textarea) {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
}

html {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    font-size: 14px;
    color: #000;
    line-height: 1;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    margin: 0 auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    /* max-width: 750px;
    margin: 0 auto; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

form {
    display: inline
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    color: #1a1a1a
}

a:hover,
a:active,
a:focus {
    /* color: #1c5aa2; */
    /* color: #000; */
    color: #1a1a1a;
    text-decoration: none;
}

a:active {
    /* color: #aaa; */
    color: #1a1a1a
}

a,
img {
    -webkit-touch-callout: none;
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}

textarea {
    resize: none
}

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

input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

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

.clearfloat:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfloat {
    *zoom: 1;
}

.none {
    display: none;
}

.block {
    display: block;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}


/* 修改弹窗样式 */

.layui-m-layerbtn {
    height: 45px;
    line-height: 45px;
}

.layui-m-layerchild {
    border-radius: 12px;
}

.layui-m-layercont {
    /* padding: 107px 30px;
    line-height: 22px;
    text-align: center; */
    /* font-size: 18px; */
    padding: 60px 15px;
    font-size: 17px;
    color: #333;
}

.layui-m-layerbtn span {
    font-size: 16px;
}

.layui-m-layerbtn,
.layui-m-layerbtn span {
    border-radius: 0 0 12px 12px;
}