.top-notice{
  width: 100%;
  height:38px;
  background-color: #5789e9;
  display:none;
}
.top-notice-con{
  width: 1200px;
  height:38px;
  margin: auto;
  font-size: 0px;
}
.top-notice-text{
  color: #ffffff;
  font-size: 14px;
  line-height: 38px;
  display: inline-block;
  text-align: left;
}
.top-notice-btn{
  width: 64px;
  height: 22px;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
  color: #5789e9;
  display: inline-block;
  margin-left: 16px;
  cursor: pointer;
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -khtml-user-select:none;
  user-select:none;
}
.top-notice-btn:active{
  background-color: #216BFF;
}