* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* @font-face {
  font-family: ;
  src: url();
} */

html {
  scroll-behavior: smooth;
}

a {
  display: flex;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
button,
select {
  border: 0;
  resize: none;
  outline: 0;
  background: transparent;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*多行溢出*/
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

/* hover-图片放大1.1 */
.scale-box {
  overflow: hidden;
}

.scale-box .scale-img {
  width: 100%;
  height: 100%;
  transition: all .3s linear;
  cursor: pointer;
  object-fit: cover;
}

.scale-box:hover .scale-img {
  transform: scale(1.1);
}


/* 常用盒子阴影 */
.shadow_box {
  box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1)
}

/* 水波纹效果 */
.btn-ripple {
  vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

.main {
  /* width: 88.5%; */
  width: 100%;
  max-width: 17rem;
  margin: 0 auto;
}

.w920 {
  width: 100%;
  margin: 0 auto;
  max-width: 9.2rem;
}

.w1100 {
  width: 100%;
  margin: 0 auto;
  max-width: 11rem;
}

.w1320 {
  width: 100%;
  margin: 0 auto;
  max-width: 13.2rem;
}

.banner {
  width: 100%;
  height: 4.8rem;
  position: relative;
}

.banner::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerTit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.36rem;
  color: #FFFFFF;
  z-index: 1;
}

.bread {
  width: 100%;
  height: .75rem;
  background: #FFFFFF;
  border-bottom: 0.01rem solid #E5E5E5;
}

.breadBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadL {
  display: flex;
  height: 100%;
}

.breadL a {
  width: 1.28rem;
  width: fit-content;
  height: 100%;
  padding: 0 .32rem;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  transition: all .3s;
}

.breadL a::after {
  content: '';
  width: .02rem;
  height: .15rem;
  background: #E5E5E5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.breadL a:hover::after,
.breadL a.active::after,
.breadL a:first-child::after {
  display: none;
}

.breadL a.active,
.breadL a:hover {
  background: #28A0A2;
  color: #fff;
}

.breadR {
  display: flex;
  align-items: center;
}

.breadR a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  position: relative;
  margin-left: .16rem;
}

.breadR a::after {
  content: '';
  width: .04rem;
  height: .08rem;
  position: absolute;
  left: -.1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/arrow.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.breadR a:first-child::after {
  display: none;
}

.breadR a img {
  width: .14rem;
  height: .14rem;
  margin-right: .06rem;
}

.page {
  width: 17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .2rem;
}

.page a {
  width: 0.32rem;
  height: 0.32rem;
  background: #FFFFFF;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #EEEEEE;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  margin: 0 .04rem;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.page a:hover,
.page a.active {
  background: #28A0A2;
  color: #fff;
}

.page a img{
  width: .05rem;
  height: .1rem;
  object-fit: contain;
}

.page a:hover img{
  filter: brightness(0) invert(1);
}

.page span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
}

@media screen and (max-width:1024px){
    body{
        padding-top: 50px;
    }
    .main{
        width: 94%;
    }
    .banner{
        height: 2.4rem;
    }
    .bread{
        display: none;
    }
    .w920{
        width: 94%;
    }
}