*,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

html {
    overflow-x: hidden;
    height: 100%;
    min-width: 320px;
    font-size: 50px;
}

body {
    background: #f5f6f7;
    color: #000;
    font-size: 0.3em;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    line-height: 1;
    overflow-x: hidden;
}

.select select:focus,
.stepper .btn,
.stepper input,
a,
a:active,
a:hover,
button:focus,
input.input-weak:focus {
    outline: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

em,
i {
    font-style: normal;
}

li,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    color: #323232;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

select,
textarea {
    -webkit-appearance: none;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

img {
    vertical-align: top;
    margin-top: -1px;
}

input:focus,
select:focus {
    outline: none;
}


/*去掉苹果input样式*/

input[type="button"],
input[type="submit"],
input[type="reset"],
textarea,
input {
    -webkit-appearance: none!important;
}

.more-ico {
    position: relative;
}

.more-ico::before {
    position: absolute;
    top: 48%;
    left: .4rem;
    display: block;
    width: 0.4em;
    height: 0.4em;
    border-bottom: 0.02rem solid #303133;
    border-left: 0.02rem solid #303133;
    content: "";
    transform: translateY(-50%) scaleY(1.2) rotateZ(45deg);
    box-sizing: border-box;
}


/*去掉记住密码input样式*/

input:-webkit-autofill {
    -webkit-text-fill-color: #222 !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: #222;
}

input:focus {
    outline: none;
}

.none {
    display: none;
}


/* @media screen and (min-width: 600px) {
    html {
        font-size: 65px !important;
    }
} */