<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  padding: 0;
}
body,html {
  /* text-align: center; */
  color: #535353;
}
* {
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
img {
  border: none;
}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5 {
  padding: 0;
  margin: 0;
}
.pointer {
  cursor: pointer;
}
a,input,button,textarea{
  outline: none;
  color: inherit;
  text-decoration: none!important;
  border: none;
}
::-moz-focus-inner {
  border: none;
}
.scale {
  overflow: hidden;
}
.scale img {
  transition: all 0.5s ease;
}
.scale img:hover {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transition: all 0.5s ease;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearpadding {
  padding: 0;
}
.clearfix::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.page_width {
  max-width: 1200px;
  margin: 0 auto;
}
.swiper-button-next,.swiper-container-rtl,.swiper-button-prev{
    width: 0.27rem;
    height: 0.44rem;
    background-size: 100% 100%;
}
.swiper-button-next{
  background-image: url('../images/next.png')
}
.swiper-button-prev{
  background-image: url('../images/prev.png')
}
.swiper-pagination-bullet{
  background: #fff;
}</pre></body></html>