html, body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
}

body {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
}

ol, ul {
  list-style: none;
}

img {
  width: 100%;
  /* min-width: 100%; */
  min-height: 100%
}

body, h1, h2, h3, h4, h5, ol, p, ul {
  margin: 0;
}

body, legend, ol, td, th, ul {
  padding: 0;
}

input {
  line-height: normal;
}

#container {
  /*地图(容器)显示大小*/
  width: 100%;
  height: 100%;
}

.search {
  z-index: 6201;
  left: 15px;
  top: 100px;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
  border-radius: 3px;
}

.searchWrap {
  position: fixed;
  top: 0;
  left: 0
}

.searchbox {
  position: relative;
  z-index: 2201;
  width: 200px;
  height: 45px;
  /* background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
  border-radius: 3px; */
}

.show-list-btn {
  text-align: center;
  color: #7c8196;
  border-top: 1px solid #ccc;
  cursor: pointer;
}

.cdc {
  transition: all 0.4s;
}

.searchbox .logo {
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 34px;
  height: 34px;
  z-index: 99999;
  cursor: pointer;
}

.usel {
  -ms-user-select: none;
  user-select: none;
}

.searchbox .iptbox {
  position: absolute;
  left: 15px;
  top: 0;
  width: 144px;
  height: 45px;
  box-sizing: border-box;
  z-index: 2202;
  border-radius: 2px;
}

.searchbox #searchipt {
  position: absolute;
  top: 12.5px;
  left: 0;
  box-sizing: border-box;
  text-indent: 2px;
  z-index: 2200;
  border: none;
  width: 80px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  letter-spacing: .5px;
  font-size: 14px;
}

.searchbox .iptbox #searchbtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1003;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #7c8196;
  cursor: pointer;
}

.searchbox .iptbox #searchbtn:hover {
  color: #0f89f5;
}

.searchbox .direntry.in-main {
  background: #fff;
}

.searchbox .direntry {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 0 3px 3px 0;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #7c8196;
  cursor: pointer;
}

.searchbox .direntry:hover {
  color: #abb2ce;
}

.maker-list-wrap {
  position: absolute;
  top: 172px;
  left: 15px;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .15);
  border-radius: 3px;
  width: 200px;
  box-sizing: border-box;
  z-index: 100;
  border-top: 1px solid #fff;
  max-height: 80vh;
  overflow: auto;
}

.maker-list .link:hover {
  background-color: rgba(0, 0, 0, .1);
}

.maker-list .link .title-sub {
  display: inline-block;
  font-size: 10px;
  color: grey;
  margin-left: 10px
}

/* 滚动条 */

.init-scrollbar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.init-scrollbar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #b3b3b3;
}

.init-scrollbar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #EDEDED;
}

ul, ol {
  list-style: none;
}

.maker-list-wrap>ul {
  /* width: 100%; */
  padding: 10px 0px;
  overflow: auto;
}

.maker-list-wrap .maker-list .maker-item {
  display: flex;
  height: 34px;
  padding: 5px 7px;
  border-top: 1px solid #eaeaea;
  cursor: pointer;
}

.maker-list-wrap .maker-list .item-focus, .maker-list-wrap .maker-list .maker-item:hover, .maker-list-wrap .maker-list .maker-item:focus {
  background-color: rgba(0, 0, 0, .05);
}

.maker-list .maker-item .left {
  flex: 1;
  position: relative;
}

.maker-list .maker-item .right {
  flex: 0 0 100px;
  overflow: hidden;
}

.maker-list .maker-item .left h3 {
  max-width: 200px;
  height: 22px;
  font-size: 15px;
  color: #565656;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400
}

.maker-list .maker-item .left .info {
  font-size: 13px;
  display: block;
  position: absolute;
  bottom: 0;
  max-width: 95%;
  word-wrap: wrap;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
}

li.maker-item.empty {
  color: #888;
  cursor: auto;
}

