.header[data-v-563061d8] {
  height: 6.5vh;
  background-color: #fefefe;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .title[data-v-563061d8] {
  padding-left: 10px;
  height: 100%;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  justify-content: start;
  align-items: center;
}
.header .title .logo[data-v-563061d8] {
  width: 2.1875vw;
  height: 2.1875vw;
}
.header .title span[data-v-563061d8] {
  font-size: 0.9375vw;
  color: #dddddd;
  margin: 0 0.6770833333vw 0 1.0416666667vw;
}
.header .title .title-text[data-v-563061d8] {
  font-family: "PF-M";
  font-size: 1.1458333333vw;
  letter-spacing: 0.1041666667vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14.5833333333vw;
}
.header .tabs[data-v-563061d8] {
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .tabs .tab[data-v-563061d8] {
  position: relative;
}
.header .tabs .tab .main-tab[data-v-563061d8] {
  height: 100%;
  display: -moz-flex;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0 1.15vw;
  cursor: pointer;
}
.header .tabs .tab .main-tab .tab-icon[data-v-563061d8] {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.625vw;
}
.header .tabs .tab .main-tab .tab-name[data-v-563061d8] {
  white-space: nowrap;
}
.header .tabs .tab .main-tab .tab-name-active[data-v-563061d8] {
  color: #1c7ed0;
  font-family: "PF-S";
}
.header .tabs .tab .sub-tab-box[data-v-563061d8] {
  z-index: 99999;
  position: absolute;
  left: 1.7708333333vw;
  top: 2.5vw;
  width: 8.3333333333vw;
  background-color: #ffffff;
  box-shadow: 0 0 1.0416666667vw 0 rgba(179, 179, 179, 0.3);
  border-radius: 0.5208333333vw;
  opacity: 0.9;
}
.header .tabs .tab .sub-tab-box[data-v-563061d8]::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0.8333333333vw;
  top: -1.0416666667vw;
  border-style: solid;
  border-width: 0.5208333333vw;
  border-color: transparent transparent #fff transparent;
}
.header .tabs .tab .sub-tab-box .sub-tab[data-v-563061d8] {
  margin: 1.0416666667vw 1.5625vw;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  justify-content: start;
  align-items: center;
}
.header .tabs .tab .sub-tab-box .sub-tab .tab-icon[data-v-563061d8] {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.625vw;
}
.header .tabs .tab .sub-tab-box .sub-tab .tab-name-sub[data-v-563061d8] {
  color: #666666;
}
.header .tabs .tab .sub-tab-box .sub-tab .tab-name-sub-active[data-v-563061d8] {
  color: #1b7fcf;
}
.header .sub-tab-box[data-v-563061d8] {
  position: absolute;
  left: 1.7708333333vw;
  top: 2.5vw;
  width: 8.3333333333vw;
  background-color: #ffffff;
  box-shadow: 0 0 1.0416666667vw 0 rgba(179, 179, 179, 0.3);
  border-radius: 0.5208333333vw;
  opacity: 0.9;
}
.header .sub-tab-box[data-v-563061d8]::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0.8333333333vw;
  top: -1.0416666667vw;
  border-style: solid;
  border-width: 0.5208333333vw;
  border-color: transparent transparent #fff transparent;
}
.header .sub-tab-box .sub-tab[data-v-563061d8] {
  margin: 1.0416666667vw 1.5625vw;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  justify-content: start;
  align-items: center;
}
.header .sub-tab-box .sub-tab .tab-icon[data-v-563061d8] {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.1041666667vw;
}
.header .sub-tab-box .sub-tab .tab-name-sub[data-v-563061d8] {
  color: #666666;
}
.header .sub-tab-box .sub-tab .tab-name-sub-active[data-v-563061d8] {
  color: #1b7fcf;
}
.header-blue[data-v-563061d8] {
  background-color: #1b7fcf;
}
.header-blue .title span[data-v-563061d8] {
  color: #dddddd;
}
.header-blue .title .title-text[data-v-563061d8] {
  color: #ffffff;
}
.header-blue .tabs .tab .main-tab .tab-name[data-v-563061d8] {
  color: #c2dcf2;
}
.header-blue .tabs .tab .main-tab .tab-name-active[data-v-563061d8] {
  color: #ffffff;
}
.footer[data-v-ca2afc2a] {
  width: 100%;
  height: 29vh;
  padding-top: 2.0833333333vw;
  background: #212b33;
  position: relative;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .line[data-v-ca2afc2a] {
  width: 100%;
  height: 2.0833333333vw;
  background: #15578c;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .menu1[data-v-ca2afc2a] {
  font-size: 0.7291666667vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0.3645833333vw 0 0.3645833333vw;
  cursor: pointer;
}
.footer .menu2[data-v-ca2afc2a] {
  font-size: 0.7291666667vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0.7291666667vw 0 0.7291666667vw;
}
.footer .menu3[data-v-ca2afc2a] {
  font-size: 0.7291666667vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin: 0 1.4583333333vw 0 1.4583333333vw;
}
.footer .imgb[data-v-ca2afc2a] {
  width: 4.6875vw;
  height: 4.6875vw;
  padding: 0.2864583333vw;
  border: 1px solid #3b8ed3;
  margin: 2.0833333333vw 1.0416666667vw;
}
.footer .imgb .imgb2[data-v-ca2afc2a] {
  width: 4.1145833333vw;
  height: 4.1145833333vw;
  padding: 0.2083333333vw;
  background: #ffffff;
}
[data-v-ca2afc2a] .el-input {
  width: 12.5vw !important;
  margin-left: 0;
  height: 1.5625vw;
}
[data-v-ca2afc2a] .el-input__inner {
  width: 12.5vw !important;
  margin-left: 0;
  height: 1.5625vw;
}
[data-v-ca2afc2a] .el-input--suffix .el-input__inner {
  width: 12.5vw !important;
  margin-left: 0;
  height: 1.5625vw;
}
[data-v-ca2afc2a] .el-input__icon {
  height: 116%;
}
[data-v-ca2afc2a] .el-col-8 {
  padding-left: 1.4583333333vw !important;
  padding-right: 1.4583333333vw !important;
  margin-bottom: 0.9375vw;
}
[data-v-ca2afc2a] .el-col-24 {
  text-align: center;
  margin: 0.5729166667vw 0 0.5729166667vw 0;
}
[data-v-ca2afc2a] .el-input__icon {
  height: 100%;
  width: 1.3020833333vw;
  line-height: 1.0416666667vw;
}
