* {
	margin: 0;
	padding: 0;
	font-size: 0.16rem;
}


/* 杂志介绍 */
.jieshao {
	width: 100%;
	position: relative;
	z-index: -2;
	background: url(../img/xuehui_bg.jpg) center no-repeat;
}

.jieshao .main {
	display: flex;
	justify-content: space-between;
	padding: 0.8rem 0;
	box-sizing: border-box;
	position: relative;
	min-height: 8.53rem;
}

.jieshao .main::before {
	content: "";
	position: absolute;
	width: 6rem;
	height: 100%;
	background: #F8F8F8;
	top: 0;
	left: -2rem;
	z-index: -1;
}

.jieshao_img {
	width: 5.1rem;
	height: 6.58rem;
	background: #FFFFFF;
	border: 0.01rem solid #03AFAC;
	border-radius: 0.1rem;
	overflow: hidden;
	padding: 0.3rem;
	box-sizing: border-box;
}

.jieshao_img img {
	width: 4.5rem;
	height: 5.98rem;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.jieshao_img img:hover {
	transform: scale(1.02);
}

.jieshao_txt {
	width: 9.3rem;
}

.jieshao_txt .jieshao_title {
	width: 100%;
	font-weight: bold;
	font-size: 0.4rem;
	color: #222222;
	margin-bottom: 0.5rem;
}

.jieshao_txt .jieshao_cont {
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}










/* 收录证明 */
.body1 {
	width: 100%;
	height: 6.64rem;
	background: url(../img/xuehui_bg.png) center bottom no-repeat;
}

.body1 .body_view {
	position: relative;
	height: 100%;
}

.body1 .book_class {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 0.4rem;
	color: #222222;
	padding-top: 1rem;
	margin-bottom: 0.8rem;
}

.body_Swiper .swiper-wrapper {
	display: flex;
	align-items: center;
	padding-bottom: 0.4rem;
}

.body_Swiper .swiper-slide img {
	max-width: 2.8rem;
	max-height: 3rem;
	object-fit: contain;
	opacity: 0.8;
	box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	-moz-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	-webkit-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	-o-box-reflect: below 0 -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.body_Swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
	display: none;
}





.body_view .swiper-button-next::after,
.body_view .swiper-button-prev::after {
	display: none;
}

.body_view .swiper-button-next,
.body_view .swiper-button-prev {
	width: 0.4rem;
	height: 0.4rem;
	background: #D6D6D6;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.body_view .swiper-button-next img,
.body_view .swiper-button-prev img {
	width: 0.08rem;
	height: 0.16rem;
}

.body_view .swiper-button-next:hover,
.body_view .swiper-button-prev:hover {
	background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%);
}

.body_view .swiper-button-next {
	right: -0.2rem;
}

.body_view .swiper-button-prev {
	right: auto;
	left: -0.2rem;
}












/* 获奖证书 */
.book {
	width: 100%;
	height: 9.13rem;
	padding-top: 1rem;
	background: url(../img/xuehui_bg2.png) center no-repeat;
}

.book .book_class {
	font-weight: bold;
	font-size: 0.4rem;
	color: #222222;
}

.book_body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.3rem;
}

.book_bd {
	width: 6.4rem;
	height: 6.4rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.book_item {
	width: 4rem;
	height: 4rem;
	overflow: hidden;
}


.book_item img {
	max-width: 4rem;
	max-height: 4rem;
	object-fit: contain;
}

.book_hd {
	width: 7.2rem;
	height: 6.42rem;
	overflow-y: auto;
}

.book_hd::-webkit-scrollbar {
	width: 0.02rem;
}

.book_hd::-webkit-scrollbar-thumb {
	border-radius: 0.1rem;
	-webkit-box-shadow: inset 0 0 0.05rem #03AFAC;
	background: #03AFAC;
}

.book_hd::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.05rem #EFEFEF;
	border-radius: 0;
	background: #EFEFEF;
}





.book_hd ul li {
	margin-bottom: 0.45rem;
}

.book_tab {
	width: 6.8rem;
	display: flex;
	padding-bottom: 0.45rem;
	border-bottom: 0.01rem solid #C4C3C3;
}

.book_tab:last-child {
	margin-bottom: 0;
}

.book_tab span {
	font-weight: bold;
	font-size: 0.16rem;
	color: #222222;
	margin-right: 0.8rem;
}

.book_tab .book_txt {
	width: 3.3rem;
	margin-right: 0.83rem;
}

.book_tab .book_txt .book_name {
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	margin-bottom: 0.13rem;
	white-space: nowrap;
}

.book_tab .book_txt .book_title {
	font-weight: bold;
	font-size: 0.16rem;
	color: #222222;
	line-height: 0.3rem;
}

.book_tab .book_year {
	font-weight: 400;
	font-size: 0.5rem;
	color: #9C9C9C;
	line-height: 0.3rem;
	margin-top: 0.05rem;
}

.book_hd ul li.on .book_tab .book_txt .book_title {
	color: #23478C;
}

.book_hd ul li.on .book_tab .book_year {
	color: #23478C;
}







/* 样式2 2025-07-10*/
.jieshao_txt {
	position: relative;
}

.jieshao_txt .jiashao_code {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	right: 0;
	bottom: 0;

}




/* 收录证明 */
.body_Swiper2 {
	width: 14.5rem;
	margin: 0 auto;
}

.body_Swiper2 .swiper-slide {
	width: 4.5rem;
	height: 3rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.body_Swiper2 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.body_Swiper2 .swiper-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0.02rem solid transparent;
	/* åˆå§‹é€æ˜Žè¾¹æ¡† */
	transition: border-width 0.5s ease-in-out;
	/* åŠ¨ç”»æ•ˆæžœ */
}

.body_Swiper2 .swiper-slide:hover::before {
	border-width: 0.02rem;
	/* é¼ æ ‡æ‚¬æµ®æ—¶è¾¹æ¡†å®½åº¦ */
	border-color: #00AFEA;
	/* è¾¹æ¡†é¢œè‰² */
}


.body_Swiper2 .swiper-button-next::after,
.body_Swiper2 .swiper-button-prev::after {
	display: none;
}

.body_Swiper2 .swiper-button-next,
.body_Swiper2 .swiper-button-prev {
	width: 0.4rem;
	height: 0.4rem;
	background: #D6D6D6;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.body_Swiper2 .swiper-button-next img,
.body_Swiper2 .swiper-button-prev img {
	width: 0.08rem;
	height: 0.16rem;
}

.body_Swiper2 .swiper-button-next:hover,
.body_Swiper2 .swiper-button-prev:hover {
	background: linear-gradient(132deg, #03AF9F 0%, #00AFEA 100%);
}

.body_Swiper2 .swiper-button-next {
	right: -0.6rem;
}

.body_Swiper2 .swiper-button-prev {
	right: auto;
	left: -0.6rem;
}



/* 获奖证书 */
.book_year {
	display: none;
}

.book_tab span:first-child {
	font-weight: 400;
	font-size: 0.44rem;
	color: #9C9C9C;
	line-height: 0.3rem;
	margin-top: 0.05rem;
	white-space: nowrap;
	margin-right: 0.5rem;
	display: block;
}

.book_tab .book_txt {
	width: calc(100% - 1.5rem);
	margin-right: 0;
}

.book_hd ul li.on .book_tab span:first-child {
	color: #23478C;
}





