.el-container[data-v-6ac980eb] {
  background-color: #ffff;
  height: 100vh;
}
*[data-v-6ac980eb] {
  box-sizing: border-box;
}
p[data-v-6ac980eb] {
  margin: 0px !important;
}
.box[data-v-6ac980eb] {
  width: 600px;
  height: 500px;
  /* border: 1px solid #aaa5a5; */
  margin: 50px auto;
  position: relative;
  /* padding: 10px; */
}
.box .box_bottom[data-v-6ac980eb] {
  width: 100%;
  position: absolute;
  bottom: 112px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_title[data-v-6ac980eb] {
  font-weight: 550;
  font-size: 14px;
  border-left: 5px solid #1d99f0;
  padding: 0px 10px;
  /* line-height: 44px; */
  /* border-bottom: 1px solid #aaa5a5; */
}
.item_style[data-v-6ac980eb] {
  background-color: #f8f9fb;
  padding: 15px;
  border-radius: 2px;
  display: flex;
  margin: 10px 0px;
  font-size: 14px;
}
.box_item[data-v-6ac980eb] {
  padding: 15px;
  background-color: #f8f9fb;
  height: 50%;
}
.item[data-v-6ac980eb] {
  height: 100%;
  /* width: 100%; */
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffff;
  border: 1px dotted #d1d1d1;
}
button[data-v-6ac980eb] {
  height: 32px;
  padding: 0px 20px;
  margin-left: 20px;
  /* line-height: 32px; */
}
.tis[data-v-6ac980eb] {
  color: #3ba3f3;
  font-size: 14px;
  margin-left: 20px;
}

