.agreement {
  height: 100%;
  width: 100%;
  background-image: url(../images/dialog_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agreement-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  text-align: center;
  margin: 50px 0;
}
.agreement-content .el-scrollbar__wrap{
  overflow-x: hidden;
}
.agreement-content{
  height: calc(100% - 220px);
}
.xy-info {
  margin-bottom: 14px;
  user-select: none;
}
.agreement-btn{
  margin-top: 20px;
}
.agreement-content-out{
  padding: 0 50px;
}
.agreement-close{
  position: absolute;
  top: 28px;
  right: 24px;
  height: 30px;
  width: 30px;
  cursor: pointer;

}

[v-cloak] {
  display: none !important;
}
