body {
  color: #000;
  background: #fff;
  overflow-x: hidden;
  font-family: Regular;
}
html {
  font-size: 100px;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
@font-face {
  font-family: Regular;
  src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
}
@font-face {
  font-family: Black;
  src: url(../fonts/HarmonyOS_Sans_SC_Black.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #ec0044;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}

button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 86%;
  margin: 0 auto;
}
/*公共样式勿删除*/

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
  transform: perspective(1px);
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover > img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

/**/

/**/

/**/

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  padding-top: 60px;
  z-index: -1;
  opacity: 0;
}

.ws-wap-menu.on {
  z-index: 105;
  opacity: 1;
}

.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #eee;
}
.ws-wap-menu ul > li {
  position: relative;
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ul li > a {
  display: block;
  line-height: 52px;
  font-size: 16px;
  position: relative;
  width: 50%;
  padding-left: 20px;
}
.ws-wap-menu ul li i {
  display: inline-block;
  height: 12px;
  width: 12px;
  z-index: 6;
  border-width: 1px 1px 0 0;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 20px;
  right: 20px;
}
.ws-wap-menu ul li.on i {
  border-width: 0 1px 1px 0;
}
.ws-wap-menu ul li.on .dropdown {
  display: block;
}
.ws-wap-menu ul .dropdown {
  padding: 10px 0 10px 30px;
  border-top: 1px solid #eee;
  display: none;
}

.ws-wap-menu ul .dropdown a {
  display: block;
  line-height: 40px;
}

/**/
.header {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  font-size: 0.2rem;
  transition: all 0.3s;
  width: 100%;
}
.header.on {
  background: #fff;
  font-size: 0.18rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header.on .nav > li > a {
  height: 0.8rem;
}
.header .logo img {
  width: 1.95rem;
}
.header .nav {
  display: flex;
  text-align: center;
}

.header .nav > li {
  position: relative;
  padding: 0 0.3rem;
}

.header .nav > li > a:after {
  content: '';
  border-bottom: 2px solid #ec0044;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.header .nav > li:hover > a:after {
  width: 100%;
}
.header .nav > li > a {
  height: 1rem;
  color: #ec0044;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer {
  background: #f2f2f2;
  padding: 0.5rem 0;
  font-size: 0.18rem;
  color: #666;
}
.footer .logo {
  width: 1.7rem;
}
.footer .flex {
  align-items: stretch;
  padding-bottom: 0.3rem;
}
.footer h3 {
  font-size: 0.3rem;
  font-family: black;
  color: #ec0044;
}
.footer .side {
  width: 35%;
}
.footer ol li img {
  margin-right: 0.15rem;
}
.footer ol li {
  display: flex;
  align-items: flex-start;
  padding-top: 0.2rem;
}
.footer ul {
  line-height: 2;
  padding-top: 0.2rem;
}
.footer .code {
  margin-left: 0.6rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.3rem;
}
.footer .share a {
  margin-right: 0.25rem;
}
.footer .share img {
  height: 0.3rem;
  filter: grayscale(100%);
}
.footer .share a:hover img {
  filter: grayscale(0);
}
.title_common {
  text-align: center;
  font-size: 0.26rem;
}
.title_common h3 {
  font-family: black;
  font-size: 0.61rem;
  padding-bottom: 0.1rem;
}
.title_common span {
  color: #ec0044;
}
.title_common p {
  letter-spacing: 0.03rem;
}
