.text-container {
  margin: 0 auto;
  width: 1200px;
}
.container-head {
  height: 102px;
  line-height: 102px;
  background:rgba(245,245,245,1);
}
body {
  background:rgba(245,245,245,1);
}
.first-span {
  width:33px;
  height:22px;
  font-size:16px;
  font-family:PingFangSC-Semibold,PingFang SC;
  font-weight:600;
  color:rgba(152,152,152,1);
  line-height:22px;
}
.second-span {
  width:65px;
  height:22px;
  font-size:16px;
  font-family:PingFangSC-Semibold,PingFang SC;
  font-weight:600;
  color:rgba(51,51,51,1);
  line-height:22px;
}
.container-command {
  width:1200px;
  height:60px;
  background:rgba(239,239,239,1);
  line-height: 60px;
}
.container-footer {
  width:1200px;
  background:rgba(254,254,254,1);
}
.article {

  color:black;
  line-height:26px;
  /* letter-spacing:1px; */
  margin-left: 35px;
  margin-right: 35px;
}
.container-footer {
  width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.h-span {
  margin-left: 37px;
}
.page {
  background:rgba(245,245,245,1);
  min-height:1000px;
}
.support {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 236px;
}
.support>span {
  line-height: 28px;
}
.supportIcon {
  width: 101px;
  height: 28px;
}
.meeting {
  width: 70px;
  color: #3CB5DA;
}
.meeting>img {
  position: absolute;
}
.meeting>div{
  text-align: center;
}
.footer-right {
  text-align: right;
  line-height: 28px;
}
.text {
  position: relative;
  z-index: -1 !important;
}
.text-img {
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
.img1 {
  width: 100%;
  position: relative;
}

.page-container {
  margin: 0 auto;
  width: 1200px;
}
.page-container-head {
  display: flex;
  align-items: center;
  line-height: 102px;
  background:rgba(245,245,245,1);
  margin-bottom: 39px;
  margin-top:40px;
}
.page-first-span {
  height:22px;
  font-size:16px;
  font-family:PingFangSC-Semibold,PingFang SC;
  font-weight:600;
  color:rgba(152,152,152,1);
  line-height:22px;
  margin-right: 5px;
}
.page-second-span {
 font-size:16px;
 font-family:PingFangSC-Semibold,PingFang SC;
 font-weight:600;
 color:rgba(51,51,51,1);
 line-height:22px;
 margin-left: 5px;
 flex: 1;
}
.head-img {
  margin-top: -2px;
}
#test1 {
  z-index: -1 !important;
}
  .page-container { flex: 1  1  auto; }
  .article p {
    /* text-align: justify; */
   /*  word-break: break-all; */
  }
  .UEditorTable {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table td, table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px 5px;
}
.container-footer   .article p img  {
  max-width:100%;
}