@charset "UTF-8";
@import url("./layui-reset.css");
* {
  margin: 0;
  padding: 0;
}

#load-progress {
  display: block;
  text-align: center;
  margin-top: 5px;
}

.a-modal {
  display: none;
}

.player-container {
  width: 100vw;
  height: 100vh;
}

.player_main_theme_border {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFCFC;
  font-size: 12px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_all_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.player-footnote_container {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.player-footnote_container .player-footnote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.player-footnote_container .player-footnote .footnote_buttons {
  min-width: 68px;
  width: 68px;
  cursor: pointer;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 15px;
}
.player-footnote_container .player-footnote .footnote_buttons p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.player-footnote_container .player-footnote .footnote_buttons:hover .buttons_chlid_operation {
  display: block;
}
.player-footnote_container .player-footnote .footnote_buttons:hover::after {
  display: inline-block;
  content: "";
  height: 4px;
  width: 100%;
  background: #FA6400;
  position: absolute;
  bottom: 0;
  left: 0;
}
.player-footnote_container .player-footnote .footnote_buttons .footnote_buttons_icon {
  width: 18px;
  height: 18px;
  margin-bottom: 5px;
}
.player-footnote_container .buttons_chlid_operation {
  display: none;
  position: absolute;
  bottom: 110%;
  left: 0;
  width: 86px;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #DDDDDD;
  z-index: 10;
}
.player-footnote_container .buttons_chlid_operation::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 8px solid rgba(0, 0, 0, 0.3);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.player-footnote_container .buttons_chlid_operation::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  display: block;
  height: 15px;
}
.player-footnote_container .buttons_chlid_operation .buttons_chlid_operation_content {
  cursor: pointer;
  height: 28px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player-footnote_container .buttons_chlid_operation .buttons_chlid_operation_content:hover {
  background: rgba(0, 0, 0, 0.35);
}

.player_header {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.player_header .header_auther {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
.player_header .logo {
  position: absolute;
  right: 15px;
  top: 0;
  width: 72px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.player_header .logo img {
  width: 100%;
  height: 100%;
}
.player_header .header_title {
  -webkit-box-flex: 0.333;
      -ms-flex: 0.333;
          flex: 0.333;
  text-align: center;
}
.player_header .header_other {
  -webkit-box-flex: 0.333;
      -ms-flex: 0.333;
          flex: 0.333;
  text-align: end;
}
.player_header .text {
  font-size: 14px;
  color: #FFFCFC;
}

.player-operation {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  height: auto;
  margin: auto;
}
.player-operation .operation_container {
  width: 40px;
  cursor: pointer;
}
.player-operation .operation_container .operation_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 7px 0;
}
.player-operation .operation_container .operation_buttons:first-child {
  margin-top: 3px;
}
.player-operation .operation_container .operation_buttons:last-child {
  margin-bottom: 3px;
}
.player-operation .operation_container .operation_buttons .like-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.player-operation .operation_container .operation_buttons img {
  width: 18px;
  height: 18px;
}
.player-operation .operation_container .operation_buttons:hover .operation_hover {
  display: block;
}
.player-operation .operation_hover {
  position: absolute;
  right: 110%;
  top: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  padding: 10px;
  min-width: 50px;
  max-width: 150px;
}

.fadein {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 1;
}

.messageBox {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.messageBox .messageBox_container {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.messageBox .messageBox_title {
  height: 50px;
  min-height: 50px;
  margin: 0 15px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.messageBox .messageBox_title .title {
  text-align: left;
  display: inline;
  width: 0;
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.messageBox .messageBox_title .other {
  text-align: center;
}
.messageBox .messageBox_title .box_right {
  text-align: right;
  color: #286efa;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.messageBox .messageBox_title .box_right.show {
  min-width: 6em;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.messageBox .messageBox_title .box_right .right_link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.messageBox .messageBox_title .box_right .close {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.messageBox .messageBox_title .box_right img {
  width: 16px;
  height: 16px;
}
.messageBox .messageBox_content {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 100%;
  overflow: scroll;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.messageBox .messageBox_content::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.messageBox .messageBox_content p {
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#messageBox_textdocument .messageBox_container {
  width: 50%;
}
#messageBox_textdocument .messageBox_container .messageBox_content {
  overflow-y: auto;
  min-height: 270px;
  max-height: 400px;
}

#messageBox_phone .messageBox_container {
  max-height: 340px;
}

.user-temp {
  min-width: 300px;
  margin-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-temp:nth-child(1) {
  margin-top: 0;
}
.user-temp .user-auther {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.user-temp .user-auther img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user-temp .user-name {
  word-wrap: break-word;
  word-break: break-all;
  margin: 0 10px;
}
.user-temp .user-name .nick-name {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.user-temp .user-name .tips {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}
.user-temp .user-icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.user-temp .user-icon img {
  width: 22px;
  height: 22px;
}

.dialog {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 1001;
  color: #fff;
  padding: 0 15px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .dialog_title {
  height: 60px;
  z-index: 1000;
  width: 100%;
  padding-bottom: 30px;
  cursor: pointer;
}
.dialog .dialog_title .other {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .dialog .dialog_title {
    margin: 5px 0;
  }
  .dialog .dialog_title .other {
    text-align: left;
  }
  .dialog .dialog_title .backList {
    background: none;
  }
}
.dialog .dialog_title .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.dialog .dialog_title .close_icon {
  width: 18px;
  height: 18px;
  background: url(../../style/img/custom/close_w.png) no-repeat;
  background-size: 100% 100%;
}
.dialog .dialog_container {
  width: 100%;
  height: 100%;
}
.dialog .dialog_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dialog .dialog_tmp {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  background: #000;
}
@media screen and (min-width: 992px) {
  .dialog .dialog_tmp .video_style {
    width: 60%;
    height: 60%;
    max-width: 1000px;
    max-height: 600px;
  }
}
.dialog .dialog_tmp .image_text_style {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.dialog .dialog_tmp .image_text_style .f-panzoom__content:not(:last-child) {
  margin-bottom: auto;
}
.dialog .dialog_tmp .image_text_style img {
  height: 70vh;
}
.dialog .dialog_tmp .image_text_style p {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 600px;
  max-height: 200px;
  overflow-y: auto;
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.dialog .dialog_tmp .image_text_style p::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  width: 10px;
}
.dialog .dialog_tmp .image_text_style p::-webkit-scrollbar-thumb {
  background: #8e8b8b;
  border-radius: 15px;
}
.dialog .backList {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  background: #606060;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog .backList .backList_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background: url(../img/custom/black.png) no-repeat;
  background-size: 100% 100%;
}

.dialog_content.list {
  width: 80%;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  /* 自动适应宽度，最小宽度为300px */
  grid-gap: 20px;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  overflow: scroll;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.dialog_content.list::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.dialog_content.list::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.dialog_content.list::-webkit-scrollbar {
  background: transparent;
}
.dialog_content.list .list_content {
  height: 300px;
  margin-bottom: 20px;
  position: relative;
}
.dialog_content.list .list_content > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.dialog_content.list .list_content > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dialog_content.list .list_content .video_button {
  position: relative;
}
.dialog_content.list .list_content .video_button::after {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(./img/stratVideo/play.png) no-repeat;
  background-size: 100% 100%;
}
.dialog_content.list .list_content .article_tips {
  position: relative;
  overflow: hidden;
}
.dialog_content.list .list_content .article_tips img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 300px;
}
.dialog_content.list .list_content .article_tips span {
  display: inline;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 8px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dialog_content.list .list_content img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.dialog_content.falls {
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  margin: auto;
}
.dialog_content.falls::-webkit-scrollbar {
  background: transparent;
}
.dialog_content.falls .falls_content {
  position: relative;
  width: 300px;
  margin-bottom: 20px;
}
.dialog_content.falls .falls_content img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 5%;
}

.dialog_content .falls .tips,
.dialog_content.list .list_content .tips {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dialog_content.video_third {
  height: 80%;
  width: 80%;
}
.dialog_content.video_third > * {
  height: 100%;
  width: 100%;
}

.share_container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share_container img {
  width: 200px;
  height: 200px;
  margin-right: 30px;
}
.share_container .share_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.share_container .share_content .address {
  background: #fff;
  border: 1px solid #efefef;
  color: #000;
  height: 30px;
  margin-top: 10px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
.share_container .share_content .copy {
  font-size: 14px;
  color: #286efa;
  cursor: pointer;
}

.linkname {
  color: #fff;
  font-size: 14px;
  width: 99px;
  height: 30px;
  background: #606060;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
}

.audio_container {
  color: #fff;
  font-size: 14px;
  width: 99px;
  height: 30px;
  background: #606060;
  border-radius: 5px;
  text-align: center;
}
.audio_container img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.index_audio {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.f_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map_conatiner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.f-panzoom {
  background: transparent;
  overflow: visible;
}

.matchMedia_container {
  display: none;
}

.Operation_prompt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 300px;
  z-index: 1500;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Operation_prompt img {
  width: 100%;
  height: 100%;
}

.iframeLink {
  width: 100%;
  height: 100%;
}

.Opening_start {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 3000;
  color: #fff;
}
.Opening_start .right_float {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3001;
  cursor: pointer;
}
.Opening_start .right_float .mute {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  border-radius: 15px;
}
.Opening_start .right_float .mute img {
  width: 16px;
  height: 16px;
}
.Opening_start .right_float .skip {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}
.Opening_start .play_icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  cursor: pointer;
  pointer-events: none;
  z-index: 1000;
}
.Opening_start .play_icon img {
  width: 100%;
  height: 100%;
}
.Opening_start .location_conter {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Opening_start .location_conter video {
  max-width: 100vw;
  max-height: 75vh;
}
.Opening_start .location_conter img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}
.Opening_start .location_full {
  position: relative;
  width: 100%;
  height: 100%;
}
.Opening_start .location_full video {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Opening_start .location_full img {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
}

.loading_style {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFCFC;
  z-index: 9999;
}
.loading_style .loading_defult {
  width: 60px;
  height: 60px;
}
.loading_style .loading_defult img {
  width: 100%;
  height: 100%;
}
.loading_style .loading_default {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loading_style .loading_default .edit-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
.loading_style .loading_default .spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}
.loading_style .loading_default .path {
  stroke-dasharray: 187;
  stroke: #fff;
  stroke-dashoffset: 24;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(265deg);
  transform: rotate(265deg);
}
.loading_style .loading_custom img {
  height: 50px;
}
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes colors {
  0% {
    stroke: #fff;
  }
  25% {
    stroke: #fff;
  }
  50% {
    stroke: #fff;
  }
  75% {
    stroke: #fff;
  }
  100% {
    stroke: #fff;
  }
}
@keyframes colors {
  0% {
    stroke: #fff;
  }
  25% {
    stroke: #fff;
  }
  50% {
    stroke: #fff;
  }
  75% {
    stroke: #fff;
  }
  100% {
    stroke: #fff;
  }
}
.loading_style .loading_default .edit-circle img {
  width: 40px;
  height: 40px;
}
.loading_style .loading_custom .custom {
  width: 50px;
  height: 50px;
  background: rgba(250, 100, 0, 0.3);
  border: 1px solid #FA6400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FBFBFB;
}

/**
    透明度渐入渐出
**/
.animation_fade_in {
  -webkit-animation-name: fade_in;
          animation-name: fade_in;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.animation_fade_out {
  -webkit-animation-name: fade_out;
          animation-name: fade_out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.model-dialog.project-info-dialog {
  height: 100%;
}
.model-dialog.project-info-dialog .dialog-body {
  height: auto;
}/*# sourceMappingURL=main.css.map */