body {
  background: #eee;
}
.container {
  width: 1480px;
  height: 914px;
  padding-top: 20px;
  margin: auto;
}
.con-title {
  position: relative;
}
.con-back {
  position: absolute;
  top: 10.5px;
  right: 2px;
  color: #373438;
  font-size: 14px;
}
.con-back a {
  text-decoration: underline;
}
.con-back a:hover {
  color: #03BBD6;
}
.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;
}
.master-nav a{
  color:#fff;
}
.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;
}

.MsoNormal a{
   text-decoration: underline;
   color: #0563c1;
}
.MsoNormal a span{
  color: #0563c1 !important;
}
.agree-download {
  position: absolute;
  right: 50px;
  top: 16px;
  display: none;
}
.agree-download img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.download-show {
  display: block;
}