* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Microsoft YaHei,tahoma,arial,hiragino sans gb,\5b8b\4f53,sans-serif;
  background-color: #fff;
}
[v-cloak] {
  display: none;
}
a {
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
}
.page .header1 {
  box-sizing: border-box;
  height: 180px;
  padding-top: 60px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: url("../img/bg01.jpg") no-repeat bottom / cover;
}
@media screen and (max-width: 500px) {
  .page .header1 {
    padding-top: 40px;
  }
}
.page .header1 .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.page .header1 .logo .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  background-color: #1890ff;
  border-radius: 30%;
}
.page .header1 .logo .box i {
  font-size: 36px;
  color: #fff;
}
.page .header1 .title {
  margin-top: 10px;
}
.page .header1 .title .big {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.page .header1 .title .small {
  font-size: 20px;
  color: #fff;
}
ul {
  list-style: none;
}
.link {
  text-decoration: underline;
  font-size: 14px;
  color: #777;
  cursor: pointer;
}
.text-item {
  margin-bottom: 5px;
  line-height: 1.5;
  color: #444;
  font-size: 14px;
}
.el-dialog__header {
  padding-top: 10px!important;
  border-bottom: 1px solid #f0f0f0;
}
.el-dialog__footer {
  border-top: 1px solid #f0f0f0;
}
