html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  line-height: 1.5;
}
body{
  overflow-x: hidden;

}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 55px;
}
div {
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
em,
i {
  font-style: normal;
  font-weight: normal;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #27293b;
}

/* a:hover {
    text-decoration: none;
} */

.center {
  width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
}

.text {
  text-align: center;
}

.line {
  height: 15px;
  background: url("../image/line.jpeg") no-repeat center;
  background-size: cover;
}
/* 公共样式 */
.title_warp {
  position: relative;
}
.title {
  font-size: 40px;
  font-weight: 400;
  font-family: Bitter, "Noto Serif SC", serif;
}
.title_shaow {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.09);
  z-index: 2;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.stylep {
  color: #80818e;
  font-size: 18px;
}

/* 媒体查询 */
@media screen and (max-width: 800px) {
  h1 {
    font-size: 32px;
    text-align: center;
    padding: 0 15px;
  }
  .title {
    font-size: 30px;
    font-weight: 300;
  }
  .title_shaow {
    font-size: 40px;
    top: 10px;
  }
  .center {
    width: 100%;
  }
}
