#footer {
  margin-top: 120px;
}
.zmd-qgtmd {
  background-color: #eee;
  text-align: center;
}
.zmd-qgtmd .col-1,
.zmd-qgtmd .col-2,
.zmd-qgtmd .col-3,
.zmd-qgtmd .col-4,
.zmd-qgtmd .col-5,
.zmd-qgtmd .col-6,
.zmd-qgtmd .col-7,
.zmd-qgtmd .col-8,
.zmd-qgtmd .col-9,
.zmd-qgtmd .col-10,
.zmd-qgtmd .col-11,
.zmd-qgtmd .col-12 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.zmd-qgtmd-focus {
  padding-top: 60px;
  text-align: center;
}
.zmd-qgtmd-cell {
  padding: 8px;
}
.zmd-qgtmd-header {
  color: #fff;
  font-weight: bolder;
}
.zmd-qgtmd-header .zmd-qgtmd-cell {
  background-color: #333;
}
.zmd-qgtmd iframe {
  border: 0;
  display: block;
  width: 100%;
  min-height: 622px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.zmd-qgtmd-body {
  padding-bottom: 80px;
  margin-top: 10px;
}
.zmd-qgtmd-body .zmd-qgtmd-row {
  color: #666;
  margin-bottom: 10px;
}
.zmd-qgtmd-body .zmd-qgtmd-row:hover .zmd-qgtmd-cell {
  background-color: #b2945a;
  color: #fff;
}
.zmd-qgtmd-body .zmd-qgtmd-row:hover a {
  color: #fff !important;
}
.zmd-qgtmd-body .zmd-qgtmd-cell {
  cursor: pointer;
  -webkit-transition: background 0.6s, color 0.6s;
  transition: background 0.6s, color 0.6s;
  word-break: break-all;
  height: 100%;
  background-color: #ddd;
}
.zmd-qgtmd-body .zmd-qgtmd-cell a {
  -webkit-transition: background 0.6s, color 0.6s;
  transition: background 0.6s, color 0.6s;
  color: #666;
}
.zmd-qgtmd-body .zmd-qgtmd-cell a:hover {
  color: #fff !important;
}
.zmd-qgtmd-footer {
  padding-bottom: 80px;
}
.zmd-qgtmd-footer .z-pagination {
  margin-top: 0;
  margin-bottom: 0;
}
.zmd-qgtmd-empty {
  padding-bottom: 80px;
  color: #666;
  text-align: center;
}
.zmd-tydzs {
  padding: 0 50px;
}
.zmd-tydzs .zmd-tydzs-content {
  position: relative;
  border: 2px solid #ddd;
  padding: 30px;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .zmd-tydzs .zmd-tydzs-content {
    height: 600px;
  }
}
@media screen and (max-width: 1000px) {
  .zmd-tydzs .zmd-tydzs-content {
    height: 500px;
  }
}
@media screen and (max-width: 800px) {
  .zmd-tydzs .zmd-tydzs-content {
    height: 400px;
  }
}
.zmd-tydzs .zmd-tydzs-content .zmd-tydzs-line1 {
  position: absolute;
  background-color: #fff;
  -webkit-transition: left 0.4s, width 1s;
  transition: left 0.4s, width 1s;
  height: 6px;
  width: 15%;
  left: 10%;
  top: -3px;
}
.zmd-tydzs .zmd-tydzs-content .zmd-tydzs-line2 {
  position: absolute;
  background-color: #fff;
  -webkit-transition: left 0.4s, width 1s;
  transition: left 0.4s, width 1s;
  height: 6px;
  width: 40%;
  left: 60%;
  top: -3px;
}
.zmd-tydzs .zmd-tydzs-content .zmd-tydzs-line2::after {
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #ddd;
  margin-top: -6px;
}
.zmd-tydzs .zmd-tydzs-content .zmd-tydzs-line3 {
  position: absolute;
  background-color: #fff;
  -webkit-transition: left 0.4s, width 1s;
  transition: left 0.4s, width 1s;
  width: 6px;
  height: 15%;
  top: -2px;
  right: -3px;
}
.zmd-tydzs .zmd-tydzs-content .zmd-tydzs-line4 {
  position: absolute;
  background-color: #fff;
  -webkit-transition: left 0.4s, width 1s;
  transition: left 0.4s, width 1s;
  height: 6px;
  width: 40%;
  left: 10%;
  bottom: -3px;
}
.zmd-tydzs .zmd-tydzs-content .zmd-tydzs-line4::after {
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #ddd;
  margin-top: -3px;
  float: right;
}
.zmd-tydzs .zmd-tydzs-row1,
.zmd-tydzs .zmd-tydzs-row2,
.zmd-tydzs .zmd-tydzs-row3 {
  overflow: hidden;
}
.zmd-tydzs .zmd-tydzs-col1,
.zmd-tydzs .zmd-tydzs-col2 {
  margin: 5px;
  overflow: hidden;
}
.zmd-tydzs .zmd-tydzs-row1 {
  width: 35%;
}
.zmd-tydzs .zmd-tydzs-row1 .zmd-tydzs-col1 {
  height: 55%;
}
.zmd-tydzs .zmd-tydzs-row1 .zmd-tydzs-col2 {
  height: 45%;
}
.zmd-tydzs .zmd-tydzs-row2 {
  width: 35%;
}
.zmd-tydzs .zmd-tydzs-row2 .zmd-tydzs-col1 {
  height: 45%;
}
.zmd-tydzs .zmd-tydzs-row2 .zmd-tydzs-col2 {
  height: 55%;
}
.zmd-tydzs .zmd-tydzs-row3 {
  width: 30%;
}
.zmd-tydzs .zmd-tydzs-row3 .zmd-tydzs-col1 {
  height: 55%;
}
.zmd-tydzs .zmd-tydzs-row3 .zmd-tydzs-col2 {
  height: 45%;
}
