* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	overflow: hidden;
}



/* banner */
.banner {
	max-width: 19.2rem;
	margin: 0 auto;
	height: 8.9rem;
}

.banner_Swiper {
	width: 100%;
	height: 100%;
}

.banner_Swiper {
	width: 100%;
	height: 100%;
}


.banner_Swiper .swiper-slide {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_Swiper .swiper-slide .banner_body {
	padding-top: 2.65rem;
	padding-left: 3.6rem;
	transform: translateX(-200px);
	opacity: 0;
	transition: all .4s;
}

.banner_Swiper .ani-slide .banner_body {
	transform: translateX(0);
	opacity: 1;
}

.banner_Swiper .swiper-slide .banner_title {
	font-weight: Bold;
	font-size: 0.88rem;
	color: #F2A366;
	line-height: 1.23rem;
	margin-bottom: 0.16rem;
}

.banner_Swiper .swiper-slide .banner_cont {
	font-weight: normal;
	font-size: 0.26rem;
	color: #C1CBE3;
	line-height: 0.36rem;
}

.banner_Swiper .swiper-slide .banner_url {
	margin-top: 0.35rem;
	display: flex;
}

.banner_Swiper .swiper-slide .banner_url a {
	width: 2.07rem;
	height: 0.68rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.11rem;
	border: 0.02rem solid #707070;
	margin-right: 0.22rem;
	position: relative;
	font-weight: bold;
	font-size: 0.18rem;
	color: #C1CBE3;
}

.banner_Swiper .swiper-slide .banner_url a::before {
	content: "";
	position: absolute;
	width: calc(100% - 0.08rem);
	height: calc(100% - 0.08rem);
	background: #F2A467;
	border-radius: 0.07rem;
	transform: scale(0.8);
	transition: 0.5s;
	opacity: 0;
}

.banner_Swiper .swiper-slide .banner_url a span {
	position: relative;
	z-index: 2;
}

.banner_Swiper .swiper-slide .banner_url a:hover {
	color: #000002;
	transition: 0.5s;
}

.banner_Swiper .swiper-slide .banner_url a:hover:before {
	transform: scale(1);
	opacity: 1;
}

.banner_Swiper .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0.3rem;
}

.banner_Swiper .swiper-pagination span {
	width: 0.22rem;
	height: 0.22rem;
	background: linear-gradient(150deg, #F2A467 0%, rgba(242, 164, 103, 0) 100%);
	margin: 0 0.12rem !important;
	opacity: 1;
}

.banner_Swiper .swiper-pagination .swiper-pagination-bullet-active {
	width: 0.28rem;
	height: 0.28rem;
}




/* 新闻资讯 */
.body1 {
	width: 100%;
	height: auto;
	padding: 0.9rem 0 0.35rem;
	box-sizing: border-box;
	background: url(../img/index_news_bg.png) center no-repeat;
	background-size: 100% 100%;
}

.news_body {
	margin-top: 0.55rem;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.46rem;
}

.news_body .news_item {
	width: 5.6rem;
	height: auto;
	margin-bottom: 0.77rem;
}

.news_body .news_item:nth-child(3n) {
	margin-right: 0;
}

.news_body .news_item .news_img {
	width: 100%;
	height: 3.32rem;
	position: relative;
}

.news_body .news_item .news_img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0.03rem solid #707070;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	opacity: 0;
}

.news_body .news_item:hover .news_img::before {
	width: calc(100% + 0.16rem);
	height: calc(100% + 0.16rem);
	opacity: 1;
}

.news_body .news_item .news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.news_body .news_item:hover .news_img img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

.news_body .news_item .news_txt .news_title {
	margin-top: 0.22rem;
	width: 100%;
	height: 0.66rem;
	font-weight: normal;
	font-size: 0.24rem;
	color: #FFFFFF;
	line-height: 0.34rem;
	margin-bottom: 0.1rem;
}

.news_body .news_item:hover .news_txt .news_title {
	color: #F2A467;
	transition: 0.3s;
}

.news_body .news_item .news_txt .news_time {
	font-weight: normal;
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.62);
	line-height: 0.34rem;
}









/* 梅林奖评委名单 */
.body2 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: url(../img/index_people_bg.png) center no-repeat;
	background-size: 100% 100%;
}

.body2 .main {
	position: relative;
}

.people_body {
	margin-top: 0.78rem;
	padding-bottom: 0.94rem;
	box-sizing: border-box;
}

.people_body .swiper-slide {
	width: 4.16rem;
	height: 5.02rem;
	overflow: hidden;
	position: relative;
}

.people_body .swiper-slide .people_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

.people_body .swiper-slide .people_txt {
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0.56);
	padding: 0.28rem 0.28rem 0.43rem;
	box-sizing: border-box;
	position: absolute;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	bottom: -110%;
}

