* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-size: 13px;
    -webkit-text-size-adjust: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

body,
p,
form,
input,
button,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden
}

input {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
    border: 0;
    background: transparent;

}

input:focus {
    outline: 0;
}

a {
    text-decoration: none;
    -webkit-touch-callout: none;
}

a:link,
a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration: none;
}

textarea {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0;
}

i {
    font-style: normal;
}

html,
body {
    width: 100%;
    max-width: 750px;
    height: 100%;
    margin: 0 auto;
}

body {

    position: relative
}

button {
    outline: 0;
    border: 0;
    background-color: transparent;
}

.clearfixa:after,
.clearfixa after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfixa {
    zoom: 1;
}

.zt {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    border: 2px solid #fff;
    transform: rotate(7deg);
    border-top: transparent;
    border-right: transparent;
    transform: rotate(50deg);
}



/*╪сть*/
.user-load {
position: fixed;
left: 50%;
margin-left: -100px;
top: 50%;
margin-top: -65px;
width: 200px;
padding: 20px 10px;
text-align: center;
background: rgba(0, 0, 0, 0.3);
color: #fff;
font-size: 14px;
z-index: 1003;
border-radius: 5px;
}
.user-load img {width:50px;padding-bottom: 10px;}



/* input:disabled, input[disabled]{ color:#999999;-webkit-text-fill-color:#999999;} */