﻿body {
  background: #f6f8fc;
}
.contactContent {
  width: 100%;
  height: auto;
}

.content {
  max-width: 1200px;
  height: auto;
  margin: 0 auto 20px;
  padding-top: 36px;
}
.content-examination{
    max-width: 970px;
    margin: 0 auto 20px;
    padding-top: 36px;
}
.content-examination .rightBox{
    background-color: #ffffff;
    padding: 15px;
}
.content .leftBox {
  min-width: 200px;
  height: auto;
  float: left;
  cursor: pointer;
  position: sticky;
  top: 80px;
  margin-bottom: 36px;
}
.content .leftBox > div {
  height: 60px;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #999999;
  background: #fff;
}
.content .leftBox > div a {
  height: 60px;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  display: block;
  color: #646464;
}
.content .leftBox > div.active {
  background: #FF5B2D;
}
.content .leftBox > div.active a {
  color: #fff;
}
.content .rightBox {
  max-width: 970px;
  height: auto;
  float: right;
  background: #fff;
  padding: 0 15px 15px;
}

iframe {
  width: 100%;
  height: calc(100vh - 200px) !important;
}
.allBottom p {
  font-size: 14px;
}
.legal-bottom {
  flex: 1;
  overflow-y: auto;
}

.page-rules .service-list{
  border-bottom: 2px solid #f5fafe;
}
.ruleToggleBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;

}

@media only screen and (max-width: 750px){
  .content{
    padding-top: 16px;
  }
  .service-list li a{
      font-size: 14px;
      padding: 6px 10px;
      line-height: 1.2em;
      min-height: 46px;
      display: flex;
      align-items: center;
  }
}
