* {
  margin: 0;
  padding: 0;
}

html,body,#app {
  width: 100%;
  height: 100%;
}

.header {
  font-size: 20px;
}

#app {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.el-header, .el-footer {
  width: 100%;
  height: 60px;
  background-color: #B3C0D1;
  color: #333;
  text-align: center;
  line-height: 60px;
  position: absolute;
}
.el-header {
  top: 0;
}
.el-footer {
  bottom: 0;
}
/* 
.el-aside {
  background-color: #D3DCE6;
  color: #333;
  text-align: center;
  line-height: 200px;
} */

.el-main {
  position: absolute;
  top: 60px;
  /* bottom: 60px; */
  width: 100%;
  background-color: #E9EEF3;
  color: #333;
  text-align: center;
  height: calc(100% - 60px);
  flex-grow: 1;
  overflow-y:auto;
  overflow-x:hidden;
}

body > .el-container {
  margin-bottom: 40px;
}

/* row */
.el-col {
  border-radius: 4px;
  line-height: 40px;
  margin-bottom: 10px;
}

.grid-content {
  border-radius: 4px;
  min-height: 40px;
  text-align: left;
}

.witdh100 {
  width: 100%;
}

.el-message-box {
  width: 320px;
}

.left {
  float: left;
}

.word-tip {
  color: #666;
  margin-left: 10px;
}

.tips {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  text-align: left;
  background-color: #fff;
}

.special {
  margin-top: 34px;
  font-size: 18px;
  text-align: center;
}

.result .el-dialog {
  border-radius: 8px;
}

.result .el-dialog__body {
  padding-top: 0;
  padding-bottom: 0;
}

.result .el-col {
 text-align: left;
}

.result .qq .el-col, .result .wx .el-col {
  margin-bottom: 0;
}

.result .capital {
  font-size: 16px;
}

.banner {
  width: 100%;
}

.contact {
  width: 100%;
}
.title {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.price {
  font-size: 22px;
  color: red;
  font-weight: bold;
}

/* .main {
  background-image: url("logo.png");
  background-repeat: repeat;
  opacity: 0.2;
  width: 100px;
} */
.main {
  overflow-y: hidden
}
.watermark {
  position: absolute;
  left: 10%;
  top: 10%;
  background-image: url("logo.png");
  background-repeat: repeat;
  opacity: 0.1;
  transform: translate(-10%, -10%) rotate(-40deg);
  opacity: 0.2;
  width: 300%;
  height: 300%;
  background-size: 80px;
  -webkit-filter: opacity(50%); /* Chrome, Safari, Opera */
  filter: opacity(50%);
  z-index: 0;
}
