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

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #989898;
  font-size: 0.18rem;
}

p,span{
    color: #333;
    font-size: 0.18rem;
}

ul,
ol {
  list-style: none;
}

li{
  list-style: none;
  font-size: .16rem;
}

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

button {
  cursor: pointer;
}

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

/* 水波纹效果 */
.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);
	}
}


/* banner */
.banner{
  height: 9.41rem;
}
.banner img{
  width: 100%;
  height: 100%;
  display: block;
}
.banner_00{
    height: 5.8rem;
    position: relative;
    overflow: hidden;
}
.banner_00 img{
     position: absolute;
    top: -62%;
    width: 100%;
    height: auto;
    object-fit: cover;
    
}
/* 公用标题 */
.mainHeading{
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: bold;
  font-size: 0.36rem;
  color: #917951;
  line-height: 0.51rem;
  text-align: center;
  margin-top: 0.8rem;
}
.subHeading{
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.17rem;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-top: 0.13rem;
  margin-bottom: 0.18rem;
}
.brownLine{
  width: 0.74rem;
  height: 0.02rem;
  background: #BE9455;
  margin: 0 auto 0.36rem;
}

/* 查看更多 */
.seeMore{
  width: 1.92rem;
  height: 0.46rem;
  background: url(../images/index/img_13.png) no-repeat;
  background-size: contain;
  margin: 0.71rem auto 0;
  font-family: MicrosoftYaHei;
  font-size: 0.18rem;
  line-height: 0.46rem;
  text-align: center;
}
.seeMore a{
  color: #E2D4BB;
  line-height: 0.46rem;
}

/* 通用的tab切换 */
.tabBox{
  height: 0.8rem;
  border-bottom: 0.01rem solid #CCCCCC;
  display: block;
}
.tabMain{
  width: 15.99rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tabMain-l{
  height: 100%;
  display: flex;
}
.tabMain-l div{
  width: 1.5rem;
  height: 0.8rem;
  font-family: MicrosoftYaHei;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.8rem;
  text-align: center;
}
.tabMain-l .active_1{
  color: white;
  font-weight: bold;
  background: #059244;
}
.tabMain-r{
  width: 3rem;
  height: 0.24rem;
  display: flex;
}
.tabMain-r div{
  font-family: MicrosoftYaHei;
  font-size: 0.18rem;
  color: #989898;
  line-height: 0.24rem;
}

/* 分页器 */
.page {
  width: 100%;
  margin: .6rem 0 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page a {
  width: 0.35rem;
  height: 0.35rem;
  background: #F0F0F0;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  /* opacity: 0.1; */
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #5B5B5B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .06rem;
  transition: all .3s;
}
.page a:hover,
.page a.active{
  background: #059244;
  color: #FFFFFF;
}
.page input{
  width: 0.54rem;
  height: 0.3rem;
  background: #FFFFFF;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #E6E6E6;
}
.page .inputBox{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  line-height: 0.24rem;
}
.page button{
  width: 0.72rem;
  height: 0.32rem;
  color: #fff;
  text-align: center;
  background: #059244;
  line-height: 0.32rem;
  margin-left: 0.2rem;
}
.page .collect{
  font-family: MicrosoftYaHei;
  font-size: 0.14rem;
  color: #606266;
  line-height: 0.14rem;
  margin-right: 0.2rem;
}

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

.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-图片旋转向上位移 */
.rotate_box {
	display: block;
	width: auto;
	overflow: hidden;
}
.rotate_box .rotate_img {
	transition: var(--s_tran);
	object-fit: cover;
}
.hover_box:hover .rotate_img {
	transform: rotateY(180deg) translateY(-0.1rem);
}



.scale_box {
    overflow: hidden; /* 限制 img 放大不超出 div */
}

.scale_box .scale_img {
    transition: transform 3s ease; /* 0.6秒缓慢放大效果 */
}

.scale_a:hover .scale_img {
    transform: scale(1.1); /* 鼠标移入时放大 1.1 倍 */
}

.scale_box:hover .scale_img {
    transform: scale(1.1); /* 鼠标移入时放大 1.1 倍 */
}
.banner_1{
    margin-top:1.18rem;
}


@media only screen and (max-width: 768px) {
.tabMain{
           width: 7rem;
               flex-direction: column-reverse;
    }
    .tabBox{
        height: 100%;
    }
    .tabMain-r {
    width: auto;
    height: 0.24rem;
    display: flex;
    margin: 0.2rem auto;
}
.page button {
    font-size: 0.16rem;
     }
     .banner_1{
         margin-top: 1rem;
     }
}