h1,
h2,
p {
  line-height: 1.4em;
  word-break: break-all;
}
input,
textarea {
  font-family: "微软雅黑";
  padding: 0.71428571rem;
}
a {
  text-decoration: none;
}
.wrapper {
  margin: 1.42857143rem 0 2.14285714rem;
  padding: 0.71428571rem 1.07142857rem;
}

/*不显示滚动条*/
.hidden-scrollbar {
  width: 100vw;
  height: 100vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
  box-sizing: border-box;
  padding-bottom: 5.71428571rem;
  position: relative;
}
.hidden-scrollbar-art {
  width: 100vw;
  height: 100vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
  box-sizing: border-box;
  position: relative;
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
}
.formitem {
  width: 100%;
}
.formitem input {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: none;
  padding: 0.71428571rem 1.07142857rem;
  margin: 0.71428571rem 0;
  border-radius: 4px;
  background: #f4f4f4;
  color: #999;
  font-size: 1.14285714rem;
}
.formitem-bt {
  display: inline-block;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.14285714rem;
  width: 100%;
  height: 3.21428571rem;
  /*line-height: 3.21428571rem;*/
  background: #0086FF;
  border-radius: 4px !important;
  text-align: center;
  margin: 1.42857143rem 0 0;
}
.contact {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.42857143rem 0;
  background: #fff;
  z-index: 999;
  width: 100%;
}
.contact > div {
  text-align: center;
  font-size: 0;
  flex: 1;
}
.contact > div img {
  width: 1.42857143rem;
  height: 1.42857143rem;
  vertical-align: middle;
}
.contact > div span {
  height: 2.85714286rem;
  line-height: 2.85714286rem;
  vertical-align: middle;
  color: #606265;
  font-size: 1rem;
  padding-left: 0.71428571rem;
}

.mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}
.mask .mask-container {
  background: #fff;
  width: 31.42857143rem;
  height: 31.42857143rem;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  padding: 2.85714286rem;
  margin: 14.28571429rem auto 0;
}
.mask .mask-container .mask-title {
  color: #000;
  font-size: 1.14285714rem;
  font-weight: bold;
  margin: 2.14285714rem 0;
  text-align: center;
}
.mask .mask-container .mask-close {
  position: absolute;
  top: 0.71428571rem;
  right: 0.71428571rem;
}
.mask .mask-container .mask-close img {
  width: 2rem;
  height: 2rem;
}
.mask .mask-container {
  width: 22.85714286rem;
  height: 25rem;
  padding: 1.78571429rem;
  margin: 40% auto 0;
}
.mask .mask-container .mask-title {
  margin: 0 0 1.42857143rem;
}
.more-data {
  background: #F7F8F9;
  border-radius: 5px;
  text-align: center;
  margin-top: 2.85714286rem;
}
.more-data a {
  height: 2.85714286rem;
  line-height: 2.85714286rem;
  color: #999999;
  font-size: 0.85714286rem;
}
.m-v-60 {
  margin-top: 4.28571429rem;
  margin-bottom: 4.28571429rem;
}
.m-v-20 {
  margin-top: 1.42857143rem;
  margin-bottom: 1.42857143rem;
}
.m-b-40 {
  margin-bottom: 2.85714286rem;
}
.m-t-70 {
  margin-top: 5rem;
}
.p-h-15 {
  padding-left: 1.07142857rem;
  padding-right: 1.07142857rem;
}
.pagination a {
  margin: 0 5px !important;
}
.footer .record a {
  text-align: center;
  font-size: 0.85714286rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .company a:first-child {
  display: none;
}
.header {
  position:sticky;
  top:0;
  left:0;
  z-index: 99999;
  background: #fff;
}
h2{
    font-weight: bold;
    font-size: 20px;
}
h3{
    font-weight: bold;
    font-size: 18px;
}
strong{
    font-weight: bold;
}