@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*面板底色*/
body {
  font-family: "微軟正黑體";
  background: #ebebeb;
}

/*外圍*/
.swich_box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*項目*/
}

.swich_box .content .mapitem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 6px;
  cursor: pointer;
  min-height: 150px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.swich_box .content .mapitem.act {
  background-color: #ffe4c4;
}

.swich_box .content .mapitem:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.swich_box .content .mapitem .textb {
  padding: 8px 16px;
  border-left: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 210px;
}

.swich_box .content .mapitem .textb span {
  word-break: break-word;
  padding: 5px 0;
}

.swich_box .content .mapitem .textb span:first-child {
  font-weight: bold;
  font-size: 1.063em;
  color: #113961;
}

.swich_box .content .mapitem .imageb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 130px;
}

body > * {
  font-family: "Microsoft JhengHei";
  overflow: hidden;
}

.select2-container {
  width: 200px !important;
  height: 100% !important;
}

.el-scrollbar__wrap {
  margin-bottom: 0px !important;
}

li {
  list-style: none;
}

.map {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.ol-overlaycontainer-stopevent {
  z-index: auto !important;
}

.ol-zoom {
  top: 1em;
  left: 0;
  z-index: 10;
}

.prev_btn_ctl {
  display: none;
  position: absolute;
  z-index: 10;
  left: 2%;
  top: 2%;
  width: 90px;
}

.prev_btn_ctl .prev_btn {
  width: 100%;
  height: 100%;
  background-color: #59af5b;
  cursor: pointer;
}

.prev_btn_ctl .prev_btn:hover {
  background-color: #3ea03f;
}

.prev_btn_ctl .btn {
  color: #fff;
}

.btn_ctl {
  position: absolute;
  display: none;
  z-index: 10;
  left: 2%;
  top: 2%;
  width: 160px;
}

.btn_ctl .btn {
  border: 2.5px #fff solid;
  border-radius: 10px;
  width: 50%;
  color: #fff;
  font-family: "Microsoft JhengHei";
  cursor: pointer;
}

.btn_ctl .btn:first-child {
  background-color: #9e9e9e;
  border-right: 1px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.btn_ctl .btn:first-child:hover {
  background-color: #797979;
}

.btn_ctl .btn:last-child {
  background-color: #3b93d2;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn_ctl .btn:last-child:hover {
  background-color: #1d83b6;
}

/*
* ========= tool_bar_block=========
*/
.svg_icon {
  fill: #ffffff;
  width: 25px;
  height: auto;
}

.side_ctrl {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  right: 0;
  z-index: 8;
}

.tool_show {
  width: 30px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: #fff;
  background-color: #1b3050;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 8px;
  padding: 8px;
  cursor: pointer;
}

.tool_show:hover {
  background-color: #da2020;
}

.side {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 100%;
  background-color: #f9f8f8;
}

.side .bicon {
  position: relative;
  width: 100%;
  height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  line-height: 65px;
  font-size: 1.5em;
  color: #476182;
  cursor: pointer;
}

.side .bicon p {
  width: 100px;
  height: 40px;
  background-color: #f8f1ac;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  margin-left: -115px;
  margin-top: -55px;
  display: none;
  font-size: 0.7em;
  font-weight: 800;
  color: black;
  position: relative;
}

.side .bicon p:after {
  content: "▸";
  position: absolute;
  top: 0;
  right: -10px;
  color: #f8f1ac;
  font-size: 1.25em;
}

.side .bicon:hover {
  background-color: #dcdcdc;
}

.side .bicon:hover p {
  display: block;
}

.side .svg_icon {
  width: 30px;
  height: auto;
  fill: #476182;
  margin-top: -10px;
}

.side .cls-1 {
  fill: #476182;
}

.box {
  width: 380px;
  height: 92%;
  position: absolute;
  background-color: #fff;
  right: 65px;
  z-index: 9;
  top: 8%;
  display: none;
}

.box .title {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  background-color: red;
  color: #fff;
  font-size: 1.5rem;
}

.box .title span {
  font-weight: bolder;
  font-size: 1.3rem;
}

.box .title .colse_btn {
  cursor: pointer;
}

.box .content {
  width: 100%;
  height: auto;
  overflow-y: scroll;
}

.box .content::-webkit-scrollbar {
  width: 5px;
}

.box .content::-webkit-scrollbar-track {
  background-color: #ffffff;
  height: 100%;
}

.box .content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.swich_box .layer_swich {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swich_box .layer_swich a {
  width: 40%;
  height: 100%;
  margin-right: 5%;
}

.swich_box .layer_swich a img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swich_box .layer_swich .layer_title {
  width: 55%;
  height: auto;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
  color: #265cb0;
}

.swich_box .layer_swich .layer_title:hover {
  font-size: 1.3rem;
}

.swich_box .active .layer_swich {
  background-color: #265cb0;
}

.swich_box .active .layer_title {
  color: #fff !important;
}

.swich_box .content {
  height: 65vh;
}

.landloca_box .tip_row {
  width: 95%;
  height: auto;
  font-size: 1rem;
  border: 1px #096bff solid;
  margin: 8px auto;
  background-color: #f9f8f8;
  padding: 8px;
  line-height: 1.5;
}

.landloca_box .tip_row p {
  width: 100%;
  height: auto;
}

.landloca_box #doorplate {
  position: relative;
}

.landloca_box .locafun_item {
  width: 100%;
  height: auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

.landloca_box .fun_title {
  width: 100%;
  height: auto;
  color: #fff;
  padding: 12px 8px;
  font-size: 1.25rem;
  border-radius: 5px;
  cursor: pointer;
  background-color: #de923a;
}

.landloca_box .fun_title:hover {
  background-color: #ce8736;
}

.landloca_box .condition {
  width: 100%;
  padding: 8px;
}

.landloca_box .select_box {
  width: 100%;
  height: auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landloca_box .select_box .sel {
  width: 90%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px;
}

.landloca_box .select_box input,
.landloca_box .select_box select {
  width: 200px;
  height: 35px;
  border: 1px solid #cccccc;
  font-size: 1rem;
  border-radius: 3px;
}

.landloca_box .select_box .blurry {
  width: 100%;
  height: auto;
  margin: 8px 0px;
}

.landloca_box .select_box a.btn {
  color: #fff !important;
}

.landloca_box .select_box .search_row {
  margin: 8px 0px;
  width: 95%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landloca_box .select_box .search_row .btn {
  width: 100%;
  height: auto;
  margin: 0px 8px;
}

.landloca_box .select_box textarea {
  width: 100%;
  height: 150px;
}

.landloca_box .cdt_box {
  width: 100%;
  height: auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landloca_box .cdt_box .sel {
  width: 90%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4px 0px;
}

.landloca_box .cdt_box input,
.landloca_box .cdt_box select {
  width: 180px;
  height: 35px;
  border: 1px solid #cccccc;
  font-size: 1rem;
  border-radius: 3px;
}

.landloca_box .cdt_box span {
  margin: 4px;
}

.landloca_box .cdt_box a.btn {
  color: #fff !important;
}

.landloca_box .cdt_box .search_row {
  margin: 8px 0px;
  width: 95%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landloca_box .cdt_box .search_row .btn {
  width: 100%;
  height: auto;
  margin: 0px 8px;
}

.landloca_box .switch_cblock {
  width: 100%;
  height: auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.landloca_box iframe {
  width: 100%;
  height: 65vh;
}

.landloca_box #landloca_box_content {
  width: 100%;
  height: calc(100vh - 50px);
}

.landloca_box .select2-selection__rendered {
  line-height: 31px !important;
}

.landloca_box .select2-container .select2-selection--single {
  height: 35px !important;
}

.landloca_box .select2-selection__arrow {
  height: 34px !important;
}

.measure_box {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*刪除按鈕 --------------- */
  /*地圖資訊 --------------- */
}

.measure_box .content {
  padding: 0.5rem;
}

.measure_box .draw_btn {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.measure_box .draw_btn li {
  width: 150px;
  padding: 0px;
  margin: 0px;
  font-size: 0.813em;
  list-style-type: none;
  text-align: left;
  line-height: 45px;
  border-bottom-style: solid;
  border-bottom-color: #e2e1e1;
  border-bottom-width: 1px;
  position: relative;
  -webkit-transition: all 0.3s;
}

.measure_box .qtitle {
  margin: 10px 0px 10px;
  color: #3267c5;
  font-size: 1.2em;
  margin: 0.5rem;
}

.measure_box .tip {
  text-align: left;
  border: 1px #3267c5 solid;
  margin: 0.5rem;
}

.measure_box .tip p {
  width: 100%;
  margin: 1rem;
}

.measure_box .tip .red {
  color: red;
}

.measure_box .remove_btn {
  display: none;
  margin: 0.5rem;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.measure_box .info {
  display: none;
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  overflow: auto;
  padding: 0.5rem;
  padding-top: 0px;
}

.measure_box .info span {
  padding: 1rem;
}

.measure_box .info .polygon,
.measure_box .info .line {
  background-color: rgba(172, 172, 172, 0.2);
  display: none;
  color: #000;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.measure_box .info .polygon span:first-child,
.measure_box .info .line span:first-child {
  letter-spacing: 3px;
  padding-bottom: 0px;
  font-weight: bold;
}

.canvas_box .content {
  width: 100%;
  height: 100%;
}

.canvas_box .canvs_grop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 15px;
}

.canvas_box .canvs_grop .buttonLeft {
  width: 45%;
  height: 40px;
}

.canvas_box .canvas_btn {
  margin: 16px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.canvas_box .canvas_btn li {
  width: 32%;
  height: auto;
  font-size: 0.9rem;
}

.canvas_box .qtitle {
  margin: 10px 0px 10px;
  color: #3267c5;
  font-size: 1.2em;
  margin: 0.5rem;
}

.canvas_box .tip {
  text-align: left;
  border: 1px #3267c5 solid;
  margin: 0.5rem;
}

.canvas_box .tip p {
  width: 100%;
  margin: 1rem;
}

.canvas_box .tip .red {
  color: red;
}

.canvas_box .remove_btn {
  margin: 20px 8px;
}

.canvas_box .active .layer_swich {
  background-color: #265cb0;
}

.canvas_box .active .layer_title {
  color: #fff !important;
}

.canvas_box .info {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px 1px 8px #bbb inset;
          box-shadow: 1px 1px 8px #bbb inset;
  padding: 8px 16px;
  max-height: calc(100vh - 30%);
}

.canvas_box .canvas_card {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: 1px #bbb solid;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px #bbb;
          box-shadow: 1px 1px 1px #bbb;
  background-color: #dee2e6;
  margin: 15px 0px;
}

.canvas_box .canvas_card .canvas_del {
  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: 1.5rem;
  cursor: pointer;
}

.canvas_box .canvas_card .canvas_del:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.canvas_box .canvas_card .canvas_del:hover span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.canvas_box .canvas_card .canvas_del {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.canvas_box .canvas_card .canvas_msg {
  position: relative;
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  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: 1.2rem;
}

.canvas_box .canvas_card .canvas_msg .type {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: 5px;
  margin-left: 5px;
}

.canvas_box .canvas_card .canvas_msg .type p {
  margin-left: 5px;
}

.canvas_box .canvas_card .msg_text {
  margin-top: 5%;
  margin-left: 15px;
  text-align: left;
}

.imgcompar_box .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.imgcompar_box .fun_row {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.imgcompar_box .fun_row .btn {
  width: 49%;
  height: auto;
}

.imgcompar_box .layer_card {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px 8px;
  border-radius: 5px;
  background-color: #efefef;
  margin-bottom: 8px;
  padding-bottom: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgcompar_box .layer_card .video_detail {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 85%;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgcompar_box .layer_card .detail_row {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imgcompar_box .layer_card .detailrow_title {
  margin-right: 8px;
}

.imgcompar_box .layer_card .fun_group {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0px;
  border-top: 1px #fff solid;
  font-size: 1rem;
  margin-top: 8px;
}

.imgcompar_box .layer_card .side_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imgcompar_box .layer_card .comparbox_text {
  font-size: 0.8rem;
}

.imgcompar_box .layer_card .layer_visabled,
.imgcompar_box .layer_card .layer_del {
  margin: 0px 8px;
  cursor: pointer;
}

.imgcompar_box .layer_card .layer_visabled i,
.imgcompar_box .layer_card .layer_del i {
  font-size: 1rem;
  color: #3069d0;
  margin-right: 4px;
}

.imgcompar_box .layer_card .layer_visabled:hover,
.imgcompar_box .layer_card .layer_del:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.imgcompar_box .comparebox_switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-left: auto;
}

.imgcompar_box .comparebox_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.imgcompar_box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.imgcompar_box .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.imgcompar_box .round {
  border-radius: 34px;
}

.imgcompar_box .round:before {
  border-radius: 50%;
}

.imgcompar_box input:checked + .slider {
  background-color: #2196f3;
}

.imgcompar_box input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
          box-shadow: 0 0 1px #2196f3;
}

.imgcompar_box input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

.del_box {
  top: calc(25% + 65px);
}

/*
* ========= search_result_block=========
*/
.search_result {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 12;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

.search_result .colse_btn {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 1.5em;
  color: red;
  cursor: pointer;
}

/* 按鈕--------------- */
.buttonLeft {
  text-align: center;
  font-size: 1rem;
  height: 40px;
  overflow: hidden;
  background: #1d3b6d;
  position: relative;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}

.buttonLeft span {
  letter-spacing: 5px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.buttonLeft::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #3267c5;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.buttonLeft:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.active {
  background: #3267c5;
}

/*提示框tool-tip --------------------------------- */
.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  z-index: 5;
}

.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}

.tooltip-measure:before {
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}

.tooltip-static {
  background-color: #ffffff;
  color: black;
  border: 1px solid white;
}

.tooltip-static:before {
  border-top: 6px solid #ffffff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}

.hidden {
  display: none;
  opacity: 0;
}

.tooltip-tear {
  z-index: 1;
  width: 33px;
  height: 33px;
  border-radius: 0 50% 50% 50%;
  border: 1px solid #333;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-top: 20px;
  background-color: #00b1f1;
  position: relative;
  z-index: 1;
}

.tooltip-tear::before {
  content: "";
  width: 27px;
  height: 27px;
  background-color: #fff;
  position: absolute;
  border-radius: 100% 100% 100% 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 2px;
  left: 2px;
}

.tooltip-tear p {
  position: relative;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  text-align: center;
  font-size: 1em;
  top: 8px;
}

.content_row {
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content_row p {
  width: 80%;
  height: auto;
  margin-bottom: 0px;
  cursor: pointer;
}

.content_row .switch {
  width: 50px;
  height: 24px;
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 0px;
}

.content_row .first_floor {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  padding: 8px 16px;
  border-bottom: 1px #ccc solid;
}

.content_row .second_floor {
  background-color: #fff;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}

.content_row .second_floor li {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1.5;
}

.content_row .second_floor li p {
  width: 80%;
  height: 80%;
  position: relative;
  top: 0;
  right: 0;
}

.content_row .second_floor hr {
  display: none;
  width: calc(100% + 32px);
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px #e2e1e1 solid;
  position: relative;
  margin-left: -16px;
  top: 8px;
}

.content_row .third_floor {
  margin-top: 10px;
  display: none;
  width: 100%;
  height: auto;
}

.content_row .third_floor li {
  padding: 8px 0px;
  border-bottom: 0px;
}

.content_row .third_floor li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.content_row .third_floor li:last-child hr {
  display: none;
  opacity: 0;
}

.content_row .third_floor .ident {
  margin: 0px 8px;
}

.content_row .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.content_row .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.content_row .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.content_row .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.content_row .slider .round {
  border-radius: 34px;
}

.content_row .slider .round:before {
  border-radius: 50%;
}

.content_row input:checked + .slider {
  background-color: #2196f3;
}

.content_row input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
          box-shadow: 0 0 1px #2196f3;
}

.content_row input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

#popup_box,
#approvecase_popup {
  position: absolute;
  background-color: #eeeeee;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  bottom: -999px;
  left: -15px;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#popup_box #popup-closer,
#popup_box #approvecase_closer,
#approvecase_popup #popup-closer,
#approvecase_popup #approvecase_closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

#popup_box #popup-closer::after,
#popup_box #approvecase_closer::after,
#approvecase_popup #popup-closer::after,
#approvecase_popup #approvecase_closer::after {
  content: "X";
}

#popup_box::after,
#approvecase_popup::after {
  content: "";
  left: 10px;
  top: 100%;
  border-top: 10px solid #eee;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  pointer-events: none;
}

#popup_box #popup-content,
#popup_box #approvecase_content,
#approvecase_popup #popup-content,
#approvecase_popup #approvecase_content {
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* this will style the thumb, ignoring the track */
}

#popup_box #popup-content::-webkit-scrollbar,
#popup_box #approvecase_content::-webkit-scrollbar,
#approvecase_popup #popup-content::-webkit-scrollbar,
#approvecase_popup #approvecase_content::-webkit-scrollbar {
  width: 5px;
}

#popup_box #popup-content::-webkit-scrollbar-track,
#popup_box #approvecase_content::-webkit-scrollbar-track,
#approvecase_popup #popup-content::-webkit-scrollbar-track,
#approvecase_popup #approvecase_content::-webkit-scrollbar-track {
  background-color: #ffffff;
  height: 100%;
}

#popup_box #popup-content::-webkit-scrollbar-thumb,
#popup_box #approvecase_content::-webkit-scrollbar-thumb,
#approvecase_popup #popup-content::-webkit-scrollbar-thumb,
#approvecase_popup #approvecase_content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

#popup_box #popup-content::-webkit-scrollbar-button,
#popup_box #approvecase_content::-webkit-scrollbar-button,
#approvecase_popup #popup-content::-webkit-scrollbar-button,
#approvecase_popup #approvecase_content::-webkit-scrollbar-button {
  background-color: #dedbdb;
  height: 0px;
}

#popup_box li,
#approvecase_popup li {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  margin: 16px 0px;
  font-size: 1rem;
}

#popup_box li a,
#approvecase_popup li a {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #007bff;
  cursor: pointer;
}

#loca_box,
#detail_locabox {
  position: absolute;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  border-radius: 5px;
  border: 1px solid #cccccc;
  left: -15px;
  width: 500px;
  height: auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#loca_box:not(#detail_locabox),
#detail_locabox:not(#detail_locabox) {
  bottom: -999px;
}

#loca_box .box_title,
#detail_locabox .box_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loca_box .titletext,
#detail_locabox .titletext {
  width: 95%;
  height: 35px;
  font-size: 1rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

#loca_box .closebtn,
#detail_locabox .closebtn {
  font-size: 1.5rem;
  height: 100%;
  width: 5%;
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#loca_box .loca_content,
#detail_locabox .loca_content {
  width: 100%;
  height: auto;
}

#loca_box .loca_content iframe,
#detail_locabox .loca_content iframe {
  width: 100%;
  height: 250px;
}

#loca_box li,
#detail_locabox li {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  margin: 16px 0px;
  font-size: 1rem;
}

#loca_box li a,
#detail_locabox li a {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #007bff;
  cursor: pointer;
}

.mutation_popup {
  width: 300px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border-radius: 3px;
}

.mutation_popup .fun_item {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  font-size: 1rem;
  margin: 4px;
  cursor: pointer;
  font-weight: bolder;
}

.mutation_popup .fun_item:hover {
  background-color: #dadada;
  border-radius: 3px;
}

.ol-popup {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 280px;
}

.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}

