:root {
  /*主色调*/
  --ppc-primary-color: #008000;
  /*页面宽度*/
  --ppc-body-width: 720px;
}

#app {
  max-width: var(--ppc-body-width);
  margin: 0 auto !important;

  border-left: solid 1px #008000;
  border-right: solid 1px #008000;
  box-sizing: content-box;
  background: #fff;
}
html {
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  box-sizing: border-box;
}
html {
}
body {
  line-height: 1.5;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  background: #f0f5f9;
}
input,
select,
button,
textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 100%;
  color: inherit;
  border: 0;
  font-family: inherit;
  outline: none;
  resize: none;
}
input[type="text"] {
  -webkit-appearance: none;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

.page {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 5px;
  border-left: solid 2px #a37200;
  border-right: solid 2px #a37200;
  box-sizing: content-box;
  background: #fff;
}

table {
  border-color: grey !important;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  width: 100%;
}
table td {
  border: 1px solid;
}
img {
  display: inline-block !important;
}

.neirong-txt p {
  padding: 5px 0;
}
.neirong-txt {
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "宋体";
}
.qingchu {
  padding: 10px 0;
  font-size: 16px;
  color: #000000;
  border-top: solid 1px #008000;
  border-bottom: solid 1px #008000;
}
.big-tit {
  padding: 10px 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.pad-box {
  margin: 0px 0px 0 0px;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  border: solid 1px #008000;
}
.widget-33 {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.btn-lead-1 {
  background-color: red;
  border-radius: 55px;
  color: white;
  font-weight: bold;
  padding: 1px 3px;
}
.qiehuangleixingdiv {
  background-image: url(https://pic.whatsapinow.com/group1/default/images/006400%201.png);
  background-size: 100% 40px;
  background-repeat: no-repeat;
  height: 40px;
  align-items: center;
  color: #fff;
  background-color: #eee;
}
