#main {
  position: relative;
  z-index: 1;
}

#main > div {
  overflow: initial;
}

body {
  height: initial;
}

.button {
  padding: 0px;
  border-radius: 0px;
}

.blog-single {
  padding-top: 0px;
}

.business-inner {
  display: block;
}

.blog-sidebar .single-post .content h5 a {
  line-height: 1.2;
}

.blog-single.full-width .news-head .date {
  height: auto;
}

/* 新闻中心提交表单 开始 */
.single-form .single-form-item {
  margin-bottom: 10px;
  position: relative;
}

.single-form .single-button-submit {
  border: none;
  outline: none;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #3353ea;
  font-size: 14px;
  color: #ffffff;
}

.single-form .single-button-code {
  border: none;
  outline: none;
  width: 115px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #3353ea;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: 5px;
}

.single-form .single-button-code.form-code-countdown {
  background: #e5e5e5;
  cursor: not-allowed;
  display: none;
}
/* 新闻中心提交表单 结束 */