#door_switch_block {
  position: relative;
}

#door_switchlist {
  position: absolute;
  width: 90%;
  height: 330px;
  left: 0px;
  right: 0;
  padding: 16px;
  margin: 0px auto;
  top: 55px;
  background: #fefefe;
  border: 1px #cecdcd solid;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px 2px #e4e4e4 inset;
          box-shadow: 2px 2px 2px 2px #e4e4e4 inset;
}

#door_switchlist .row {
  margin: 4px 0px;
  background-color: #eee;
  border: 1px #ccc solid;
  border-radius: 3px;
  padding: 8px;
  cursor: pointer;
  line-height: 1.2;
}

#door_switchlist .row:hover {
  background-color: #e7e7e7;
}

#door_switchlist .listclose {
  position: absolute;
  top: -10px;
  right: -15px;
  font-size: 1.5rem;
  cursor: pointer;
}

.el-scrollbar {
  width: 100%;
  height: 100%;
}

.el-scrollbar__wrap {
  overflow: scroll;
  overflow-x: auto !important;
}

/*-modal===========================================================*/
#case_info_modal .modal-body {
  max-height: 75vh;
  overflow: auto;
}

#case_info_modal .info_form {
  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;
}

#case_info_modal .content_title {
  width: 100%;
  height: auto;
  margin: 8px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#case_info_modal .content_title:nth-of-type(2) {
  display: none;
}

