@charset "utf-8";
/* html{font-size:50px;} */

html {
  overflow: -moz-scrollbars-vertical;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
  position: relative;
}

body > div {
  margin-right: auto;
  margin-left: auto;
}

div,
form,
img,
ul,
ol,
li,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-weight: bold;
  font-size: 14px;
}

ul,
li {
  list-style: none;
  line-height: 24px;
}

select,
input,
button {
  outline: none;
}

img {
  border: 0px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  cursor: hand;
}


.main {
  max-width: 80%;
  margin: 7% auto;
}

.main h1 {
  width: 100%;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  margin: 20px 0;
}

.main h2 {
  width: 100%;
  font-size: 20px;
  text-align: left;
  line-height: 62px;
}

.main p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 46px;
}

.main .img_con {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main .img_con img {
  width: 30%;
  height: auto;
}

.footer {
  position: fixed;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
}

.footer a:hover {
  color: #540707;
}

@media screen and (max-width: 768px) {
  .main {
    max-width: 90%;
  }

  .main h1 {
    font-size: 24px;
  }

  .main p {
    line-height: 30px;
  }
}
size: 16px;
  }
}