.people_body .swiper-slide .people_txt .people_key {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 0.18rem;
	color: #FFFFFF;
	margin-bottom: 0.33rem;
	position: relative;
}

.people_body .swiper-slide .people_txt .people_key::before {
	content: "";
	position: absolute;
	width: 0.48rem;
	height: 0.02rem;
	background: linear-gradient(90deg, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 0.49) 51%, rgba(216, 216, 216, 0) 100%);
	bottom: -0.08rem;
	left: 50%;
	transform: translateX(-50%);
}

.people_body .swiper-slide .people_txt .people_name {
	font-weight: normal;
	font-size: 0.28rem;
	color: #FFFFFF;
	text-align: center;
}

.people_body .swiper-slide:hover .people_txt {
	bottom: 0;
}

.body2 .swiper-button-next,
.body2 .swiper-button-prev {
	width: 0.38rem;
	height: 0.38rem;
	background: #43454B;
	border-radius: 50%;
	/* opacity: 1; */
	top: 1rem;
}

.body2 .swiper-button-next::after,
.body2 .swiper-button-prev::after {
	color: #fff;
	font-size: 0.16rem;
}

.body2 .swiper-button-prev {
	left: auto;
	right: 0.7rem;
}

.body2 .swiper-button-next:hover,
.body2 .swiper-button-prev:hover {
	background: linear-gradient(150deg, #F2A467 0%, rgba(242, 164, 103, 0) 100%);
}

.people_body .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.people_body .swiper-pagination span {
	width: 0.22rem;
	height: 0.22rem;
	background: linear-gradient(150deg, #F2A467 0%, rgba(242, 164, 103, 0) 100%);
	margin: 0 0.12rem !important;
	opacity: 1;
}

.people_body .swiper-pagination .swiper-pagination-bullet-active {
	width: 0.28rem;
	height: 0.28rem;
}


/* 梅林奖年度颁奖典礼 */
.body3 {
	width: 100%;
	min-height: 6.2rem;
	padding: 1.64rem 0;
	box-sizing: border-box;
	background: #F2A467 url(../img/index_dianli_bg.png) center bottom no-repeat;
}

.body3 .dianli_name_cn {
	font-weight: bold;
	font-size: 0.66rem;
	color: #0A0E12;
	line-height: 0.92rem;
	text-align: center;
	margin-bottom: 0.19rem;
}

.body3 .dianli_name_en {
	font-weight: normal;
	font-size: 0.26rem;
	color: #0A0E12;
	line-height: 0.36rem;
	margin-left: 5.89rem;
	margin-bottom: 0.49rem;
}

.body3 .dianli_more {
	width: 0.92rem;
	margin: 0 auto;
	cursor: pointer;
}

.body3 .dianli_year {
	display: flex;
	justify-content: center;
	margin-top: 0.78rem;
	height: 0;
	overflow: hidden;
	transition: height 0.5s;
}

.body3 .dianli_year.act {
	height: 2.36rem;
}

.body3 .dianli_year .year_tiem {
	width: 2.36rem;
	height: 2.36rem;
	background: #F9C482;
	margin: 0 0.1rem;
	font-weight: bold;
	font-size: 0.28rem;
	color: #0A0E12;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.body3 .dianli_year .year_tiem:hover {
	background: #3D5270;
	color: #fff;
}




/* 本年度获奖者 */
.body4 {
	padding: 1rem 0;
	background: url(../img/index_winners_bg.png) center no-repeat;
	background-size: cover;
}

.body4 .main {
	position: relative;
}




.year_tab{
    display: flex;
    gap: 0.3rem;
    margin-top: 0.4rem;
}
.year_tab .tab_btn{
    flex: 0 0 auto;
    padding: 0.1rem 0.43rem;
    border-radius: 0.04rem;
    font-weight: normal;
    font-size: 0.16rem;
    color: #F2A467;
    border: 0.01rem solid #F2A366;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    user-select: none;
}
.year_tab .tab_btn.act{
    background: #F2A366;
    color: #0A0E12;
}
.year_body{
    width: 100%;
    height: absolute;
}
.year_body .body_item{
    display: none;
}
.year_body .body_item.on{
    display: block;
}
.winners_body {
	margin-top: 0.17rem;
	padding-top: 0.1rem;
	padding-bottom: 1.24rem;
}

.winners_body .winners_item {
	width: 100%;
	padding: 0.08rem;
	box-sizing: border-box;
	position: relative;
}

.winners_body .winners_item::before {
	content: "";
	position: absolute;
	width: 97%;
	height: 97%;
	border: 0.03rem solid #707070;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	opacity: 0;
}

.winners_body .winners_item:hover::before {
	width: 99.5%;
	height: 99.5%;
	opacity: 1;
}

.winners_body .winners_item .winners_img {
	width: 100%;
	height: 3.32rem;
}

.winners_body .winners_txt {
	width: 100%;
	height: calc(100% - 3.32rem);
	border: 0.01rem solid #303A4A;
	padding: 0.23rem 0.21rem 0.27rem;
}

.winners_body .winners_txt .winners_name {
	font-weight: normal;
	font-size: 0.2rem;
	color: #FFFFFF;
	margin-bottom: 0.28rem;
	position: relative;
	width: fit-content;
}

.winners_body .winners_txt .winners_name::before {
	content: "";
	position: absolute;
	width: 0.48rem;
	height: 0.02rem;
	background: linear-gradient(90deg, rgba(216, 216, 216, 0) 0%, rgba(216, 216, 216, 0.49) 51%, rgba(216, 216, 216, 0) 100%);
	bottom: -0.06rem;
	left: 50%;
	transform: translateX(-50%);
}

.winners_body .winners_txt .winners_title {
	font-weight: bold;
	font-size: 0.22rem;
	color: #FFFFFF;
}

.body4 .swiper-button-next,
.body4 .swiper-button-prev {
	width: 0.38rem;
	height: 0.38rem;
	background: #43454B;
	border-radius: 50%;
	/* opacity: 1; */
	top: 1rem;
}

.body4 .swiper-button-next::after,
.body4 .swiper-button-prev::after {
	color: #fff;
	font-size: 0.16rem;
}

.body4 .swiper-button-prev {
	left: auto;
	right: 0.7rem;
}

.body4 .swiper-button-next:hover,
.body4 .swiper-button-prev:hover {
	background: linear-gradient(150deg, #F2A467 0%, rgba(242, 164, 103, 0) 100%);
}

.winners_body .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.winners_body .swiper-pagination span {
	width: 0.22rem;
	height: 0.22rem;
	background: linear-gradient(150deg, #F2A467 0%, rgba(242, 164, 103, 0) 100%);
	margin: 0 0.12rem !important;
	opacity: 1;
}

.winners_body .swiper-pagination .swiper-pagination-bullet-active {
	width: 0.28rem;
	height: 0.28rem;
}




/* 会员人数分布 */
.body5 {
	padding: 1rem 0 1.82rem;
	box-sizing: border-box;
	background: url(../img/index_number_bg.png) center no-repeat;
}


.num_list {
	display: flex;
	justify-content: space-between;
	margin-top: 0.93rem;
}

.num_list .num_item {
	width: 2.67rem;
	height: 1.86rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
}

.num_list .num_item .scroll_num {
	width: 100%;
	height: 0.93rem;
	line-height: 0.93rem;
	text-align: center;
	font-size: 0.46rem;
	color: #000000;
	display: block;
}

.num_list .num_item .num_title {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 0.32rem;
	color: #F2A467;
	text-align: center;
	height: 0.93rem;
	line-height: 0.93rem;
	border-top: 0.01rem solid #B2B2B2;
}




/* 梅林奖魔术艺术界最高荣誉奖 */
.body6_jiang {
	width: 100%;
	height: 1rem;
	position: relative;
	background: linear-gradient(180deg, #EACAB0 0%, #F9EAE1 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.body6_jiang::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/index_jiang_bg.png) center no-repeat;
}

.body6_jiang .jiang_img {
	position: relative;
	max-height: 0.8rem;
}

.body6_jiang .jiang_title {
	position: relative;
	font-weight: normal;
	font-size: 0.32rem;
	color: #3A2616;
	margin-left: 0.39rem;
	margin-right: 2.08rem;
}

.body6_jiang .jiang_more {
	width: 2.02rem;
	height: 0.52rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.06rem;
	margin-right: 0.52rem;
	position: relative;
	font-weight: bold;
	font-size: 0.18rem;
	background: #0A0E12;
	color: #fff;
}

.body6_jiang .jiang_more::before {
	content: "";
	position: absolute;
	border: 0.03rem solid #707070;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.11rem;
	width: calc(100% + 0.08rem);
	height: calc(100% + 0.08rem);
	opacity: 1;
}

.body6_jiang .jiang_more:hover::before {
	animation: example 1s linear infinite;
}

@keyframes example {
	0% {
		width: calc(100% + 0.08rem);
		height: calc(100% + 0.08rem);
		opacity: 1;
	}

	50% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	100% {
		width: calc(100% + 0.08rem);
		height: calc(100% + 0.08rem);
		opacity: 1;
	}
}




.news_more2{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.banner{
		max-width: 100%;
		height: calc(100vh - 0.9rem);
	}
	.banner_Swiper .swiper-slide .banner_body{
		padding: 0;
	}
	.banner_Swiper .swiper-slide .banner_title{
		font-size: 0.62rem;
        color: #F2A366;
        width: 100%;
        text-align: center;
        margin-top: 0.97rem;
        margin-bottom: 0.23rem;
	}
	.banner_Swiper .swiper-slide .banner_cont{
		width: 100%;
        text-align: center;
		font-size: 0.33rem;
		color: #C1CBE3;
		line-height: 0.36rem;
	}
	.banner_Swiper .swiper-slide .banner_url{
		display: flex;
		justify-content: center;
		margin-top: 0.7rem;
	}
	.banner_Swiper .swiper-slide .banner_url a{
		width: 2.07rem;
		height: 0.68rem;
		font-size: 0.18rem;
	}
	.banner_Swiper .swiper-pagination span{
		width: 0.1rem;
		height: 0.1rem;
		margin: 0 0.05rem !important;
	}
	.banner_Swiper .swiper-pagination .swiper-pagination-bullet-active{
		width: 0.12rem;
		height: 0.12rem;
	}



	/* 新闻资讯 */
	.body1 .class_lanmu .class_more{
		display: none;
	}
	.news_body{
		column-gap: 0.2rem;
	}
	.news_body .news_item{
		width: calc(50% - 0.1rem);
		margin-bottom: 0.4rem;
	}
	.news_body .news_item .news_img{
		height: 1.96rem;
	}
	.news_body .news_item .news_txt .news_title{
		font-size: 0.3rem;
        height: auto;
        line-height: 0.4rem;
	}
	.news_body .news_item .news_txt .news_time{
		font-size: 0.2rem;
	}
	.news_more2{
		display: block;
		text-align: center;
		line-height: 0.5rem;
		width: 1.62rem;
		height: 0.5rem;
		background: #F2A467;
		border-radius: 0.07rem;
		font-size: 0.2rem;
		color: #0A0E12;
		margin:0.4rem auto 0.7rem;
		position: relative;
	}
	.news_more2::before{
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 1.7rem;
		height: 0.58rem;
		border-radius: 0.11rem;
		border: 0.02rem solid #707070;
	}


	/* 梅林奖评委名单 */
	.people_body .swiper-slide{
		height: 4rem;
	}
	.body2 .swiper-button-next, .body2 .swiper-button-prev{
		display: none;
	}
	.people_body .swiper-pagination span{
		width: 0.1rem;
		height: 0.1rem;
		margin: 0 0.05rem !important;
	}
	.people_body .swiper-pagination .swiper-pagination-bullet-active{
		width: 0.12rem;
		height: 0.12rem;
	}



	/* 梅林奖年度颁奖典礼 */
	.body3 .dianli_name_en{
		width: 100%;
        margin: 0;
        text-align: center;
	}
	.body3 .dianli_more{
		margin: 0.4rem auto 0;
	}


	/* 本年度获奖者 */
	.body4{
		padding: 0.72rem 0 0.58rem;
	}
	.winners_body{
		padding-bottom: 0.8rem;
	}
	.winners_body .winners_item .winners_img{
		height: 2rem;
	}
	.winners_body .winners_txt .winners_title{
		font-size: 0.22rem;
		color: #FFFFFF;
		line-height: 0.34rem;
		display: -webkit-box;
		white-space: normal;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 2;
	}
	.body4 .swiper-button-next, .body4 .swiper-button-prev{
		display: none;
	}
	.winners_body .swiper-pagination span{
		width: 0.1rem;
		height: 0.1rem;
		margin: 0 0.05rem !important;
	}
	.winners_body .swiper-pagination .swiper-pagination-bullet-active{
		width: 0.12rem;
		height: 0.12rem;
	}
	

	/* 会员人数分布 */
	.num_list{
		flex-wrap: wrap;
        justify-content: center;
        gap: 0.34rem;
	}
	.num_list .num_item{
		margin-bottom: 0.15rem;
        width: 2.67rem;
        height: 1.86rem;
	}
	

	/* 梅林奖魔术艺术界最高荣誉奖 */
	.body6_jiang{
		height: 2.8rem;
		flex-wrap: wrap;
		align-content: center;
	}
	.body6_jiang::before{
		background-size: cover;
	}
	.body6_jiang .jiang_img{
		max-height: 80%;
        height: 80%;
        position: absolute;
        left: 10%;
	}
	.body6_jiang .jiang_title{
		width: 100%;
		text-align: center;
		margin: 0 auto 0.44rem;
		font-size: 0.3rem;
	}
	.body6_jiang .jiang_more{
		margin: 0 0.2rem;
		font-size: 0.18rem;
		width: 2.02rem;
		height: 0.52rem;
	}
}
