.zfmsjy-container {
  position: releative;
}
.jieshu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 757px;
  height: 560px;
  background: url(../images/zt/jieshu.png) no-repeat;
  background-size: contain;
}
.jieshu-text{
  margin-top: 321px;
  /* text-align: center; */
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 31.68px;
  color: rgba(108, 108, 108, 1);
  text-align: center;
  vertical-align: top;
}
#go{
  width: 235px;
  height: 55px;
  opacity: 1;
  border-radius: 27.5px;
  background: linear-gradient(130.33deg, rgba(0, 198, 251, 1) 0%, rgba(0, 91, 234, 1) 100%);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 4px;
  /* line-height: 39.59px; */
  color: rgba(255, 255, 255, 1);
  text-align: center;
  vertical-align: top;
  line-height: 55px;
  margin: 20px auto;
}

body {
  background-color: #fff;
}
.zfmsjy-container {

}
/* 头部 */
.header-bg {
  display: flex;
  justify-content: center;
  height: 534px;
  background: url(../images/zt/header_bg3.png) no-repeat 100% 100%;
  background-size: 100% 100%;
}
.header-bg .img-con {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.header-bg .img-con .xjindex {
  height: 90px;
}
.header-bg .img-con .xjzt-title {
  height: 287px;
  margin-top: 32px;
}

/* 内容区 */
.zt-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 70%;
  margin: 0 auto;
}
.zt-content p {
  line-height: 42px;
  font-size: 18px;
  font-weight: 400;
}
.zt-content h1 {
  padding: 34px 0px;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 3px solid rgba(204, 204, 204, 1);
  text-align: center;
}
.zt-content h2 {
  width: 35%;
  margin: auto;
  margin-top: 32px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.zt-content .zaiyao {
  margin-top: 60px;
    text-indent: 2em;
}
.zt-content .zhengwen {

}
.zt-content .zhengwen .fristLevel-content .firstLevel {
  line-height: 42px;
  font-size: 20px;
  font-weight: 700;
}
.zt-content .zhengwen .fristLevel-content .secondLevel {
  line-height: 42px;
  font-size: 18px;
  font-weight: 400;    
  text-indent: 2em;
}
.zt-content .zhengwen .fristLevel-content .secondLevel-content p {
  text-indent: 2em;
}
.time-source {
  margin-top: 25px;
}
/* 提交 */
.zt-content .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zt-content .form>textarea {
  width: 100%;
}
.zt-content .form>button {
  margin-top: 36px;
  width: 129px;
  height: 43px;
  border-radius: 100px;
  border: none;
  background: linear-gradient(180deg, rgba(255, 154, 158, 1) 0%, rgba(250, 208, 196, 1) 99%, rgba(250, 208, 196, 1) 100%);
}
/* 点赞收藏 */
.dzbox p {
  font-size: 14px;
  line-height: 20px;
}

.zt-content .dzbox {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}

.zt-content .dzbox div {
  display: inline-block;
  width: 88px;
  height: 88px;
  font-size: 14px;
  color: #7C7C7C;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  padding-top: 10px;
}

.zt-content .dzbox div.sc {
  margin-left: 20px;
}

.zt-content .dzbox span {
  font-size: 30px;
}

.zt-content .dzbox span.active {
  color: #195369;
}

/* 页面底部需要的样式 */
.fr {
  float: right;
}
.fl {
    float: left;
}
@media screen and (max-width: 750px) {
  .zt-content {
    display: inline-block;
    width: 100%;
  }
  .zt-content h2 {
    width: 70%;
  }
  .header-bg .img-con .xjzt-title,.header-bg {
    height: auto;
  }
  .header-bg .img-con .xjindex {
    height: 50px;
  }
  .header-bg .img-con .xjzt-title {
    margin-top: 10px;
  }
}
/* 响应式 */
@media screen and (min-width: 1501px) {
  .zt-content {
    width: 1200px;
  }
  .header-bg .img-con {
    width: 1200px;
  }
}