#case_info_modal .content_title span {
  width: 18%;
  height: auto;
}

#case_info_modal .file_list {
  width: 100%;
  height: 300px;
  overflow: auto;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#case_info_modal .f_row {
  margin-left: 15%;
  width: 80%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0px;
  border-top: 1px #755656 dashed;
  border-bottom: 1px #755656 dashed;
}

#case_info_modal .f_row span {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7;
  margin-right: 15px;
  font-size: 1.4rem;
}

#case_info_modal .f_row span:hover {
  text-decoration: underline;
}

#case_info_modal .f_row a {
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
}

/*-地圖資訊===========================================================*/
.map_info {
  position: absolute;
  z-index: 9;
  left: 0;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.882em;
  width: 300px;
  bottom: 30px;
}

.map_info #divCoords {
  color: #000;
  padding: 9px;
  border-radius: 2px;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 5px;
  height: 70px;
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 5px;
}

.map_info #divCoords:hover {
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #1b3050;
}

.map_info .dtag {
  display: inline-block;
  padding: 0 0.6em;
  font-size: 75%;
  line-height: 25px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin: 0 8px 4px 0;
  width: 50px;
  cursor: default;
  background-color: #1b3050;
}

.map_info #imgDataRights {
  width: 100%;
  height: 70px;
  color: #000;
  padding: 4px 10px;
  border-radius: 2px;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.9em;
  line-height: 15px;
}

