.head_view_div {
	display: none !important;
}

.content {
	width: 19.2rem;
	max-width: 2560px;
	margin-left: auto;
	margin-right: auto;
}

.response {
	width: 100%;
	/* height: 5.38rem; */
	padding: 1.6rem 0;
}

.response img {
	width: 4.4rem;
	height: 1.2rem;
	margin: 0 auto;
}

.response .baoma_logo {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 0.8rem;
}

.introduction_view {
	width: 100%;
	/* height: 1.6rem; */
}

.introduction_item {
	/* width: 6rem; */
}

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

.introduction_images .introduction_images700 {
	/* width: 7rem; */
	width: 100%;
	height: auto;
	background: #807a6f;
}

.introduction_images .introduction_images525 {
	/* width: 7rem; */
	width: 100%;
	height: auto;
	background: #5a4b27;
}

.introduction_list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.4rem;
}

.introduction_list img {
	/* width: 7rem; */
	/* width: 49%; */
	height: 7rem;
}

.appointment_item {
	width: 2.24rem;
}

.member_text1 {
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-top: 0.16rem;
	padding-left: 1.7rem;padding-right: 1.7rem;
	color: rgba(0, 0, 0, 0.6)
}

.member_ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.4rem;
}

.member_li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 4.47rem;
	height: 2.34rem;
	background: rgba(25, 25, 25, 1);
}

.member_li img {
	width: 0.98rem;
	height: 0.98rem;
}

.member_li .member_title {
	font-size: 0.18rem;
	line-height: 0.26rem;
	color: rgba(255, 255, 255, 1);
	margin-top: 0.12rem;
}

.member_li .member_text {
	line-height: 0.26rem;
	color: rgba(255, 255, 255, 1);
	margin-top: 0.12rem;
	padding: 0 .1rem;
	text-align: center;
	/* font-size: 0.18rem; */
	font-size: 0.14rem;
	opacity: 0.7;
}


.mt20 {
	margin-top: .2rem;
}

/* 由下到上淡入动画 */
@keyframes fadeUpIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 由下到上淡出动画 */
@keyframes fadeUpOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

/* 初始隐藏类（仅控制基础状态，不干扰动画） */
.slide-item-hidden {
  opacity: 0;
  transform: translateY(20px);
}

/* 图片淡入类（包含完整动画属性，优先级拉满） */
.slide-img-animate {
  animation: fadeUpIn 0.6s ease-out forwards !important;
}

/* 文字淡入类（包含完整动画属性，优先级拉满） */
.slide-text-animate {
  animation: fadeUpIn 0.6s ease-out forwards !important;
}

/* 淡出类（包含完整动画属性） */
.slide-out-animate {
  animation: fadeUpOut 0.4s ease-out forwards !important;
}

/* 全局重置：确保所有动画元素无默认过渡 */
.scroll-container .scroll-item-title,
.scroll-container .scroll-item-text,
.scroll-container .img_hover_not img,
.scroll-container .scroll-item-popupText {
  transition: none !important;
  will-change: opacity, transform; /* 优化动画性能 */
}

.introduction_list_title {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: .4rem .6rem;
	font-size: .22rem;
	line-height: .3rem;
	color: rgba(255, 255, 255, 1);

}

.introduction_list_text {
	line-height: .24rem;
	font-size: .16rem;
	margin-top: .12rem;
}

.introduction_list_view {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	width: 100%;
	height: 2.6rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.introduction_list_item {
	position: relative;
}

.pb0 {
	padding-bottom: 0;
}

.scroll-item {
	width: 100%;
	/* padding: 1.6rem 0; */
	position: relative;
	/* padding-bottom: 0; */
}

.scroll-item .img {
	width: 100%;
	position: absolute;
}

.scroll-item img {
	width: 100%;
	height: 7.99rem;
	display: block;
}

.scroll-item-title {
	color: rgba(0, 0, 0, 0.9);
	font-size: .4rem;
	line-height: .6rem;
	font-weight: 500;
	background-color: #fff;
}

.scroll-item-text {
	/* padding: 0 1.7rem; */
	color: rgba(0, 0, 0, 0.6);
	font-size: .16rem;
	line-height: .24rem;
	margin-top: .16rem;
	background-color: #fff;
}

.pTop80{
	padding-top: .8rem;
}

.scroll-item-popupText {
	position: absolute;
	top: 4.7rem;
	left: 0;
	width: 2.8rem;
	z-index: 1;
	color: rgba(0, 0, 0, 0.6);
	font-size: .2rem;
	text-align: left;
	line-height: .28rem;

}

.introduction_img2_popup{
	/* top: 5.45rem; */
	left: auto;
	right: 0;
}

.introduction_img3_popup{
	/* top: 2.55rem; */
	left: 0;
	right: auto;
}

.introduction_img4_popup{
	top: 4.7rem;
	left: auto;
	right: 0;
}
.scroll-item-popup-title{
	color: rgba(0, 0, 0, 0.9);font-weight: 900;
}
.scroll-item-popup-text {
	color: rgba(0, 0, 0, 0.6);
	font-size: .2rem;
	line-height: .28rem;
	margin-top: .12rem;
	text-align: left;
}

		
.scroll-container {
	margin-top: 1.4rem;
  position: relative;
  overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: calc(19.2rem - 5rem);
}
.scroll-fixed-box{
	margin-left: auto;
	margin-right: auto;
	width: calc(19.2rem - 5rem);
  padding: 0 1.7rem;
	padding-top: .2rem;
}
.bg-image {
  position: absolute;
  top: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  height: 7.99rem;
  background-size: 14.2rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0s ease;
}

.item-wrap {
  position: relative;
  z-index: 1;
  padding: 0 1.7rem;
}

.scroll-item {
  height: 10.2rem;
  width: 100%;
  opacity: 0;
  transition: opacity 0s ease;
  position: relative;
}

.item-wrap .scroll-item:first-child {
  opacity: 1;
}
.scroll-fixed-box .scroll-item{
	height: auto;
}
.scroll-fixed-box .scroll-item .scroll-item-popupText{
	top: .4rem;
}

.service img {
	height: auto !important;
}

.about_tab_img{
	width: 14.2rem;
	height: auto;
}


.about_item_tips{
  display: none !important;
}
.about_display{
  display: block !important;
}

.introduction_images_left{
	margin-right: .2rem;
}

.introduction_images_left .introduction_list_item:last-child{
	margin-top: .2rem;
}


.introduction_images_right .introduction_list_item:last-child{
	margin-top: .2rem;
}


.about_tab_title1{
	margin-bottom: 0 !important;
}
.mt160{
	margin-top: 1.6rem;
}