.info-panle {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  z-index: 120;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-panle .info-body {
  width: 80%;
  max-width: 1000px;
  background: #fff;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
  border-radius: 3px;
  height: 80%;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
}

.info-panle .info-body .heade {
  height: 45px;
  flex: 0 0 45px;
  border-bottom: 1px solid #ccc;
  line-height: 45px;
}

.info-panle .info-body .heade .close-panle {
  height: 100%;
  width: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #7c8196;
  font-size: 20px;
}

.info-panle .info-body .heade .close-panle:hover {
  color: #333;
}

.info-panle .info-content {
  flex: 1;
  overflow: auto;
  text-align: center;
  padding-top: 10px
}

.info-panle .info-content .info-content-img {
  cursor: pointer;
  width: 50%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.info-panle .info-content .info-content-text {
  text-align: left;
  margin-top: 20px;
  /* text-indent: 40px; */
  line-height: 1.5;
  word-wrap: break-word;
}

.info-content-text div {
  text-align: left;
  /* text-indent: 40px; */
  margin-top: 30px;
  line-height: 1.5;
  width: 100%;
  word-wrap: break-word;
}

.info-title {
  font-size: 16px;
  font-weight: bold;
}

.amap-marker-label {
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .15)
}

.amap-overlays {
  pointer-events: none;
}

.index-page {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.index-page h1 {
  width: 100%;
  margin: 0 auto 0 auto;
  font-family: 'Lato', sans-serif;
  /* line-height: 280px;
   */
  font-size: 60px;
  padding: 80px 50px;
  text-align: center;
  padding-top: 9%;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.text3d {
  color: #fff;
  letter-spacing: .15em;
  text-shadow: -0px -1px 0px rgb(206, 206, 206), 0px 1px 0 rgba(191, 191, 191, 0.47), 0px 2px 0 rgb(200, 200, 200), 0px 3px 0 rgb(180, 180, 180), 0px 4px 0 rgb(160, 160, 160), 0px 5px 0 rgb(140, 140, 140), 0px 6px 0 rgb(120, 120, 120), 2px 7px 5px rgba(0, 0, 0, 0.7), 5px 8px 5px rgba(0, 0, 0, 0.1), 8px 9px 8px rgba(0, 0, 0, 0.3), 8px 10px 35px rgba(0, 0, 0, 0.7);
}

.btn-into {
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 10px 40px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10000px;
  transition: all .2s inherit;
}

.btn-into:hover {
  background-color: rgba(255, 255, 255, 1);
}

.contr-wrapp {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1000;
}

.toggle-map {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
  border-radius: 3px;
  padding: 5px
}

.login-content {
  width: 400px;
  padding: 20px 40px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .8);
  border-radius: 3px
}

.form-signin label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.sms {
  margin-top: 10px;
}

.msg {
  margin-top: 10px;
  color: red;
  font-weight: bold;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin-heading {
  margin: 10px 0;
  margin-bottom: 20px;
}

.form-signin input[type="username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-block {
  display: block;
  width: 100%;
}

.cheak-classfiy {
  display: inline-block;
  width: 110px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
  vertical-align: top;
}

/* 手风琴 */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

ul {
  list-style-type: none
}

a {
  color: #333333;
  text-decoration: none
}

h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px
}

h1 a {
  color: #c12c42;
  font-size: 16px
}

.accordion {
  width: 100%;
  max-width: 360px;
  /* margin: 30px auto 20px; */
  background: #fff;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 7px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.accordion li:last-child .link {
  border-bottom: 0
}

.accordion li i {
  position: absolute;
  top: 7px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px
}

.accordion li.open .link {
  color: #0f89f5
}

.accordion li.open i {
  color: #0f89f5
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.submenu {
  background: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  padding-bottom: 1px
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease
}

.submenu a:hover {
  background: black;
  color: #fff
}

div.maps {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

div.maps > a {
  margin-top: 1rem;
  display: inline-block;
}

div.mapfooter {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.1rem 1rem;
  text-align: center;
  background-color: rgba(0, 0, 0, .7);
  font-size: 10px;
  color: white;
}

div.mapfooter a {
  text-decoration: underline;
  color: white;
}
