@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;
  /* scroll-behavior: smooth; */
}

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,
textarea {
  outline: none;
}

img {
  border: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  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;
}
/* 手机菜单   start*/
.hamburger {
  cursor: pointer;
  position: relative;
  z-index: 100;
  line-height: 0;
  display: none;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: boingInUp;
}
.hamburger input {
  display: none;
}
.hamburger svg {
  height: 3em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}
/* 手机菜单   end*/

/* 分页 */

.paging-box {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  margin-top: 0.7rem;
}
.paging-box a {
  padding: 0.1rem 0.15rem;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  color: #aaaaaa;
}
.paging-box a.next,
.paging-box a.prve {
  padding: 0.1rem 0.12rem;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
}

.paging-box a:hover {
  background: var(--theme-color);
  color: #fff;
}

.paging-box .pagingActive {
  background: var(--theme-color);
  color: #fff;
}
/* 隐藏video 播放暂停按钮 */
#indexVideo::-webkit-media-controls-play-button {
  display: none;
}

#indexVideo::-moz-media-controls-play-button {
  display: none;
}

#indexVideo::-ms-media-controls-play-button {
  display: none;
}
.BMap_bubble_pop{width:250px !important;}
.BMap_bubble_center,.BMap_bubble_content{width:100% !important;}