/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
  background: #51874d;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@-webkit-keyframes dou {
  0% {
    transform: translateY(0px);
    transition: all 0.6s ease-in-out;
  }
  50% {
    transform: translateY(10px);
    transition: all 0.6s ease-in-out;
  }
  100% {
    transform: translateY(0px);
    transition: all 0.6s ease-in-out;
  }
}
.map_main {
  position: relative;
  overflow: scroll;
}
.map_main .bg {
  display: block;
  width: 1125px;
}
.map_main .li {
  position: absolute;
}
.map_main .li img {
  display: block;
  height: 32px;
}
.map_main .li.li_1 {
  left: 55px;
  top: 100px;
  -webkit-animation: dou 1s 0s infinite;
  animation: dou 1s 0s infinite;
}
.map_main .li.li_2 {
  left: 154px;
  top: 72px;
  -webkit-animation: dou 1.1s 0s infinite;
  animation: dou 1.1s 0s infinite;
}
.map_main .li.li_3 {
  left: 248px;
  top: 35px;
  -webkit-animation: dou 1.2s 0s infinite;
  animation: dou 1.2s 0s infinite;
}
.map_main .li.li_4 {
  left: 286px;
  top: 86px;
  -webkit-animation: dou 1.3s 0s infinite;
  animation: dou 1.3s 0s infinite;
}
.map_main .li.li_5 {
  left: 370px;
  top: 68px;
  -webkit-animation: dou 1.4s 0s infinite;
  animation: dou 1.4s 0s infinite;
}
.map_main .li.li_6 {
  left: 462px;
  top: 70px;
  -webkit-animation: dou 1.5s 0s infinite;
  animation: dou 1.5s 0s infinite;
}
.map_main .li.li_7 {
  left: 62px;
  top: 196px;
  -webkit-animation: dou 1.6s 0s infinite;
  animation: dou 1.6s 0s infinite;
}
.map_main .li.li_8 {
  left: 248px;
  top: 156px;
  -webkit-animation: dou 1.7s 0s infinite;
  animation: dou 1.7s 0s infinite;
}
.map_main .li.li_9 {
  left: 364px;
  top: 150px;
  -webkit-animation: dou 1.8s 0s infinite;
  animation: dou 1.8s 0s infinite;
}
.map_main .li.li_10 {
  left: 462px;
  top: 174px;
  -webkit-animation: dou 1.9s 0s infinite;
  animation: dou 1.9s 0s infinite;
}
.map_main .li.li_11 {
  left: 130px;
  top: 266px;
  -webkit-animation: dou 2s 0s infinite;
  animation: dou 2s 0s infinite;
}
.map_main .li.li_12 {
  left: 138px;
  top: 354px;
  -webkit-animation: dou 1.5s 0s infinite;
  animation: dou 1.5s 0s infinite;
}
.map_main .li.li_13 {
  left: 214px;
  top: 374px;
  -webkit-animation: dou 1.6s 0s infinite;
  animation: dou 1.6s 0s infinite;
}
.map_main .li.li_14 {
  left: 444px;
  top: 320px;
  -webkit-animation: dou 1.6s 0s infinite;
  animation: dou 1.6s 0s infinite;
}
.map_main .li.li_15 {
  left: 350px;
  top: 460px;
  -webkit-animation: dou 1.8s 0s infinite;
  animation: dou 1.8s 0s infinite;
}
.map_main .li.li_16 {
  left: 510px;
  top: 470px;
  -webkit-animation: dou 2s 0s infinite;
  animation: dou 2s 0s infinite;
}
.map_main .li.li_17 {
  left: 550px;
  top: 550px;
  -webkit-animation: dou 1.5s 0s infinite;
  animation: dou 1.5s 0s infinite;
}
.map_main .li.li_18 {
  left: 614px;
  top: 590px;
  -webkit-animation: dou 1.6s 0s infinite;
  animation: dou 1.6s 0s infinite;
}
.map_main .li.li_19 {
  left: 544px;
  top: 770px;
  -webkit-animation: dou 1.8s 0s infinite;
  animation: dou 1.8s 0s infinite;
}
.map_main .li.li_20 {
  left: 670px;
  top: 670px;
  -webkit-animation: dou 1.4s 0s infinite;
  animation: dou 1.4s 0s infinite;
}
.map_main .li.li_21 {
  left: 852px;
  top: 710px;
  -webkit-animation: dou 1.9s 0s infinite;
  animation: dou 1.9s 0s infinite;
}
.map_main .li.li_22 {
  left: 852px;
  top: 784px;
  -webkit-animation: dou 1.6s 0s infinite;
  animation: dou 1.6s 0s infinite;
}
.map_main .li.li_23 {
  left: 1010px;
  top: 738px;
  -webkit-animation: dou 1.5s 0s infinite;
  animation: dou 1.5s 0s infinite;
}
.map_main .li.active {
  display: none;
}
.deta_dc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.deta_dc_cont {
  display: none;
  position: fixed;
  top: 50%;
  left: 10%;
  width: 80%;
  transform: translateY(-50%);
  padding: 1rem;
  background: #fff;
  z-index: 3;
  border-radius: 10px;
}
.deta_dc_cont .shut_btn {
  position: absolute;
  right: -3.4rem;
  top: 0;
  width: 3rem;
}
.deta_dc_cont .shut_btn img {
  width: 3rem;
  display: block;
}
.deta_dc_cont .deta_cont_bg {
  height: 100%;
  overflow: hidden;
}
.deta_dc_cont .deta_nav {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 10px;
  background: #f7f8fa;
}
.deta_dc_cont .deta_nav .li {
  width: 50%;
  font-size: 1.2rem;
  text-align: center;
  color: #6f9c59;
  border-right: 1px solid #333;
}
.deta_dc_cont .deta_nav .li:last-child {
  border-right: 0;
}
.deta_dc_cont .dh_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.deta_dc_cont .dh_btn .btn {
  width: 100%;
  height: 3rem;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #6f9c59;
  font-size: 1.2rem;
  color: #fff;
}
.deta_dc_cont .dh_btn.active {
  display: none;
}
.deta_dc_cont .title_head {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.deta_dc_cont .title_head .mp_ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 5px;
}
.deta_dc_cont .deta_txt {
  max-height: 80vh;
  overflow-y: auto;
  font-size: 1.4rem;
  color: #666;
}
.deta_dc_cont .deta_txt img {
  display: block;
  max-width: 100%;
  margin: 0.5rem auto;
}
.deta_dc_cont .deta_txt img {
  max-width: 100%;
  margin: 0.5rem auto;
}
.foot_deta_inf {
  position: fixed;
  bottom: 0;
  left: 5%;
  width: 90%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #fff;
  padding: 2rem 1rem;
}
.foot_deta_inf .head_inf {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.foot_deta_inf .head_inf .det_i {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 100px;
  overflow: hidden;
}
.foot_deta_inf .head_inf .det_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.foot_deta_inf .head_inf .inf_cont {
  width: calc(100% - 6rem);
  padding-left: 0.6rem;
}
.foot_deta_inf .head_inf .inf_cont .tle {
  font-size: 2rem;
  color: #333;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.foot_deta_inf .head_inf .inf_cont .txt {
  font-size: 1.2rem;
  color: #666;
}
.foot_deta_inf .shut_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  border-radius: 100px;
  background: #51874d;
  font-size: 1.4rem;
  color: #fff;
  margin: 1rem auto 0;
}
/*# sourceMappingURL=app.css.map */