html {
  font-size: 100px;
  font-size: 13.33333vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66667px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93333px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33333px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 721px) and (max-width: 750px) {
  html {
    font-size: 100px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

body {
  position: relative;
  background-color: #d2d2d2;
}

.box {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.30rem;
  height: 100vh;
  transition: all 0.5s;
}

.choice {
  position: absolute;
  top: 1.2rem;
  width: 1.57rem;
  height: 4.07rem;
  margin: 0.09rem 0;
  z-index: 9998;
  background: url("../images/side-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.choice .choice-title {
  width: 100%;
  font-size: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.25rem;
  color: #8d6129;
}

.choice .choice-title i {
  display: block;
  font-style: normal;
  width: 0.16rem;
  height: 0.20rem;
  margin-right: 0.05rem;
  background: url("../images/icon-xq.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.choice .side-bar {
  width: 1.45rem;
  height: 2.7rem;
  overflow-y: auto;
  margin: 0.4rem auto 0;
}

.choice .side-bar::-webkit-scrollbar {
  display: none;
}

.choice .side-bar .bar-item {
  display: block;
  width: 1.18rem;
  margin: 0 auto;
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
  color: #774a1f;
  line-height: 0.2rem;
  text-align: center;
  background: url("../images/bar.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 0.05rem 0.1rem 0.05rem 0.1rem;
}

.choice .side-bar .bar-item-long {
  width: 1.4rem;
  position: relative;
  height: 0.57rem;
  line-height: 0.25rem;
  text-align: start;
  padding-left: 0.15rem;
}

.choice .side-bar .bar-item-long span {
  display: block;
  margin-top: 0.05rem;
}

.choice .side-bar .bar-item-active {
  font-size: 0.14rem;
  color: #996a2f;
  border: 0;
  background: url("../images/bar-active2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.choice .side-bar .bar-item-active-long {
  width: 1.4rem;
  position: relative;
  height: 0.57rem;
  line-height: 0.25rem;
  text-align: start;
  padding-left: 0.2rem;
  overflow: hidden;
}

.choice .side-bar .bar-item-active-long span {
  display: block;
}

.box-un {
  left: -5.3rem;
}

.right {
  position: absolute;
  width: 0.73rem;
  top: 2.6rem;
  right: -0.73rem;
}

.right a {
  display: block;
  margin: 0.09rem 0;
}

.right .right1 {
  width: 0.73rem;
  height: 1.13rem;
  background: url("../images/right1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.right .right1-ac {
  background: url("../images/right1-ac.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.right .right2 {
  width: 0.73rem;
  height: 1.13rem;
  background: url("../images/right4.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.right .right2-ac {
  background: url("../images/right4-ac.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.right .right3 {
  width: 0.73rem;
  height: 1.13rem;
  background: url("../images/right2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.right .right3-ac {
  background: url("../images/right2-ac.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.right .right4 {
  width: 0.73rem;
  height: 1.13rem;
  background: url("../images/right3.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.right .right4-ac {
  background: url("../images/right3-ac.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.leaflet-left {
  left: -0.1rem;
}

.leaflet-top {
  top: 3rem;
}

.head {
  overflow: hidden;
  width: 100%;
  height: 1.51rem;
  background: url("../images/head-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.head .head-title {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}

.head .head-title .icon-kb {
  width: 0.41rem;
  height: 0.41rem;
  background: url("../images/icon-kb.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.head .head-title .icon-head {
  width: 1.31rem;
  height: 0.46rem;
  margin: 0 0.02rem 0 0.1rem;
}

.head .head-title p {
  font-size: 0.16rem;
  color: #fcdfa1;
}

.head .head-tips {
  display: none;
  overflow: hidden;
  margin-left: 0.24rem;
  margin-top: 0.2rem;
}

.head .head-tips img {
  float: left;
  width: 0.13rem;
  height: 0.18rem;
}

.head .head-tips p {
  float: left;
  margin-left: 0.06rem;
  font-size: 0.16rem;
  margin-top: 0.02rem;
  color: #fcdfa1;
}

.head .head-text {
  display: none;
  white-space: nowrap;
  margin-top: 0.10rem;
  margin-left: 0.45rem;
  font-size: 0.2rem;
  color: #ffffff;
}

.head .tips2 {
  display: block;
  float: left;
  margin-top: 0.30rem;
  margin-left: 0.35rem;
}

.head .tips2 img {
  width: 0.19rem;
  height: 0.20rem;
}

.head .head-btn {
  display: inline-block;
  margin-top: 0.26rem;
  padding: 0 0.1rem;
  font-size: 0.14rem;
  color: #483727;
  background: linear-gradient(to bottom, #ffed94, #ecc27b);
  border-radius: 0.05rem;
  line-height: 0.24rem;
}

.contents {
  height: calc(100vh - 2.75rem);
  overflow-y: overlay;
}

.contents::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.2rem;
  background: "";
}

.contents::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 0px rgba(240, 240, 240, .5); */
  border-radius: 0.2rem;
  background: none;
}

.contents::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  /* box-shadow: inset 0 0 0px rgba(237, 44, 37, .5); */
  background: #dcc295;
}

.content-un {
  display: none;
}

.more-tips {
  text-align: center;
  font-size: 0.22rem;
  color: #282828;
  margin-top: 0.1rem;
}

.nav-right {
  display: flex;
  justify-content: space-around;
  margin: 0.15rem 0;
}

.nav-right a {
  overflow: hidden;
  display: block;
  width: 0.67rem;
  height: 0.49rem;
  font-size: 0.14rem;
  color: #6b5939;
  background: url("../images/nav-btnbg.png") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-right .on {
  background: url("../images/nav-btnbg-ac.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.nav-right a span {
  display: block;
  line-height: 0.18rem;
}

.search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search input {
  width: 3.05rem;
  height: 0.34rem;
  padding-left: 0.2rem;
  outline: none;
  font-size: 0.14rem;
  color: #878d9f;
  background: url("../images/input-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}

.search a {
  display: block;
  width: 0.86rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.34rem;
  color: #fff;
  font-size: 0.14rem;
  background: url("../images/input-btn.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.map-btn {
  display: block;
  width: 4.76rem;
  margin: 0 auto 0.1rem;
  height: 0.54rem;
  font-size: 0.22rem;
  line-height: 0.54rem;
  color: #282828;
  background: url("../images/item-bg2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.map-btn span {
  margin-left: 0.33rem;
}

.map-btn-active {
  position: relative;
  background: url("../images/item-bg1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.map-btn-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  margin-top: -0.12rem;
  background: url("../images/icon-active.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.map-btn-active span {
  margin-left: 0.5rem;
}

.map-con {
  display: none;
}

.map-item-box {
  display: flex;
  flex-wrap: wrap;
  transition: all 1s;
}

.list-item {
  display: block;
  width: 1.54rem;
  height: 0.8rem;
  background: url("../images/map-itembg.png") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.05rem;
  margin: 0.1rem 0.06rem;
}

.list-item p:nth-child(1) {
  width: 100%;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-item p:nth-child(1) img {
  width: 0.25rem;
  height: 0.25rem;
  object-fit: contain;
}

.list-item p:nth-child(1) span {
  font-size: 0.15rem;
  color: #3f4968;
  margin-left: 0.05rem;
}

.list-item p:nth-child(2) {
  width: 1.53rem;
  height: 0.02rem;
  margin: 0.00rem 0 0.05rem;
  background: url("../images/icon-line.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.list-item p:nth-child(3) {
  font-size: 0.15rem;
  color: #282828;
}

#filter .content .list .active {
  background: url("../images/map-itembg2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

#filter .content .list .active p:nth-child(1) {
  width: 100%;
  height: 0.4rem;
  color: #5e4a0a;
}

#filter .content .list .active p:nth-child(1) span {
  color: #5e4a0a;
}

#filter .content .list .active p:nth-child(2) {
  width: 1.5rem;
  height: 0.02rem;
  margin: 0rem 0 0.05rem;
  background: url("../images/icon-line2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

#filter .content .list .active p:nth-child(3) {
  font-size: 0.15rem;
  color: #5e4a0a;
}

.banner {
  width: 4.51rem;
  margin: 0.25rem auto 0;
}

.banner img {
  width: 4.51rem;
  height: 1.5rem;
}

.con-text {
  width: 4.7rem;
  margin: 0 auto 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.con-text .text-item {
  width: 2.26rem;
  height: 0.66rem;
  font-size: 0.22rem;
  color: #282828;
  text-align: center;
  line-height: 0.66rem;
  margin-top: 0.25rem;
  background: url("../images/text-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.setup {
  position: relative;
  width: 4.6rem;
  margin: 0.25rem auto 0;
  border-bottom: 1px solid #dbbe84;
  padding-bottom: 0.2rem;
}

.set-title {
  font-size: 0.24rem;
  color: #282828;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.set-title i {
  display: block;
  font-style: normal;
  width: 0.05rem;
  height: 0.26rem;
  background-color: #e7c185;
  border-radius: 0.025;
  margin-right: 0.05rem;
}

.set-text {
  font-size: 0.2rem;
  color: #282828;
  line-height: 0.3rem;
}

.set-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.2rem;
  display: flex;
  justify-content: space-between;
}

.set-icon .icon {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  color: #282828;
}

.set-icon .icon-active i {
  position: relative;
}

.set-icon .icon-active i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  margin-left: -0.07rem;
  margin-top: -0.07rem;
  background-color: #2d3445;
  border-radius: 50%;
}

.set-icon i {
  display: block;
  font-style: normal;
  width: 0.22rem;
  height: 0.22rem;
  border: 0.02rem solid #2d3445;
  border-radius: 50%;
  margin-right: 0.1rem;
}

.other {
  position: relative;
  width: 4.6rem;
  margin: 0.25rem auto 0;
  padding-bottom: 0.2rem;
}

.other-item {
  position: relative;
  width: 4.37rem;
  height: 0.73rem;
  font-size: 0.24rem;
  color: #282828;
  line-height: 0.73rem;
  padding-left: 0.2rem;
  background: url("../images/set-itembg.png") no-repeat 0 0;
  background-size: 100%;
}

.other-item .other-btn {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  display: block;
  width: 1.03rem;
  height: 0.36rem;
  margin-top: -0.18rem;
  text-align: center;
  line-height: 0.36rem;
  font-size: 0.22rem;
  color: #dbbe84;
  background-color: #282828;
  border-radius: 0.06rem;
}

.note {
  height: 0.56rem;
  line-height: 0.54rem;
  border-radius: 0.06rem;
  padding: 0 0.54rem 0 0.7rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  color: #fff;
  font-size: 0.18rem;
  z-index: 1000;
  overflow: hidden;
  background: url("../images/note.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.note p {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: block;
  font-size: 0.16rem;
  color: #5d4e34;
}

.note span {
  white-space: nowrap;
  position: absolute;
  top: 0.03rem;
  left: 0;
}

.note em {
  background: url(../images/n-close.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  right: 0.18rem;
  top: 0.14rem;
}

.note a {
  color: #be9d63;
  text-decoration: underline;
}

.leaflet-pane .marker-cluster-small {
  width: 0.83rem;
  height: 0.83rem;
  background: url("../images/maker-icon.png") no-repeat 0 0;
  background-size: 100% 100%;
  background-color: none;
  color: #eed9a1;
}

.leaflet-pane .marker-cluster-small div {
  background-color: transparent;
}

.leaflet-pane .marker-cluster-medium {
  width: 0.83rem;
  height: 0.83rem;
  background: url("../images/maker-icon.png") no-repeat 0 0;
  background-size: 100% 100%;
  background-color: none;
  color: #eed9a1;
}

.leaflet-pane .marker-cluster-medium div {
  background-color: transparent;
}

.leaflet-pane .marker-cluster-large {
  width: 0.83rem;
  height: 0.83rem;
  background: url("../images/maker-icon.png") no-repeat 0 0;
  background-size: 100% 100%;
  background-color: none;
  color: #eed9a1;
}

.leaflet-pane .marker-cluster-large div {
  background-color: transparent;
}

.mt30 {
  margin-top: 0.3rem;
}

.mt15 {
  margin-top: 0.15rem;
}

@media screen and (max-width: 750px) {
  .box {
    width: 5.04rem;
  }
  .box-un {
    left: -5.04rem;
  }
  .note {
    left: 0.5rem;
    width: 5.94rem;
    height: 0.71rem;
    background: url(../images/note-wap.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .note em {
    top: 0.21rem;
    right: 0.21rem;
  }
  .note p {
    font-size: 0.2rem;
    line-height: 0.73rem;
  }
  .head {
    width: 5.04rem;
    overflow: hidden;
    height: 4.1rem;
    background: url(../images/head-bg2.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .head .head-title {
    margin-top: 1.76rem;
  }
  .manage-box {
    height: calc(100vh - 4.2rem);
  }
  .fil-ts {
    bottom: 1rem;
  }
  #filter::before {
    width: 5.04rem;
  }
  .head .head-title .icon-head {
    margin: 0 0.1rem 0 0.2rem;
  }
  .head .head-title p {
    font-size: 0.26rem;
  }
  .choice {
    top: 2rem;
    right: 0;
  }
  .head .head-tips {
    display: block;
    overflow: hidden;
    margin-left: 0.24rem;
    margin-top: 0.3rem;
  }
  .head .head-tips img {
    float: left;
    width: 0.17rem;
    height: 0.23rem;
  }
  .head .tips2 img {
    width: 0.22rem;
    height: 0.22rem;
  }
  .head .head-tips p {
    float: left;
    margin-left: 0.06rem;
    font-size: 0.22rem;
    margin-top: 0.02rem;
    color: #fcdfa1;
  }
  .head .head-text {
    display: block;
    white-space: nowrap;
    margin-top: 0.15rem;
    margin-left: 0.45rem;
    font-size: 0.2rem;
    color: #ffffff;
  }
  .head .head-btn {
    display: inline-block;
    margin-top: 0.26rem;
    padding: 0.05rem 0.1rem;
    font-size: 0.18rem;
    color: #483727;
    background: linear-gradient(to bottom, #ffed94, #ecc27b);
    border-radius: 0.05rem;
    line-height: 0.24rem;
  }
  .nav-right a {
    width: 0.85rem;
    height: 0.67rem;
    font-size: 0.22rem;
  }
  .nav-right a span {
    line-height: 0.26rem;
  }
  .search {
    margin: 0.3rem 0;
  }
  .search input {
    width: 3.9rem;
    height: 0.46rem;
    font-size: 0.2rem;
    color: #878d9f;
    line-height: 0.46rem;
  }
  .search a {
    width: 1.22rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.24rem;
  }
  .classify .c-tag {
    width: 4.75rem;
    height: 0.51rem;
    line-height: 0.51rem;
    padding-left: 0.35rem;
    font-size: 0.24rem;
  }
  .classify .c-tag span.c-num::after {
    content: attr(data-num);
    background: #313640;
    color: #ffeb44;
    font-size: 0.18rem;
    z-index: 1;
    height: 0.25rem;
    line-height: 0.25rem;
    padding: 0 0.08rem;
    border-radius: 0.1rem;
    display: inline-block;
    vertical-align: top;
    margin: 0.1rem 0 0 0.1rem;
  }
  .map-item-box {
    margin-bottom: 0.1rem;
  }
  .list-item {
    width: 2.15rem;
    height: 0.95rem;
  }
  .list-item p:nth-child(1) {
    margin-top: 0.05rem;
  }
  .list-item p:nth-child(1) img {
    width: 0.35rem;
    height: 0.35rem;
  }
  .list-item p:nth-child(1) span {
    font-size: 0.22rem;
  }
  .list-item p:nth-child(2) {
    width: 2.15rem;
    margin: 0.05rem 0;
  }
  #filter .content .list .active p:nth-child(2) {
    width: 2.15rem;
    margin: 0.05rem 0;
  }
  #filter .content .list .active p:nth-child(3) {
    font-size: 0.22rem;
  }
  .recom-img a {
    width: 4.52rem;
    height: 1.50rem;
  }
  .recom-img img {
    width: 4.52rem;
    height: 1.50rem;
  }
  .recom-img a.has-txt::after {
    content: attr(data-text);
    background: -webkit-linear-gradient(transparent 10%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 70%);
    height: 0.6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    padding: 0 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 0.75rem;
    color: #fff;
    font-size: 0.1rem;
  }
  .recom-btn a {
    width: 2.1rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.24rem;
  }
  .recommend {
    height: calc(100vh - 3.95rem);
  }
  .set-bd {
    font-size: 0.2rem;
    line-height: 0.38rem;
  }
  .set-other li {
    width: 4.50rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.24rem;
  }
  .set-other li a {
    width: 1.25rem;
    height: 0.36rem;
    line-height: 0.36rem;
    margin-top: -0.18rem;
    font-size: 0.24rem;
  }
  .tip-show {
    right: 0.55rem;
  }
}

@media screen and (min-width: 750px) {
  .choice {
    top: 1rem;
    left: 4.4rem;
  }
}

@media screen and (max-width: 750px) {
  .head .head-title .icon-kb {
    width: 0.48rem;
    height: 0.48rem;
    background: url("../images/icon-kb.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
}

img[alt=Google] {
  display: none;
}
