@charset "utf8";
@font-face {
  font-family: "微软雅黑";
  src: url("../fonts/bebas_0.ttf") format("ttf");
  /* 支持现代浏览器 */
  /* url('../fonts/msyhbd.ttc') format('msyhbd'),
    url('../fonts/msyhl.ttc') format('msyhl') */
  /* 降级方案 */
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  box-sizing: border-box;
}

article,
b,
dd,
dl,
dt,
footer,
h1,
h2,
h3,
h4,
header,
input,
li,
menu,
nav,
p,
section,
span,
ul {
  margin: 0;
  padding: 0;
}

li,
ul {
  list-style: none;
}

img {
  width: 100%;
  border: 0;
  display: block;
}

em {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

.clearf:after,
.clearf:before {
  display: block;
  content: "";
}

.clearf:after {
  clear: both;
}

.clear {
  clear: both;
}

hr {
  height: 10px;
  background: #e0e0e0;
  border: 0;
}

.pcwl_content {
  margin: 0 0.8rem;
}

/* footer */

footer {
  background: #fafafa;
  color: #333;
  margin-top: 2rem;
  /* padding-bottom: 5rem; */
}

.footer_box {
  padding: 1rem 0;
}

.footer_box h4 {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  color: #666;
  line-height: 2.8;
}

.footer_box span {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  display: inline-block;
  margin-top: 0.5rem;
}

.footer_box p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #666;
}

.footer_box_txt {
  border-top: 0.3px solid #595959;
  margin-top: 1rem;
}

.footer_box_txt p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #595959;
  padding: 0.8rem 0;
}

.footer_box_txt p a {
  color: #595959;
}

/* index_banner */

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: auto !important;
  width: 100% !important;
  object-fit: cover;
}

/* footer_bootom */
.footers {
  background: #f7f7f7;
  width: 100%;
  bottom: 0px;
  width: 100%;
  position: fixed;
  display: flex;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  z-index: 99999;
}
.footers_pic {
  width: 33.333%;
  box-sizing: border-box;
  padding: 5px 0;
}
.footers_pic a {
  display: block;
}
.footers_pic img {
  margin: 0 auto;
  display: block;
  width: 2rem;
  height: 2rem;
}
.footers_pic p {
  line-height: 1.8;
  text-align: center;
  font-size: 1.4;
  color: #333;
}

/* 弹窗 (background) */
.modal {
  display: none; /* 默认隐藏 */
  position: fixed; /* 固定定位 */
  z-index: 1; /* 设置在顶层 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}

/* 弹窗内容 */
.modal-content {
  background-color: #fefefe;
  margin: 50% auto;
  padding: 1rem;
  border: 1px solid #888;
  width: 70%;
  height: 40%;
  justify-content: center;
}
.modal-content p {
  text-align: center;
  font-size: 1.8rem;
}

/* 关闭按钮 */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#copy_btn {
  margin-top: 20px;
  padding: 5px 35px;
  font-size: 1.8rem;
}
.modal-content img {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  display: block;
}
.modal-content span {
  color: #e60012;
}
/* banner */
