
body{
  margin:0 0;
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}
nav {
  padding: 30px;
}
nav a {
  font-weight: bold;
  color: #2c3e50;
}
nav a.router-link-exact-active {
  color: #42b983;
}


.home {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  color: #fff;
  background-image: url(/hj/img/bgc.5df0e23c.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cardBox {
  width: calc(100vw - 40px);
  height: 15%;
  margin: 0 20px 20px 20px;
  border: 1px dashed #b2a6a6;
  border-radius: 10px;
}
.iconBox {
  float: left;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon {
  width: auto;
  height: 50%;
}
.ziBox {
  float: left;
  width: calc(50% - 20px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}


.content[data-v-f0111070] {
  display: flex;
  justify-content: center;
  padding: 8px;
  text-align: left;
}
.bigBox[data-v-f0111070] {
  padding: 2% 5% 2% 5%;
  background-color: #d4effb;
  border-color: #aab2bd;
  border-width: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #375c96;
}
.img[data-v-f0111070] {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 15px;
  right: 10px;
}
.el-checkbox[data-v-f0111070] {
  height: var(--el-checkbox-height, 60px) !important;
}
.title1[data-v-f0111070] {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #375c96;
}
.languageSwitch[data-v-f0111070] {
  margin-top: 10px;
}
.notesMsg[data-v-f0111070] {
  color: #e6a23c;
}


.content[data-v-b8888088] {
    display: flex;
    justify-content: center;
    padding: 8px;
    text-align: left;
}
.bigBox[data-v-b8888088] {
    padding: 2% 5% 2% 5%;
    background-color: #d4effb;
    border-color: #aab2bd;
    border-width: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #375c96;
}
.img[data-v-b8888088] {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 15px;
    right: 10px;
}
.el-checkbox[data-v-b8888088] {
    height: var(--el-checkbox-height, 60px) !important;
}
.title1[data-v-b8888088] {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #375c96;
    margin-right: 110px;
}
.languageSwitch[data-v-b8888088] {
    margin-top: 10px;
}
.notesMsg[data-v-b8888088] {
    color: #e6a23c;
}

