#omsProtocolPage,#tradeServicePage {
  width: 800px;
  min-height: 300px;
  margin: 30px auto 0;
}
#omsProtocolPage .oms-back,#tradeServicePage .oms-back {
  display: inline-block;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.oms-back:hover {
  color: #666666;
}
.oms-index-logo {
  width: 150px;
  vertical-align: middle;
}
.oms-protocol-container {
  border: 1px solid #656565;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.oms-title {
  margin-top: 10px;
}
.oms-protocol-title {
  position: relative;
  padding-left: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
.oms-protocol-title::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  border-top: 1px solid #cdcdcd;
  top: 13px;
  left: 5px;
}
.oms-protocol-title::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 60px;
  border-top: 1px solid #cdcdcd;
  top: 13px;
}
.oms-protocol-main-box {
  border: 1px solid #7F9DB9;
  width: 600px;
  height: 500px;
  overflow-y: scroll;
  margin: 0 auto 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.oms-main-title {
  margin-top: 15px;
  text-align: center;
}
.oms-protocol-main-box {
  margin-top: 10px;
  padding: 0 5px;
}
.oms-protocol-main-box .oms-paragraph {
  margin-top: 15px;
}
.oms-close-box {
  margin-top: 10px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #ededed;
}
.oms-close-btn {
  width: 100px;
  height: 40px;
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  background: #0054a7;
}
