* {
  padding: 0;
  margin: 0;
}
html{
  height: 100%;
  touch-action: none;
  overflow-y: auto;
}
body {
  font-size: 15px;
  line-height: 1.75;
  position: relative;
  font-family: Helvetica, Microsoft YaHei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
  font-style: normal;
  width: 100%;
  overflow-y: auto;

  -webkit-touch-callout: none;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%
}

header,
nav,
footer,
.sbanner {
  width: 100%;
  margin: 0 auto;
}

img {
  border: 0;
  vertical-align: top
}

button,
input,
select,
textarea {
  border: 0;
  outline: none;
  font-size: 100%;
  resize: none;
  color: #414141
}

button,
input[type="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  text-decoration: none;
  color: #414141;
}

a:hover {
  cursor: pointer;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

.clearfix {
  zoom: 1;
  /*==for IE6/7 Maxthon2==*/
}
.prortol{
  width: 95%;
  padding: 0 2.5%;
  text-align: justify;
  color:rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}
.prortol p,.prortol div{
  text-indent: 2em;
  margin:10px 0;
}
.prortol div p{
  margin:15px 0;
}
h1{
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color:#333;
}
em{
  display: block;
  width: 100%;
}
.kjj{
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin:15px 0;
}
.message{
  display: flex;
  justify-content: center;
  font-size: 14px;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
}
.message span{
  display: inline-block;
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.zxMessage{
  font-size: 14px;
  padding: 0 15px;
  margin-top: 50px;
}
.zxMessage div{
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
}
.zxMessage div i{
  color: #1D9BF0;
}
.more-text{
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
}







