body {
  user-select: none;
}
/* PC样式 */
.visible-lg {
  width: calc(100vw-30px);
  height: 100vh;
  min-width: 1200px;
  min-height: 850px;
}
.visible-md {
  min-width: 1200px;
  min-height: 850px;
}
/* banner区样式 */
.main-banner {
  position: relative;
  width: 100%;
  height: 33%;
  background-image: url("../img/banner.png");
  background-position: center center;
  background-size: cover;
}
.logo {
  position: absolute;
  top: 11px;
  left: 66px;
}
.main-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 38%;
  height: 50%;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.slogn {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* 内容区样式 */
.main-body {
  width: 100%;
  height: 55%;
}
.body-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 1200px;
  height: 100%;
  margin: auto;
}
.content-item {
  position: relative;
}
.item-tit {
  position: relative;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  /* color: #FD3D49; */
}
.item-tit::before {
  position: absolute;
  left: -20px;
  content: "";
  width: 10px;
  height: 24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #853cff;
}
.line {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: #4d4d4d;
  line-height: 28px;
}
.line:last-child {
  margin-bottom: 0;
}
/* .news-link {
    display: flex;
    justify-content: space-between;
} */
.swiper {
  width: 100%;
  height: auto;
}
/* .swiper-pagination {
  bottom: -5px !important;
} */
.swiper-slide {
  padding: 30px;
}
.link {
  display: flex;
  align-items: center;
  width: 95%;
  height: 100%;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.link-img {
  width: 100%;
  /* height: 100%; */
}
.link-tit {
  margin-left: 10px;
  color: #4d4d4d;
}
.qrcode {
  width: 80px;
  height: 80px;
  /* border: 1px solid #ccc; */
}
/* footer区样式 */
.main-footer {
  position: relative;
  width: 100%;
  height: 12%;
  background-color: #f5f5f5;
}
.footer-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-a {
  display: flex;
  align-items: center;
}
.footer-interval {
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background-color: #ccc;
}
.police {
  margin-right: 5px;
}
.footer-font {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

/* H5端样式 */
.mobile-main {
  position: relative;
  width: 100%;
  height: 250px;
  background-image: url("../img/mini-banner.png");
  background-position: center center;
  background-size: cover;
}
.mobile-main-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.mobile-main-slogn {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.mobile-content {
  padding: 0 20px;
}
.mobile-content-item {
  margin-top: 30px;
}
.mobile-content-item:last-child {
  margin-bottom: 30px;
}
.mobile-content-tit {
  position: relative;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 10px;
}
.mobile-content-tit::before {
  position: absolute;
  left: 0;
  content: "";
  width: 5px;
  height: 15px;
  border-radius: 2.5px;
  background-color: #853cff;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  -ms-border-radius: 2.5px;
  -o-border-radius: 2.5px;
}
.mobile-txt {
  margin-bottom: 15px;
  font-size: 13px;
  text-align: justify;
  color: #4d4d4d;
}
.mobile-content-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  box-shadow: 0px 0px 10px 0px #eee;
}
.mobile-content-link-img {
  width: 37px;
  height: 37px;
}
.mobile-content-link-tit {
  margin-left: 6px;
  font-size: 13px;
  color: #4d4d4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-footer {
  margin-bottom: 100px;
}
.mobile-footer-font {
  display: block;
  font-size: 11px;
  color: #666;
  text-align: center;
}
.mobile-fixed {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #eee;
  z-index: 999;
}
.fixed-img {
  width: 46px;
  height: 46px;
}
.fixed-btn {
  width: 275px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  background-color: #853cff;
  border: none;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
}

#wx {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}
.text {
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.brower {
  position: absolute;
  bottom: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brower-img {
  width: 60px;
  height: 60px;
}
.brower-text {
  margin-top: 10px;
  color: #fff;
}

.myAniDelay300ms {
  animation-delay: 300ms;
}
.myAniDelay600ms {
  animation-delay: 600ms;
}
.myAniDelay900ms {
  animation-delay: 900ms;
}
.myAniDelay1200ms {
  animation-delay: 1200ms;
}
