.container {
  display: none;
}
.bodyStyle {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.bodyStyle div {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 40px !important;
  background-color: #fff;
}
.bodyStyle div span {
  font-family: inherit !important;
        font-size: 16px!important;
        line-height: 24px;
}
.bodyStyle div p {
  padding: 0 40px;
  font-family: inherit!important;
  margin: 0!important;
}
.bodyStyle div p:first-child{
  height: 76px;
  line-height: 76px;
  margin: 0!important;
  margin-bottom: 30px!important;
  background: #EBEBEB;
  font-size: 26px!important;
  color: #000000;
  box-shadow: 0px -1px 0px 0px #E1E1E1;
  text-indent: 0!important;
}
.bodyStyle div p:first-child span{
  font-size: 26px!important;
}

/* 底部样式 */
.home-card {
  width: 100%;
  background: #F8F9FA;
  overflow: auto;
}
.home-footer {
  clear: both;
  height: 82px;
  background: #f5f5f7;
}
.home-footer p {
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}
.home-footer .agreement {
  padding-top: 18px;
  padding-bottom: 5px;
}
.home-footer .agreement a {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  text-decoration: none;
}
