@charset "utf-8";
/**
* @description:移动端重置文件
* @author: 3c-fed
* @update: DXH (2019-01-25)
*/
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,body{
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font: 14px/1.75 -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background-color: #efeff4;
  -webkit-overflow-scrolling: touch;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
input[type="text"],
input[type="search"],
textarea {
  border: none;
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
img {
  display: block;
  max-width: 100%;
}


p {
  font-size: 16px;
  margin-top: 5px;
  word-break: break-all;
}
table {
  border: 1px solid black;
  border-collapse: collapse;
}

td {
  border-left: 1px solid black;
  border-top: 1px solid black
}

th {
  border-left: 1px solid black;
  border-top: 1px solid black
}
.content {
  padding: 0 10px 40px;
}
