body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul,
li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

a {
    color: #000;
    text-decoration: none;
    word-wrap: break-word;
}

a:active {
    color: #000
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    clear: both
}

html {
    font-size: 10px
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #f0f0f0
}

body {
    font-family: "思源字体","SimHei", "黑体","宋体", "Hiragino Sans GB", "SimHei", "Tahoma,arial", "sans-serif";
    background-color: #fff!important;
    font-size: 16px;
    margin: 0 auto;
}

html {
    font-size: 20px
}

@media only screen and (min-width:400px) {
    html {
        font-size: 21.33333333px!important
    }
}

@media only screen and (min-width:414px) {
    html {
        font-size: 22.08px!important
    }
}

@media only screen and (min-width:480px) {
    html {
        font-size: 25.6px!important
    }
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fn-clear {
    zoom: 1
}

.emoji_container {
    width: 99%;
    z-index: 99
}

.emoji_container .emoji_content ul li {
    width: 2.2rem;
    height: 2.2rem;
    border: 0
}

.emoji_container .emoji_content ul li img {
    width: 1.8rem;
    height: 1.8rem
}

.emoji_icon {
    width: 1rem;
    height: 1rem
}
/* 灰化 */
.gray {
    -webkit-filter: grayscale(1);
  }

  
/* footer */
.zjs-download {
    background-color: #ffffff;
    -webkit-box-shadow: 0px -8px 27px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0px -8px 27px 4px rgba(0, 0, 0, 0.07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  
  .zjs-download .zjs-download-logo {
    width: 6.9rem;
    margin: 0 0 0 0.925rem;
  }
  
  .zjs-download .zjs-download-logo img {
    display: block;
    width: 100%;
  }
  
  .zjs-download .zjs-download-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1eea8e;
    border: 1px solid #1eea8e;
    border-radius: 5px;
    color: #fff;
    font-family: inherit;
    font-size: 0.7rem;
    width: 3.75rem;
    height: 1.375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0.925rem 0 0;
  }
  
  .zjs-download .zjs-download-open span {
    display: block;
  }
  
  .zjs-download .zjs-download-open img {
    display: block;
    width: 0.3rem;
    margin-left: 0.25rem;
  }
  