/*@font-face {*/
/*    font-family: 'PingFang SC';*/
/*    src: url("https://giraffe-wechat.oss-cn-shanghai.aliyuncs.com/pay/font/2.ttf");*/
/*}*/

/*@font-face {*/
/*    font-family: 'PingFang SC2';*/
/*    src: url("https://giraffe-wechat.oss-cn-shanghai.aliyuncs.com/pay/font/4.ttf");*/
/*}*/

body,
html {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "WenQuanYi Micro Hei", sans-serif;
}

body,
div,
p,
span,
ul,
li,
iframe,
header,
footer,
a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

div,
input,
textarea,
p,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea, select {
    -webkit-appearance: none;
    background: none;
    border: none;
    resize: none;
    box-sizing: border-box;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #c3c7de;
    font-size: 0.09rem;
}

input:focus,
textarea:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}