.map_info .mapinfo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4px;
}

.map_info .map_smbtn {
  padding: 4px;
  font-size: 1rem;
  background-color: #f35800;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 3px;
  margin-left: 8px;
}

.map_info .map_smbtn:hover {
  background-color: rgba(255, 131, 60, 0.9);
}

.map_layerinfo {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 9;
}

.map_layerinfo.info2 {
  left: 50%;
  bottom: 0px;
}

.map_layerinfo .layerinfo_icon {
  padding: 4px;
  font-size: 1rem;
  background-color: #f35800;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 3px;
  margin-left: 8px;
  cursor: pointer;
}

.map_layerinfo .layerinfo_icon:hover {
  background-color: rgba(255, 131, 60, 0.9);
}

.map_layerinfo .info_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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
  width: auto;
  height: auto;
  max-height: 100px;
  border: 1px #fff solid;
  padding: 8px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 3px;
}

#videoinfo_modal {
  font-size: 1.2rem;
  font-weight: bolder;
}

#videoinfo_modal i {
  color: #1673e6;
}

#videoinfo_modal .comparlist_block {
  width: 100%;
  height: auto;
}

#videoinfo_modal .comparlist_info {
  width: 100%;
  height: 500px;
}

#videoinfo_modal .year_comparnode {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#videoinfo_modal .yearnode_cblock {
  width: 100%;
  height: auto;
  margin-top: 8px;
}

