/*闂侇偅姘ㄩ弫锟�*/

* {
    margin: 0px;
    padding: 0px;

    box-sizing: border-box;
    /*font-weight:normal;*/
}

html {
    height: 100%
}

body {
    font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
    height: 100%;
    font-size: .1rem;
    background: #f6f6f6;
    overflow-x: hidden;
    -webkit-touch-callout: touch;
    max-width: 750px;
    margin: 0px auto;
}

::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
}

ul {
    list-style: none;
}

textarea,
input,
button {
    outline: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-family: Microsoft YaHei;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.dk {
    width: 100%;
    max-width: 720px;
    min-width: 320px;
    margin: 0 auto;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

img {
    border: 0;
    display: block;
    width: 100%
}

input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="reset"],
select {
    -webkit-appearance: none;
    outline: none;
    border: none;
    font-family: Microsoft YaHei;
    border: none;
    outline: none;
}