html,body,p{
    margin: 0;
    padding: 0;
    /* font-size: 100px; */
}

body,
button,
input,
select,
textarea {
    /* font-size: .12rem; */
    font-family:OPPOSans-R,'微软雅黑', arial, 'Hiragino Sans GB', 'Microsoft Yahei',  '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti, Source Han Serif SC;
    /* font-family:OPPOSans-R ; */
}

a{
  cursor: pointer !important;
}


.bx{
    width: 1200px;
    margin: 0 auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  content: '';
}
.qr-img {
  width: 190px;
  background: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(180, 180, 180, 0.24);
  position: fixed;
  right: 24px;
  z-index: 999;
  top: 50%;
  margin-top: 54px;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  color: #646666;
  display: none;
  box-sizing: content-box;
}
.qr-img p {
  line-height: 1;
  margin: 0;
}
.qr-img p:nth-of-type(1) {
  font-size: 14px;
  color: #111111;
  margin: 14px 0 10px 0;
}
.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -88px;
  width: 46px;
  height: 46px;
  background: url('/images/prev.png') no-repeat;
  background-size: 46px 46px;
}
.swiper-button-prev:hover {
  width: 46px;
  height: 46px;
  background: url('/images/prev-hover.png') no-repeat;
  background-size: 46px 46px;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  right: -88px;
  width: 46px;
  height: 46px;
  background: url('/images/next.png') no-repeat;
  background-size: 46px 46px;
}
.swiper-button-next:hover {
  width: 46px;
  height: 46px;
  background: url('/images/next-hover.png') no-repeat;
  background-size: 46px 46px;
}
.swiper-img {
  width: 285px;
  height: 150px;
}
.swiper-wrapper.baike-swiper {
  padding: 20px 0;
}