#videoinfo_modal .item_comparnode {
  width: 95%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  margin-left: auto;
  margin-left: 3%;
  background-color: #efefefa8;
  margin-bottom: 8px;
  padding: 12px 16px;
  border-radius: 5px;
  margin-right: auto;
}

#videoinfo_modal .item_comparnode i {
  cursor: pointer;
}

#videoinfo_modal .item_comparnode i:hover {
  font-size: 1.5rem;
}

/*
* ========= media_query=========
*/
@media (min-height: 1024px) {
  .search_result {
    max-height: calc(75% - 240px);
  }
  .search_result:hover {
    height: calc(75% - 240px);
  }
}

@media (max-height: 1023px) {
  .search_result {
    max-height: calc(75% - 300px);
  }
}

@media (max-width: 992px) {
  #case_info_modal .content_title {
    font-size: 1.2rem;
  }
  #case_info_modal .content_title span {
    width: 25%;
    height: auto;
    margin-right: 0px;
  }
  #case_info_modal .content_title p {
    width: 60%;
    height: auto;
  }
  #case_info_modal .f_row span {
    font-size: 1.2rem;
  }
}

@media screen and (max-height: 980px) {
  .swich_box .layer_swich {
    height: 80px;
  }
  .swich_box .layer_swich .layer_title {
    font-size: 1rem;
  }
}

