@charset "utf-8";
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Arial, '微软雅黑';
}
body,
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, '微软雅黑';
    position: relative;
    /*font-size: 64px !important;*/
}

ul,
li,
p,
h1,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
}

ul{
    margin-bottom:0 !important;
}

li {
    list-style: none;
}

button {
    padding: 0;
    outline: none;
    border: none;
}

input {
    outline: none;
    box-sizing: border-box;
    font-family: Arial, 'Microsoft Yahei';
    box-shadow: none !important;
}

input[readonly] {
    background-color: #fff !important;
    cursor: pointer !important;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}
