@charset "utf-8";

/* html{font-size:50px;} */
@media (min-width: 320px) {
  html {
    font-size: 42.667px;
  }
}

@media (min-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media (min-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media (min-width: 480px) {
  html {
    font-size: 64px;
  }
}

@media (min-width: 600px) {
  html {
    font-size: 80px;
  }
}

@media (min-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 100px;
  }
}

html {
  overflow: -moz-scrollbars-vertical;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
  position: relative;
  overflow-x: hidden;
}

body > div {
  margin-right: auto;
  margin-left: auto;
}

html,
body {
  position: relative;
  height: 100%;
}

div,
form,
img,
ul,
ol,
li,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-weight: bold;
  font-size: 14px;
}

ul,
li {
  list-style: none;
  line-height: 24px;
}

select,
input,
button {
  outline: none;
}

img {
  border: 0px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

table {
  width: 100%;
}

table,
table td {
  border-collapse: collapse;
  border-spacing: 0;
}

.elli1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.elli5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.u-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 地图 */
.BMap_Marker {
  /*animation: im_icon 1s linear infinite;*/
  /*background: url(../img/address.png) no-repeat center/cover;*/
}

@keyframes im_icon {
  0% {
    opacity: 0.8;
    transform: translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: translate(0, 10px);
  }

  100% {
    opacity: 0.8;
    transform: translate(0, 0);
  }
}

.BMapLabel {
  height: 0.48rem;
  border-radius: 0.24rem;
  line-height: 0.46rem;
  text-align: center;
  border: 0.01rem solid #388f9d !important;
  padding: 0 0.2rem !important;
  cursor: pointer !important;
}
