﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
button,
a {
    padding: 0;
    margin: 0;
    list-style: none;
    text-indent: 0px;
    -webkit-touch-callout: none;
    /*当你触摸并按住触摸目标时候，禁止或显示系统默认菜单 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after,
button:before,
button:after,
input:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

cite,
em {
    font-style: normal;
}

img,
button {
    border: 0px none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #3e3e3e;
}

button,
object {
    cursor: pointer;
    background: none;
    vertical-align: middle;
    overflow: visible;
}

object {
    cursor: default;
}

input,
button,
select,
textarea {
    outline: none;
    vertical-align: middle;
}

textarea {
    resize: none;
}

i,
b {
    font-style: normal;
    font-weight: 100;
}

input,
textarea {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder {
    color: #aaa;
}

html {
    /*表示100px=1rem;       625%    62.5%*/
    font-family: "microsoft yahei", "\534E\6587\7EC6\9ED1", Verdana, Arial, Helvetica, sans-serif;
    background: rgba(255, 255, 255, 1);
    /* font-size: calc(100vw / 7.5); */
}

body {
    font-family: "microsoft yahei", "\534E\6587\7EC6\9ED1", Verdana, Arial, Helvetica, sans-serif;
    /*微软雅黑      华文细黑     最后一个字体：ios系统默认 */
    font-size: 16px;
    /* -webkit-user-select: none; */
    /*禁止选中内容*/
    /* -webkit-text-size-adjust: auto !important; */
    /*不调整（拉伸）字大小*/
    background: #fff;
}

.app {
    width: 100%;
    /* min-height: 12.46rem; */
    /*min-height: 800px;*/
    /* background: rgba(255, 255, 255, 1); */
    max-width: 7.5rem;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    /* background: #F2F8FF; */
    overflow: hidden;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'iconfont';
    /* Project id 2901121 */
    src: url('//at.alicdn.com/t/font_2901121_35wsqsse7tm.woff2?t=1638862676679') format('woff2'),
        url('//at.alicdn.com/t/font_2901121_35wsqsse7tm.woff?t=1638862676679') format('woff'),
        url('//at.alicdn.com/t/font_2901121_35wsqsse7tm.ttf?t=1638862676679') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: 'shuzi1';
    src: url(../font/GOTHIC.TTF);
}

@font-face {
    font-family: 'shuzi2';
    src: url(../font/GOTHICB.TTF);
}

@font-face {
    font-family: 'shuzi3';
    src: url(../font/GOTHICi.TTF);
}

@font-face {
    font-family: 'shuzi4';
    src: url(../font/GOTHICBI.TTF);
}