@charset "UTF-8";
/* 主题颜色 */
.container[data-v-195370fc] {
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.container .container-title[data-v-195370fc] {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 16px;
  color: #004da0;
}
.dis-block[data-v-195370fc] {
  display: block;
}
.cur-p[data-v-195370fc] {
  cursor: pointer;
}
.clear[data-v-195370fc] {
  clear: both;
}
.pos-r[data-v-195370fc] {
  position: relative;
}
/* flex-start */
.flex[data-v-195370fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row[data-v-195370fc] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.column[data-v-195370fc] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap[data-v-195370fc] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.space-between[data-v-195370fc] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly[data-v-195370fc] {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center[data-v-195370fc] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* flex-end */
/* padding-start */
.padding[data-v-195370fc] {
  padding: 50px 0;
}
.p10[data-v-195370fc] {
  padding: 10px;
}
.pl16[data-v-195370fc] {
  padding-left: 16px;
}
.pt10[data-v-195370fc] {
  padding-top: 10px;
}
.pr10[data-v-195370fc] {
  padding-right: 10px;
}
.pr20[data-v-195370fc] {
  padding-right: 20px;
}
.pr50[data-v-195370fc] {
  padding-right: 50px;
}
.pbn[data-v-195370fc] {
  padding-bottom: 0px !important;
}
.pb10[data-v-195370fc] {
  padding-bottom: 10px;
}
.pl10[data-v-195370fc] {
  padding-left: 10px;
}
/* padding-end */
/* margin-start */
.m10[data-v-195370fc] {
  margin: 10px;
}
.mtn[data-v-195370fc] {
  margin-top: 0px !important;
}
.mt10[data-v-195370fc] {
  margin-top: 10px;
}
.mt16[data-v-195370fc] {
  margin-top: 16px;
}
.mt20[data-v-195370fc] {
  margin-top: 20px;
}
.m20[data-v-195370fc] {
  margin-top: 20px;
}
.m30[data-v-195370fc] {
  margin-top: 30px;
}
.mr4[data-v-195370fc] {
  margin-right: 4px;
}
.mr5[data-v-195370fc] {
  margin-right: 5px;
}
.mr10[data-v-195370fc] {
  margin-right: 10px;
}
.mr15[data-v-195370fc] {
  margin-right: 15px;
}
.mr16[data-v-195370fc] {
  margin-right: 16px;
}
.mr20[data-v-195370fc] {
  margin-right: 20px;
}
.ml4[data-v-195370fc] {
  margin-left: 4px;
}
.ml8[data-v-195370fc] {
  margin-left: 8px;
}
.ml10[data-v-195370fc] {
  margin-left: 10px;
}
.ml20[data-v-195370fc] {
  margin-left: 20px;
}
.mb5[data-v-195370fc] {
  margin-bottom: 5px !important;
}
.mb10[data-v-195370fc] {
  margin-bottom: 10px !important;
}
.mb16[data-v-195370fc] {
  margin-bottom: 16px;
}
.mb20[data-v-195370fc] {
  margin-bottom: 20px;
}
.ml10[data-v-195370fc] {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none[data-v-195370fc] {
  border: none;
}
/* border-end */
/* width-start */
.w100[data-v-195370fc] {
  width: 100%;
}
.w-100[data-v-195370fc] {
  width: 100px;
}
.w-200[data-v-195370fc] {
  width: 200px;
}
.w-300[data-v-195370fc] {
  width: 300px !important;
}
/* width-end */
/* height-start */
.h30[data-v-195370fc] {
  height: 30px;
}
/* height-end */
/* background-start */
.bg-primary[data-v-195370fc] {
  background: #409eff;
}
.bg-warning[data-v-195370fc] {
  background: #e6a23c;
}
.bg-warninger[data-v-195370fc] {
  background: #fb651e;
}
.bg-success[data-v-195370fc] {
  background: #67c23a;
}
.bg-danger[data-v-195370fc] {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.text-right[data-v-195370fc] {
  text-align: right;
}
.text-left[data-v-195370fc] {
  text-align: left;
}
.text-center[data-v-195370fc] {
  text-align: center;
}
.text-theme[data-v-195370fc] {
  color: #004da0 !important;
}
.text-primary[data-v-195370fc] {
  color: #409eff;
}
.text-success[data-v-195370fc] {
  color: #67c23a !important;
}
.text-warning[data-v-195370fc] {
  color: #e6a23c;
}
.text-danger[data-v-195370fc] {
  color: #f56c6c;
}
.text-white[data-v-195370fc] {
  color: #fff;
}
.text-666[data-v-195370fc] {
  color: #666;
}
.text-999[data-v-195370fc] {
  color: #999;
}
.text-aaa[data-v-195370fc] {
  color: #aaa;
}
.text-ccc[data-v-195370fc] {
  color: #ccc;
}
.text-eee[data-v-195370fc] {
  color: #eee;
}
.fw400[data-v-195370fc] {
  font-weight: 400;
}
.fw500[data-v-195370fc] {
  font-weight: 500;
}
.fw600[data-v-195370fc] {
  font-weight: 600;
}
.fs14[data-v-195370fc] {
  font-size: 14px !important;
}
.fs16[data-v-195370fc] {
  font-size: 16px !important;
}
/* font-end */
/* float-start */
.pull-right[data-v-195370fc] {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30[data-v-195370fc] {
  line-height: 30px !important;
}
/* lineheight-end */
.table-form[data-v-195370fc],
.detail-form[data-v-195370fc] {
  color: #8c8c8c;
}
.table-form .el-form-item[data-v-195370fc],
.detail-form .el-form-item[data-v-195370fc] {
  margin-bottom: 0px !important;
}
.table-form .el-form-item__label[data-v-195370fc],
.detail-form .el-form-item__label[data-v-195370fc],
.table-form .el-form-item__content[data-v-195370fc],
.detail-form .el-form-item__content[data-v-195370fc] {
  color: #8c8c8c;
  font-size: 14px;
}
.el-dialog__body[data-v-195370fc] {
  padding: 8px 16px !important;
}
.border-left-dash[data-v-195370fc] {
  border-left: 1px dashed #dcdfe6 !important;
}
.bg-special[data-v-195370fc] {
  background-color: rgba(221, 116, 44, 0.1) !important;
}
.card-bg-color[data-v-195370fc] {
  background-color: #fff !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
}
.bottom-bg-color[data-v-195370fc] {
  background-color: #f6f6f6 !important;
}
.color-primary[data-v-195370fc] {
  color: #ee7808 !important;
}
.font-color-0[data-v-195370fc] {
  color: rgba(0, 0, 0) !important;
}
.font-color-0-re[data-v-195370fc] {
  color: rgba(255, 255, 255) !important;
}
.font-color-85[data-v-195370fc] {
  color: rgba(0, 0, 0, 0.85) !important;
}
.font-color-65[data-v-195370fc] {
  color: rgba(0, 0, 0, 0.65) !important;
}
.font-color-45[data-v-195370fc] {
  color: rgba(0, 0, 0, 0.45) !important;
}
.font-color-25[data-v-195370fc] {
  color: rgba(0, 0, 0, 0.25) !important;
}
.bg-color-95[data-v-195370fc] {
  background: rgba(0, 0, 0, 0.09) !important;
}
.bg-color-45[data-v-195370fc] {
  background: rgba(0, 0, 0, 0.45) !important;
}
.bg-color-15[data-v-195370fc] {
  background: rgba(0, 0, 0, 0.15) !important;
}
.bg-color-09[data-v-195370fc] {
  background: rgba(0, 0, 0, 0.09) !important;
}
.bg-color-05[data-v-195370fc] {
  background: rgba(0, 0, 0, 0.05) !important;
}
.hDetail[data-v-195370fc] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hDetail .hDetail-item[data-v-195370fc] {
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.hDetail .hDetail-item .label-style[data-v-195370fc] {
  padding: 0 8px;
  text-align: right;
  color: #8c8c8c;
}
.hDetail .hDetail-item .value-style[data-v-195370fc] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 8px;
  color: #8c8c8c;
}

@charset "UTF-8";
/* 主题颜色 */
.container[data-v-25bcdff5] {
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.container .container-title[data-v-25bcdff5] {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 16px;
  color: #004da0;
}
.dis-block[data-v-25bcdff5] {
  display: block;
}
.cur-p[data-v-25bcdff5] {
  cursor: pointer;
}
.clear[data-v-25bcdff5] {
  clear: both;
}
.pos-r[data-v-25bcdff5] {
  position: relative;
}
/* flex-start */
.flex[data-v-25bcdff5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row[data-v-25bcdff5] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.column[data-v-25bcdff5] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap[data-v-25bcdff5] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.space-between[data-v-25bcdff5] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly[data-v-25bcdff5] {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center[data-v-25bcdff5] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* flex-end */
/* padding-start */
.padding[data-v-25bcdff5] {
  padding: 50px 0;
}
.p10[data-v-25bcdff5] {
  padding: 10px;
}
.pl16[data-v-25bcdff5] {
  padding-left: 16px;
}
.pt10[data-v-25bcdff5] {
  padding-top: 10px;
}
.pr10[data-v-25bcdff5] {
  padding-right: 10px;
}
.pr20[data-v-25bcdff5] {
  padding-right: 20px;
}
.pr50[data-v-25bcdff5] {
  padding-right: 50px;
}
.pbn[data-v-25bcdff5] {
  padding-bottom: 0px !important;
}
.pb10[data-v-25bcdff5] {
  padding-bottom: 10px;
}
.pl10[data-v-25bcdff5] {
  padding-left: 10px;
}
/* padding-end */
/* margin-start */
.m10[data-v-25bcdff5] {
  margin: 10px;
}
.mtn[data-v-25bcdff5] {
  margin-top: 0px !important;
}
.mt10[data-v-25bcdff5] {
  margin-top: 10px;
}
.mt16[data-v-25bcdff5] {
  margin-top: 16px;
}
.mt20[data-v-25bcdff5] {
  margin-top: 20px;
}
.m20[data-v-25bcdff5] {
  margin-top: 20px;
}
.m30[data-v-25bcdff5] {
  margin-top: 30px;
}
.mr4[data-v-25bcdff5] {
  margin-right: 4px;
}
.mr5[data-v-25bcdff5] {
  margin-right: 5px;
}
.mr10[data-v-25bcdff5] {
  margin-right: 10px;
}
.mr15[data-v-25bcdff5] {
  margin-right: 15px;
}
.mr16[data-v-25bcdff5] {
  margin-right: 16px;
}
.mr20[data-v-25bcdff5] {
  margin-right: 20px;
}
.ml4[data-v-25bcdff5] {
  margin-left: 4px;
}
.ml8[data-v-25bcdff5] {
  margin-left: 8px;
}
.ml10[data-v-25bcdff5] {
  margin-left: 10px;
}
.ml20[data-v-25bcdff5] {
  margin-left: 20px;
}
.mb5[data-v-25bcdff5] {
  margin-bottom: 5px !important;
}
.mb10[data-v-25bcdff5] {
  margin-bottom: 10px !important;
}
.mb16[data-v-25bcdff5] {
  margin-bottom: 16px;
}
.mb20[data-v-25bcdff5] {
  margin-bottom: 20px;
}
.ml10[data-v-25bcdff5] {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none[data-v-25bcdff5] {
  border: none;
}
/* border-end */
/* width-start */
.w100[data-v-25bcdff5] {
  width: 100%;
}
.w-100[data-v-25bcdff5] {
  width: 100px;
}
.w-200[data-v-25bcdff5] {
  width: 200px;
}
.w-300[data-v-25bcdff5] {
  width: 300px !important;
}
/* width-end */
/* height-start */
.h30[data-v-25bcdff5] {
  height: 30px;
}
/* height-end */
/* background-start */
.bg-primary[data-v-25bcdff5] {
  background: #409eff;
}
.bg-warning[data-v-25bcdff5] {
  background: #e6a23c;
}
.bg-warninger[data-v-25bcdff5] {
  background: #fb651e;
}
.bg-success[data-v-25bcdff5] {
  background: #67c23a;
}
.bg-danger[data-v-25bcdff5] {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.text-right[data-v-25bcdff5] {
  text-align: right;
}
.text-left[data-v-25bcdff5] {
  text-align: left;
}
.text-center[data-v-25bcdff5] {
  text-align: center;
}
.text-theme[data-v-25bcdff5] {
  color: #004da0 !important;
}
.text-primary[data-v-25bcdff5] {
  color: #409eff;
}
.text-success[data-v-25bcdff5] {
  color: #67c23a !important;
}
.text-warning[data-v-25bcdff5] {
  color: #e6a23c;
}
.text-danger[data-v-25bcdff5] {
  color: #f56c6c;
}
.text-white[data-v-25bcdff5] {
  color: #fff;
}
.text-666[data-v-25bcdff5] {
  color: #666;
}
.text-999[data-v-25bcdff5] {
  color: #999;
}
.text-aaa[data-v-25bcdff5] {
  color: #aaa;
}
.text-ccc[data-v-25bcdff5] {
  color: #ccc;
}
.text-eee[data-v-25bcdff5] {
  color: #eee;
}
.fw400[data-v-25bcdff5] {
  font-weight: 400;
}
.fw500[data-v-25bcdff5] {
  font-weight: 500;
}
.fw600[data-v-25bcdff5] {
  font-weight: 600;
}
.fs14[data-v-25bcdff5] {
  font-size: 14px !important;
}
.fs16[data-v-25bcdff5] {
  font-size: 16px !important;
}
/* font-end */
/* float-start */
.pull-right[data-v-25bcdff5] {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30[data-v-25bcdff5] {
  line-height: 30px !important;
}
/* lineheight-end */
.table-form[data-v-25bcdff5],
.detail-form[data-v-25bcdff5] {
  color: #8c8c8c;
}
.table-form .el-form-item[data-v-25bcdff5],
.detail-form .el-form-item[data-v-25bcdff5] {
  margin-bottom: 0px !important;
}
.table-form .el-form-item__label[data-v-25bcdff5],
.detail-form .el-form-item__label[data-v-25bcdff5],
.table-form .el-form-item__content[data-v-25bcdff5],
.detail-form .el-form-item__content[data-v-25bcdff5] {
  color: #8c8c8c;
  font-size: 14px;
}
.el-dialog__body[data-v-25bcdff5] {
  padding: 8px 16px !important;
}
.border-left-dash[data-v-25bcdff5] {
  border-left: 1px dashed #dcdfe6 !important;
}
.bg-special[data-v-25bcdff5] {
  background-color: rgba(221, 116, 44, 0.1) !important;
}
.card-bg-color[data-v-25bcdff5] {
  background-color: #fff !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
}
.bottom-bg-color[data-v-25bcdff5] {
  background-color: #f6f6f6 !important;
}
.color-primary[data-v-25bcdff5] {
  color: #ee7808 !important;
}
.font-color-0[data-v-25bcdff5] {
  color: rgba(0, 0, 0) !important;
}
.font-color-0-re[data-v-25bcdff5] {
  color: rgba(255, 255, 255) !important;
}
.font-color-85[data-v-25bcdff5] {
  color: rgba(0, 0, 0, 0.85) !important;
}
.font-color-65[data-v-25bcdff5] {
  color: rgba(0, 0, 0, 0.65) !important;
}
.font-color-45[data-v-25bcdff5] {
  color: rgba(0, 0, 0, 0.45) !important;
}
.font-color-25[data-v-25bcdff5] {
  color: rgba(0, 0, 0, 0.25) !important;
}
.bg-color-95[data-v-25bcdff5] {
  background: rgba(0, 0, 0, 0.09) !important;
}
.bg-color-45[data-v-25bcdff5] {
  background: rgba(0, 0, 0, 0.45) !important;
}
.bg-color-15[data-v-25bcdff5] {
  background: rgba(0, 0, 0, 0.15) !important;
}
.bg-color-09[data-v-25bcdff5] {
  background: rgba(0, 0, 0, 0.09) !important;
}
.bg-color-05[data-v-25bcdff5] {
  background: rgba(0, 0, 0, 0.05) !important;
}
.change-type[data-v-25bcdff5] {
  color: #004da0;
  border: 1px solid #004da0;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  text-align: center;
  font-weight: bolder;
  cursor: pointer;
  margin-left: 5vw;
  margin-top: -10px;
}
.guide-price .price-style[data-v-25bcdff5] {
  font-weight: bold;
  color: #f56c6c;
}
.money-show[data-v-25bcdff5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.money-show .select-style[data-v-25bcdff5] {
  width: 100px;
}
.money-show .select-style[data-v-25bcdff5] .el-input__inner {
  border-radius: 4px 0 0 4px;
}
.money-show .input-style[data-v-25bcdff5] .el-input-group__prepend {
  border-radius: 0px;
  border-left: none;
}
.money-show .input-style[data-v-25bcdff5] .el-form-item__error {
  right: 120px;
  left: auto;
}
.tip p[data-v-25bcdff5] {
  color: #999;
  margin-bottom: 16px;
}
.title[data-v-25bcdff5] {
  font-size: 20px;
  margin-top: 2vw;
  font-weight: bolder;
  color: #004da0;
}
.section[data-v-25bcdff5] {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1);
}

@charset "UTF-8";
/* 主题颜色 */
.container[data-v-c94522ce] {
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.container .container-title[data-v-c94522ce] {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 16px;
  color: #004da0;
}
.dis-block[data-v-c94522ce] {
  display: block;
}
.cur-p[data-v-c94522ce] {
  cursor: pointer;
}
.clear[data-v-c94522ce] {
  clear: both;
}
.pos-r[data-v-c94522ce] {
  position: relative;
}
/* flex-start */
.flex[data-v-c94522ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row[data-v-c94522ce] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.column[data-v-c94522ce] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap[data-v-c94522ce] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.space-between[data-v-c94522ce] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly[data-v-c94522ce] {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center[data-v-c94522ce] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* flex-end */
/* padding-start */
.padding[data-v-c94522ce] {
  padding: 50px 0;
}
.p10[data-v-c94522ce] {
  padding: 10px;
}
.pl16[data-v-c94522ce] {
  padding-left: 16px;
}
.pt10[data-v-c94522ce] {
  padding-top: 10px;
}
.pr10[data-v-c94522ce] {
  padding-right: 10px;
}
.pr20[data-v-c94522ce] {
  padding-right: 20px;
}
.pr50[data-v-c94522ce] {
  padding-right: 50px;
}
.pbn[data-v-c94522ce] {
  padding-bottom: 0px !important;
}
.pb10[data-v-c94522ce] {
  padding-bottom: 10px;
}
.pl10[data-v-c94522ce] {
  padding-left: 10px;
}
/* padding-end */
/* margin-start */
.m10[data-v-c94522ce] {
  margin: 10px;
}
.mtn[data-v-c94522ce] {
  margin-top: 0px !important;
}
.mt10[data-v-c94522ce] {
  margin-top: 10px;
}
.mt16[data-v-c94522ce] {
  margin-top: 16px;
}
.mt20[data-v-c94522ce] {
  margin-top: 20px;
}
.m20[data-v-c94522ce] {
  margin-top: 20px;
}
.m30[data-v-c94522ce] {
  margin-top: 30px;
}
.mr4[data-v-c94522ce] {
  margin-right: 4px;
}
.mr5[data-v-c94522ce] {
  margin-right: 5px;
}
.mr10[data-v-c94522ce] {
  margin-right: 10px;
}
.mr15[data-v-c94522ce] {
  margin-right: 15px;
}
.mr16[data-v-c94522ce] {
  margin-right: 16px;
}
.mr20[data-v-c94522ce] {
  margin-right: 20px;
}
.ml4[data-v-c94522ce] {
  margin-left: 4px;
}
.ml8[data-v-c94522ce] {
  margin-left: 8px;
}
.ml10[data-v-c94522ce] {
  margin-left: 10px;
}
.ml20[data-v-c94522ce] {
  margin-left: 20px;
}
.mb5[data-v-c94522ce] {
  margin-bottom: 5px !important;
}
.mb10[data-v-c94522ce] {
  margin-bottom: 10px !important;
}
.mb16[data-v-c94522ce] {
  margin-bottom: 16px;
}
.mb20[data-v-c94522ce] {
  margin-bottom: 20px;
}
.ml10[data-v-c94522ce] {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none[data-v-c94522ce] {
  border: none;
}
/* border-end */
/* width-start */
.w100[data-v-c94522ce] {
  width: 100%;
}
.w-100[data-v-c94522ce] {
  width: 100px;
}
.w-200[data-v-c94522ce] {
  width: 200px;
}
.w-300[data-v-c94522ce] {
  width: 300px !important;
}
/* width-end */
/* height-start */
.h30[data-v-c94522ce] {
  height: 30px;
}
/* height-end */
/* background-start */
.bg-primary[data-v-c94522ce] {
  background: #409eff;
}
.bg-warning[data-v-c94522ce] {
  background: #e6a23c;
}
.bg-warninger[data-v-c94522ce] {
  background: #fb651e;
}
.bg-success[data-v-c94522ce] {
  background: #67c23a;
}
.bg-danger[data-v-c94522ce] {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.text-right[data-v-c94522ce] {
  text-align: right;
}
.text-left[data-v-c94522ce] {
  text-align: left;
}
.text-center[data-v-c94522ce] {
  text-align: center;
}
.text-theme[data-v-c94522ce] {
  color: #004da0 !important;
}
.text-primary[data-v-c94522ce] {
  color: #409eff;
}
.text-success[data-v-c94522ce] {
  color: #67c23a !important;
}
.text-warning[data-v-c94522ce] {
  color: #e6a23c;
}
.text-danger[data-v-c94522ce] {
  color: #f56c6c;
}
.text-white[data-v-c94522ce] {
  color: #fff;
}
.text-666[data-v-c94522ce] {
  color: #666;
}
.text-999[data-v-c94522ce] {
  color: #999;
}
.text-aaa[data-v-c94522ce] {
  color: #aaa;
}
.text-ccc[data-v-c94522ce] {
  color: #ccc;
}
.text-eee[data-v-c94522ce] {
  color: #eee;
}
.fw400[data-v-c94522ce] {
  font-weight: 400;
}
.fw500[data-v-c94522ce] {
  font-weight: 500;
}
.fw600[data-v-c94522ce] {
  font-weight: 600;
}
.fs14[data-v-c94522ce] {
  font-size: 14px !important;
}
.fs16[data-v-c94522ce] {
  font-size: 16px !important;
}
/* font-end */
/* float-start */
.pull-right[data-v-c94522ce] {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30[data-v-c94522ce] {
  line-height: 30px !important;
}
/* lineheight-end */
.table-form[data-v-c94522ce],
.detail-form[data-v-c94522ce] {
  color: #8c8c8c;
}
.table-form .el-form-item[data-v-c94522ce],
.detail-form .el-form-item[data-v-c94522ce] {
  margin-bottom: 0px !important;
}
.table-form .el-form-item__label[data-v-c94522ce],
.detail-form .el-form-item__label[data-v-c94522ce],
.table-form .el-form-item__content[data-v-c94522ce],
.detail-form .el-form-item__content[data-v-c94522ce] {
  color: #8c8c8c;
  font-size: 14px;
}
.el-dialog__body[data-v-c94522ce] {
  padding: 8px 16px !important;
}
.border-left-dash[data-v-c94522ce] {
  border-left: 1px dashed #dcdfe6 !important;
}
.bg-special[data-v-c94522ce] {
  background-color: rgba(221, 116, 44, 0.1) !important;
}
.card-bg-color[data-v-c94522ce] {
  background-color: #fff !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
}
.bottom-bg-color[data-v-c94522ce] {
  background-color: #f6f6f6 !important;
}
.color-primary[data-v-c94522ce] {
  color: #ee7808 !important;
}
.font-color-0[data-v-c94522ce] {
  color: rgba(0, 0, 0) !important;
}
.font-color-0-re[data-v-c94522ce] {
  color: rgba(255, 255, 255) !important;
}
.font-color-85[data-v-c94522ce] {
  color: rgba(0, 0, 0, 0.85) !important;
}
.font-color-65[data-v-c94522ce] {
  color: rgba(0, 0, 0, 0.65) !important;
}
.font-color-45[data-v-c94522ce] {
  color: rgba(0, 0, 0, 0.45) !important;
}
.font-color-25[data-v-c94522ce] {
  color: rgba(0, 0, 0, 0.25) !important;
}
.bg-color-95[data-v-c94522ce] {
  background: rgba(0, 0, 0, 0.09) !important;
}
.bg-color-45[data-v-c94522ce] {
  background: rgba(0, 0, 0, 0.45) !important;
}
.bg-color-15[data-v-c94522ce] {
  background: rgba(0, 0, 0, 0.15) !important;
}
.bg-color-09[data-v-c94522ce] {
  background: rgba(0, 0, 0, 0.09) !important;
}
.bg-color-05[data-v-c94522ce] {
  background: rgba(0, 0, 0, 0.05) !important;
}
.hCell[data-v-c94522ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  line-height: 32px;
}
.hCell .hCell-left[data-v-c94522ce] {
  text-align: right;
  color: #8c8c8c;
}
.hCell .hCell-right[data-v-c94522ce] {
  padding-left: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #8c8c8c;
}

@charset "UTF-8";
/* 主题颜色 */
.container[data-v-cf82477e] {
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.container .container-title[data-v-cf82477e] {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 16px;
  color: #004da0;
}
.dis-block[data-v-cf82477e] {
  display: block;
}
.cur-p[data-v-cf82477e] {
  cursor: pointer;
}
.clear[data-v-cf82477e] {
  clear: both;
}
.pos-r[data-v-cf82477e] {
  position: relative;
}
/* flex-start */
.flex[data-v-cf82477e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row[data-v-cf82477e] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.column[data-v-cf82477e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap[data-v-cf82477e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.space-between[data-v-cf82477e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly[data-v-cf82477e] {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center[data-v-cf82477e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* flex-end */
/* padding-start */
.padding[data-v-cf82477e] {
  padding: 50px 0;
}
.p10[data-v-cf82477e] {
  padding: 10px;
}
.pl16[data-v-cf82477e] {
  padding-left: 16px;
}
.pt10[data-v-cf82477e] {
  padding-top: 10px;
}
.pr10[data-v-cf82477e] {
  padding-right: 10px;
}
.pr20[data-v-cf82477e] {
  padding-right: 20px;
}
.pr50[data-v-cf82477e] {
  padding-right: 50px;
}
.pbn[data-v-cf82477e] {
  padding-bottom: 0px !important;
}
.pb10[data-v-cf82477e] {
  padding-bottom: 10px;
}
.pl10[data-v-cf82477e] {
  padding-left: 10px;
}
/* padding-end */
/* margin-start */
.m10[data-v-cf82477e] {
  margin: 10px;
}
.mtn[data-v-cf82477e] {
  margin-top: 0px !important;
}
.mt10[data-v-cf82477e] {
  margin-top: 10px;
}
.mt16[data-v-cf82477e] {
  margin-top: 16px;
}
.mt20[data-v-cf82477e] {
  margin-top: 20px;
}
.m20[data-v-cf82477e] {
  margin-top: 20px;
}
.m30[data-v-cf82477e] {
  margin-top: 30px;
}
.mr4[data-v-cf82477e] {
  margin-right: 4px;
}
.mr5[data-v-cf82477e] {
  margin-right: 5px;
}
.mr10[data-v-cf82477e] {
  margin-right: 10px;
}
.mr15[data-v-cf82477e] {
  margin-right: 15px;
}
.mr16[data-v-cf82477e] {
  margin-right: 16px;
}
.mr20[data-v-cf82477e] {
  margin-right: 20px;
}
.ml4[data-v-cf82477e] {
  margin-left: 4px;
}
.ml8[data-v-cf82477e] {
  margin-left: 8px;
}
.ml10[data-v-cf82477e] {
  margin-left: 10px;
}
.ml20[data-v-cf82477e] {
  margin-left: 20px;
}
.mb5[data-v-cf82477e] {
  margin-bottom: 5px !important;
}
.mb10[data-v-cf82477e] {
  margin-bottom: 10px !important;
}
.mb16[data-v-cf82477e] {
  margin-bottom: 16px;
}
.mb20[data-v-cf82477e] {
  margin-bottom: 20px;
}
.ml10[data-v-cf82477e] {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none[data-v-cf82477e] {
  border: none;
}
/* border-end */
/* width-start */
.w100[data-v-cf82477e] {
  width: 100%;
}
.w-100[data-v-cf82477e] {
  width: 100px;
}
.w-200[data-v-cf82477e] {
  width: 200px;
}
.w-300[data-v-cf82477e] {
  width: 300px !important;
}
/* width-end */
/* height-start */
.h30[data-v-cf82477e] {
  height: 30px;
}
/* height-end */
/* background-start */
.bg-primary[data-v-cf82477e] {
  background: #409eff;
}
.bg-warning[data-v-cf82477e] {
  background: #e6a23c;
}
.bg-warninger[data-v-cf82477e] {
  background: #fb651e;
}
.bg-success[data-v-cf82477e] {
  background: #67c23a;
}
.bg-danger[data-v-cf82477e] {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.text-right[data-v-cf82477e] {
  text-align: right;
}
.text-left[data-v-cf82477e] {
  text-align: left;
}
.text-center[data-v-cf82477e] {
  text-align: center;
}
.text-theme[data-v-cf82477e] {
  color: #004da0 !important;
}
.text-primary[data-v-cf82477e] {
  color: #409eff;
}
.text-success[data-v-cf82477e] {
  color: #67c23a !important;
}
.text-warning[data-v-cf82477e] {
  color: #e6a23c;
}
.text-danger[data-v-cf82477e] {
  color: #f56c6c;
}
.text-white[data-v-cf82477e] {
  color: #fff;
}
.text-666[data-v-cf82477e] {
  color: #666;
}
.text-999[data-v-cf82477e] {
  color: #999;
}
.text-aaa[data-v-cf82477e] {
  color: #aaa;
}
.text-ccc[data-v-cf82477e] {
  color: #ccc;
}
.text-eee[data-v-cf82477e] {
  color: #eee;
}
.fw400[data-v-cf82477e] {
  font-weight: 400;
}
.fw500[data-v-cf82477e] {
  font-weight: 500;
}
.fw600[data-v-cf82477e] {
  font-weight: 600;
}
.fs14[data-v-cf82477e] {
  font-size: 14px !important;
}
.fs16[data-v-cf82477e] {
  font-size: 16px !important;
}
/* font-end */
/* float-start */
.pull-right[data-v-cf82477e] {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30[data-v-cf82477e] {
  line-height: 30px !important;
}
/* lineheight-end */
.table-form[data-v-cf82477e],
.detail-form[data-v-cf82477e] {
  color: #8c8c8c;
}
.table-form .el-form-item[data-v-cf82477e],
.detail-form .el-form-item[data-v-cf82477e] {
  margin-bottom: 0px !important;
}
.table-form .el-form-item__label[data-v-cf82477e],
.detail-form .el-form-item__label[data-v-cf82477e],
.table-form .el-form-item__content[data-v-cf82477e],
.detail-form .el-form-item__content[data-v-cf82477e] {
  color: #8c8c8c;
  font-size: 14px;
}
.el-dialog__body[data-v-cf82477e] {
  padding: 8px 16px !important;
}
.border-left-dash[data-v-cf82477e] {
  border-left: 1px dashed #dcdfe6 !important;
}
.bg-special[data-v-cf82477e] {
  background-color: rgba(221, 116, 44, 0.1) !important;
}
.card-bg-color[data-v-cf82477e] {
  background-color: #fff !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
}
.bottom-bg-color[data-v-cf82477e] {
  background-color: #f6f6f6 !important;
}
.color-primary[data-v-cf82477e] {
  color: #ee7808 !important;
}
.font-color-0[data-v-cf82477e] {
  color: rgba(0, 0, 0) !important;
}
.font-color-0-re[data-v-cf82477e] {
  color: rgba(255, 255, 255) !important;
}
.font-color-85[data-v-cf82477e] {
  color: rgba(0, 0, 0, 0.85) !important;
}
.font-color-65[data-v-cf82477e] {
  color: rgba(0, 0, 0, 0.65) !important;
}
.font-color-45[data-v-cf82477e] {
  color: rgba(0, 0, 0, 0.45) !important;
}
.font-color-25[data-v-cf82477e] {
  color: rgba(0, 0, 0, 0.25) !important;
}
.bg-color-95[data-v-cf82477e] {
  background: rgba(0, 0, 0, 0.09) !important;
}
.bg-color-45[data-v-cf82477e] {
  background: rgba(0, 0, 0, 0.45) !important;
}
.bg-color-15[data-v-cf82477e] {
  background: rgba(0, 0, 0, 0.15) !important;
}
.bg-color-09[data-v-cf82477e] {
  background: rgba(0, 0, 0, 0.09) !important;
}
.bg-color-05[data-v-cf82477e] {
  background: rgba(0, 0, 0, 0.05) !important;
}
.title[data-v-cf82477e] {
  font-size: 20px;
  margin-top: 2vw;
  font-weight: bolder;
  color: #004da0;
}
.change-type[data-v-cf82477e] {
  color: #004da0;
  border: 1px solid #004da0;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 260px;
  bottom: -33px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  font-weight: bolder;
  cursor: pointer;
}
.guide-price[data-v-cf82477e] {
  margin-right: 20px;
}
.guide-price .price-style[data-v-cf82477e] {
  font-weight: bold;
  color: #f56c6c;
}
.money-show[data-v-cf82477e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.money-show .select-style[data-v-cf82477e] .el-input__inner {
  border-radius: 4px 0 0 4px;
}
.money-show .input-style[data-v-cf82477e] .el-input-group__prepend {
  border-radius: 0px;
  border-left: none;
}
.tip[data-v-cf82477e] {
  padding-left: 60px;
}
.tip p[data-v-cf82477e] {
  color: #999;
  margin-bottom: 16px;
}

@charset "UTF-8";
/* 主题颜色 */
.container[data-v-3f67275e] {
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.container .container-title[data-v-3f67275e] {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 16px;
  color: #004da0;
}
.dis-block[data-v-3f67275e] {
  display: block;
}
.cur-p[data-v-3f67275e] {
  cursor: pointer;
}
.clear[data-v-3f67275e] {
  clear: both;
}
.pos-r[data-v-3f67275e] {
  position: relative;
}
/* flex-start */
.flex[data-v-3f67275e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row[data-v-3f67275e] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.column[data-v-3f67275e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap[data-v-3f67275e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.space-between[data-v-3f67275e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-evenly[data-v-3f67275e] {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.space-center[data-v-3f67275e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* flex-end */
/* padding-start */
.padding[data-v-3f67275e] {
  padding: 50px 0;
}
.p10[data-v-3f67275e] {
  padding: 10px;
}
.pl16[data-v-3f67275e] {
  padding-left: 16px;
}
.pt10[data-v-3f67275e] {
  padding-top: 10px;
}
.pr10[data-v-3f67275e] {
  padding-right: 10px;
}
.pr20[data-v-3f67275e] {
  padding-right: 20px;
}
.pr50[data-v-3f67275e] {
  padding-right: 50px;
}
.pbn[data-v-3f67275e] {
  padding-bottom: 0px !important;
}
.pb10[data-v-3f67275e] {
  padding-bottom: 10px;
}
.pl10[data-v-3f67275e] {
  padding-left: 10px;
}
/* padding-end */
/* margin-start */
.m10[data-v-3f67275e] {
  margin: 10px;
}
.mtn[data-v-3f67275e] {
  margin-top: 0px !important;
}
.mt10[data-v-3f67275e] {
  margin-top: 10px;
}
.mt16[data-v-3f67275e] {
  margin-top: 16px;
}
.mt20[data-v-3f67275e] {
  margin-top: 20px;
}
.m20[data-v-3f67275e] {
  margin-top: 20px;
}
.m30[data-v-3f67275e] {
  margin-top: 30px;
}
.mr4[data-v-3f67275e] {
  margin-right: 4px;
}
.mr5[data-v-3f67275e] {
  margin-right: 5px;
}
.mr10[data-v-3f67275e] {
  margin-right: 10px;
}
.mr15[data-v-3f67275e] {
  margin-right: 15px;
}
.mr16[data-v-3f67275e] {
  margin-right: 16px;
}
.mr20[data-v-3f67275e] {
  margin-right: 20px;
}
.ml4[data-v-3f67275e] {
  margin-left: 4px;
}
.ml8[data-v-3f67275e] {
  margin-left: 8px;
}
.ml10[data-v-3f67275e] {
  margin-left: 10px;
}
.ml20[data-v-3f67275e] {
  margin-left: 20px;
}
.mb5[data-v-3f67275e] {
  margin-bottom: 5px !important;
}
.mb10[data-v-3f67275e] {
  margin-bottom: 10px !important;
}
.mb16[data-v-3f67275e] {
  margin-bottom: 16px;
}
.mb20[data-v-3f67275e] {
  margin-bottom: 20px;
}
.ml10[data-v-3f67275e] {
  margin-left: 10px;
}
/* margin-end */
/* border-start */
.border-none[data-v-3f67275e] {
  border: none;
}
/* border-end */
/* width-start */
.w100[data-v-3f67275e] {
  width: 100%;
}
.w-100[data-v-3f67275e] {
  width: 100px;
}
.w-200[data-v-3f67275e] {
  width: 200px;
}
.w-300[data-v-3f67275e] {
  width: 300px !important;
}
/* width-end */
/* height-start */
.h30[data-v-3f67275e] {
  height: 30px;
}
/* height-end */
/* background-start */
.bg-primary[data-v-3f67275e] {
  background: #409eff;
}
.bg-warning[data-v-3f67275e] {
  background: #e6a23c;
}
.bg-warninger[data-v-3f67275e] {
  background: #fb651e;
}
.bg-success[data-v-3f67275e] {
  background: #67c23a;
}
.bg-danger[data-v-3f67275e] {
  background: #f56c6c;
}
/* background-end */
/* font-start */
.text-right[data-v-3f67275e] {
  text-align: right;
}
.text-left[data-v-3f67275e] {
  text-align: left;
}
.text-center[data-v-3f67275e] {
  text-align: center;
}
.text-theme[data-v-3f67275e] {
  color: #004da0 !important;
}
.text-primary[data-v-3f67275e] {
  color: #409eff;
}
.text-success[data-v-3f67275e] {
  color: #67c23a !important;
}
.text-warning[data-v-3f67275e] {
  color: #e6a23c;
}
.text-danger[data-v-3f67275e] {
  color: #f56c6c;
}
.text-white[data-v-3f67275e] {
  color: #fff;
}
.text-666[data-v-3f67275e] {
  color: #666;
}
.text-999[data-v-3f67275e] {
  color: #999;
}
.text-aaa[data-v-3f67275e] {
  color: #aaa;
}
.text-ccc[data-v-3f67275e] {
  color: #ccc;
}
.text-eee[data-v-3f67275e] {
  color: #eee;
}
.fw400[data-v-3f67275e] {
  font-weight: 400;
}
.fw500[data-v-3f67275e] {
  font-weight: 500;
}
.fw600[data-v-3f67275e] {
  font-weight: 600;
}
.fs14[data-v-3f67275e] {
  font-size: 14px !important;
}
.fs16[data-v-3f67275e] {
  font-size: 16px !important;
}
/* font-end */
/* float-start */
.pull-right[data-v-3f67275e] {
  float: right;
}
/* float-end */
/* lineheight-start */
.lh30[data-v-3f67275e] {
  line-height: 30px !important;
}
/* lineheight-end */
.table-form[data-v-3f67275e],
.detail-form[data-v-3f67275e] {
  color: #8c8c8c;
}
.table-form .el-form-item[data-v-3f67275e],
.detail-form .el-form-item[data-v-3f67275e] {
  margin-bottom: 0px !important;
}
.table-form .el-form-item__label[data-v-3f67275e],
.detail-form .el-form-item__label[data-v-3f67275e],
.table-form .el-form-item__content[data-v-3f67275e],
.detail-form .el-form-item__content[data-v-3f67275e] {
  color: #8c8c8c;
  font-size: 14px;
}
.el-dialog__body[data-v-3f67275e] {
  padding: 8px 16px !important;
}
.border-left-dash[data-v-3f67275e] {
  border-left: 1px dashed #dcdfe6 !important;
}
.bg-special[data-v-3f67275e] {
  background-color: rgba(221, 116, 44, 0.1) !important;
}
.card-bg-color[data-v-3f67275e] {
  background-color: #fff !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 28px 8px;
}
.bottom-bg-color[data-v-3f67275e] {
  background-color: #f6f6f6 !important;
}
.color-primary[data-v-3f67275e] {
  color: #ee7808 !important;
}
.font-color-0[data-v-3f67275e] {
  color: rgba(0, 0, 0) !important;
}
.font-color-0-re[data-v-3f67275e] {
  color: rgba(255, 255, 255) !important;
}
.font-color-85[data-v-3f67275e] {
  color: rgba(0, 0, 0, 0.85) !important;
}
.font-color-65[data-v-3f67275e] {
  color: rgba(0, 0, 0, 0.65) !important;
}
.font-color-45[data-v-3f67275e] {
  color: rgba(0, 0, 0, 0.45) !important;
}
.font-color-25[data-v-3f67275e] {
  color: rgba(0, 0, 0, 0.25) !important;
}
.bg-color-95[data-v-3f67275e] {
  background: rgba(0, 0, 0, 0.09) !important;
}
.bg-color-45[data-v-3f67275e] {
  background: rgba(0, 0, 0, 0.45) !important;
}
.bg-color-15[data-v-3f67275e] {
  background: rgba(0, 0, 0, 0.15) !important;
}
.bg-color-09[data-v-3f67275e] {
  background: rgba(0, 0, 0, 0.09) !important;
}
.bg-color-05[data-v-3f67275e] {
  background: rgba(0, 0, 0, 0.05) !important;
}
[data-v-3f67275e] .section-title {
  font-size: 20px;
  font-weight: bolder;
  margin: 20px 0;
  color: #004da0;
}
[data-v-3f67275e] .section {
  padding: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  -webkit-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 18px rgba(0, 0, 0, 0.1);
}
[data-v-3f67275e] .footer {
  text-align: center;
  margin: 20px;
}
.container[data-v-3f67275e] {
  padding: 3vw;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.container .container-title[data-v-3f67275e] {
  font-size: 20px;
  font-weight: bolder;
  color: #004da0;
}

