#foot {
  display: none;
}
#docTitle {
  font-size: 18px;
  color: #333333;
  margin: 53px 0 26px 0;
  text-align: center;
  font-weight: 600;
}
.protection-statement {
  padding-bottom: 24px;
}

@media screen and (max-width: 1028px) {
  #top_con {
    display: none;
  }
  #docTitle {
    display: none;
  }
  .com-content {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
}

body {
  background: #eee;
}
.container {
  width: 1200px;
  height: 914px;
  padding-top: 20px;
  margin: auto;
}
.con-title {
  position: relative;
}
.el-tabs__header .el-tabs__nav-wrap .el-tabs__active-bar {
  background-color: #03bbd6 !important;
  height: 3px !important;
}
.el-tabs__item.is-active {
  color: #03bbd6 !important;
}
.el-tabs__item:hover {
  color: #03bbd6 !important;
}
.el-tabs__item {
  font-weight: bold !important;
  font-size: 16px;
}
.con-back {
  position: absolute;
  top: 10.5px;
  right: 2px;
  color: #373438;
  font-size: 14px;
  a {
    cursor: pointer;
    font-weight: 600;
  }
}
.con-inner {
  height: 820px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 10px;
  padding: 24px;
  overflow: hidden;
  position: relative;
}
h1 {
  font-weight: bold;
  text-align: left;
  margin: 8px auto;
}
h2 {
  font-weight: bold;
}
.Standard125cm {
  padding-left: 20px;
}
#data_protection {
  width: 100%;
  height: 100%;
  color: #373438;
  font-size: 14px !important;
  line-height: 24px;
  overflow: auto;
}
#iframeContain {
  padding: 0 0 20px;
}
#head {
  background: #25313b;
}
h3,
h4 {
  font-weight: bold;
  font-size: 16px;
}
/* 版本按钮基础样式 */
.version-btn {
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
}

/* 点击激活样式 */
.version-btn.active {
  background: #03bbd6; /* 蓝色背景（可替换为项目主色） */
  color: #fff; /* 白色文字 */
  border-color: #03bbd6;
}