@media screen and (max-height: 800px) {
  .search_result {
    max-height: 75%;
  }
  .search_result:hover {
    height: calc(75% - 15px);
  }
}

@media screen and (min-width: 1024px) and (max-height: 800px) {
  .search_result {
    max-height: 75%;
    display: none;
  }
  .search_result:hover {
    height: calc(75% - 300px);
  }
}

@media screen and (max-height: 550px) {
  .search_result {
    max-height: 75%;
  }
  .search_result:hover {
    height: calc(75% - 15px);
  }
}

@media screen and (max-width: 900px) {
  .canvas_box {
    display: none;
    bottom: 0px;
  }
  .canvas_btn .buttonLeft span {
    letter-spacing: 0px;
  }
}

@media (max-width: 400px) {
  .ol-zoom {
    top: 1em;
    left: 82%;
  }
  .side:hover {
    width: 70px;
  }
  .side:hover .bicon {
    margin-left: 0px;
  }
  .side .bicon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-left: 20px;
  }
  .side .bicon:hover {
    width: 65px;
  }
  .box {
    right: 0px;
    width: 300px;
    bottom: 0px;
  }
  .swich_box .layer_swich {
    height: 80px;
  }
  .swich_box .layer_swich .layer_title {
    font-size: 1rem;
  }
  .measure_box .draw_btn li {
    width: 85px;
  }
  .buttonLeft {
    font-size: 1rem;
  }
  .buttonLeft span {
    letter-spacing: 0px;
  }
  .measure_box .tip {
    padding: 0.5rem;
  }
  .measure_box .tip p {
    margin: 0px;
  }
}
/*# sourceMappingURL=olmap.css.map */