.dialogVideo[data-v-8ef35988] {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.dialogVideo .cont[data-v-8ef35988] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 75rem;
    max-height: 42.25rem;
    min-width: 60vw;
}
.dialogVideo .cont .imgVo[data-v-8ef35988] {
      position: absolute;
      top: -3.75rem;
      right: -3.75rem;
      width: 100%;
      width: 2.1875rem;
      height: 2.1875rem;
      -o-object-fit: fill;
         object-fit: fill;
      opacity: 0.5;
}
.dialogVideo .cont .imgVo[data-v-8ef35988]:hover {
        opacity: 0.8;
}
.dialogVideo .cont .bgVideo[data-v-8ef35988] {
      width: 100%;
}
@media screen and (max-width: 750PX) {
.dialogVideo .cont[data-v-8ef35988] {
    width: 80%;
    height: auto;
}
.dialogVideo .cont .imgVo[data-v-8ef35988] {
      top: -2.5rem;
      right: -2.5rem;
}
}

.dialog_title[data-v-a496903c] {
  font-family: D-DIN-Bold;
  font-size: 1.5rem;
  color: #183969;
  letter-spacing: 0;
  font-weight: 700;
  padding-left: 1.25rem;
  margin-top: 5px;
}
[data-v-a496903c] .el-dialog {
  border-radius: 4px;
}
[data-v-a496903c] .el-dialog__body {
  padding: 10px 2.1875rem 2.1875rem 2.1875rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-a496903c] .el-dialog__close {
  font-size: 2.25rem;
  color: #074292;
  margin-right: 10px;
}
.video_box[data-v-a496903c] {
  width: 100%;
  height: 100%;
}
video[data-v-a496903c] {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750PX) {
[data-v-a496903c] .el-dialog {
    width: 90% !important;
}
.dialog_title[data-v-a496903c] {
    font-size: 12PX !important;
    padding-left: 8PX !important;
}
[data-v-a496903c] .el-dialog__close {
    font-size: 24PX !important;
    margin-right: 0 !important;
}
[data-v-a496903c] .el-dialog__body {
    padding: 10PX !important;
}
[data-v-a496903c] .el-dialog__header {
    padding: 1.25rem 0.5rem 0.625rem !important;
}
}

.tag-com-view[data-v-acc9a86e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 2px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.tag-com-view .tag-com-view-item[data-v-acc9a86e] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #006cff;
    color: #006cff;
    padding: 4px 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.tag-com-view .hide-border[data-v-acc9a86e] {
    border: none;
}

.content-pad-margin[data-v-3cbfc4a1] {
  margin: 0 1rem;
  border: 1px solid #006cff;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-menu-box[data-v-3cbfc4a1] {
  font-family: D-DIN;
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  width: 100%;
  z-index: 9;
}
.current-module[data-v-3cbfc4a1] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.current-module .current-module-name[data-v-3cbfc4a1] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #0a418c;
    font-weight: bold;
    font-family: D-DIN-Bold;
}
.current-module .icon[data-v-3cbfc4a1] {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.current-module .icon[data-v-3cbfc4a1]::before, .current-module .icon[data-v-3cbfc4a1]::after {
      content: '';
      display: block;
      position: absolute;
      background-color: #006cff;
      -webkit-transition: all 0.2s 0.2s;
      -o-transition: all 0.2s 0.2s;
      transition: all 0.2s 0.2s;
}
.current-module .icon[data-v-3cbfc4a1]::before {
      width: 100%;
      height: 1px;
      top: calc(50% - 0.5px);
      left: 0;
}
.current-module .icon[data-v-3cbfc4a1]::after {
      width: 1px;
      height: 100%;
      left: calc(50% - 0.5px);
      top: 0;
}
.current-module .showIcon[data-v-3cbfc4a1] {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.current-module .showIcon[data-v-3cbfc4a1]::before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
}
.current-module .showIcon[data-v-3cbfc4a1]::after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
}
.hideTopBorder[data-v-3cbfc4a1] {
  border-top-color: transparent;
}
.transitionWrap-abs[data-v-3cbfc4a1] {
  position: absolute;
  width: 100%;
}
.about-menu-list[data-v-3cbfc4a1] {
  border-bottom: 1px solid #006cff;
  background-color: #fff;
}
.about-menu-list .about-menu-item[data-v-3cbfc4a1] {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #0a418c;
    padding: 0.75rem 0;
}
.about-menu-list .active[data-v-3cbfc4a1] {
    color: #006cff;
    font-weight: 700;
}

