* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: "PingFang SC",'Microsoft YaHei',"Open Sans", sans-serif; 
    font-size: 14px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    color: #333;
    background: #fff;
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
}

a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #000;
    text-decoration: none;
}

img {
    display: block;
    border: none;
}

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

input {
    border: 0;
    background: none;
    width: 100%;
}

input:focus {
    outline:none;
} 

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

.layui-layer {
    border-radius: 10px!important;
}

.layui-layer-btn .layui-layer-btn0 {
    background: #1456f0!important;
    border: #1456f0!important;
}